@charset "utf-8";
/* CSS Document */

* { outline: medium none;}

html {
	-webkit-text-size-adjust:100%;
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  line-height:1.33;
	font-weight:400;
  color:#333;
}

body {
	background-color:#ddd;
	margin:0px;
	padding:0px;
	overflow-y:scroll;
}

strong {
	font-weight:500;
}

@media screen and (max-width: 575.98px) { .lowResHide_576 { display:none !important; } }
@media screen and (max-width: 767.98px) { .lowResHide_768 { display:none !important; } }
@media screen and (max-width: 991.98px) { .lowResHide_992 { display:none !important; } }
@media screen and (max-width: 1199.98px) { .lowResHide_1200 { display:none !important; } }
@media screen and (max-width: 1399.98px) { .lowResHide_1400 { display:none !important; } }

@media screen and (min-width: 576px) { .highResHide_576 { display:none !important; } }
@media screen and (min-width: 768px) { .highResHide_768 { display:none !important; } }
@media screen and (min-width: 992px) { .highResHide_992 { display:none !important; } }
@media screen and (min-width: 1200px) { .highResHide_1200 { display:none !important; } }
@media screen and (min-width: 1400px) { .highResHide_1400 { display:none !important; } }

h1, h2, h3, h4 {
	font-weight:500;
	padding:0px;
	margin:10px 0px 10px 0px;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

p {
	margin:5px 0px 15px 0px;
}

a:link, a:visited, a:active {
	color: #044cA5;
	text-decoration: none;
}

a:hover {
	color:#539Bf4;
}

a:link img,  a:visited img, a:active img {
	border:none;
}

.small_text {
	font-size:12px;
}

.page_width {
	max-width:1440px;
	padding:0px 5px;
	margin:0px auto;
}
@media screen and (min-width: 576px) {
	.page_width {
		padding:0px 10px;
	}
}
@media screen and (min-width: 768px) {
	.page_width {
		padding:0px 15px;
	}
}
@media screen and (min-width: 992px) {
	.page_width {
		padding:0px 20px;
	}
}
@media screen and (min-width: 1200px) {
	.page_width {
		padding:0px 25px;
	}
}


ul {
	padding-left:1em;
	overflow:hidden;
}

ul li {

}


#top {
	/*max-width:1920px;*/
	position:relative;
	height:140px;
	background-size:cover;
	background-position: center;
	margin:0px auto 0px auto;
	background-color:#333;
}

#top_table {
	display:table;
	width:100%;
	height:90px;
}

#top_logo {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:middle;
}

#top_logo img {
	width:100%;
	height:auto;
	max-width:320px;
	max-height:64px;
}

#top_other {
	display:table-cell;
	vertical-align:middle;
}

#top_nav {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,.60);
	font-size:24px;
  line-height:32px;
	height:32px;
  padding:5px 0px;
}

#top_nav a {
	color:#fff;
	padding:7px 10px;
	font-weight:400;
	text-decoration:none;
}

#top_menu {
	background-color:#fff;
	position:absolute;
	top:37px;
	left:5px;
	font-size:18px;
	border-radius: 1px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	width:90%;
	min-width:180px;
	max-width:320px;
	z-index:1000;
}

#top_menu a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:10px 15px;
	font-weight:300;
	border-left:3px solid #fff;
}

#top_nav a:hover {
	color:#539Bf4;
  background-color:#eee;
}

#top_menu a:hover {
	color:#044cA5;
	border-left:3px solid #044cA5;
}

@media screen and (min-width: 576px) {
  #top_logo {
		width:340px;
	}

  #top_logo img {
		width:320px;
		height:64px;
	}

  #top_menu {
		left:10px;
	}
}

@media screen and (min-width: 768px) {
  #top {
		/*height:240px;*/
	}

	#top_table {
		/*height:160px;*/
	}

  #top_nav {
		padding:5px 0px;
		/*bottom:20px;*/
		font-size:16px;
	}

	#top_nav a {
		padding:10px 0px;
		margin-right:15px;
	}

  #top_nav a:hover {
    background-color:inherit;
  }

	#top_menu {
		display:none;
	}
}

@media screen and (min-width: 992px) {
  #top {
		height:200px;
	}

	#top_table {
		height:160px;
	}

  #top_nav {
		/*bottom:25px;*/
	}

	#top_nav a {
		margin-right:25px;
	}
}

#content {
  background-color:#f0f0f0;
  padding-top:20px;
  padding-bottom:20px;
  box-sizing:border-box;
  max-width:1490px;
}

#column_side {
	margin-top:20px;
	display:none;
}

