@charset "UTF-8";
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

/* PLATFORM SELECTOR */
#videos-div{display: flex; justify-content: space-around}

@media screen and (min-width: 600px) {
	
.platform_filter{position: absolute; 
  top: 30px; 
  right: 5%; }
label.tgl-btn, checkbox.tgl {border: none !important;}

ul.tg-list,
ul.tg-list li.tg-list-item {
  list-style: none !important;
  margin: 0;
  padding: 0;
  padding-left: 2px;
  
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
  
}

li.tg-list-item {
  margin: 0 0.1px;
  line-height: 18px !important;
}



.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block !important;
  width: 4em !important;
  height: 1.8em !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}


.tgl-skewed + .tgl-btn {
font-size: 13px !important; 
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: FontAwesome !important;
  background: #888;
  
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #ccc;
  
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 0px solid #7FC6A6 !imporant;
  font-size: 13px !important; font-family: FontAwesome !important;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

input.sv-btn {
  width: 45px !important;
  height: 22px !important;
  margin-top: 18px  !important;
  transform: skew(-10deg) !important;
  transition-duration: 0.2s !important;
  border: none  !important;
  font-family: Times New Roman !important;
  
  color: black !important;
  brackground: #ccc !important;
  user-select: none !important;
   margin-left: 2px !important;
   background-color: #c5c5c5 !important;
   padding-bottom: 5px !important;
   
   font-size: 10px !important;
padding-left: 8px !important;
padding-bottom: 6px !important;
margin-bottom: 1px !important;
}

input.sv-btn:hover {
  cursor: pointer !important;
  background: #ccc !important;
}

.tgl + .tgl-btn{background: #86d993; 
}

body:has(.tgl-btn:hover) .sv-btn{
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite !important;
  background: #999 !important;
  
  color: #fff !important;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
      transform: skew(-10deg);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
    transform: skew(-10deg);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
    transform: skew(-10deg);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
transform: skew(-20deg);
  }
}
}
@media screen and (max-width: 599px) {
	.conclusion{font-size: 0.9rem !important;  width: 100% !important; text-align: justify; padding: 5% !important;}
	.ads{font-size: 0.7REM !important; background-size: 25% !important; background-position: 105%; width: 100% !important; }
	.cta-txt{margin-right: 30%;}
	.rating{display:block !important; width: 50% !important; margin-left: 25% !important;}
	button.cta::before{ visibility: hidden;}
	button.cta{margin-top: 15%;}
.platform_filter{
padding-left: 10%;
left: -25%;
margin: auto ;
  align-items: center;
  justify-content: center;
  }
label.tgl-btn, checkbox.tgl {border: none !important;}

ul.tg-list,
ul.tg-list li.tg-list-item {
  list-style: none !important;
  margin: 0;
  padding: 0;
  padding-left: 2px;
  
}

.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
  
}

li.tg-list-item {
  margin: 0 0.1px;
  line-height: 18px !important;
}



.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block !important;
  width: 4em !important;
  height: 1.8em !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}


.tgl-skewed + .tgl-btn {
font-size: 13px !important; 
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: FontAwesome !important;
  background: #888;
  
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #ccc;
  
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 0px solid #7FC6A6 !imporant;
  font-size: 13px !important; font-family: FontAwesome !important;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

input.sv-btn {
  width: 45px !important;
  height: 22px !important;
  margin-top: 18px  !important;
  transform: skew(-10deg) !important;
  transition-duration: 0.2s !important;
  border: none  !important;
  font-family: Times New Roman !important;
  
  color: black !important;
  brackground: #ccc !important;
  user-select: none !important;
   margin-left: 2px !important;
   background-color: #c5c5c5 !important;
   padding-bottom: 5px !important;
   
   font-size: 10px !important;
padding-left: 8px !important;
padding-bottom: 6px !important;
margin-bottom: 1px !important;
}

input.sv-btn:hover {
  cursor: pointer !important;
  background: #ccc !important;
}

.tgl + .tgl-btn{background: #86d993; 
}

body:has(.tgl-btn:hover) .sv-btn{
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite !important;
  background: #999 !important;
  
  color: #fff !important;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
      transform: skew(-10deg);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
    transform: skew(-10deg);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
    transform: skew(-10deg);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
transform: skew(-20deg);
  }
}
}
@media screen and (max-width: 1280px) {
	.platform_filter {
			position: relative !important;
			top: 0px;
			right: -28%;
			max-width:50vw;
		}}
/* END OF PLATFORM SELECTOR */

/* SEARCH BTN */

.search-bar * {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Arial !important;
}

	
.search-bar {
	display: flex;
	font-family: Arial !important;
}
.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	width: 3em;
	height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 100%;
	max-width: 250px;

}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
	margin: auto;
	padding: 1.5em;
	justify-content: center;
	max-width: 250px;
}
.search-bar input {
	background: transparent;
	border-radius: 1.5em;
	box-shadow: 0 0 0 0.4em #535455 inset;
	padding: 0.75em;
	margin: 0;
	
	
	transform: translate(0.5em,0.5em) scale(0.5);
	transform-origin: 100% 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {

	background: transparent;
	border-radius: 0 0 0 0;
margin-top: 1px;
	box-shadow: 0 0 0 0.1em #d9d9d9 inset;
	transform: scale(1);
}
.search-btn {
min-height: 62px;
	background: #535455;
	border-radius: 0 0 0 0 / 0 0 0 0;
	padding: 0.75em;
	position: relative;
	margin-top: 2px;
	transform: translate(0.23em,0.35em) rotate(45deg) scale(0.35,0.085);
	transform-origin: 0 50%;
}
.search-btn:hover{ background: #535455; color: #535455;}

.search-btn:before, 
.search-btn:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #f1f1f1 inset;
	top: 1.16em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0 0 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0.1em) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #535455;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
	
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #535455;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

@media only screen and (max-width : 900px) {
	.ads{	width: 95% !important; margin-bottom: 5%; margin-top: 2%;}
	.rating{display: none;}
	#videos-div {flex-direction: column !important; padding-left: 5%;}
	
.search-btn { margin-top: 1px;
transform: translate(0.15em,0.1em) rotate(45deg) scale(0.45,0.115);
max-height: 65px !important;
min-height:48px !important;}

.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0 0 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.1em,0) rotate(45deg);
	transform-origin: 0 50%;
}
}

@media screen and (prefers-color-scheme: dark) {
	body, input {
		color: #f1f1f1;
	}
	body {
		background: #171717;
	}
	.search-bar input {
		box-shadow: 0 0 0 0.4em #f1f1f1 inset;
	}
	.search-bar input:focus,
	.search-bar input:valid {
		background: #3d3d3d;
		box-shadow: 0 0 0 0.1em #3d3d3d inset;
	}
	.search-btn {
		background: #f1f1f1;
	}
}

/* END OF SEARCH BTN */

.image-caption {
font-size: 12pt;
width: 24%;
    display:inline-block;
    text-align:center;
}
.image-caption img{max-width: 45px; max-height: 45px; opacity: 0.8}
.image-caption a,.image-caption a:hover{border-bottom: none}
.image-caption  a:hover img{opacity: 1}
/*
	Polymorph by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Reset */

