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

body {
	background: #1a1a1a;
	font-family: "Titillium Web", Sans-Serif;
	font-size: 1em;
	z-index: 0;
	box-sizing: border-box;
}
body.menuopen {
	overflow: hidden;
}
body.framed {
	min-width: 0;
}

a {
	text-decoration: none;
}
a:hover {
	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 {
	position: relative;
	color: #1a1a1a;
	font-size: 160%;
	line-height: 123%;
	font-weight: 700;
	display: block;
}
h2 {
	font-weight: 300;
	font-size: 130%;
	color: #1a1a1a;
	margin: 5px 0;
}
h3 {
	color: #000;
	font-weight: 400;
	font-size: 130%;
	padding: 0;
	margin: 5px 0;
}
h4 {
	color: #000;
	font-size: 110%;
	font-weight: 700;
	padding: 0;
	margin: 5px 0;
}

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

#page {
	position: relative;
	padding: 130px 0 30px 0;
	display: block;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}


#content {
	position: relative;
	float: right;
	width: calc(100% - 310px);
	box-sizing: border-box;
}
#sitemenu {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	box-sizing: border-box;
}


#breadcrumbs {
	position: relative;
	padding: 5px 0px 10px 0;
	display: block;
	overflow: hidden;
}
#breadcrumbs a {
	display: inline-block;
	padding: 0px 20px 10px 0;
	font-size: 80%;
	line-height: 111%;
	color: #999;
	font-weight: 300;
}
#breadcrumbs a:hover {
	color: #000;
}


.fp-fb {
  display: block;
  overflow: hidden;
  margin: 10px 5px 20px 5px;
}

#cookieinfo {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	padding: 10px;
	color: #000;
	font-size: 100%;
	line-height: 150%;
	background: #ededed;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#cookieinfo .container div {
	margin-top: 5px;
}
#cookieinfo a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 150%;
}
#cookieinfo a#cookieok {
	color: #27a22e;
}
#cookieinfo a#cookieprivacy {
	color: #1b3e6b;
}
#cookieinfo a i {
	margin-top: -2px;
	font-size: 150%;
	vertical-align: middle;
}
#cookieinfo a#cookieok:hover,
#cookieinfo a#cookieprivacy:hover {
	color: #000;
}

#sidebanners {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
#sidebanners .banner {
	position: relative;
	max-width: 300px;
	margin: 10px auto;
}
#sidebanners .banner img {
	max-width: 300px;
	height: auto;
}

#sitemenuitems {
	display: block;
}
#sitemenuitems a {
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 100%;
	line-height: 111%;
	padding: 3px 5px;
}
#sitemenuitems a.root,
#sitemenuitems a.menu {
	font-size: 111%;
}
#sitemenuitems a.upline {
	padding-left: 10px;
}
#sitemenuitems a.sibling {
	padding-left: 15px;
}
#sitemenuitems a.sel {
	color: #000;
	font-weight: 700;
}
#sitemenuitems a:hover {
	color: #000;
}
#sitemenutop {
	display: none;
}


#footer {
	position: relative;
	color: #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
	border-top: 10px solid #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #cf0;
}

#copyright {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	width: 300px;
	box-sizing: border-box;
}
#copyright h4 a {
	font-size: 150%;
	font-weight: 700;
	color: #cf0;
}
#copyright p {
	color: #ccc;
	font-size: 80%;
	padding: 0 0 5px 0;
	line-height: 123%;
}

#copyright p a.psilon b {
	color: #ffd700;
}
#copyright p a.psilon:hover {
	color: #ffd700;
}
#copyright p a.id3 b {
	color: #61ffa3;
}
#copyright p a.id3 {
	font-weight: 700;
}
#copyright p a.id3:hover {
	color: #61ffa3;
}
#copyright ul {
	padding: 0;
	margin: 0;
}
#copyright ul li {
	font-weight: 400;
	font-size: 90%;
	padding: 5px 0;
	margin: 0;
	line-height: 130%;
	list-style-type: none;
}
#copyright ul li i {
	font-size: 150%;
	width: 30px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