@media screen and (min-width: 992px) {
	#content_columns {
		display:table;
		table-layout:fixed;
    width:100%;
	}

	#column_main {
		display:table-cell;
		vertical-align:top;
	}

	#column_side {
		margin-top:0px;
		display:table-cell;
		width:25%;
		vertical-align:top;
		padding-left:15px;
	}
}

@media screen and (min-width: 1200px) {
  #column_side {
		padding-left:20px;
	}
}

#footer {
	background-color:#444;
	color:#bbb;
	padding:35px 0px 25px 0px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#539Bf4;
}

#footer .footer_links a {
	margin-right:15px;
}


.left_column_layout {

}

.left_column {
	margin-bottom:20px;
}

@media screen and (min-width: 992px) {
	.left_column_layout {
		display:table;
		table-layout:fixed;
    width:100%;
	}

	.left_column {
		display:table-cell;
		width:25%;
		vertical-align:top;
		padding-right:15px;
	}

	.main_column {
		display:table-cell;
		width:75%;
		vertical-align:top;
	}
}


#search_dropdown, #user_dropdown {
  position:absolute;
  top:32px;
  right:5px;
  width:calc(100% - 10px);
  max-width:370px;
  line-height:1.333;
  font-size:16px;
  border:none;
  box-shadow:0 5px 10px 0 rgba(0,0,0,0.4);
  z-index:10;
}

#user_dropdown {
  right:40px;
  width:calc(100% - 45px);
}

#search_dropdown h3, #user_dropdown h3 {
  background-color: rgba(4,76,165,1);
  color:#fff;
}

#search_dropdown a, #user_dropdown a {
  margin:0px;
  color:#044cA5;
}

@media screen and (min-width: 576px) {
  #search_dropdown {
    right:10px;
  }
  #user_dropdown {
    right:45px;
    width:calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) {
  #search_dropdown {
    right:15px;
  }
  #user_dropdown {
    right:50px;
    width:calc(100% - 55px);
  }
}
@media screen and (min-width: 992px) {
  #search_dropdown, #user_dropdown {
    right:20px;
  }
  #user_dropdown {
    right:115px;
    width:calc(100% - 120px);
  }
}
@media screen and (min-width: 1200px) {
  #search_dropdown, #user_dropdown {
    right:25px;
  }
  #user_dropdown {
    right:120px;
    width:calc(100% - 125px);
  }
}

.close_button {
  float:right;
}

#user_dropdown .close_button a, #search_dropdown .close_button a {
  color:#fff;
}
.close_button a:hover {
  color:red !important;
}


/* Notification Boxes */

.notification_box_info, .notification_box_success, .notification_box_warning, .notification_box_error  {
  margin: 0px 0px 15px 0px;
  border-radius: 1px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	padding: 10px;
	overflow: hidden;
	border:1px solid #fff;
	border-left-width:10px;
	font-weight:400;
	color:rgba(0,0,0,.8);
}

.notification_box_info {
	background-color:#00a9f4;
  background-color:rgba(0,169,244,.5);
	border-color:#00a9f4;
}

.notification_box_success {
	background-color:#1BA651;
  background-color:rgba(27,166,81,.5);
	border-color:#1BA651;
}

.notification_box_warning {
	background-color:#FF6C1b;
  background-color:rgba(255,108,27,.5);
	border-color:#FF6C1b;
}

.notification_box_error {
	background-color:#ff1b1b;
  background-color:rgba(255,27,27,.5);
	border-color:#ff1b1b;
}

.notification_box_info a, .notification_box_success a, .notification_box_warning a, .notification_box_error a  {
	text-decoration:underline;
}

/* End Notification Boxes */


.breadcrumbs {
	color:#666;
	margin:20px 0px 20px 0px;
	font-weight:400;
	font-size:15px;
	line-height:1.5;
}

.breadcrumbs a {
	color:#666;
}

.breadcrumbs a:hover {
	color:#044cA5;
}

.block, .sideblock, .fs_filter_block, .member_header {
	background-color:#fff;
	border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
	box-shadow: 2px 2px 2px rgba(0,0,0,.06);
	margin-bottom:25px;
	overflow:hidden;
	box-sizing:border-box;
}

.block:not(:first-child), .sideblock:not(:first-child), .fs_filter_block:not(:first-child), .member_header:not(:first-child) {
	margin-top:10px;
}

.block {
  padding:10px;
}

.sideblock h3, .sideblock h4, .fs_filter_block h3, .fs_filter_block h4 {
  text-transform:uppercase;
  font-size:16px;
  padding:10px;
  margin:0px;
  background-color:#f8f8f8;
  border-bottom: 1px solid #e8e8e8;
}