.list-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.list-container {
  border: 1px solid #dbdbdb;
  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: grid;
  place-items: center;
  align-self: stretch;
  
}

.list-items {min-height: 330px;
font-family: Lora, serif;
text-transform: uppercase;
  width: 360px !important;
  background: rgb(255 255 255 / 60%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-top: 10px solid #404040;
  padding: 0px;
}

.items-head p {

  padding: 5px 20px;
  margin: 10px;
  color: #404040;
  font-weight: bold;
  font-size: 20px;
}

.items-head hr {
  width: 20%;
  margin: 0px 30px;
  border: 1px solid #404040;
}

.items-body {
  padding: 10px;
  margin: 10px;
  display: grid;
  grid-gap: 10px;
}

.items-body-content {
  
    color: #000 !important;
  padding: 10px;
  padding-right: 0px;
  display: grid;
  grid-template-columns: 10fr 1fr;
  font-size: 13px;
  grid-gap: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}
.items-body-content a, .items-body-content a:hover{ border: none;}
.items-body-content:hover {

  border: 1px dotted #333;
}

.items-body-content i {
  align-self: center;
  font-size: 15px;
  color: #ccc;
  font-weight: bold;
  animation: icon 1.5s infinite forwards;
}
.items-body-content i.dto {
  background-color: #ccc;
  padding: 2px 2px;
  margin-left: 4px;
  color: red;
  text-align: center;
  border-radius: 5px;
   align-self: center;
  font-size: 11px;
  font-style: italic;
  animation: icon 1.5s infinite forwards;
}

@keyframes list-icon {
  0%, 100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(3px);
  }
}



img.max-100wv {max-width: 100vw }

.submit_game {color: #333;font-size: 12pt;}
a.submit_game:hover {color: #fff; background: rgb(255,255,255,0.2); }

div a:hover{text-decoration: none; border-bottom: dashed 1px;}
div#accordion a:hover{text-decoration: none; border-bottom: none}
form#submit_game div.box, input#name,input#email,textarea#message{font-size: 12pt}
figure img {max-width: 70vw}


button.js-video-button, button.js-video-button:hover{background-color: transparent !important; border: none !important; box-shadow: none !important;  margin-top: -70px;}
a.button.special.fit.small:hover{ border: none !important; box-shadow: none !important;}

div.posts a:hover,div.content a:hover{border: none !important;}
button.js-video-button{opacity: 0.5}
button.js-video-button:hover{opacity: 1; animation: fadein 2s;
 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s; margin-top: -70px;}
  
  @keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}
#top_hdr_mobile{width: 100% !important; padding-bottom: 0px;}

.mobileonly{visibility: hidden !important; display: none !important;}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-style: normal !important;
		font: inherit;
		vertical-align: baseline;
	}
	
