/* STYLES */
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family: webfont, Arial, "Liberation Sans", "Segoe UI", "Helvetica Neue", Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: 400;
	z-index: 0;
	background: #1a1a1a;
}
body.framed {
	min-width: 0;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
	color: #333;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ededed;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 10px 0 10px 0;
}

h1 {
	margin: 0;
	padding: 5px 10px;
	font-size: 150%;
	line-height: 110%;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
}
h1 span {
	color: #ccc;
	padding: 0 10px;
	font-weight: 400;
}
h2 {
	margin: 0 10px 0 10px;
	font-size: 130%;
	line-height: 130%;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 120%;
	font-weight: 700;
	letter-spacing: 0px;
}
h3 i {
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}
h4 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 110%;
}
h4 i {
	font-weight: normal;
	color: #666;
	font-size: 90%;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 10px 0 10px 0;
}

.container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#page.content .container {
	max-width: 1200px;
}


#page {
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#topimage {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	max-height: 50vh;
	margin: -10px 0 5px 0;
}
#topimage h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 10px;
	background: rgb(0, 0, 0, 0.7);
	color: #fff;
	font-size: 150%;
	font-weight: 700;
}
#topimage h1 span {
	color: #666;
	padding: 0 8px;
	font-weight: 400;
}
#topimage img {
	position: relative;
	width: 100%;
	height: auto;
	color: #ededed;
}
#topimage .many {
	position: relative;
	display: flex;
	min-height: 90px;
}
#topimage .many img {
	
}


#breadcrumbs {
	position: relative;
	padding: 5px 10px;
	display: block;
	overflow: hidden;
	font-size: 100%;
	line-height: 120%;
	color: #7d7d7d;
	font-weight: 400;

}
#breadcrumbs b {
	text-transform: uppercase;
	font-weight: 600;
}
#breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	color: #7d7d7d;
}
#breadcrumbs i {
	vertical-align: middle;
	margin: 0px 8px;
	color: #ccc;
}
#breadcrumbs a:hover {
	color: #000;
}

#bannertop {
	padding: 0 0 5px 0;
}

#content_wrapper {
	display: block;
	padding: 10px;
}

#content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 0;
	width: calc(100% - 320px);
}
#content.full {
	display: block;
	width: 100%;
}
@media (max-width: 640px) {
	#content {
		display: block;
		width: 100%;
	}
}

#column_right {
	position: relative;
	float: right;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 300px;
}
#column_right.nopad {
	padding: 0;
}
@media (max-width: 640px) {
	#column_right { 
		float: none;
		margin: 10px 0;
		width: calc(100% - 20px);
	}
}


#column_right .box {
	display: block;
	overflow: hidden;
}
#column_right .box.first {
	margin-top: -10px;
}
#column_right .box.filled {
	background: #ededed;
	padding: 0;
	border-radius: 3px;
}
#column_right .box h4 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 120%;
	letter-spacing: -.3px;
	font-weight: 600;
}
#column_right .box h4 span {
	padding: 0 5px;
	color: #ccc;
}
#column_right .box.filled h4 {
	padding: 5px;
	margin-bottom: 5px;
	color: #fff;
	background: #000;
}
#column_right .box.filled h4 span {
	color: #454545;
}
#column_right .box.filled.nospace h4 {
	margin-bottom: 0;
}
#column_right .box p {
	font-size: 90%;
	padding: 4px 0;
	line-height: 120%;
}
#column_right .box.filled p {
	padding: 2px 5px 8px 5px;
}
#column_right ul {
	padding: 0 5px;
	margin: 0;
}
#column_right ul li {
	list-style-type: none;
	padding: 5px 0;
	font-size: 90%;
	line-height: 120%;
	color: #454545;
}
#column_right ul li a {
	color: #454545;
}
#column_right ul li a.hilite, #column_right ul li a.sel {
	color: #000;
}
#column_right ul li a:hover {
	color: #000;
}
#column_right .box.notes {
	padding: 5px 3px;
}
#column_right .box.notes p {
	color: #454545;
	font-size: 80%;
	line-height: 110%;
	padding: 3px 5px;
}



