/*
 * Fields and regions.
 */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, #header-top {
	display: block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template,
[hidden] {
  display: none;
}
/* HTMl and Body
------------------------------------------------ */
html {
	height: 100%;
	margin: 0;
	padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	background: #201e21;
	color: #ababab;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
  font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
  overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%; /* Fix Mobile Safari Font Scale */
  -ms-text-size-adjust: 100%; /* Fix IE Font Scale */
}
/**
 * Typography
 */
/* Typography-> Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0.1em 0;
  line-height: 1.6;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}

h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}

/* Typography -> Paragraph */
p {
  margin: 0 0 1em 0;
}

/* Typography -> Links. */
a {
	color: #ddad58;
	text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
a:active,
li a.active {
  color: #ddad58;
}
a:hover {
  color: #fff;
}
a:focus {
  outline: thin dotted;
}

/* Typography -> code tags */
code,
pre,
xmp,
kbd {
  background-color: #161616;
  border: 1px solid #000;
  display: block;
  padding: 10px;
  margin: 10px 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
}

/* Typography -> Font styles */
b,
strong {
	font-weight: bold;
	color: #cbcbcb;
}
em,
i {
	font-style: italic;
}
dfn,
cite {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}
mark {
  background: #ddad58;
  color: #fff;
  text-shadow: none;
}
u, ins {
  text-decoration: underline;
}

/* Typography -> Address */
address {
  margin: 0 0 1em 0;
  font-style: italic;
}

/* Typography -> Abbreviation */
acronym[title], abbr[title],
abbr[data-original-title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
abbr,
acronym {
  cursor: help;
}

/* Typography -> Blockquote */
blockquote, q {
	quotes: none;
  background: #161616;
	border-left: 6px solid #ddad58;
	padding: 12px 10px 10px 20px;
	margin: 10px 0px;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
blockquote > p:first-child {
  display: inline;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Media
 */
audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
img,
a img {
 max-width: 100% !important;
 height: auto;
 margin: 0;
 padding: 0;
 border: 0;
 border-style: none;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 0;
}

/**
* Form.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.7;
  cursor: not-allowed;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
input {
  line-height: normal;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
	border: 1px solid #000;
	margin: 0 0 1.4375em;
	padding: 1.5em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
optgroup {
  font-weight: bold;
}
select {
  padding: 4px 0;
}
form label {
  font-weight: bold;
}
label[for] {
  cursor: pointer;
}
.page-content input[type="text"],
.page-content input[type="password"],
.page-content input[type="search"] {
  padding: 9px 6px;
  outline: 0;
}
.page-content input {
  max-width: 100%;
}
.form-text, .form-textarea {
	background-color: #201e21;
	color: #ababab;
	border: 1px solid #000;
	outline: 0;
	font-size: 1em;
	padding: 10px 10px 10px 18px;
	max-width: 100%;
	line-height: 2;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.form-text:focus, .form-textarea:focus {
	background: #161616;
}
.resizable-textarea .grippie {
	background-color: #201e21;
	border: 1px solid #000;
	border-top: 0;
}
/* Buttons */
.form-submit {
	background: #000;
	color: #ababab;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	border: 0;
	outline: 0;
	padding: 10px 16px;
	margin-right: 2px;
	cursor: pointer;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.form-submit:hover {
	background: #ddad58;
	color: #000;
}

/**
 * list
 */
ul, ol {
	margin: 0 0 1.5em 0;
	padding-left: 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li ul, li ol {
   margin: 0;
 }
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
li {
  padding: 4px 0;
}
.page-content li {
	margin-bottom: 12px;
}

/**
 * table
 */
table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}
th, tr, td {
	vertical-align: middle;
}
th { padding-right: 1em; }
.page-content  table{
	margin-bottom: 1.5em;
	width: 100%;
}
.page-content  th {
	font-family: 'Oswald', sans-serif;
	color: #d8d8d8;
	padding: 10px 5px;
	background-color: #161616;
	border: 1px solid #000;
}
.page-content table td {
	border: 1px solid #000;
	padding: 5px;
}
.sticky-table th, .sticky-table th {
	border-bottom: 3px solid #000;
	padding-right: 1em;
	text-align: left;
}

/**
 * Other html elements
 */
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr , .line{
	background: url(images/dash.png) repeat-x;
	border: none;
	clear: both;
	float: none;
	height: 4px;
	width: 100%;
}
.line {
	margin: 0 0 1em 0;
}
hr {
	margin: 1em 0;
}

/**
 * Default box sizing.
 */
 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 ::after,
 ::before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 *::after,
 *:::after,
 *::before,
 *:::before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 /**
  * Misc.
  */
.clear {
  clear: both;
  width: 100%;
}
.display-block {
  display: block;
}
::selection {
  color: white;
  background: #000;
}
::-moz-selection {
  color: white;
  background: #000;
}

/* Container
------------------------------------------------ */
#container {
  position: relative;
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}
.container {
  position: relative;
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}

/* Header
------------------------------------------------ */
#header-top-bg {
	background: #161616 url(images/header2-bg.png) center center no-repeat;
	width: 100%;
	min-height: 120px;
	position: relative;
}
#header-top {
	min-height: 110px;
	width: 100%;
	position: relative;
  margin: 0;
	padding-top: 20px;
}
#header-top #logo {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#logo h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	margin: 0;
	line-height: 1;
}
#logo h1, #logo h1 a {
	color: #ddad58;
}
#site-slogan {
	font-style: italic;
}
.sticky-header {
	width: 100%;
	height: 62px;
	position: fixed !important;
	margin-top: 0 !important;
	top: 0;
	left: 0;
	background: #656565;
	z-index: 9999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.sticky-header #header-top {
	height: 62px;
	padding-top: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.sticky-header #logo, #sticky-logo {
	display: none;
}