.sideblock h4, .fs_filter_block h4 {
  background-color:inherit;
  border:none;
  padding-bottom:0px;
}

.fs_filter_block h3 {
  background-color:#044CA5;
  color:#fff;
  margin-bottom:5px;
}

.fs_filter_block h4 {
  padding: 5px 10px;
}

ul.sideblock_links, ol.sideblock_links, .sideblock_links {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.sideblock_links a, #top_nav .sideblock_links a  {
  display:block;
  padding:8px 10px;
}

.sideblock_links a:hover {
  background-color:#f0f0f0 !important;
  color:inherit !important;
}

.sideblock_links a.active {
	background-color:#f0f0f0 !important;
	border-left:3px solid #044cA5;
	padding-left:7px;
}

.sideblock_content, .fs_filter_block_content {
  padding:10px 10px;
}

@media screen and (min-width: 992px) {
  .block {
    padding:15px;
  }
  .sideblock h3, .sideblock h4, .fs_filter_block h3 {
    padding:10px 15px;
  }
  .fs_filter_block h4 {
    padding:5px 15px;
  }
  .sideblock_content, .fs_filter_block_content {
    padding:10px 15px;
  }
  .sideblock .sideblock_links a {
    padding:8px 15px;
  }
}


.member_header {
}

.member_header_top {
	padding:15px;
	background-color:#f8f8f8;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}

.member_header_avatar {
	text-align:center;
}

.member_header_avatar img {
	width:100%;
	max-width:200px;
}

.member_header_info {
	text-align:center;
	margin-top:10px;
}

.member_header h1 {
	margin:0px;
	text-transform:capitalize;
}

.member_header h2 {
	text-transform:capitalize;
}

.member_header_info_line {
	margin:10px 0px;
	display:block;
}

.member_header_action_buttons {
	text-align:center;
	margin-top:10px;
}

.member_header_content {
	padding:15px;
}

@media screen and (min-width: 768px) {
	.member_header_top {
		display:table;
		width:100%;
		padding-bottom:5px;
	}

	.member_header_avatar {
		display:table-cell;
		vertical-align:top;
		width:200px;
	}

	.member_header_info {
		display:table-cell;
		vertical-align:top;
		text-align:left;
		padding-left:15px;
	}

	.member_header_action_buttons {
		display:table-cell;
		vertical-align:top;
		text-align:right;
		width:1px;
		padding-left:15px;
	}
}

.member_header_stats {
	display:table;
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:15px;
}

.member_header_stats_box {
	display:table-cell;
	vertical-align:top;
	text-align:center;
	font-size:17px;
	width:33.33%;
}

.member_header_stats a {
	color:inherit;
}

.member_header_stats a:hover {
	text-decoration:underline;
}

.member_details_table {
	width:100%;
	border-spacing:0;
	padding:0px;
	border:none;
}

.member_details_table th, .member_details_table td {
	vertical-align:top;
	padding:5px 5px 5px 0px;
	border-bottom:1px dotted #eee;
}

.member_details_table th {
	color:#888;
	width:33%;
	text-align:left;
	font-weight:normal;
}


/* Page Navigation */

.link_page_navbar {
	clear:both;
	/*overflow:hidden;*/
}
.link_page_navbar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page_navigation, .button_links {
	position:relative;
	text-align:center;
  line-height:42px;
	margin-bottom:10px;
	font-size:0px;
}

@media screen and (min-width: 768px) and (max-width: 992px), screen and (min-width: 1200px) {
	.link_page_navbar div:first-child, .link_page_navbar h1 {
		float:left;
	}

	.link_page_navbar div:last-child {
		float:right;
		margin-left:10px;
	}
}

.page_navigation .inactive {
	padding:11px 12px;
	margin:0px 0px;
	color:#888;
	display:none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.06);
	white-space:nowrap;
	font-size:14px;
}

.page_navigation .current_page, .button_links a.current_page, .button_links a.current_page:hover {
	padding:11px 12px;
	margin:0px 0px;
	background-color:#248efe;
	color:#fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.06);
	white-space:nowrap;
	font-size:14px;
}

.page_navigation .pageNumber {
	white-space:nowrap;
	font-size:14px;
}

.page_navigation a, .button_links a {
	padding:11px 12px;
	margin:0px 0px;
	color:#333;
	background-color:#fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.06);
	white-space:nowrap;
	font-size:14px;
}