h2#content{padding-top: 2%} 
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}
	
	h3.bigger{font-size: 1.5rem !important}
	
	blockquote small, small.blockquote {font-size: 1rem; }
	center.blockquote {width: 25%;}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.se-btn-tray{max-height: 50px !important;}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0em;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0em;
	}

	.row.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row > * {
		padding: 0 0 0 2.75em;
	}

	.row {
		margin: 0 0 -1px -2.75em;
	}

	.row.uniform > * {
		padding: 2.75em 0 0 2.75em;
	}

	.row.uniform {
		margin: -2.75em 0 -1px -2.75em;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 5.5em;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -5.5em;
	}

	.row.uniform.\32 00\25 > * {
		padding: 5.5em 0 0 5.5em;
	}

	.row.uniform.\32 00\25 {
		margin: -5.5em 0 -1px -5.5em;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 4.125em;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -4.125em;
	}

	.row.uniform.\31 50\25 > * {
		padding: 4.125em 0 0 4.125em;
	}

	.row.uniform.\31 50\25 {
		margin: -4.125em 0 -1px -4.125em;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 1.375em;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -1.375em;
	}

	.row.uniform.\35 0\25 > * {
		padding: 1.375em 0 0 1.375em;
	}

	.row.uniform.\35 0\25 {
		margin: -1.375em 0 -1px -1.375em;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 0.6875em;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -0.6875em;
	}

	.row.uniform.\32 5\25 > * {
		padding: 0.6875em 0 0 0.6875em;
	}

	.row.uniform.\32 5\25 {
		margin: -0.6875em 0 -1px -0.6875em;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row > * {
			padding: 0 0 0 2.75em;
		}

		.row {
			margin: 0 0 -1px -2.75em;
		}

		.row.uniform > * {
			padding: 2.75em 0 0 2.75em;
		}

		.row.uniform {
			margin: -2.75em 0 -1px -2.75em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5.5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5.5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5.5em 0 0 5.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5.5em 0 -1px -5.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 4.125em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -4.125em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 4.125em 0 0 4.125em;
		}

		.row.uniform.\31 50\25 {
			margin: -4.125em 0 -1px -4.125em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.375em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.375em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.375em 0 0 1.375em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.375em 0 -1px -1.375em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.6875em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.6875em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.6875em 0 0 0.6875em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.6875em 0 -1px -0.6875em;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

	
		
	

.desktoponly{display: none !important; visibility: hidden !important;}
		.row > * {
			padding: 0 0 0 2.75em;
		}

		.row {
			margin: 0 0 -1px -2.75em;
		}

		.row.uniform > * {
			padding: 2.75em 0 0 2.75em;
		}

		.row.uniform {
			margin: -2.75em 0 -1px -2.75em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5.5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5.5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5.5em 0 0 5.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5.5em 0 -1px -5.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 4.125em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -4.125em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 4.125em 0 0 4.125em;
		}

		.row.uniform.\31 50\25 {
			margin: -4.125em 0 -1px -4.125em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.375em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.375em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.375em 0 0 1.375em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.375em 0 -1px -1.375em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.6875em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.6875em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.6875em 0 0 0.6875em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.6875em 0 -1px -0.6875em;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1500px) {
#top_list_3{display: none}}
	@media screen and (max-width: 1100px) {
#top_list_2{display: none}

.copyright p,.feedback_key{font-size: 9pt}
.items-head p{font-size: 12pt;}
.desktoponly{display: none !important; visibility: hidden !important;}
		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform {
			margin: -2em 0 -1px -2em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -4em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

		.row.uniform.\32 00\25 {
			margin: -4em 0 -1px -4em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\31 50\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform.\35 0\25 {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {
	.image-caption {width: 32% !important; font-size: 9pt;}
.mobileonly{visibility: visible !important; display: inline !important; background: #CCC;  font-size: 10pt; border-bottom: 1px solid #999; }
img.max-100vw{margin-top: 20px; padding-left: 5%;}
		.row > * {
			padding: 0 0 0 1em;
		}

		.row {
			margin: 0 0 -1px -1em;
		}

		.row.uniform > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -2em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform.\32 00\25 {
			margin: -2em 0 -1px -2em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.5em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.25em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.25em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.25em 0 0 0.25em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.25em 0 -1px -0.25em;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 480px) {
	img.max-100wv{padding-top: 5px; padding-left: 10%;}
	#header .logo{max-height: 200px;}
#curator,#hide_on_sm_mobile{display: none}
 .list-items{margin-left: 0.5%; max-width: 90vw;}
 .items-head a{font-size: 11pt !important;}
#tele_footer{width: 100% !important}
		.row > * {
			padding: 0 0 0 1em;
		}

		.row {
			margin: 0 0 -1px -1em;
		}

		.row.uniform > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -2em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform.\32 00\25 {
			margin: -2em 0 -1px -2em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.5em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.25em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.25em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.25em 0 0 0.25em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.25em 0 -1px -0.25em;
		}

		.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 360px) {

		.row > * {
			padding: 0 0 0 1em;
		}

		.row {
			margin: 0 0 -1px -1em;
		}

		.row.uniform > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -2em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform.\32 00\25 {
			margin: -2em 0 -1px -2em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.5em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.25em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.25em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.25em 0 0 0.25em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.25em 0 -1px -0.25em;
		}

		.\31 2u\28xxsmall\29, .\31 2u\24\28xxsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xxsmall\29, .\38 u\24\28xxsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xxsmall\29, .\36 u\24\28xxsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xxsmall\29, .\34 u\24\28xxsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xxsmall\29 + *,
		.\31 1u\24\28xxsmall\29 + *,
		.\31 0u\24\28xxsmall\29 + *,
		.\39 u\24\28xxsmall\29 + *,
		.\38 u\24\28xxsmall\29 + *,
		.\37 u\24\28xxsmall\29 + *,
		.\36 u\24\28xxsmall\29 + *,
		.\35 u\24\28xxsmall\29 + *,
		.\34 u\24\28xxsmall\29 + *,
		.\33 u\24\28xxsmall\29 + *,
		.\32 u\24\28xxsmall\29 + *,
		.\31 u\24\28xxsmall\29 + * {
			clear: left;
		}

		.\-11u\28xxsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xxsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xxsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xxsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xxsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xxsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xxsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xxsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xxsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xxsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xxsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 100vw;
		}

	}

	body {
		 background-image: url("/images/bg.png");
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #ffffff;
		color: #404040;
	}

	body, input, select:not(.multiple), textarea {
		font-family: "Lora", serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.6;
	}

		@media screen and (max-width: 1680px) {

			body, input, select:not(.multiple), textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
		text-decoration: none;
		border-bottom: dotted 1px;
	}

		a:before {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

		a:hover {
			
			border-bottom-color: transparent;
		}

			a:hover:before {
				color: #ccc !important;
			}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}



	p {text-align: justify; font-size: 1.09rem;
		margin: 0 0 0.75em 0;
	}
	
	article p{flex-grow: 2;}
	article.half img {filter: blur(4px);}
	

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		line-height: 1.3;
		margin: 2.1875em 0 0.875em 0;
		text-transform: uppercase;
		letter-spacing: 0.075em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			border-bottom: 0;
			color: inherit;
			text-decoration: none;
		}

		h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
			margin-top: 0;
		}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.1em;
		}

		h3 {
			font-size: 1em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		//border-left: solid 4px;
		font-style: italic;
		float: right;
	}

	code {
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 1.75em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 1.75em 0;
	}

		hr.major {
			margin: 2.625em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #404040;
	}

	a {
		color: #000;
	}

	strong, b {
		color: #404040;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #404040 !important;
	}

	blockquote {
		border-left-color: #dbdbdb;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: #dbdbdb;
	}

	hr {
		border-bottom-color: #dbdbdb;
	}

/* Box */

	.box {
		border: solid 1px;
		margin-bottom: 1.75em;
		padding: 1.5em;
		background: white;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #dbdbdb;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 0;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 900;
		height: 3.4375em;
		line-height: 3.4375em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-transform: uppercase;
		font-size: 0.8em;
		letter-spacing: 0.075em;
	}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 0.875em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: 3.09375em;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px #dbdbdb;
		color: #404040 !important;
	}
	
	.button.submit_game
	{
	color: #ccc !important}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 1);
			color: inherit !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.2);
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			box-shadow: none;
			background-color: #404040;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #4d4d4d;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #333333;
			}

/* Form */

	form {
		margin: 0 0 1.75em 0;
		margin-top: 0;
	}

		form:after {
			content: '';
			display: block;
			clear: both;
			height: 1px;
		}

		form .field {
			position: relative;
			float: left;
			margin: 0 0 1.375em 0;
			vertical-align: top;
			width: 100%;
		}

		form .half {
			width: calc(50% + 0.6875em) !important;
			padding-left: 1.375em;
		}

		form .half.first {
			width: calc(50% - 0.6875em) !important;
			padding-left: 0;
		}

		form :last-child {
			margin-bottom: 0;
		}

		form .half:nth-last-child(2) {
			margin-bottom: 0;
		}

		form .actions {
			position: relative;
			clear: both;
			margin-bottom: 0 !important;
		}

		@media screen and (max-width: 980px) {
.image-caption {width: 49% !important; font-size: 11pt; padding-top: 10px;}
			form .half {
				width: 100% !important;
				padding-left: 0;
			}

			form .half.first {
				width: 100% !important;
				padding-left: 0;
			}

			form .half:nth-last-child(2) {
				margin: 0 0 1.1375em 0;
			}

		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 900;
		margin: 0 0 0.875em 0;
	}
	div.multiselect-dropdown-list div label, .multiselect-dropdown span.optext{font-size: 12px}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 0;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #404040;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		
		border-color: #dbdbdb;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #53bed5;
			box-shadow: 0 0 0 1px #53bed5;
		}

	.select-wrapper:before {
		color: #dbdbdb;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #404040;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: #dbdbdb;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #404040;
		color: #ffffff;
		border-color: #404040;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #53bed5;
		box-shadow: 0 0 0 1px #53bed5;
	}

	::-webkit-input-placeholder {
		color: #aaaaaa !important;
	}

	:-moz-placeholder {
		color: #aaaaaa !important;
	}

	::-moz-placeholder {
		color: #aaaaaa !important;
	}

	:-ms-input-placeholder {
		color: #aaaaaa !important;
	}

	.formerize-placeholder {
		color: #aaaaaa !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 1.75em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 2.625em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

			@media screen and (max-width: 736px) {

				.image.main {
					margin: 0 0 1.75em 0;
				}

			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 1.75em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 1.75em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 5%;
			font-size: 13pt;
		}
		.positive{				
			background: linear-gradient(315deg, rgba(239, 253, 242, 0), rgba(113, 255, 108, 0.362));
		}
		
		.negative{		background: linear-gradient(315deg, rgba(239, 253, 242, 0), rgba(247, 72, 72, 0.362)); }
		.positive, .negative {margin-left: 1%;}
		.conclusion{		background: linear-gradient(315deg, rgba(239, 253, 242, 0), rgba(146, 146, 146, 0.362)); padding-top: 2%; padding-bottom: 2%;  width: 95%; font-size: 1.2rem;		 }
		.video{		background: linear-gradient(315deg, rgba(211, 211, 211, 0.377), rgba(206, 206, 206, 0.562)); padding-top: 2%; padding-bottom: 2%;  width: 95%; font-size: 1.2rem;		 }
		.ads{		padding-top: 2%; padding-bottom: 2%;margin-right: 5%;  width: 70%;  float: right; font-size: 0.9rem;	padding:  0.8rem 0 0.8rem  0.8rem !important;	padding-right: 10%;  color: #fff !important;}
		.rating{	width: 15%; background: linear-gradient(315deg, rgba(206, 206, 206, 0.562), rgba(255, 255, 255, 0.74));	padding-top: 2%; padding-bottom: 2%; float: left; 	padding:0.5rem 0.5rem 0.5rem 0.5rem  !important;	padding-right: 10%; border-radius: 0.5rem; font-size: 1rem;	}
		.ads.bhaptic {  	background: url('../images/bhaptic.png'),rgb(9,16,35);			 }
		.ads.quest,.ads.quest3 {	border: 1px solid rgb(136, 136, 136); color: #333 !important;	 }
		.ads.psvr2 {	 color: #333 !important;	 }
		.ads.quest3 {  	background: url('../images/q3.png'),#ececec;	}
		.ads.psvr2 {  	background: url('../images/psvr2.png'), rgb(218, 218, 223); 	}
		.ads.quest {  	background: url('../images/quest.png'),#ececec;}
		.ads i{color: red; border: 1px dashed red; padding: 2px;}
		.cta-txt a{ border-bottom: none !important; text-decoration: underline;}
		
			 .ads.bhaptic:hover,.ads.quest:hover,.ads.quest3:hover, .ads.psvr2:hover{opacity:0.9; }
			 .ads.bhaptic b, .ads.bhaptic .cta-txt a{color: white;  }
			 .ads.bhaptic,.ads.quest,.ads.quest3,.ads.psvr2{		
				border-radius: 0.5rem;
				background-repeat: no-repeat;
				background-position: 92%;
				background-size:contain;
				color: white;
				padding: 20px;
				opacity: 0.6;
				transition: 0.5s;}

				
		.shadow{    backdrop-filter: blur(0px);
			-webkit-backdrop-filter: blur(0px);
						border: 1px solid #dbdbdb;
			border-radius: 0.5rem;
						padding: 1.5rem;
			color: #000; }
.cta-txt{max-width: 78%}
			.cta {
				
				display: block;
				position: relative;
				
				width: 56px;
				height: 56px;
				margin: 0;
				
				overflow: hidden;
				outline: none;
				background-color: transparent;
				cursor: pointer;
				border: 0;
				border: none !important;
				box-shadow: none !important;
			  }
			  .cta:hover{background-color: transparent !important;}
			  
			  .cta:before,
			  .cta:after {
				content: "";
				position: absolute;
				border-radius: 50%;
				inset: 7px;
				
			  }
			  
			  .cta:before {
				border: 4px solid rgb(136, 136, 136);
				transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
				  transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
			  }
			  
			  .cta:after {
				border: 4px solid red;
				transform: scale(1.3);
				transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
				  transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				opacity: 0;
			  }
			  
			  .cta:hover:before,
			  .cta:focus:before {
				opacity: 0;
				transform: scale(0.7);
				
				transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
				  transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			  }
			  
			  .cta:hover:after,
			  .cta:focus:after {
				opacity: 1;
				transform: scale(1);
				transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
				  transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
			  }
			  
			  .cta-box {
				display: flex;
				position: absolute;
				top: 0;
				left: 0;
				-moz-transform: scale(-1, 1);
				-webkit-transform: scale(-1, 1);
				-o-transform: scale(-1, 1);
				-ms-transform: scale(-1, 1);
				transform: scale(-1, 1);
				padding-top: 5px;
				
			  }
			  
			  .cta-elem {
				display: block;
				width: 20px;
				height: 20px;
				margin: 15px 18px 0 18px;
				transform: rotate(180deg);
				fill: red;
				
			  }
			  
			  .cta:hover .cta-box,
			  .cta:focus .cta-box {
				transition: 0.4s;
				transform: translateX(-56px);
				-moz-transform: scale(-1, 1);
				-webkit-transform: scale(-1, 1);
				-o-transform: scale(-1, 1);
				-ms-transform: scale(-1, 1);
				transform: scale(-1, 1);
			  }
			  

		.margins {padding-left: 2%; padding-right: 2%}
		.flex-stretch{display: flex; align-items: stretch ;  justify-content: space-between;}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

			ul.icons.style2 li {
				font-size: 1.35em;
				padding: 0 0.5em 0 0;
			}

				ul.icons.style2 li a {
					-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					display: inline-block;
					border-radius: 100%;
					width: 2.125em;
					height: 2.125em;
					line-height: 2.125em;
					text-align: center;
					background-color: #404040;
					color: #ffffff !important;
				}

					ul.icons.style2 li a:hover {
						background-color: #4d4d4d;
					}

					ul.icons.style2 li a:active {
						background-color: #333333;
					}

					ul.icons.style2 li a:before {
						color: inherit !important;
					}

					ul.icons.style2 li a.fa-twitter {
						background-color: #84dae7;
						color: #ffffff !important;
					}

						ul.icons.style2 li a.fa-twitter:hover {
							background-color: #99e0eb;
						}

						ul.icons.style2 li a.fa-twitter:active {
							background-color: #6fd4e3;
						}

					ul.icons.style2 li a.fa-facebook {
						background-color: #75aae6;
						color: #ffffff !important;
					}

						ul.icons.style2 li a.fa-facebook:hover {
							background-color: #8bb7ea;
						}

						ul.icons.style2 li a.fa-facebook:active {
							background-color: #5f9de2;
						}

					ul.icons.style2 li a.fa-instagram {
						background-color: #84c3e7;
						color: #ffffff !important;
					}

						ul.icons.style2 li a.fa-instagram:hover {
							background-color: #99cdeb;
						}

						ul.icons.style2 li a.fa-instagram:active {
							background-color: #6fb9e3;
						}

					ul.icons.style2 li a.fa-youtube {
						background-color: #e78484;
						color: #ffffff !important;
					}

						ul.icons.style2 li a.fa-youtube:hover {
							background-color: #eb9999;
						}

						ul.icons.style2 li a.fa-youtube:active {
							background-color: #e36f6f;
						}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 0.875em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.4375em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 0.875em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.4375em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -0.875em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 0.875em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 0.875em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.4375em;
					width: calc(100% + 0.4375em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.4375em;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 1.75em 0;
				}

					ul.actions li {
						padding: 0.875em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							
							margin: 5px !important;
						}

							ul.actions li > *.icon:before {
								margin-left: -2em;
							}

					ul.actions.small li {
						padding: 0.4375em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

		ul.meta {
			cursor: default;
			list-style: none;
			padding: 0;
		}

			ul.meta li {
				display: inline-block;
				font-size: 0.7em;
				/*font-weight: 900;*/
				letter-spacing: 0.055em;
				margin: 0 0 0.575em 0;
				text-transform: uppercase;
				border-left: solid 1px;
				padding: 0 0 0 1.25em;
				margin: 0 0 0 1.25em;
				line-height: 1;
			}

				ul.meta li a {
					color: inherit;
					text-decoration: none;
					border-bottom: 0;
					text-decoration: none;
				}

					ul.meta li a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					ul.meta li a:before {
						margin-right: 0.65em;
					}

					ul.meta li a.favorites:before {
						content: '\f08a';
					}

					ul.meta li a.comments:before {
						content: '\f0e5';
					}

				ul.meta li:first-child {
					padding-left: 0;
					margin-left: 0;
					border-left: 0;
				}

			h1 + ul.meta, h2 + ul.meta, h3 + ul.meta, h4 + ul.meta, h5 + ul.meta, h6 + ul.meta {
				margin: -1.0125em 0 -0.1125em 0;
				float: right;
			}

		ul.pagination {
			display: inline-flex;
			list-style: none;
			padding: 0;
			border: solid 0px;

			cursor: default;
			align-content: center;
		}

			ul.pagination li {
				padding: 0;
			}

				ul.pagination li a, ul.pagination li span {
					position: relative;
					border-left: solid 1px;
					display: inline-block;
					font-size: 0.8em;
					min-width: 3.78125em;
					height: 3.4375em;
					line-height: 3.4375em;
					text-align: center;
					text-transform: uppercase;
					font-weight: bold;
					letter-spacing: 0.075em;
					text-decoration: none;
					border-bottom: 0;
				}

				ul.pagination li a {
					-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				}

				ul.pagination li .next, ul.pagination li .previous {
					text-decoration: none;
					padding: 0 2.1875em;
				}

					ul.pagination li .next:before, ul.pagination li .previous:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					ul.pagination li .next:before, ul.pagination li .previous:before {
						display: inline-block;
						line-height: 3.63945em;
						color: inherit !important;
					}

				ul.pagination li .previous:before {
					content: '\f053';
					margin-right: 0.9375em;
				}

				ul.pagination li .next:before {
					content: '\f054';
					float: right;
					margin-left: 0.9375em;
				}

				ul.pagination li:first-child a {
					border-left: 0;
				}

			@media screen and (max-width: 480px) {

				ul.pagination li .page, ul.pagination li .extra {
				/*	display: none;*/
				}

			}

	dl {
		margin: 0 0 1.75em 0;
	}

		dl dt {
			display: block;
			font-weight: 900;
			margin: 0 0 0.875em 0;
		}

		dl dd {
			margin-left: 1.75em;
		}

	ul.alt li {
		border-top-color: #404040;
	}

	ul.icons.style1 li a {
		color: #aaaaaa;
	}

	ul.meta {
		color: #7d7d7d;
	}

		ul.meta li {
			border-left-color: #dbdbdb;
		}

	ul.pagination {
		border-color: #dbdbdb;
	}

		ul.pagination li a, ul.pagination li span {
			border-left-color: #f4f4f4;
		}

		ul.pagination li a {
			color: #404040 !important;
		}

			ul.pagination li a:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			ul.pagination li a:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			ul.pagination li a.active {
				color: #ffffff !important;
				box-shadow: 0 0 0 1px #404040;
				background-color: #404040;
				border-left-color: #404040;
				z-index: 1;
			}

		ul.pagination li span {
			color: #aaaaaa;
		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

		@media screen and (max-width: 480px) {

			section.special, article.special {
				text-align: left;
			}

		}

	header {
		cursor: default;
	}

		header .category {
			display: block;
			font-size: 0.8em;
			font-weight: 900;
			letter-spacing: 0.075em;
			margin: 0 0 1.64063em 0;
			text-transform: uppercase;
		}

			header .category + h2, header .category + h3, header .category + h4, header .category + h5, header .category + h6 {
				margin-top: 0;
			}

		header.major {
			margin: 0 0 2.625em 0;
			text-align: center;
		}

			header.major h2 {
				font-size: 1.75em;
			}

			header.major > :last-child {
				margin-bottom: 0;
			}

		@media screen and (max-width: 736px) {
			h1 + ul.meta, h2 + ul.meta, h3 + ul.meta, h4 + ul.meta, h5 + ul.meta, h6 + ul.meta {
				margin: -1.2125em 0 -0.3125em 0;
				float: right;
			}
.flex-stretch{flex-wrap: wrap; align-items: stretch ;  justify-content: space-between; PADDING-LEFT: 5%; }
.flex-stretch div{margin-bottom: 5%;}
p.box{margin-top: 5%; font-size: 10pt;} p.box img{display: none}

			header.major {
				margin: 0 0 1.75em 0;
			}

				header.major h2 {
					font-size: 1.35em;
				}

		}

		@media screen and (max-width: 480px) {

			header.major {
				text-align: left;
			}

		}

	footer.major {
		padding: 2.75em 2.75em 1em 2.75em ;
		text-align: center;
		border-top: solid 1px;
		margin-top: -1px;
	}

	@media screen and (max-width: 980px) {


		footer.major {
			padding: 2.75em 2em 1em 2em ;
		}

	}

	@media screen and (max-width: 736px) {
	#top_list_99{display: none}
		footer.major {
			padding: 2em 1em 0.25em 1em ;
		}

	}

	header .category {
		color: #aaaaaa;
	}

	footer.major {
		border-top-color: #dbdbdb;
		display: flex;
		justify-content: center;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 1.75em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 900;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: #dbdbdb;
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #404040;
	}

	table thead {
		border-bottom-color: #dbdbdb;
	}

	table tfoot {
		border-top-color: #dbdbdb;
	}

	table.alt tbody tr td {
		border-color: #dbdbdb;
	}

/* Posts */

	.posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.posts > article {
			width: 33.33333%;
			border-style: solid;
			border-right-width: 1px;
			border-bottom-width: 1px;
			padding: 1.75em;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

			.posts > article .image {
				margin: -1.375em 0 0.125em -1.375em;
				display: block;
				position: relative;
				width: calc(100% + 2.75em);
			}

				.posts > article .image img {
					width: 100%;
				}

			.posts > article > :last-child {
				margin-bottom: 0;
			}

				.posts > article > :last-child > :last-child {
					margin-bottom: 0;
					float: right;
				}

			.posts > article:nth-child(3n) {
				border-right-width: 0;
			}

			.posts > article:nth-last-child(1), .posts > article:nth-last-child(2), .posts > article:nth-last-child(3) {
				border-bottom-width: 0;
			}

		@media screen and (max-width: 1280px) {
		#top_list_3{display: none}

			.posts > article {
				width: 50%;
			}

				.posts > article:nth-child(2n) {
					border-right-width: 0;
				}

				.posts > article:nth-child(3n) {
					border-right-width: 1px;
				}

				.posts > article:nth-last-child(3) {
					border-bottom-width: 1px;
				}

		}

		@media screen and (max-width: 980px) {

			.posts > article {
				padding: 2.75em 2em;
			}

				.posts > article .image {
					margin: -1.375em 0 2.4375em -1em;
					width: calc(100% + 2em);
				}

		}

		@media screen and (max-width: 736px) {

			.posts > article {
				padding: 1em 1em 2em 1em;
			}

				.posts > article .image {
					margin: 0 0 0.2em 0;
					width: 100%;
				}

		}

		@media screen and (max-width: 480px) {

			.posts > article {
				width: 100%;
				border-right-width: 0 !important;
			}

				.posts > article:nth-last-child(2) {
					border-bottom-width: 1px;
				}

		}

	.posts > article {
		border-color: #dbdbdb;
	}

/* Header */

	body {
		padding-top: 3.75em;
		max-width: 1920px;
		margin: 0 auto;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120px;
		z-index: 10000;
		background-color: #ffffff;
		
		line-height: 3.75em;
		box-shadow: inset 0 -1px 0 0 #dbdbdb;
		overflow: hidden;
	}

		#header .logo {

		}

			#header .logo input, #header .logo select, #header .logo textarea {
				color: #ffffff;
			}

			#header .logo a {
				color: #ffffff;
			}

			#header .logo strong, #header .logo b {
				color: #ffffff;
			}

			#header .logo h1, #header .logo h2, #header .logo h3, #header .logo h4, #header .logo h5, #header .logo h6 {
				color: #ffffff !important;
			}

			#header .logo blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#header .logo code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#header .logo hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#header .logo:hover {
				
			}

			#header .logo:active {
				background-color: #CCC;
			}

			#header .logo > :last-child {
				margin-bottom: 0;
			}

			#header .logo .title {
				display: block;
				text-transform: uppercase;
				font-size: 1em;
				border-bottom: 0;
				color: #ffffff !important;
				padding: 0 3em 0 1.5em;
			}

		#header nav {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 0;
			cursor: default;
		}

			#header nav > ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					border-left: solid 1px #f4f4f4;
					display: block;
					margin: 0;
					padding: 0;
					position: relative;
				}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li > a {
						border-bottom: 0;
						color: #777;
						display: block;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.075em;
						padding: 0 2.0625em;
						text-decoration: none;
						text-transform: uppercase;
					}
					
										#header nav > ul > li > a:hover {
						border-bottom: 0;
						color: #555;
						display: block;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.075em;
						padding: 0 2.0625em;
						text-decoration: none;
						text-transform: uppercase;
						text-decoration: underline;
					}

						#header nav > ul > li > a.dropdown {
							text-decoration: none;
						}

							#header nav > ul > li > a.dropdown:before {
								-moz-osx-font-smoothing: grayscale;
								-webkit-font-smoothing: antialiased;
								font-family: FontAwesome;
								font-style: normal;
								font-weight: normal;
								text-transform: none !important;
							}

							#header nav > ul > li > a.dropdown:before {
								content: '\f107';
								color: #aaaaaa;
								margin-right: 0.5em;
							}

					#header nav > ul > li.active > a {
						color: #53bed5;
					}

						#header nav > ul > li.active > a:before {
							color: #53bed5;
						}

					#header nav > ul > li:first-child {
						border-left: 0;
					}

		#header .navPanelToggle {
			display: none;
		}

	@media screen and (max-width: 1280px) {

		#header nav {
			display: none;
		}

		#header .navPanelToggle {
			text-decoration: none;
			position: absolute;
			display: block;
			top: 0;
			right: 0;
			height: 100%;
			font-size: 0.8em;
			font-weight: 900;
			letter-spacing: 0.075em;
			text-decoration: none;
			text-transform: uppercase;
			color: #404040;
			padding: 0 2.0625em;
			border: 0;
		}

			#header .navPanelToggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#header .navPanelToggle:before {
				content: '\f0c9';
				margin-right: 0.75em;
			}

	}

	@media screen and (max-width: 736px) {

		body {
			padding-top: 2.75em;
		}

		#header {
			height: 3em;
			line-height: 2.75em;
		}
			#header .logo img {max-height: 40px; max-width: 70vw !important;}
			#header .logo .title {
				padding: 0 1.25em;
			}

			#header .navPanelToggle {
				
				margin-top: 5px;
			}

	}

	@media screen and (max-width: 480px) {

		#header .logo .title .extra {
			display: none;
		}

	}

	.dropotron {
		background: #ffffff;
		box-shadow: 0 0.125em 0.75em 0.125em rgba(0, 0, 0, 0.075);
		list-style: none;
		margin-top: calc(-1em - 1px);
		margin-left: -1px;
		min-width: 13em;
		padding: 1em 0;
		border: solid 1px #dbdbdb;
	}

		.dropotron li {
			padding: 0;
		}

			.dropotron li a {
				-moz-transition: none !important;
				-webkit-transition: none !important;
				-ms-transition: none !important;
				transition: none !important;
				border: 0;
				box-shadow: inset 0 1px 0 0 #f4f4f4;
				color: inherit;
				display: block;
				line-height: 2.5em;
				padding: 0 1.25em;
			}

			.dropotron li:first-child > a {
				box-shadow: none;
			}

			.dropotron li.active > a, .dropotron li:hover > a {
				color: #53bed5 !important;
			}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin-top: 1em;
			margin-left: 0;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #fff;
				content: '';
				display: block;
				height: 0.75em;
				position: absolute;
				left: 50%;
				top: -0.375em;
				width: 0.75em;
				margin-left: -0.375em;
				box-shadow: inset 1px 1px 0 0 #dbdbdb;
				box-shadow: -1px -1px 2px 0 #dbdbdb;
			}