.sticky-header #sticky-logo {
	float: left;
	display: block;
}
.sticky-header #sticky-logo h1{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	margin: 4px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
.sticky-header a#sticky-logo  h1{
	color: #000;
}

/* Main menu
------------------------------------------------ */
.nav {
	position: relative;
	height: 100%;
	width: auto;
	float: right;
	font-family: 'Oswald', sans-serif !important;
	font-size: 16px;
	background: #2d2d2d;
}
.nav .menu::before {
	display: table;
	content: " ";
}
.nav a {
	color: #b5b5b5;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.nav a:hover {
	color: #fff;
}
.nav a.active {
	color: #fff;
}
.nav .menu {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	width: auto;
}
.nav ul li {
	width: auto;
	float: left;
}
.nav ul li a {
	display: block;
}
.nav > ul {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}

.nav > ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}

.nav > ul > li > a {
	padding: 10px 20px;
	text-transform: uppercase;
}

.nav li.expanded::after {
	display: block;
	font-family: 'Comfortaa', cursive;
	content: "+";
	color: #fff;
	position: absolute;
	right: 1px;
	top: 12px;
}
.nav ul ul li.expanded::after {
	display: block;
	font-family: 'Comfortaa', cursive;
	content: "+";
	position: absolute;
	right: 20px;
	top: 12px;
}
.nav ul ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
}

.nav ul ul ul {
	top: 37px;
	padding-left: 5px;
}
.nav ul ul li {
	position: relative;
	border-bottom: 1px solid #1f1f1f;
}
.nav > ul > li:hover > ul {
	left: auto;
	top: 42px;
	opacity: 1;
}

.nav ul ul li:hover > ul {
	left: 170px;
	top: 0;
	opacity: 1;
}
.nav ul ul li a {
	width: 170px;
	background: #2d2d2d;
	padding: 10px 20px 10px 10px;
	margin: 0;
	text-align: left;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.nav ul ul li a:hover {
	background: #1f1f1f;
}
.nav ul li.leaf {
	list-style: none;
}
.nav li.expanded, .nav li.collapsed, .nav li.leaf {
	margin: 0;
	padding: 0;
}
.nav ul li.expanded {
	list-style: none;
}

/* Mobile Main menu
------------------------------------------------ */
#mobile-nav-button {
	margin-right: 10px;
	display: none;
}
#mobile-nav-button i {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
.mobile-nav #close-mobile-menu {
	text-align: center;
	margin-bottom: 12px;
}
.mobile-nav #close-mobile-menu i {
	color: #777777;
	cursor: pointer;
	font-size: 38px;
	line-height: 38px;
}
.mobile-nav {
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #232323;
	width: 100%;
	height: 100%;

}
.mobile-nav ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-nav ul.menu li ul {
	padding: 0 0 0 20px;
}
.mobile-nav ul.menu li {
	border-bottom: 1px solid #3e3e3e;
	position: relative;
	display: block;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mobile-nav ul.menu li a {
	line-height: 34px;
	position: relative;
	display: block;
	color: #fff;
}
.mobile-nav ul.menu li.expanded::before {
	content: '\f067';
	font-family: FontAwesome;
	float: right;
	display: inline-block;
}
#mobile-main-menu {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#mobile-main-menu .container {

}
/* Slider
------------------------------------------------ */
#header {
	background-image: url(images/slider.jpg);
	width: 100%;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#slider {
	text-align: center;
	z-index: 10;
}