#footer_categories {
	margin: 0 -15px 0 0;
	padding: 10px 20px 20px 0;
	max-width: calc(100% - 320px);
	display: block;
	float: right;
}
#footer_categories p {
	font-size: 90%;
	line-height: 123%;
	padding: 0 0 10px 0;
}

#footer_categories p a {
	color: #666;
}
#footer_categories ul {
	padding: 0 0 10px 0;
}
#footer_categories ul li {
	display: inline-block;
	padding: 3px 20px 3px 0;
}


#bottommenu {
	overflow: hidden;
	display: block;
	text-align: center;
}
#bottommenu ul {
  display: inline-block;
}
#bottommenu ul li {
  display: inline-block;
  padding: 0 10px;
	font-size: 80%;
	font-weight: 300;
}

a#linktop {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 60%;
	text-transform: uppercase;
	text-align: center;
	max-width: 50px;
	color: #999;
}
a#linktop i.fa {
	font-size: 500%;
}
a#linktop:hover {
	color: #cf0;
}


.social {
  display: block;
  text-align: center;
}
#content .social {
	margin: 10px 0;
}
.social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social ul li {
  display: inline-block;
  width: 40px;
	margin: 0 1px;
	padding: 0;
	border-radius: 3px;
	list-style-type: none;
}
.social ul li.facebook{background-color:#446699}
.social ul li.pinterest{background-color:#BD081C}
.social ul li.gplus{background-color:#CC2222}
.social ul li.twitter{background-color:#1399FF}
.social ul li.email{background-color:#3C4759}
.social ul li.comment{background-color:#446699}
.social ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 120%;
  padding: 5px 0;
	color: #fff;
}
.social ul li:hover {
  background: #000;
}
.social ul li:hover a {
	color: #cf0;
}


.boxed {
	background: #f8f8f8;
	display: block;
}
.rounded {
	border-radius: 5px;
}

.fpintro {
	background: #f0f0f0;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	margin: 10px 0;
	font-size: 110%;
}
.fpintro p {
	color: #000 !important;
}
.fpintro p a {
	font-weight: 700;
}



.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.none {
	display: none;
}
.fixator {
	display: block;
	overflow: hidden;
}
.inline {
	display: inline-block;
	overflow: hidden;
}
.wider {
	letter-spacing: 1px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.uppercase {
	text-transform: uppercase;
}
.mt {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
.mr {
	margin-right: 10px;
}
.hover:hover {
	cursor: pointer;
}

.grey {
	color: #999;
}
.orange {
	color: #f93;
}
.yellow {
	color: #fc0;
}
.red {
	color: #b00;
}
.green {
	color: #84be00;
}
.blue {
	color: #36c;
}

.greybox {
	color: #fff;
	background: #999;
}
.orangebox {
	color: #fff;
	background: #f93;
}
.yellowbox {
	color: #fff;
	background: #fc0;
}
.redbox {
	color: #fff;
	background: #c00;
}
.greenbox {
	color: #fff;
	background: #84be00;
}
.bluebox {
	color: #fff;
	background: #36c;
}
.greybox a, .orangebox a, .yellowbox a,
.redbox a, .greenbox a, .bluebox a {
	color: #fff;
}


.dark {
	color: #000;
}
.alert {
	color: #c00;
}
.hilite {
	color: #27a22e;
}
.lite {
	color: #999;
}

.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);
}
.columns .item.spaceright {
	padding-right: 20px;
}
.columns .item.spaceleft {
	padding-left: 20px;
}

.paginator {
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 10px 0;
	color: #000;
	letter-spacing: -1px;
	font-size: 150%;
}
.paginator.empty {
	height: 3px;
	line-height: 3px;
}
.paginator a {
	display: inline-block;
	color: #000;
	padding: 5px 10px;
}
.paginator a:hover {
	color: #6c0;
}
.paginator a.inactive {
	color: #999;
}
.paginator a.inactive:hover {
	cursor: not-allowed;
}
.paginator span {
	display: inline-block;
	color: #000;
	background: #cf0;
	padding: 5px 15px;
}
.paginator .first {
	margin-right: 5px;
}
.paginator .last {
	margin-left: 5px;
}


#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;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #666;
	padding: 20px;
	z-index: 99;
}
#toploading i.fa {
	display: inline-block;
}
#toploading span {
	font-size: 85%;
	margin-top: 10px;
	display: block;
}


#errorbox, #confirmbox {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 200;
	top: 160px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border-radius: 5px;
	border: 3px solid #eeff99;
	box-shadow: 0px 0px 15px #999;
	box-sizing: border-box;
	padding: 0;
	background: #eeff99;
	color: #000;
}
#errorbox_title, #confirmbox_title {
	font-weight: 700;
	font-size: 130%;
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

#errorbox_msg, #confirmbox_msg {
	overflow: hidden;
	padding: 10px;
	color: #000;
	font-weight: 400;
	font-size: 100%;
	line-height: 123%;
}
#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: #393;
}
#confirmbox_buttons a#confirmbox_no {
	color: #c00;
}
#confirmbox_buttons a:hover {
	color: #000;
}