/* Banner */

	#banner {
		
		color: #fff;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		#banner input, #banner select, #banner textarea {
			color: #ffffff;
		}

		#banner a {
			color: #53bed5;
		}

		#banner strong, #banner b {
			color: #ffffff;
		}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #ffffff !important;
		}

		#banner blockquote {
			border-left-color: #ffffff;
		}

		#banner code {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
		}

		#banner hr {
			border-bottom-color: #ffffff;
		}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner button,
		#banner .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner button:hover,
			#banner .button:hover {
				background-color: rgba(0, 0, 0, 0.5);
				color: inherit !important;
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner button:active,
			#banner .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

			#banner input[type="submit"].special,
			#banner input[type="reset"].special,
			#banner input[type="button"].special,
			#banner button.special,
			#banner .button.special {
				box-shadow: none;
				background-color: #ffffff;
				color: #333333 !important;
			}

				#banner input[type="submit"].special:hover,
				#banner input[type="reset"].special:hover,
				#banner input[type="button"].special:hover,
				#banner button.special:hover,
				#banner .button.special:hover {
					background-color: white;
				}

				#banner input[type="submit"].special:active,
				#banner input[type="reset"].special:active,
				#banner input[type="button"].special:active,
				#banner button.special:active,
				#banner .button.special:active {
					background-color: #f2f2f2;
				}

		#banner > article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 1em 1em 1em 1em ;
			background-position: center;
			background-repeat: no-repeat;
			/*background-size: cover;*/
			overflow: hidden;
			position: relative;
			cursor: default;
		}

			#banner > article:before {
				-moz-transition: opacity 2.25s ease;
				-webkit-transition: opacity 2.25s ease;
				-ms-transition: opacity 2.25s ease;
				transition: opacity 2.25s ease;
				content: '';
				/*background-color: #333333;*/
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 0.5;
			}

			#banner > article:nth-child(1):before {
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				
			}

			#banner > article:nth-child(2):before {
				-moz-transition-delay: 0.375s;
				-webkit-transition-delay: 0.375s;
				-ms-transition-delay: 0.375s;
				transition-delay: 0.375s;
				
			}

			#banner > article:nth-child(3):before {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
				background-color: #2e2e2e;
			}

			#banner > article:nth-child(4):before {
				-moz-transition-delay: 1.125s;
				-webkit-transition-delay: 1.125s;
				-ms-transition-delay: 1.125s;
				transition-delay: 1.125s;
				background-color: #2b2b2b;
			}

			#banner > article:nth-child(5):before {
				-moz-transition-delay: 1.5s;
				-webkit-transition-delay: 1.5s;
				-ms-transition-delay: 1.5s;
				transition-delay: 1.5s;
				background-color: #292929;
			}

			#banner > article:nth-child(6):before {
				-moz-transition-delay: 1.875s;
				-webkit-transition-delay: 1.875s;
				-ms-transition-delay: 1.875s;
				transition-delay: 1.875s;
				background-color: #262626;
			}

			#banner > article:nth-child(7):before {
				-moz-transition-delay: 2.25s;
				-webkit-transition-delay: 2.25s;
				-ms-transition-delay: 2.25s;
				transition-delay: 2.25s;
				background-color: #242424;
			}

			#banner > article:nth-child(8):before {
				-moz-transition-delay: 2.625s;
				-webkit-transition-delay: 2.625s;
				-ms-transition-delay: 2.625s;
				transition-delay: 2.625s;
				background-color: #212121;
			}

			#banner > article:nth-child(9):before {
				-moz-transition-delay: 3s;
				-webkit-transition-delay: 3s;
				-ms-transition-delay: 3s;
				transition-delay: 3s;
				background-color: #1f1f1f;
			}

			#banner > article:nth-child(10):before {
				-moz-transition-delay: 3.375s;
				-webkit-transition-delay: 3.375s;
				-ms-transition-delay: 3.375s;
				transition-delay: 3.375s;
				background-color: #1c1c1c;
			}

			#banner > article > img {
				display: none;
			}

			#banner > article .content {
				max-width: 80%;
				text-align: center;
				position: relative;
				z-index: 1;
			}

			#banner > article h1, #banner > article h2, #banner > article h3 {
				margin: 0 0 0.4375em 0;
			}

				#banner > article h1 a, #banner > article h2 a, #banner > article h3 a {
					color: #ffffff !important;
				}

			#banner > article.full {
				min-height: 400px;
				max-height: 60vh;
				width: 100%;
			}

				#banner > article.full h2 {
					font-size: 2.25em;
				}

				#banner > article.full .content {
					width: 35em;
				}