#slider li {
	list-style: none;
}
#slider h1 {
	margin-bottom: 20px;
	font-family: 'Comfortaa', cursive;
}
#slider .button {
	background: #000;
	color: #ddd;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #707070;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;

}
#slider .button:hover {
	border: 1px solid #fff;
	background: #ddad58;
}
.scroll {
	position: absolute;
	top: 90vh;
	left: 49%;
}
.arrow-down {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #ddad58;
	text-align: center;
	cursor: pointer;
	-webkit-animation: jump-icon 2s infinite ease-in-out;
	animation: jump-icon 2s infinite ease-in-out;
}
.arrow-down::before {
	content: '\f107';
	font-family: 'FontAwesome';
	position: relative;
	top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
/* Inner Page Header
------------------------------------------------ */
#page-header {
	background: #0e0e0e;
	width: 100%;
	min-height: 1px;
	position: relative;
	padding: 30px 0 30px 0;
}
#page-header h1#page-title {
	color: #fff;
	margin: 0;
	padding: 0;
}
/* Breadcrumb Navigation */
.breadcrumb {
  position: relative;
	padding-bottom: 1em;
}
.breadcrumb a {
	color: #ddad58;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;

}
.breadcrumb a:hover {
	color: #fff;
}

/* Page Layout
------------------------------------------------ */
 /* 1 Column */
#page-content {
  position: relative;
	margin: 0;
	display: inline;
  width: 100%;
}

/* 3 Column */
body.two-sidebars #page-content {
	float: left;
	margin: 0 0 0 25%;
	padding: 0 1%;
	width: 50%;
}
/* 2 columns: sidebar-first */
body.sidebar-first #page-content {
	float: right;
	margin: 0;
	padding: 0;
	width: 75%;
}

/* 2 columns: sidebar-second */
body.sidebar-second #page-content {
	float: left;
	margin: 0;
	padding: 0;
	width: 75%;
}

/* Sidebar
------------------------------------------------ */
/* 3 columns: sidebar-first */
#sidebar-first {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 2% 0 0;
}
#sidebar-second {
  position: relative;
  width: 25%;
  float: right;
  padding: 0 0 0 2%;
}
body.two-sidebars #sidebar-first {
	margin: 0 0 0 -75%;
}

/* 3 columns: sidebar-second */
body.two-sidebars #sidebar-second {
	margin: 0;
}

/* 2 columns: sidebar-first */
body.sidebar-first #sidebar-first {
	margin: 0;
}