#column_right .box .banner {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	display: block;	
}
@media (max-width: 640px) {
	#column_right .box > .banner {
		text-align: center;
	}
}




.social {
  display: block;
  text-align: center;
}
#content .social {
	margin: 10px 0;
}
.social a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	padding: 4px;
	text-align: center;
	transition: all 0.2s linear;
}
.social a span {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	line-height: 46px;
	border-radius: 3px;
	background: #1a1a1a;
	color: #fff;
	transition: all 0.2s linear;
}
.social a span i {
	font-size: 160%;
}
.social a.facebook span { background-color:#446597; }
.social a.twitter span { background-color:#1399ff; }
.social a.email span { background-color:#3c4759; }
.social a.comment span { background-color:#446699; }
.social a.info span { background-color:#fc0; color: #000; }
.social a.sms span { background-color:#00151a; }
.social a.pinterest span { background-color:#bd081c; }
.social a.gplus span { background-color:#cc2222; }
.social a.viber span { background-color:#59267c; }
.social a.download span { background-color:#2e7200; }
.social a.remove span { background-color:#cc3333;  }

@media screen and (min-width: 961px) {
	.social a.mobile {
		display: none;
	}
}

.social a:hover { 
	padding: 0px;
	font-size: 130%;
}
.social a:hover span { 
	width: 50px;
	height: 50px;
	line-height: 56px;
	background-color: #000; 
	color: #fc0; 
	border: none;
}
.social a.remove:hover span { 
	color: #f33;
}




.boxed {
	background: #f0f0f0;
	color: #000;
	padding: 10px;
}
#content .boxhilite, #column_right .box .boxhilite {
	background: #ccc;
	color: #000;
	padding: 10px;
}

.columns {
	display: block;
	overflow: hidden;
}
.columns .item {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	box-sizing: border-box;
	margin: 5px 0;
}
.columns .item.c2 {
	width: calc(50% - 10px);
}
.columns .item.c3 {
	width: calc(33.33% - 10px);
}
.columns .item.c4 {
	width: calc(25% - 10px);
}

.buttonrow {
	display: block;
	overflow: hidden;
}
.buttonrow button {
	margin: 1px;
}
.buttonrow .filter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 0 0;
	line-height: 120%;
}
.buttonrow .filter.notext {
	padding-top: 10px;
}



.letters {
	display: block;
	overflow: hidden;
	font-size: 120%;
	line-height: 150%;
	text-align: center;
}
.letters a {
	display: inline-block;
	padding: 7px;
	text-decoration: none;
	color: #333;
}
.letters a:hover {
	color: #000;
	background: #fc0;
}
.letters b {
	display: inline-block;
	padding: 7px;
	color: #fc0;
	background: #1a1a1a;
}

.paginator {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	font-size: 130%;
	line-height: 150%;
	font-weight: 700;
	margin-top: 24px;
	color: #999;
	text-align: center;
}
.paginator span {
	display: inline-block;
	background-color: #1a1a1a;
	color: #fc0;
	font-weight: bold;
	padding: 2px 15px;
}
.paginator a {
	display: inline-block;
	color: #333;
	padding: 2px 15px;
	text-decoration: none;
}
.paginator a.first {
	margin-right: 20px;
}
.paginator a.last {
	margin-left: 20px;
}
.paginator a:hover {
	color: #000;
	background: #fc0;
}



.banner a, .banner a img, .banner a:hover, .banner a:hover img {
	border: none;
	text-decoration: none;
}









div.clear {
	clear: both;
}
.fixator {
	display: block;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.mt {
	margin-top: 5px;
}
.mb {
	margin-bottom: 5px;
}
.dark, p.dark, p .dark {
	color: #000;
}



div.stars {
	position: relative;
	height: 12px;
	width: 50px;
	display: block;
	overflow: hidden;
	background: url(/images/icons/stars.png) no-repeat 0 0;
}
div.stars.with_count {
	width: 70px;
}
div.stars div {
	float: left;
	height: 12px;
	display: block;
	overflow: hidden;
	background: url(/images/icons/stars.png) no-repeat 0 -15px;
}
div.stars span {
	font-size: 10px;
	line-height: 10px;
	color: #999;
	float: right;
}


a.iconized,
.iconized a {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
	text-align: center;
}
a.iconized i,
.iconized a i {
  font-size: 150%;
  display: block;
}
a.iconized span,
.iconized a span {
  font-size: 60%;
}




#tooltip {
	position: absolute;
	display: none;
	overflow: hidden;
	max-width: 150px;
	background: #1a1a1a;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 5px;
	box-shadow: 0 0 3px #333;
	z-index: 99;
}

a.external i {
	opacity: 0.4;
	margin-left: 3px;
}


#toploading {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 50%;
  left: 50%;
	width: auto;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	font-size: 85%;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #666;
	padding: 20px;
	z-index: 99;
}
#toploading i {
	display: inline-block;
}
#toploading span {
	margin-top: 10px;
	display: block;
}

#errorbox, #confirmbox {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 200;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -25%);
	min-width: 300px;
	max-width: 480px;
	border-radius: 5px;
	border: 3px solid #000;
	padding: 5px;
	background: #000;
	color: #fff;
}
#errorbox_title, #confirmbox_title {
	font-weight: 700;
	font-size: 120%;
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #fc0;
}
#errorbox_msg, #confirmbox_msg {
	overflow: hidden;
	padding: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 100%;
	line-height: 130%;
}
#confirmbox_buttons {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}
#confirmbox_buttons a {
	font-size: 250%;
	padding: 5px 20px;
}
#confirmbox_buttons a#confirmbox_yes {
	color: #c5ff84;
}
#confirmbox_buttons a#confirmbox_no {
	color: #d10f0f;
}
#confirmbox_buttons a:hover,
#confirmbox_buttons a#confirmbox_yes:hover,
#confirmbox_buttons a#confirmbox_no:hover {
	color: #fff;
}