@media screen and (min-width: 1680px){

				#banner > article h1 a, #banner > article h2 a, #banner > article h3 a {
					color: #ffffff !important; font-size: 1.5rem;
				}
article.half div.content p {

background-color:rgba(0,0,0,0.3); border-radius: 15px; padding: 20px; font-size: 1rem;}


#banner > article.half {
				min-height: 30vh;
				max-height: 600px;
				width: 50%;
			}
			}
				@media screen and (max-width: 1680px) {
						#banner > article.half {
				min-height: 30vh;
				max-height: 600px;
				width: 50%;
				
			}	
article.half div.content p {
background-color:rgba(0,0,0,0.3); border-radius: 15px; padding: 10px; width: 40vw; }

					#banner > article.full {
						min-height: 70vh;
					}

						#banner > article.full h2 {
							font-size: 1.75em;
						}

				}

				@media screen and (max-width: 768px) {
				img,video {max-width: 90vw}
				article.half div.content p {
background-color:rgba(0,0,0,0.3); border-radius: 15px; padding: 10px; width: 40vw; font-size: 0.6rem;}

					#banner > article.full h2 {
						font-size: 1.5em;
					}
					

				}
				
								@media screen and (max-width: 400px) {
				article.half div.content p {
background-color:rgba(0,0,0,0.3); border-radius: 15px; padding: 10px; width: 80vw; font-size: 0.4rem;}

					#banner > article.full h2 {
						font-size: 1.5em;
					}
					

				}



				#banner > article.half h2 {
					font-size: 1.75em;
					  text-shadow: 2px 2px 8px #333;
					  opacity: 0.9;
				}

				#banner > article.half .content {
					width: 40vw;
				}

				@media screen and (max-width: 1680px) {
	article.half div.content p {
font-size: 0.85rem;}
					#banner > article.half h2 {
						font-size: 1.35em;
					}

				}

				@media screen and (max-width: 736px) {

					#banner > article.half h2 {
						font-size: 1.25em;
					}

				}

		@media screen and (max-width: 980px) {

			#banner > article {
				padding: 6em 2em 4.25em 2em ;
			}

				#banner > article.full {
					min-height: 55vh;
				}

				#banner > article.half {
					min-height: 35vh;
				}

		}

		@media screen and (max-width: 736px) {

			#banner > article {
				padding: 4em 1em 2.25em 1em ;
			}

				#banner > article.full {
					min-height: 0;
				}

				#banner > article.half {
					min-height: 0;
				}

		}

		@media screen and (max-width: 480px) {

			#banner {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				#banner > article {
					padding: 4em 2em 2.25em 2em ;
				}

					#banner > article.full {
						width: 100%;
					}

						#banner > article.full .content {
							width: 100%;
							max-width: 100%;
						}

					#banner > article.half {
						width: 100%;
					}

						#banner > article.half .content {
							width: 100%;
							max-width: 100%;
						}

		}

		body.is-loading #banner > article:before {
			opacity: 0.1;
		}