.page_navigation a:first-child, .button_links a:first-child {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.page_navigation a:last-child, .button_links a:last-child {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.page_navigation a:hover, .button_links a:hover {
	text-decoration:none;
	background-color:#ddd;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.06);
}

@media screen and (max-width: 576px) {
	.page_navigation .pageNumber {
		display:none;
	}
}

.page_navigation .inactive:not(:last-child), .page_navigation .current_page:not(:last-child), .page_navigation a:not(:last-child),
.button_links a:not(:last-child) {
  border-right:1px solid #e0e0e0;
}

#jump_to_page_top, #jump_to_page_bottom {
	font-size:14px;
	position:absolute;
	bottom:48px;
	left:calc(50% - 140px);
	width:280px;
	background-color:#fff;
	border:1px solid #dfdfdf;
	border-radius:4px;
	padding:3px 8px 15px 8px;
}

#jump_to_page_bottom {
	top:48px;
	bottom:inherit;
}

/* End Page Navigation */


/* Begin Stories */

.video-container-width {
	max-width:640px;
	margin:0px auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.story_pics {
	margin:15px auto;
	font-size:0px;
}

.story_pics {
	word-spacing:10px;
}

.story_pics img {
	margin:0px;
	width:100px;
	height:100px;
	object-fit: cover;
	margin-bottom:10px;
	transition: all .33s;
}

.story_pics img:hover {
	transform: scale(1.15);
}

.story_footer {
	padding:10px 0px 10px 0px;
}

.story_footer .social_links {
  text-align:right;
}

.comment_header {
	overflow:hidden;
	margin-bottom:8px;
	padding-bottom:8px;
	color:#777;
	font-size:14px;
	border-bottom:1px solid rgba(0,0,0,.1);
}

.comment_comment {
	clear:both;
}

@media screen and (min-width: 992px) {
	story_pics img {
		margin:0px;
		width:125px;
		height:125px;
		object-fit: cover;
		margin-bottom:10px;
	}
}

/* End Stories */



/* Begin Forms */

input, textarea, password, select {
	border:1px solid #ddd;
	box-sizing: border-box;
	-webkit-appearance:none;
	font-size:16px;
  line-height:20px;
  padding:7px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: sans-serif;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}

input[type=text], input[type=password], textarea, input[type=file], input[type=email], input[type=url], input[type=number], input[type=tel] {
	width:100%;
	max-width:720px;
  border-radius:4px;
  background-color:#f8f8f8;
}

.cke_contents textarea {
	max-width:100%;
	white-space:pre-line;
	padding:2px;
  border-radius:4px;
  background-color:#f8f8f8;
}

input:focus, textarea:focus{
  border-color:#bbb;
}

select {
  border-radius:4px;
	padding:9px 7px;
  background-color:#f8f8f8;
}

select:focus {
  border-color:#bbb;
}


input[type=radio], input[type=checkbox] {
	border-radius: 0px;
	-webkit-appearance:checkbox;
	margin-top:12px;
}

input[type=checkbox] {
	margin-right:2px;
}

input[type=button], input[type=submit], input[type=reset], a.button {
  font-size:16px;
  line-height:23px;
  padding:7px 15px;
	background-color:rgba(4,76,165,1);
	border: 1px solid rgba(4,76,165,1);
	color:#fff !important;
	border-radius:4px;
	cursor:pointer;
	white-space:nowrap;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	margin-top:0px;
	margin:2px 0px;
}

a.button {
	line-height:43px;
	margin:0px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, a.button:hover, a.button:active {
	background-color:rgba(4,76,165,.85);
	text-decoration:none;
}

input.small_button, a.small_button {
	font-size:14px;
	line-height:20px;
	padding:5px 10px;
}

a.small_button {
	line-height:36px;
}

input.tiny_button, a.tiny_button {
	font-size:12px;
	line-height:17px;
	padding:4px 8px;
}

a.tiny_button {
	line-height:30px;
}

input.white_button, a.white_button {
	background-color:#fff;
	color:#444 !important;
	border:1px solid #ccc;
}

input[type=button].white_button:hover, input[type=submit].white_button:hover, input[type=reset].white_button:hover, input[type=button].white_button:active, input[type=submit].white_button:active, input[type=reset].white_button:active, a.white_button:hover, a.white_button:active {
	background-color:#eee;
	color:#000 !important;
	border-color:#bbb;
}

/*
.data_table input[type=button], .data_table input[type=submit], .data_table input[type=reset], .data_table a.button {
	font-size:12px;
	padding:4px 10px;
	margin:2px 0px;
}
*/


a.orange_button {
  background-color:#F59714;
}

a.orange_button:hover, a.orange_button:active {
  background-color:#f7ad45;
}

label {
	font-weight:400;
}

.form_row {
	margin-bottom:15px;
}

@media screen and (min-width: 576px) {
	.form_table {
		display:table;
		width:calc(100% + 20px);
		margin:-10px;
    border-top:1px solid #ddd;
	}

	.block > .form_table:first-child {
		border-top:none;
	}

  .form_table:not(:first-child) {
    margin-top:10px;
  }

	.form_row {
		display:table-row;
	}

	.form_table .form_label {
		background-color:#f8f8f8;
    border-right:1px solid #ddd;
	}

	.form_label {
		display:table-cell;
		width:33.3%;
		vertical-align:top;
		box-sizing: border-box;
		padding:15px 10px;
		text-align:right;
    padding-top:24px;
	}

  .form_label label {
    /*
    line-height:36px;
    padding:8px 0px
    */
  }

	.form_field {
		display:table-cell;
		vertical-align:top;
		box-sizing:border-box;
		padding:15px 10px;
	}

  .form_field p {
    margin-top:7px;
  }

  .form_buttons {
    background-color:#f8f8f8;
    border-top:1px solid #ddd;
  }

  .form_label.form_buttons {
    border-right:none;
  }
}

@media screen and (min-width: 992px) {
  .form_table {
		width:calc(100% + 30px);
		margin:-15px;
	}
  .form_table:not(:first-child) {
    margin-top:15px;
  }
  .form_label {
		padding:24px 10px 15px 15px;
	}
	.form_field {
		padding:15px 15px 15px 15px;
	}
}

/* End Forms */

/* Begin Pop-up windows */

.popup_mask {
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#000000;
	opacity:.70;
	z-index:100;
	overflow:hidden;
}

.popup_outer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 110;
}

.popup_inner {
	position:relative;
	width:100%;
	max-width:720px;
	margin-left: auto;
	margin-right:auto;
	padding:10px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	z-index:110;
	color:#444;
	font-size:16px;
}

/* End pop-up windows */


/* Flex Columns */

.flex_column_container {

}

.flex_column {

}

@media screen and (min-width: 576px) {
  .flex_column_container {
    display:flex;
		flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:-10px;
  }

  .flex_column {
    margin:10px;
  }

  .flex_column_240 {
    margin:10px;
    width:240px;
  }

  .flex_column_360 {
    margin:10px;
    min-width:360px;
  }

	.flex_column_50p {
    margin:10px;
    width:calc(50% - 20px);
  }
}

/* End Columns


/* Begin Forum tables */

.forum, .forum_in_block {
	clear:both;
	display:table;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#fff;
	border-radius: 1px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}

.forum_in_block {
	width:calc(100% + 20px);
  margin:-10px;
}

@media screen and (min-width: 992px) {
	.forum_in_block {
		width:calc(100% + 30px);
		margin:-15px;
	}
}

.forum_row {
	display:table-row;
}

.forum_cell, .forum_cell_header {
	display:table-cell;
	padding:10px;
	border-bottom:1px solid #ddd;
}

.forum_cell_header {
	border-top:2px solid #044cA5;
	font-weight:400;
	background-color:#ddd;
	border-bottom:none;
}

.forum_cell {
	vertical-align:middle;
}

.forum_row:nth-child(even) {
	background-color:#f8f8f8;
}

.forum_row:nth-child(odd) {
	background-color:#ffffff;
}

.forum_row:last-child .forum_cell {
	border-bottom:none;
}

.title_cell {
	background-image:url('/images/forum_read.png');
	background-size: 50px 50px;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:50px;
	position:relative;
}

.title_cell.unread {
	background-image:url('/images/forum_unread.png');
	background-size: 50px 50px;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:50px;
}

.post_title {
	font-weight:400;
}

.post_title a {
	display:block;
	color:inherit;
}

.post_title a:hover {
	text-decoration:underline;
	color:#000;
}

/* End Forum Tables */

/* Begin Data Tables */

.data_table {
  width:calc(100% + 20px) !important;
  margin:0px -10px 10px -10px !important;
  padding-top:10px;
	margin-bottom:20px;
  border-collapse:collapse;
  border-bottom: 1px solid #aaa !important;
}

@media screen and (min-width: 992px) {
	.data_table {
		width:calc(100% + 30px) !important;
		margin:0px -15px 10px -15px !important;
	}
}

.dataTables_wrapper {
	margin-top:10px;
}

.data_table td, .data_table th {
	/*vertical-align:middle;*/
	vertical-align:baseline;
	border-bottom:1px solid #ddd;
	padding:6px 8px !important;
}

.data_table th {
	padding:6px 10px !important;
	font-weight:500 !important;
	text-align:left;
	background-color:#fff;
	vertical-align:bottom;
	border-bottom:1px solid #aaa  !important;
}

.data_table tr:nth-child(odd) {
	background-color:#F8F8F8;
}

.data_table tr:nth-child(even) {
	background-color:#ffffff;
}


.info_table {
	width:100%;
}

.info_table_row {

}

.info_table_cell, .info_table_cell_h {
	vertical-align:top;
	padding:6px 0px;
}

.info_table_cell_h {
	border-top:2px dotted #ddd;
	font-weight:400;
	color:#888;
	padding-bottom:0px;
}

@media screen and (min-width: 576px) {
	.info_table {
		display:table;
		table-layout:fixed;
		border-collapse:collapse;
	}

	.info_table_row {
		display:table-row;
	}

	.info_table_cell, .info_table_cell_h {
		display:table-cell;
		border-bottom:2px dotted #ddd;
		padding:6px 0px;
	}

	.info_table_cell_h {
		border-top:none;
		padding-right:20px;
		/*width:33%;*/
		width:170px;
	}
}

/* End Data Tables;


/* Begin Forum Posts */

.forum_post {
	clear:both;
	width:100%;
	box-sizing:border-box;
	border-top:2px solid #044cA5;
	background-color:#fff;
	border-radius: 1px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	padding:0px;
	margin-bottom:20px;
	overflow:hidden;
	border-radius:4px;
}

.forum_post_body {

}

.forum_post_user_parent {
	display:table;
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
	background-color:#f8f8f8;
	border-bottom:1px solid #e8e8e8;
}

.forum_post_user_info {
	display:table-row;
}

.forum_post_user_avatar {
	display:table-cell;
	vertical-align:middle;
	width:60px;
	border:none;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
}

.forum_post_user_avatar img {
	max-width:50px;
	height:auto;
	display:block;
	margin:0px auto;
}

.forum_post_user_details {
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}

.forum_post_content {
	padding:10px;
	overflow:auto;
}

.forum_post_content img {
	max-width:100%;
}

@media screen and (min-width: 768px) {
	.forum_post_user_avatar {
		width:75px;
	}

	.forum_post_user_avatar img {
		max-width:65px;
	}
}

@media screen and (min-width: 992px) {
	.forum_post {
		display:table;
		table-layout:fixed;
	}

	.forum_post_body {
		display:table-row;
	}

	.forum_post_user_parent {
		display:table-cell;
		width:162px;
		vertical-align:top;
		border:none;
		border-right:1px solid #e8e8e8;
	}

	.forum_post_user_info, .forum_post_user_avatar, .forum_post_user_details {
		display:block;
	}

	.forum_post_user_avatar {
		width:100%;
	}

	.forum_post_user_avatar img {
		max-width:150px;
	}

	.forum_post_user_details {

	}

	.forum_post_content {
		display:table-cell;
		vertical-align:top;
	}

}

.forum_post_timestamp {
	color:#888;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.forum_post_bottom_links {
	text-align:right;
	font-size:12px;
	margin:15px 0px 0px 0px;
	line-height:28px;
}

.forum_post_bottom_links a {
	color:#666;
	text-shadow:0px 1px 0px rgba(255,255,255,1);
	padding:2px 6px;
	background-color:#eee;
	border:1px solid #ddd;
	margin-left:4px;
	white-space:nowrap;
}

.forum_post_bottom_links a:hover {
	background-color:#ddd;
	border:1px solid #ccc;
}

.forum_post_sig {
	margin-top:15px;
	border-top:1px solid #ddd;
	padding-top:5px;
	color:#888;
}

.forum_post_content .quote {
	border-left:4px solid #ccc;
	background-color:#F2F2F2;
	margin:10px 0px;
}

.forum_post_content .quote-title {
	padding:10px;
	background-color:#e5e5e5;
	font-style:italic;
}

.forum_post_content .quote-inner {
	padding:10px;
}

.highlight {
	background-color:#ffff99;
	color:#000;
	text-shadow:none;
}

/* End Forum Posts */


/* Begin For Sale Stuff */

#fs_layout {

}