/* 2 columns: sidebar-second */
body.sidebar-second #sidebar-second {
	margin: 0;
}
.sidebar .block {
	margin-bottom: 40px;
}
.sidebar h3.block-title {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.sidebar h3.block-title::after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 1px solid #ddad58;
	bottom: 0;
	left: 0;
	height: 0;
}
.sidebar ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
.sidebar ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 16px;
}
.sidebar ol li, .sidebar ul  li{
	padding: 10px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar ol li:hover, .sidebar ul  li:hover{
	padding-left: 3px;
}
.sidebar ul  li::before{
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 0;
	margin-right: 8px;
	color: #959494;
	top: 0;
	left: 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar ul  li:hover::before {
	color: #fff;
}
.sidebar .form-text, .sidebar .form-textarea {
	width: 100%;
}

/* Node Content
------------------------------------------------ */
#node-container {
  position: relative;
  margin: 0;
	padding: 30px 0 50px 0;
}

/* Highlighted Block Region */
.highlighted {
  position: relative;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 14px;
}

.page-content a {
	color: #ddad58;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.page-content a:hover {
	color: #fff;
}
#page-content .node-teaser {
  position: relative;
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 40px;
	margin-bottom: 100px;
}
#page-content header h2{
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 10px;
}
#page-content .submitted {
  position: relative;
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#page-content .submitted i {
	margin-right: 6px;
}
.submitted  .node-date, .submitted  .node-user{
	margin-right: 8px;
}
.submitted .node-tags {
    display: inline-block;
}
.submitted .node-tags .field-item {
    display: inline-block;
    margin-left: 4px;
}
.submitted .node-tags .field-item::after {
	content:',';
}
.submitted .node-tags .field-item:last-child::after {
	content:'';
}
.node-links ul li{
	background-color: #000;
	padding: 6px 10px;;
}

/* Page Navigation */
.item-list .pager {
  position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-top: 40px;
}

/* Admin Tab */
.tabs {
	font-family: 'Oswald', sans-serif;
}
ul.primary {
	border-bottom: 2px solid #000;
	margin: 0 0 6px 0;
	padding: 0;
}
ul.primary li {
	margin: 0;
}
ul.primary li a{
	background-color: #161616;
	border: 0;
	border-radius: 0;
	padding: 10px 30px;
	display: inline-block;
	margin-right: 1px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.primary li a:hover {
	background-color: #000;
	color: #ddad58;
}
ul.primary li.active a {
	background-color: #000;
	border: 0;
}
ul.primary li.active a:hover {
	background-color: #161616;
}

/* Node Editing */
.node-form { }
.node-form  .form-text, .node-form .form-textarea {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	background-color: #2f2d30;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}
.node-form .form-text:focus, .node-form .form-textarea:focus {
	background: #161616;
}
.filter-wrapper .form-select {
    min-width: 120px;
}
select.form-select {
    border: 1px solid #000;
}
select.form-select {
    padding: 6px;
}
div.vertical-tabs {
	border: 1px solid  #000;
}
.vertical-tabs ul.vertical-tabs-list {
	border: 1px solid  #000;
}
.vertical-tabs ul.vertical-tabs-list li {
	background-color: #383838;
	border: 0;
	border-bottom: 1px solid #000;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}
.vertical-tabs ul.vertical-tabs-list li:hover{
	background-color: #000;
	border: 0;
	outline: 0;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
	background-color: #000;
	border: 0;
}
.vertical-tabs ul.vertical-tabs-list .selected strong {
	color: #fff;
}

/* Comment
------------------------------------------------ */
#comments {
  position: relative;
	background: url(images/dash.png) top repeat-x;
	padding-top: 20px;
}
#comments h2.comment-number-title {
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 6px;
}
#comments h2.comment-number-title::before {
	font-family: 'FontAwesome';
	content: '\f086';
	margin-right: 10px;
}
#comments .comment {
  position: relative;
	border: 1px solid #000;
	padding: 0 10px 20px 20px;
}
#comments .comment h3.comment-title {
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 6px;
}
#comments .comment .links a {
	background: #000;
	color: #ababab;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	border: 0;
	outline: 0;
	padding: 6px 16px;
	cursor: pointer;
	transition: all 0.4s ease-out;
}
#comments .comment .links a:hover {
	background: #ddad58;
	color: #000;
}
#comments .submitted {
  background: url(images/dash.png) bottom repeat-x;
  display: block;
  margin-bottom: 6px;
  color: #e3e3e3;
}
#comment-form-wrapper {
	margin-top: 20px;
}
#comment-form-wrapper h3.add-comment-title {
	background: url(images/dash.png) bottom repeat-x;
	padding-bottom: 6px;
}
#comment-form-wrapper h3.add-comment-title::before {
	font-family: 'FontAwesome';
	content: '\f0e6';
	margin-right: 10px;
}
#comment-form-wrapper textarea, .comment-form textarea {
	font-family: 'Open Sans', sans-serif;
}
/* Footer
------------------------------------------------ */
#footer {
	width: 100%;
	height: auto;
	display: table;
	background: #161616;
	border-top: 2px solid #000;
	color: #acacac;
	position: relative;
	margin: 0;
	padding: 0;
}
.footer-one, .footer-two, .footer-three, .footer-four {
	float: left;
	position: relative;
	min-height: 1px;
  margin: 0;
	padding-right: 4%;
	padding-left: 0;
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer-one, .footer-two, .footer-three {
  width: 26%;
  padding: 40px 4% 20px 0;
}
.footer-four {
  width: 22%;
  padding: 40px 0 20px 0;
}
#footer h3.block-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 22px;
	font-family: 'Oswald', sans-serif;
}
#footer ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
#footer ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 0 0 16px;
}
#footer ul  li{
	padding: 10px 0;
	margin: 0;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer ol li {
	padding: 10px 0;
	margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer ol li:hover, #footer ul  li:hover{
	padding-left: 3px;
}
#footer a{
	color: #9b9b9b;
}
#footer a:hover{
	color: #ddad58;
}
#footer ul  li::before{
	content: "\f105";
	margin-left: 0;
	margin-right: 8px;
	color: #959494;
	top: 0;
	left: 0;
	position: relative;
	font-family: 'FontAwesome';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer ul  li:hover::before {
	color: #fff;
}
#footer-bottom {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: table;
	background: #000000;
	color: #7e7e7e;
	position: relative;
	text-align: left !important;
}
#footer-bottom .container {
	padding: 20px 10px;
}
#footer-bottom .content a {
	color: #ddd;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