/* Main */

	#main > .main {
		border-bottom: solid 1px #dbdbdb;
		margin: 2%;
	}

		#main > .main > .inner {
			padding: 1em 2.75em 3.25em 2.75em ;
			max-width: 72em;
			width: 100%;
			margin: 0 auto;
		}

	@media screen and (max-width: 980px) {

		#main > .main > .inner {
			padding: 4em 2em 2.25em 2em ;
		}
			#main > .main {
		border-bottom: solid 0px #dbdbdb;
		margin: 0%;
	}

	}

	@media screen and (max-width: 736px) {

		#main > .main > .inner {
			padding: 2em 1em 0.25em 1em ;
		}

	}

/* Main */

	#footer > .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 72em;
		width: 100%;
		margin: 0 auto;
	}

		#footer > .inner > section {
			padding: 1.75em 2.75em 1em 2.75em ;
			-ms-flex: 1;
			width: 100%;
		}

			#footer > .inner > section:nth-child(2n - 1) {
				border-right: solid 1px #dbdbdb;
			}

	#footer > .copyright {
		border-top: solid 1px #dbdbdb;
		padding: 0.75em 0.75em 0.75em 0.75em;
		text-align: center;
	}

		#footer > .copyright > :last-child {
			margin-bottom: 0;
		}

		#footer > .copyright p {
			color: #aaaaaa;
			font-size: 0.8em;
		}

	@media screen and (max-width: 980px) {

		#footer > .inner > section {
			padding: 2.75em 2em 1em 2em ;
		}

		#footer > .copyright {
			padding: 2.75em 2em 1.5em 2em;
		}

	}

	@media screen and (max-width: 736px) {

		#footer > .inner > section {
			padding: 2em 1em 0.25em 1em ;
		}

		#footer > .copyright {
			padding: 2em 1em;
		}

	}

	@media screen and (max-width: 480px) {

		#footer > .inner {
			padding: 2em 1em 0.25em 1em ;
			display: block;
		}

			#footer > .inner > section {
				padding: 0;
				border-left: 0 !important;
			}

	}