#fs_filters {
	vertical-align:top;
}

#fs_main {
	vertical-align:top;
}


@media screen and (min-width: 992px) {
	#fs_layout {
		display:table;
		table-layout:fixed;
		width:100%;
	}

	#fs_filters {
		display:table-cell !important;
		width:240px;
		padding-right:15px;
		box-sizing:border-box;
	}

	#fs_main {
		display:table-cell;
	}
}

@media screen and (min-width: 1200px) {
	#fs_filters {
		width:300px;
		padding-right:20px;
	}
}

ul.fs_filter_list {
	list-style: none;
	padding:0px;
	margin-left:0px;
	font-size:14px;
	margin:0px 0px 10px 0px;
	max-height:300px;
	overflow-y:auto;
}

ul.fs_filter_list li {
	padding:0px;
	border-bottom:1px solid #e8e8e8;
}

ul.fs_filter_list li label, ul.fs_filter_list li div {
	display:block;
	padding:10px 10px 10px 10px;
}

ul.fs_filter_list li label:hover {
	background-color:#ddd;
	cursor:pointer;
}

ul.fs_filter_list li input[type='checkbox'] {
	margin:0px 5px 0px 0px;
}

ul.fs_filter_list li input[type='button'] {
	margin-top:10px;
}

.more_filters {
	padding:0px 10px 10px 10px;
}