#footer-bottom .content a:hover {
	color: #ddad58;
}
.copyright {
  position: relative;
	float: left;
}
ul.social-icons {
  position: relative;
	margin: 0;
	padding: 0;
}
.social-icons {
	float: right;
}
.social-icons li {
	display: inline;
	float: left;
	list-style:: none;
	margin-left: 4px;

}
.social-icons li a {

}
.social-icons li i {
	color: #fff;
	background-color: #ddad58;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}
.social-icons li i:hover {
	background-color: #2b2b2b;
}
/* Custom Homepage
------------------------------------------------ */
#home-content {
  position: relative;
	width: 100%;
}
/* homepahe header block */
#homepage-header {
	background: #141315;
}
.homepage-header {
	text-align: center;
	padding: 80px 0 90px 0;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#home-content .one_three,
#home-content .one_three_last {
	margin-top: 50px;
  min-height: 1px;
	text-align: center;
}

.one_three .block, .one_three_last .block{
	margin-bottom: 70px;
}
.one_three .block h3, .one_three_last .block h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.one_three .block h3::after, .one_three_last .block h3::after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 1px solid #ddad58;
	bottom: 0;
	left: 0;
	height: 0;
}
.homepage-content {
  position: relative;
	margin-bottom: 50px;
}

/* Custom Maintenance Page
------------------------------------------------ */
#maintenance-page {
	min-height: 500px;
	padding: 50px 0;
}
#maintenance {
	text-align: center;
	margin-top: 100px;
}
#maintenance .icon-cog-alt {
	font-size: 200px;
}

/* Error Page
------------------------------------------------ */
.error-page {
	text-align: center;
	font-size: 20px;
}
.error-page::before {
	font-family: 'FontAwesome';
	content: '\f071';
	color: #ddad58;
	font-size: 5em;
}

/* Forum
------------------------------------------------ */
#forum > table > thead > tr > th {
	background: #000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
#forum > table > tbody > tr > td.container {
	background: #141315;
}
#forum > table > tbody > tr > td.container .name::before {
	content: '\f039';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
#forum .name {
	margin: 0;
	font-size: 18px;
}
#forum .name::before {
	content: '\f0e6';
	font-size: 22px;
	line-height: 22px;
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #fff;
}
#forum .description {
	margin: 6px 0 6px 34px;
}
#forum tr.even, tr.odd {
	background-color: #343434;
	border-bottom: 1px solid #000;
	padding: 0;
}
#forum div.indent {
	margin: 0;
}
#forum td.forum .icon {
	background-image: none;
	width: 0;
	height: 0;
	margin: 0;
}
#forum .submitted {
	background: none;
	margin: 0;
	padding: 0;
}
#forum .title {
	background: none;
	margin: 0;
	padding: 10px;
}
#forum .icon{
	background-image: none;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#forum .icon div {
	background-image: none;
	width: 40px;
	height: 20px;
	text-align: center;
}
#forum .icon div::before {
	content: '\f0e6';
	font-size: 22px;
	line-height: 22px;
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #fff;
}
.topic-status-default {
	margin: 0;
	padding: 0;
}
/**
 * MISC
 */