/* Nav */

	#wrapper:before {
		-moz-transition: opacity 0.5s ease, visibility 0.5s;
		-webkit-transition: opacity 0.5s ease, visibility 0.5s;
		-ms-transition: opacity 0.5s ease, visibility 0.5s;
		transition: opacity 0.5s ease, visibility 0.5s;
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: #404040;
		z-index: 10001;
		opacity: 0;
		visibility: hidden;
	}

	#navPanel {
		-moz-transform: translateX(22em);
		-webkit-transform: translateX(22em);
		-ms-transform: translateX(22em);
		transform: translateX(22em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background: #ffffff;
		color: #404040;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 2.75em;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 22em;
		z-index: 10002;
	}

		#navPanel .link {
			border: 0;
			border-top: solid 1px #f4f4f4;
			color: inherit !important;
			display: block;
			font-size: 0.9em;
			padding: 0.75em 0;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: inherit !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25em;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5em;
			}

			#navPanel .link .indent-3 {
				display: inline-block;
				width: 3.75em;
			}

			#navPanel .link .indent-4 {
				display: inline-block;
				width: 5em;
			}

			#navPanel .link .indent-5 {
				display: inline-block;
				width: 6.25em;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #aaaaaa;
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

			#navPanel .close:before {
				content: "";
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#navPanel .close:before {
				font-size: 1.25em;
			}

			#navPanel .close:hover {
				color: #ffffff;
			}

			@media screen and (max-width: 736px) {

				#navPanel .close {
					height: 4em;
					line-height: 4em;
				}

			}

		@media screen and (max-width: 980px) {

			#navPanel {
				padding: 2.75em 2em;
			}

		}

		@media screen and (max-width: 980px) {

			#navPanel {
				padding: 2em 2em;
			}

		}

	body.is-menu-visible #wrapper:before {
		-moz-pointer-events: auto;
		-webkit-pointer-events: auto;
		-ms-pointer-events: auto;
		pointer-events: auto;
		opacity: 0.75;
		visibility: visible;
	}

	body.is-menu-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
	
	
	
	
	