.color_dot {
	width:16px;
	height:16px;
	border-radius:50%;
	display:block;
	float:left;
	margin:1px 7px 0 0;
	border:1px solid rgba(0,0,0,.33);
}

.hidden {
	display:none;
}

.expand_collapse {
	display:block;
}

.expand_collapse h4, .expand_collapse h3 {
	display:inline-block;
	color:#333;
}

.expand_collapse i {
	margin-right:7px;
}

/* End For Sale Stuff */


/* Begin Gallery Photo Grid */

.gallery {
	border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
	box-shadow: 2px 2px 2px rgba(0,0,0,.06);
	margin-bottom:20px;
	overflow:hidden;
	box-sizing:border-box;
}

.gallery_header {
	background-color:#044CA5;
	color:#fff;
	display:table;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.gallery_header a {
	color:#fff;
}

.gallery_header a:hover {
	text-decoration:underline;
}

.gallery_header .gallery_header_section {
	display:table-cell;
}

.gallery_header .gallery_header_section:last-child {
	text-align:right;
}

.gallery_header h1, .gallery_header h2, .gallery_header h3, .gallery_header h4 {
	margin:0px;
	text-transform:capitalize;
}

.gallery_grid {
	font-size:0px;
	clear:both;
	margin-bottom:10px;
}

.gallery_content {
	background-color:#fff;
	padding:10px;
}

@media screen and (min-width: 768px) {
	.gallery_header, .gallery_content {
		padding:10px 15px;
	}
}

.gallery_item {
	box-sizing:border-box;
	overflow:hidden;
	font-size:16px;
	width:100%;
	margin-bottom:15px;
	vertical-align:top;
	/*transition:all .15s;*/
}

/* Keep google auto ads from showing up in gallery item boxes */
.gallery_item div.google-auto-placed {
	/*display:none !important;*/
}

.gallery_item_photo, .gallery_thumb {
	position:relative;
	margin:0px;
	width:100%;
	height:0px;
	padding-bottom:70%;
	box-sizing:border-box;
	overflow:hidden;
}

.gallery_item_photo img, .gallery_thumb img {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .15s;
}

.gallery_item:hover .gallery_item_photo img {
	transform:scale(1.05);
}

.gallery_item:hover  {
	/*transform:scale(1.05);*/
}

.gallery_item_details {
	padding:5px;
	white-space:nowrap;
}

.gallery_item_title {
	font-size:14px;
	height:20px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:400;
}

.gallery_item_title a {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}

.gallery_item_summary {
	font-size:13px;
	font-weight:300;
	height:1.333em;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}

.gallery_item_actions {
	font-size:12px;
	font-weight:300;
	width:100%;
	height:1.4em;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:5px;
	padding-top:4px;
	color:#777;
	border-top:1px solid #eee;
}


.gallery_thumb {
	background-color:#000;
}

.gallery_thumb img {
	opacity:.8;
	/*filter:blur(1px);*/
}

.gallery_thumb:hover img {
	transform:scale(1.05);
}

.gallery_thumb .gallery_item_title {
	position:absolute;
	top:calc(50% - 13px);
	/*transform: translate(-50%, -50%);*/
	transform:translateY(-50%);
	margin: 0px auto;
	height:auto;
	text-align:center;
	display:block;
	font-size:19px;
	font-weight:500;
	background-color:rgba(0,0,0,.5);
}

.gallery_thumb .gallery_item_title a {
	padding:10px 5px;
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1);
	letter-spacing: 2px;
}