/* Scroll to top
------------------------------------------------- */
.scrolltop {
	display: none;
	background-color: #ddad58;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
	-ms-transition: background .4s ease;
}

.scrolltop:hover {
	background-color: #656565;
}
.t_center {
	text-align: center;
 }
 /* Search Form */
#search-block-form .form-submit {
	display: none;
}
/* Profile Page */
.profile h3 {
	border-bottom: 2px solid #000;
}
/* Admin contextual links */
.sidebar ul.contextual-links li, #footer ul.contextual-links li {
	transition: none;
	padding: 0;
}
.sidebar ul.contextual-links li::before, #footer ul.contextual-links li::before {
	content: '';
	margin: 0;
	padding: 0;
	transition: none;
}

 /* Better Calendar / Date view
------------------------------------------------ */
.view-header .date-heading h3{
	text-transform: uppercase;
}
.view-header .item-list .pager {
	border-top: none;
	border-bottom: 1px solid #2c2c2c;
	padding: 0;
	margin-top: 10px;
}
.view-header .item-list .pager li.date-prev,
.view-header .item-list .pager li.date-next {
	border-radius: 0;
	background: #141315;
	padding: 5px 12px;
	text-align: center;
	color: #ddd;
}
.view-header .item-list .pager li.date-prev {
	right: 74px;
}
.calendar-calendar table {
	display: table;
}
.calendar-calendar table.full thead tr th {
	padding: 10px 0;
	font-weight: normal;
	background-color: #343434;
	border: 1px solid #141315;
	color: #bbbbbb;
}
.view-calendar .full {
	float: none;
}
.calendar-calendar .empty {
	width: initial;
	clear: none;
	height: auto;
	float: none;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
	background: #a4a4a4;
	color: #666666;
}
.calendar-calendar .date-box .inner .day {
	padding: 0;
}
.calendar-calendar .month-view .full tr .today .inner {
	font-weight: bold;
	color: #000;
}
/* For Testig purpose only
------------------------------------------------- */
.demo-icon {
	margin-bottom: 20px;
}
.empty {
	width: 100%;
	clear: both;
	height: 80px;
	float: left;
}
.box1, .box2 {
	width: 300px;
	height: 300px;
	margin-right: 20px;
	float: left;
	background: #df8949;
}
.box2:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	animation-name: flipInY;
}
/**
 * Clearing
 */
/* Clearing container */
.container::before, .container::after {
  display: table;
	content: "";
  clear: both;
}

/* Clearing header */
#header::before, #header::after,
##header-top::before, ##header-top::after,
#header-top-bg::before, #header-top-bg::after,
#page-header::before, #page-header::after,
.breadcrumb::before, .breadcrumb::after {
  display: table;
	content: "";
  clear: both;
}

/* Clearing main */
#home-content::before, #home-content::after,
#homepage-header::before, #homepage-header::after, .homepage-header::before, .homepage-header::after,
.homepage-content::before, .homepage-content::after {
  display: table;
	content: "";
  clear: both;
}

/* Clearing content elemetnts */
.empty::before, .empty20::before, .empty30::before, .empty40::before, .empty50::before,
.empty::after, .empty20::after, .empty30::after, .empty40::after, .empty50::after {
  display: table;
	content: "";
  clear: both;
}
.services::before, .services::after, .features::before, .features::after {
  display: table;
	content: "";
  clear: both;
}
/* Clearing footer */
#footer::before, #footer::after,
#footer-bottom::before, #footer-bottom::after {
  display: table;
	content: "";
  clear: both;
}
.container::before, .container::after, #container::before, #container::after,
#header::before, #header::after, #footer::before, #footer::after,
#copyright::before, #copyright::after, #node-container::before, #node-container::after,
#homepage-header::before, #homepage-header::after {
	display: table;
	content: "";
  clear: both;
}