#captcha:hover {
	cursor: pointer;
}

table.listed {
	margin: 0;
	padding: 0;
	border-left: 1px solid #e0e0e0;
	width: 100%;
}
table.listed.auto {
	min-width: 0;
	width: auto;
}
table.noheader {
	border-top: 1px solid #e0e0e0;
}
table.listed th {
	text-align: center;
	background-color: #e0e0e0;
	color: #333;
	padding: 3px;
	border-right: 1px solid #e0e0e0;
	font-size: 80%;
	line-height: 111%;
	text-transform: uppercase;
}
table.listed td {
	color: #333;
	font-size: 85%;
	line-height: 123%;
	padding: 3px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
table.bigger td {
	font-size: 100%;
	line-height: 123%;
	padding: 3px 8px;
}
table.dark td, tr.dark td, table.listed td.dark {
	color: #000;
}
td.narrow {
	width: 20px;
}
.nobreak,
td.nobreak {
	white-space: nowrap;
}
tr.selector:hover {
	cursor: pointer;
	background-color: #ffc;
}
tr.selector:hover td {
	color: #000;
}


input[type=text], input[type=password], input[type=date], input[type=time],
input[type=tel], input[type=email], input[type=url],
textarea {
	font-family: "Titillium Web", sans-serif;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 110%;
	color: #333;
	padding: 5px;
	width: calc(100% - 5px);
	box-sizing: border-box;
	vertical-align: middle;
}
input[type=email]

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=time]:focus,
input[type=tel]:focus, input[type=email]:focus, input[type=url]:focus,
textarea:focus {
	border: 1px solid #999;
	box-shadow: 0 0 5px #ccc;
	color: #000;
}

button {
	margin: 0;
	padding: 5px 10px;
	font-family: "Titillium Web", sans-serif;
	font-size: 140%;
	line-height: 130%;
	font-weight: 700;
	border: none;
	color: #fff;
	background: #1a1a1a;
	border-radius: 3px;
	vertical-align: middle;
}
button.normal {
	font-size: 110%;
	line-height: 110%;
}
button i {
	margin: 0 7px 0 -2px;
}
button i.onright {
	margin: 0 -2px 0 7px;
}
button:hover {
	cursor: pointer;
	background-color: #000;
	color: #cf0;
}

button:disabled,
button.redicon:disabled i,
button.greenicon:disabled i,
button.yellowicon:disabled i,
button.orangeicon:disabled i,
button.blueicon:disabled i {
	color: #ccc;
	background: #666;
}
button:disabled:hover,
button.orangehover:disabled:hover,
button.yellowhover:disabled:hover,
button.redhover:disabled:hover,
button.greenhover:disabled:hover,
button.bluehover:disabled:hover {
	color: #ccc;
	background: #666;
	cursor:not-allowed;
}



.ui-icon.ui-icon-circle-triangle-w {
    background: none;
		font-family: FontAwesome;
		text-indent: 0;
}
.ui-icon.ui-icon-circle-triangle-w:before {
    content: "\f060";
}
.ui-icon.ui-icon-circle-triangle-e {
    background: none;
		font-family: FontAwesome;
		text-indent: 0;
}
.ui-icon.ui-icon-circle-triangle-e:before {
    content: "\f061";
}


/* awesome */
.fa.fa-bg {
	font-size: 150%;
}


/* 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;
}


/*
    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 {
	display: none;
}