.gallery_thumb .gallery_item_details {
	position:absolute;
	width:auto;
	bottom:0px;
	left:0px;
	right:0px;
	padding:5px;
	border:none;
	color:#fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1);
	background-color:rgba(0,0,0,.5);
	font-size:12px;
	font-weight:300;
}

.gallery_thumb .gallery_item_details a {
	color:#fff;
}

.gallery_thumb + .gallery_item_actions {
	margin-top:0px;
	border-top:none;
	border-bottom:1px solid #eee;
}



@media screen and (min-width: 384px) {
	.gallery_grid {
		margin:0px -1% 10px -1%;
	}

	.gallery_item {
		display:inline-block;
		width:48%;
		margin:1%;
	}
}

@media screen and (min-width: 576px) {
	.gallery_item {
		display:inline-block;
		width:31.333%;
		margin:1%;
	}
}

@media screen and (min-width: 1200px) {
	.gallery_grid {
		margin:0px -.75% 10px -.75%;
	}

	.gallery_item {
		display:inline-block;
		width:23.5%;
		margin:.75%;
	}
}

/* End Gallery Photo Grid */


/* Begin Gallery Main Photo */

.gallery_photo {
	position:relative;
	margin-bottom:15px;
	text-align:center;
}

.gallery_photo a.prev_button, .gallery_photo a.next_button {
	position:absolute;
	top:calc(50% - 48px);
	font-size:48px;
	padding:3px 6px;
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	opacity:.11;
	transition:all .25s;
}