.panel{background: #404040 !important; color: #fff !important;}
.panel-title{color: #fff !important; font-style: normal !important;}
.panel-body{background: #ccc; color: #404040; font-size: 12pt;}
.panel-body p a{color: #000; text-decoration: none; background: #b3b3b3 !important; padding: 3px; border: none; }
.panel-body p a:hover{color: #000; text-decoration: underline; background: #999 !important; padding: 3px;}
#page_container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#accordion_search_bar_container {
  position: relative;
}
#accordion_search_bar_container:after {
  content: "";
  font-family: Glyphicons Halflings;
  
  font-size: 18pt;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#accordion_search_bar_container #accordion_search_bar {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #cacaca;
  border-radius: 25px;
  outline: 0;
}

.panel-title a {
  display: block;
}
	


.game_card {
  position: relative;
  display: block;
  width: 80%;
  height: 350px;
  margin: 80px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
  box-shadow: 0px 0px 120px -25px rgba(0, 0, 0, 0.5);
  font-size: 12pt;
}
.game_card:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 80px -25px rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}
.game_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
  
}
.game_card .info_section .game_header {
  position: relative;
  padding: 15px;
  height: 40%;
}
.game_card .info_section .game_header h1 {
  color: black;
  font-weight: 900;
  font-size: 19pt;
  margin: 0px;
}
.game_card .info_section .game_header h4 {
  color: #555;
  font-weight: 400;
  font-size: 12pt;
  text-transform: lowercase;
  padding-top: 0px; margin: 5px;
}
 .platform {
  display: inline-block;
  margin-top: -25px;
  margin-left: 15px;
   white-space: nowrap;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #ccc;
}
.platform a{color: #000 !important;}
.game_card .info_section .game_header .type {
  display: inline-block;
  color: #959595;
  margin-left: 10px;
}
.game_card .info_section .game_header .glogo {
  position: relative;
  float: left;
  margin-right: 20px;
  max-height: 120px;
  max-width: 150px;
  background: transparent;
  
}
.game_card .info_section .game_desc {
  padding: 25px;
  padding-top: 2px;
  height: 50%;
}
.game_card .info_section .text {font-size: 12pt; margin-bottom: 25px;}


.game_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}
@media screen and (min-width: 1025px){ .blur_back {background-position: 100% 00% !important;} .glogo {display: block;}

}
@media screen and (max-width: 1024px) {
#top_list_2,.glogo {display: none;}

.game_card{max-height: 316px;}
  .game_desc {
    width: 88% !important;
  }
    .info_section {
    
    
  }
  .game_header {width: 100% !important}
  .blur_back {
    width: 90% !important;
    background-position: -100% 0% !important;
    
  }
}

@media screen and (min-width: 768px)   {


  .game_header {
    width: 95%;
  }

  .game_desc {
    width: 55%;
  }

  .info_section {
    background: linear-gradient(to right, #e5e6e6 50%, transparent 100%);
    
  }

  .blur_back {
    width: 80%;
    opacity: 0.5;
    
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){.blur_back{
background-position: -500% 00% !important;}
button.js-video-button,button.js-video-button:hover {margin-top: -50px; margin-bottom: 0px; }}
}
@media screen and (max-width: 768px){
button.js-video-button,button.js-video-button:hover {margin-top: -200px; margin-bottom: 40px; }}

@media screen and (max-width: 767px) {
.game_card .info_section{min-height: 400px; }
.game_card, .info_section{max-height: 600px; }

.game_card .info_section {background: #ccc !important; margin: 3px; } 


.glogo {display: none;}
    .game_card {
    display: inline !important;
} 

}
@media screen and (min-width: 768px) and (max-width: 1020px) {.game_card {max-width: 580px;} .game_desc{width: 100% !important; }
  .blur_back { 
    width: 100% !important;
    
    
}
@media screen and (max-width: 768px) {.glogo {display: none;}

.game_card .info_section{min-height: 400px; }
.game_card .info_section .text {padding-top: 100px;}

  .game_card {
    width: 95%;
    
    margin: 70px auto;
    
    height: auto;
    min-height: 400px;
     
  }

  .blur_back {
    opacity: 0.3;
    margin-top:-15px;
    
    background-repeat: no-repeat !important;
    
  }

  .game_header {
    width: 100%;
    margin-top: 5px;
  }

  .game_desc {
    width: 100%;
    background-color: transparent !important;
  }

  .info_section {
  padding: 0px !important; margin: -0px !important;
background: linear-gradient(to top , #e5e6e6 50%, transparent) !important;
  }
}

@media screen and (max-width: 414px){
button.js-video-button img, {margin-top: 0px; display: none !important; }}