#captcha:hover {
	cursor: pointer;
}


.upload_preview {
	display: inline-block;
	overflow: hidden;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 3px;
}
#content .upload_preview p {
	padding: 5px;
	font-size: 80%;
}
.upload_preview img {
	position:relative;
	margin: 3px;
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
	border: 2px solid #f0f0f0;
}
.upload_preview img.done {
	border-color:#693;
	opacity: 1;
}
.upload_preview.noopa img {
	opacity: 1;
}
.upload_preview img:hover {
	opacity: 1;
}


#matchedcontent {
	position: relative;
	display: block;
}
#footerbanner {
	text-align: center;
	margin: 10px;
}

.itembanner {
	position: relative;
	display:block;
	width: 100%;
	margin: 20px 10px;
	text-align: center;
}




/* pretty */
.pretty .moretext {
	display: inline-block;
	padding: 0 0 0 10px;
}
.pretty.notext label {
	margin-right: 0;
	padding-right: 0;
	min-width: 0 !important;
	text-indent: 0 !important;
}


/* awesome */
.fa.fa-bg,
.fas.fa-bg,
.la.la-bg {
	font-size: 150%;
}
.fa.fa-sm, 
.fas.fa-sm, 
.la.la-sm {
	font-size: 75%;
}
/* awesome legacy aliases - not using v4 shims */
.fa.fa-warning:before {
  content: "\f071"; 
}
.la.la-warning:before {
  content: "\f071"; 
}


/* FB hacks
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget iframe[style],
*/
.fb-comments,
.fb-comments *,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe,
#fbSEOComments,
#fbSEOComments span,
#fbSEOComments div,
#fbSEOComments iframe,
#fbSEOComments iframe[style],
#fbSEOComments .fb_iframe_widget,
#fbSEOComments .fb_iframe_widget span,
#fbSEOComments .fb_iframe_widget iframe {
	width: 100% !important;
}


/* SEARCH */
.gcse {
	width: 200px;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{margin-top:20px; font-size: 12px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxContent button {border: none;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}



/* MOBILE / DESKTOP SWITCH */
.desktop {
	display: inherit;
}
.mobile, .mobile_inline, .mobile640, .mobile480 {
	display: none;
}


