/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

a {
    color: #8a8a8a;
}
a:focus, 
a:hover {
		color: #555555;
}

a.icon-hover:hover {
	border-bottom: 1px solid #000;
}

.drilldown .is-drilldown-submenu-parent>a::after {
	 border-color: transparent transparent transparent #0a0a0a;
}

.drilldown .js-drilldown-back>a::before {
	border-color: transparent #0a0a0a transparent transparent;
}

.fnc.close-reveal-modal {
	font-size: 11px;
	line-height: 1.5;
	position: static;
	color: #000;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	cursor: pointer;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */

/* -----------------------------------------
   Page Name 2
----------------------------------------- */

/* -----------------------------------------
   Table
----------------------------------------- */
.transparent.label {
	background-color: transparent;
}

/* Data Table */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-spacing: 0px;
}

.tabloarama {
	border: 2px solid #f00;
	font-size: 30px;
}

table.dataTable thead th {
	background-color: #0a0a0a;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 1px 0px 1px #ccc;
	padding: 2px;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 3px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #dfdfdf;
}
table.dataTable tr.even td.sorting_1 {
	background-color: #f0f0f0;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}
.dataTables_length {
	float: left;
}
.dataTables_filter {
	float: right;
	text-align: right;
}
.dataTables_info {
	clear: both;
	float: left;
	padding-top: 9px;
}
.dataTables_paginate {
	float: right;
	text-align: right;
}
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.paging_full_numbers a:active {
	outline: none;
}
.paging_full_numbers a:hover {
	text-decoration: none;
}
.paginate_button {
	background: #ddd;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #0a0a0a;
}
a#myTable_first {
	background: #ddd;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #0a0a0a;
}
a#myTable_previous {
	background: #ddd;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #0a0a0a;
}
a#myTable_next {
	background: #ddd;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #0a0a0a;
}
a#myTable_last {
	background: #ddd;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	color: #0a0a0a;
}
a.paginate_active {
	background: #999;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	pointer-events: none;
	color: #fff;
}
.paginate_button_disabled {
	display: none;
}
/* Processing indicator */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

/* Global Nav Title */
.global-nav-title {
	padding-left: 20px;
	font-size: 20px;
}
.global-nav-title a {
	color: #e6e6e6;
}
.global-nav-title a:hover {
	color: #fff;
}
	

/* Sorting */
table.dataTable th:active {
	outline: none;
}

/* Scrolling */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}
a.selector {
	position: absolute;
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/misc/custom-form-sprites.png) -14px 1px no-repeat;
	right: 0;
	top: 0;
	border: solid 1px #ddd;
}
a.selector,
a.selector {
	background-position: -14px -26px;
}

/* styles by LazyCoders */
/* Global style and foundation overwrite */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
	font-size: 14px;
}

h4 {
	font-size: 23px;
}


@media (min-width: 1024px) {
	.large-title {
		font-size: 44px;
	}
	#mobile-menu {
		display:none !important;
}
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.button {
	margin-bottom: 0;
	padding: 0.7em 1.5em;
}

.grid-container {
	max-width: 980px;
}

fieldset {
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 2px 4px 0;
	margin-top: 18px;
	margin-bottom: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

fieldset legend {
	font-weight: bold;
	background: white;
	padding: 0 3px;
}

.button.secondary {
	background-color: #e9e9e9;
	color: #1d1d1d;
	border: 1px solid #c3c3c3;
}

.button.secondary:hover {
    background-color: #0a0a0a;
    color: #fff;
}

.top-bar {
	height: 40px;
	background: #0a0a0a;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

.top-bar ul {
	background: #0a0a0a;
}

.top-bar ul.submenu {
	background-color: #f2f2f2;
	min-width: 180px;
}

.top-bar li:not(.is-submenu-item) {
	border-bottom: 1px solid #333333;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

.top-bar li.is-submenu-item a {
	color: #555555;
	border: 1px solid #e6e6e6;
	border-width: 1px 1px 0 0;
	-webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
	width: 100%;
}
.top-bar li.is-submenu-item a:hover {
	background: #ebebeb;
	color: #333333;
}

.top-bar .dropdown.menu > li > a {
	font-size: 14px;
	color: #e6e6e6;
	padding: 12px 20px;
	display: block;
}
.top-bar .dropdown.menu > li > a:hover {
	color: #fff;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	margin-top: 1px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 36px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-width: 4px;
	border-color: #ffffff transparent transparent;
	right: 21px;
	margin-top: -2px;
}

.top-bar-right.mobile-menu {
    z-index: 9;
    position: relative;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
	height: 32px;
	margin: 0 0 0.5rem;
	border-radius: 2px;
	font-size: 14px;
}

label {
	line-height: 1.4;
	color: #0a0a0a;
}

input[type="color" i] {
	appearance: auto;
	width: 70px;
	height: 32px;
	cursor: default;
	box-sizing: border-box;
	background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
	color: -internal-light-dark(black, white);
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	border-image: initial;
	padding: 1px 2px;
}

input[type="submit"] {
	cursor: pointer;
}

/* Login Form */
.large-input input[type="text"],
.large-input input[type="password"] {
	font-size: 1.5em;
	height: 54px;
	margin-bottom: 15px;
}

.large-input p,
.large-input a,
.large-input label {
	font-size: 16px;
}

/* Upload image steps */
button.BeforeDivs {
	font-size: 13px;
	border-radius: 3px;
}

/* Category Page Layouts */
.gallery-cat-holder {
	margin-top: 30px;
	display: block;
}
.gallery-categories {
	max-width: 600px;
	padding-bottom: 60px;
	margin: 0 auto;
}
.gallery-cat-inner {
    border: 1px solid #f1f1f1;
	border-radius: 5px;
    padding: 15px 15px 0px 15px;
    box-shadow: 28px 30px 20px -30px rgb(0 0 0 / 14%);
}

/* Gallery Case Layouts */
.case-image-size {
	width: 100%;
	padding: 0 3% 0 3%;
}


/* Login Form */
@media (min-width: 1024px) {
	.login-form h1 {
		font-size: 32px;
	}

	.login-form input::placeholder {
		color: #888888;
	}
}

@media (max-width: 1023px) {
	#desktop-menu {
		display:none;
	}
	.menu a:hover {
		background: #f2f2f2;
}
	.header {
		padding-bottom: 20px;
	}
}

@media (max-width: 680px) {
.gallery-cat-holder {
    padding-left: 5%;
    padding-right: 5%;
}
.gallery-categories {
    padding-bottom: 30px;
}
}