.gallery_photo a.prev_button {
	left:8px;
}

.gallery_photo a.next_button {
	right:8px;
}

.gallery_photo:hover a.prev_button, .gallery_photo:hover a.next_button {
	opacity:.33;
}

.gallery_photo a.prev_button:hover, .gallery_photo a.next_button:hover {
	opacity:.66;
}

.gallery_photo img {
	max-width:100%;
	max-height:95vh;
	vertical-align:middle;

}

/* End Gallery Main Photo */


/* Begin Gallery Photo Carousel */

.photo_carousel {
	margin:0px -1%;
	margin-bottom:1%;
	font-size:0px;
	max-width:calc(1204px + 1%);
	text-align:center;
}

.photo_carousel_item {
	display:inline-block;
	box-sizing:border-box;
	text-align:left;
	border-radius: 4px;
	/*box-shadow: 4px 4px 6px rgba(0,0,0,.2);*/
	overflow:hidden;
	width:31.333%;
	height:70%;
	margin:1%;
	transition:all .25s;
	opacity:.8;
}

.photo_carousel_item:hover {
	transform:scale(1.15);
	opacity:1;
}

.photo_carousel_photo {
	position:relative;
	margin:0px;
	width:100%;
	height:0px;
	padding-bottom:70%;
	box-sizing:border-box;
}

.photo_carousel_photo img {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
}

@media screen and (min-width: 576px) {
	.photo_carousel_item {
		width:18%;
	}
}

@media screen and (min-width: 992px) {
	.photo_carousel {
		margin:0px auto;
		margin-bottom:1%;
	}

	.photo_carousel_item {
		width:12.2857%;
	}
}

@media screen and (min-width: 1200px) {
	.photo_carousel_item {
		width:9.1%;
	}
}

/* End Gallery Photo Carousel */

/* Begin Gallery Upload Table */

.upload_table {
	border-collapse:collapse;
	margin:0px -10px -10px -10px;
}

.upload_row:nth-child(odd) {

}

.upload_image_cell, .upload_cell {
	vertical-align:top;
	padding:10px;
	border-bottom:1px solid #ddd;
	border-collapse:collapse;
	border-top:1px solid #ddd;
}

.upload_image_cell {
	text-align:center;
}

.upload_cell .form_table {
	border-top:none;
}

@media screen and (min-width: 576px) {
	.upload_table {
		display:table;
		width:calc(100% + 20px);
	}

	.upload_row {
		display:table-row;
	}

	.upload_image_cell, .upload_cell {
		display:table-cell;
	}

	.upload_image_cell {
		width:150px;
		border-right:1px solid #ddd;
	}
}

@media screen and (min-width: 992px) {
	.upload_table {
		margin:0px -15px -15px -15px;
		width:calc(100% + 30px);
	}

	.upload_image_cell, .upload_cell {
		padding:15px;
	}
}

/* End Gallery Upload Table */


.tabs {
	clear:both;
	border-bottom:1px solid #bbb;
	margin-bottom:15px;
	font-size:15px;
}

.tabs a {
	display:inline-block;
	margin-right:15px;
	color:#000;
	padding:5px 0px;
}

.tabs a.active {
	font-weight:400;
	border-bottom:2px solid #044cA5;
}

.tabs a:hover {
	border-bottom:2px solid #539Bf4;
}
