html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	display: block;
	font-size: larger;
	font-style: italic;
	padding: 10px 0 10px 20px;
	border-left: 2px solid #dc4444;

}
blockquote p:last-child {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
}
.screen-reader-text {
}

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #898a8c;
	font-family: Raleway, Helvetica, Arial;
	font-size: 13px;
	line-height: 1.8;
	word-wrap: break-word;
}
body {
	background: #FFF;
}
#body-core {
	background: white;
	min-width: 320px;
	overflow: hidden;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #header-sticky,
body.layout-fixed #notification {
	min-width: 1140px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #202224;
	clear: both;
	margin: 0 0 0.8em;
	font-family: Raleway, Helvetica, Arial;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
code,
pre {
	line-height: 25px;
	padding: 2px 8px;
	margin-bottom:10px;
	border: 1px solid #efefef;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 50%, #fdfdfd 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f8f8f8), color-stop(50%,#fdfdfd));
	background: -webkit-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -o-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -ms-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: linear-gradient(to bottom, #f8f8f8 50%,#fdfdfd 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 );
	background-size: 50px 50px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/*background: #F8F8F8;
border: 1px solid #EFEFEF;
padding: 2px 5px;*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 11px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
input.searchsubmit {
	padding: 6px 15px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: white;
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Tables */
table {
	text-align:   center;
	margin:       0 0 25px;
	width:        100%;
	border-left:  1px solid #ddd;
	border-right: 1px solid #ddd;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	padding:     4px 2%;
	border:      1px solid #ddd;
	border-left: none;
}
th {
	font-size:   0.9em;
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color:  #333;
}

/* Links */
a {
	color: #dc4444;
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: inherit;
}
a,
a:visited {
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}


/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core,
#header-core,
#header-sticky-core,
#content-core,
#footer-core,
#sub-footer-core,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width:1140px;
	margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}
#content {
	clear: both;
	margin: 0;
	padding: 30px 10px;
}

/* Boxed layout */
body.layout-boxed,
body.custom-background {
	background: #000000;
	padding: 25px 0;
}
body.layout-boxed #body-core,
body.custom-background #body-core {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.custom-background #pre-header,
body.custom-background #header,
body.custom-background #header-sticky {
	max-width: 1170px;
}
body.layout-boxed #pre-header,
body.custom-background #pre-header {
	border-top: none;
}

/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100%;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style: italic;
}
#content .gallery a img {
	border: none;
}


/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
	margin: 0 0 60px 0;
}
.nav-previous {
}
.nav-previous a {
	color: inherit;
	float: left;
}
.nav-previous a .meta-icon {
	float: left;
	margin-right: 10px;
}

.nav-next {
}
.nav-next a {
	color: inherit;
	float: right;
}
.nav-next a .meta-icon {
	float: right;
	margin-left: 10px;
}

.nav-previous a,
.nav-next a {
	display: table;
}
.nav-previous .meta-nav,
.nav-previous .meta-icon,
.nav-next .meta-nav,
.nav-next .meta-icon {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	background: #FFF;
	padding: 1px 6px 2px;
	border: 1px solid #DDD;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
	color: #FFF;
	background: #1A1A1A;
	border-color: #1A1A1A
}
.nav-previous a i,
.nav-next a i {
    vertical-align: top;
    display: table-cell;
}

/* =Pagination
----------------------------------------------------------------------------- */
.pag {
	margin: 0;
	padding-top: 10px;
	list-style: none;
}
.pag li {
	font-size: 90%;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
}
.pag li a,
.pag li span {
	color: inherit;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #E9E9E9;
}
.pag li a:hover,
.pag li.current span {
	color: #FFF;
	background: #dc4444;
}
li.pag-first {
	display: none;
}
li.pag-last {
	display: none;
}
li.pag-previous {
}
li.pag-next {
}

/* Infinite scroll pagination */
#infscr-loading {
	margin-bottom: 90px;
	position: absolute !important;
	bottom: -120px !important;
	top: auto !important;
	width: 100% !important;
	text-align: center !important;
	z-index: 9;
}
#pag-infinite {
	display: none;
}
#pag-infinite a {
	margin: 30px 0;
	padding: 8px 30px;
	display: inline-block;
}
.pag-button #pag-standard,
.pag-infinite #pag-standard,
.pag-disable #pag-standard,
.pag-disable #pag-infinite,
.pag-button #portfolio-options,
.pag-infinite #portfolio-options {
	display: none;
}
.pag-button #pag-infinite {
	display: block;
	text-align: center;
}
.pag-infinite #main {
	padding-bottom: 100px
}

/* Infinite spin icon */
#infscr-loading:after {
	position: absolute;
	content: '\f110';
	font-family: FontAwesome;
	font-size: 50px;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.pag-button #infscr-loading {
	bottom: -200px !important;
}
.pag-button #infscr-loading:after {
	top: 35px;
	position: relative
}
#infscr-loading img {
	display: none;
}

/* Infinite spin icon - Blog Style 2 */
.blog-style2 #infscr-loading {
	color: #fff;
}
.blog-style2 #infscr-loading:after {
	color: #FFF;
}

/* Pagination - Native WordPress pagination */
.navigation.pagination {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 30px;
}
.navigation.pagination .screen-reader-text {
	display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	text-align: center;
    color: inherit;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #AAA;
    background: #EEE;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
    color: #FFF;
    background: #dc4444;
}
.navigation.pagination .nav-links .dots:hover {
    color: #AAA;
    background: #EEE;
}


/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	color: #E0E0E0;
	font-size: 13px;
	line-height: 13px;
}
#logo,
#logo-sticky {
	float: left;
	margin-top: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img,
#logo-sticky img {
	width: auto;
	max-height: 45px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo h1,
#logo-sticky h1 {
	color: #B8B8B8;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}

/* Logo - Sticky Header */
#logo-sticky {
	margin-top: 10px;
}
#logo-sticky img {
	max-height: 45px
}
#logo-sticky h1 {
	font-size: 15px;
	margin-top: 12px;
}
#logo-sticky .site-description {
	display: none;
}

/* Logo - Header Style 2 */
.header-style2 #logo h1 {
	color: #FFF;
}


/* =Menu
----------------------------------------------------------------------------- */

/* Site-header */
#site-header {
	line-header: 1.5;
	position: relative;
	z-index: 99999;
}

/* Pre-header */
#pre-header {
	background: #dc4444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header li {
	float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	opacity: 0.8;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
	color: white;
	font-size: 12px;
	display: block;
}
#pre-header .header-links li a {
	padding: 11px 15px 10px;
}
#pre-header-social li.message {
	border: none;
	padding-right: 10px;
}
#pre-header-social li,
#pre-header-social li a {
	border: 0px;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}
#pre-header .header-links .sub-menu {
	position: absolute;
	display: none;
	background: #FFF;
	z-index: 9999;
	border: 1px solid #DDD;
	border-bottom: none;
}
#pre-header .header-links .sub-menu li {
	border-bottom: 1px solid #DDD;
}
#pre-header .header-links .sub-menu a {
	color: #000000;
	font-weight: bold;
	min-width: 100px;
	padding: 6px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: #000000;
}
#pre-header-core {
	display: table;
	width: 100%;
}
#pre-header-links-inner,
#pre-header-social {
	display: table-cell;
	vertical-align: middle;
}

/* Pre-header - Social Media */
#pre-header-social ul {
	display: table;
	float: right;
}
#pre-header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
	border-left: 1px solid #fb7373;
}
#pre-header-social li:last-child {
	border-right: 1px solid #fb7373;
}
#pre-header-social li a {
	display: table;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 1px;
}

#pre-header-social li.facebook a:hover {
	background: #3b5997;
}
#pre-header-social li.twitter a:hover {
	background: #a5dee8;
}
#pre-header-social li.google-plus a:hover {
	background: #db4a39;
}
#pre-header-social li.instagram a:hover {
	background: #AC8263;
}
#pre-header-social li.tumblr a:hover {
	background: #395672;
}
#pre-header-social li.linkedin a:hover {
	background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
	background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
	background: #C92228;
}
#pre-header-social li.xing a:hover {
	background: #126567;
}
#pre-header-social li.paypal a:hover {
	background: #1e477a;
}
#pre-header-social li.youtube a:hover {
	background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
	background: #4EBBFF;
}
#pre-header-social li.rss a:hover {
	background: #fea81d;
}

#pre-header-social li i {
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#pre-header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Header (including #header-sticky) */
#header,
#header-sticky {
	font-size: 12px;
	background: #FFF;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-links,
#header-sticky-links {
	float: right;
}
#header-links-inner,
#header-sticky-links-inner {
	float: right;
}
#header .header-links li,
#header-sticky .header-links li {
	float: left;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	font-size: 14px;
	color: #898a8c;
	padding: 36px 15px;
}
#header .header-links > ul > li.menu-parent > a:after,
#header-sticky .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}
#header .header-links li a,
#header-sticky .header-links li a {
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom: none;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 0 10px;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: #000000;
}
#pre-header .sub-menu li,
#header .sub-menu li,
#header-sticky .sub-menu li {
	float: none;
	position: relative;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	padding: 2px 15px;
	border-bottom: 1px solid #DDD;
}
#header .menu > li > a,
#header-sticky .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current_page_item > a,
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	color: #dc4444;
}
#header .menu > li > a span,
#header-sticky .menu > li > a span {
	-webkit-transition: border 0.3s ease, padding 0.3s ease;
	-moz-transition: border 0.3s ease, padding 0.3s ease;
	-ms-transition: border 0.3s ease, padding 0.3s ease;
	-o-transition: border 0.3s ease, padding 0.3s ease;
	transition: border 0.3s ease, padding 0.3s ease;
}
#header .menu > li > a span,
#header-sticky .menu > li > a span {
	padding-bottom: 15px;
	border-bottom: 2px solid transparent;
}
#header .menu > li.menu-hover > a span,
#header .menu > li.current_page_item > a span,
#header .menu > li.current-menu-ancestor > a span,
#header .menu > li > a:hover span,
#header-sticky .menu > li.menu-hover > a span,
#header-sticky .menu > li.current_page_item > a span,
#header-sticky .menu > li.current-menu-ancestor > a span,
#header-sticky .menu > li > a:hover span {
	padding-bottom: 7px;
	border-bottom: 2px solid #DC4444;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}
#header .main-navigation .sub-menu .sub-menu,
#header-sticky .main-navigation .sub-menu .sub-menu {
	top: -1px;
}
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul,
#header-sticky .main-navigation ul li:hover > ul {
	display: block;
}

/* Header Sticky */
#header-sticky {
	opacity: 1;
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #DDD;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header-sticky:hover {
	opacity: 1;
}
.header-sticky-active #header-sticky {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#header-sticky .header-links > ul > li a{
	padding: 20px 15px;
}

/* Header - Mega Menu */
#header .header-links .header-thinkupmega > ul,
#header-sticky .header-links .header-thinkupmega > ul {
	left: 0;
	width: 100%;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-thinkupmega > ul > li:first-child,
#header-sticky .header-links .header-thinkupmega > ul > li:first-child {
	border-left: none;
}
#header .header-links .header-thinkupmega > ul > li,
#header-sticky .header-links .header-thinkupmega > ul > li {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-thinkupmega  > ul > li > a,
#header-sticky .header-links .header-thinkupmega  > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-links .header-thinkupmega  > ul > li > a:before,
#header-sticky .header-links .header-thinkupmega  > ul > li > a:before {
	content: "";
}
#header .header-links .header-thinkupmega ul .sub-menu,
#header-sticky .header-links .header-thinkupmega ul .sub-menu {
	position: relative;
	display:block !important;
	visibility: visible !important;
	float: none;
	left: 0px;
	top: auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#header .header-links .header-thinkupmega ul .sub-menu li,
#header-sticky .header-links .header-thinkupmega ul .sub-menu li {
	position: relative;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
#header .header-links .header-thinkupmega ul .sub-menu a,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a {
	border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu a:before,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
}
#header .header-links .header-thinkupmega .sub-menu a,
#header-sticky .header-links .header-thinkupmega .sub-menu a {
	padding: 2px 10px;
}

/* Header - Style 2 (Including pre-header and social icons styling) */
.header-style2 #pre-header {
	background: #e9e9e9;
}
.header-style2 #pre-header .header-links li a {
	color: #4d4e52;
}
.header-style2 #pre-header-social li,
.header-style2 #pre-header-social li:last-child {
	border-color: #FFF;
}
.header-style2 #pre-header-social li a {
	color: #4d4e52;
}
.header-style2 #pre-header-social li a:hover {
	color: #FFF;
}
.header-style2 #header-core {
	max-width: 100%;
}
.header-style2 #header-links {
	float: none;
	border-top: 1px solid #e4e4e4;
}
.header-style2 #header-links-inner {
	float: none;
	max-width: 1140px;
	margin: 0 auto;
	display: block;
}
.header-style2 #header-links-inner > .menu {
	width: 100%;
}
.header-style2 #logo {
	float: none;
	text-align: center;
	margin: 25px 0;
}
.header-style2 #header .menu > li > a span,
.header-style2 #header .menu > li.menu-hover > a span,
.header-style2 #header .menu > li.current_page_item > a span,
.header-style2 #header .menu > li.current-menu-ancestor > a span,
.header-style2 #header .menu > li > a:hover span {
	padding-bottom: 0;
	border-bottom: 0;
}
.header-style2 #header .header-links > ul > li a {
	padding: 12px 15px;
}
.header-style2 #header .header-links .sub-menu a {
	padding: 0 10px;
}
.header-style2 #intro {
	background: #FFF;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.header-style2 #intro .page-title {
	color: #898a8c;
}
.header-style2 #intro #breadcrumbs-core {
	border: 0;
	padding: 0;
}

/* Header - Align header links with search */
#header-links-inner {
	display: table;
}
#header-links-inner > .menu,
#header-sticky-links-inner > .menu,
#header-search {
	display: table-cell;
	vertical-align: middle;
}

/* Header - Search */
#header-search .search {
	position: absolute;
	width: 0;
	top: -50px;
	right: 0;
	height: 50px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-right: none;
	padding: 12px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#header-search.active .search {
	width: 250px;
	padding: 12px 10px;
}
#header-search .searchform {
	visibility: hidden;
	position: relative;
}
#header-search.active .searchform {
	visibility: visible;
}
#header-search .searchsubmit {
	display: none;
}
#header-search a {
	display: block;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background: #dc4444;
	position: relative;
	z-index: 2;
	height: 50px;
	width: 50px;
	margin-left: 20px;
}
#header-search a:hover,
#header-search.active a {
	background: #202020;
}
#header-search .dashicons {
	font-size: 25px;
	line-height: 50px;
	width: 50px;
}

.header-style2 #header-search a {
	background: #222;
	background: rgba(0, 0, 0, 0.2);
}
.header-style2 #header-search a:hover,
.header-style2 #header-search.active a {
	background: #dc4444;
}
.header-style2 #header-search .search {
	border-top: none;
	border-bottom: none;
}


/* Search placeholder text color */
#header-search ::-webkit-input-placeholder { color: #BABABA; }
#header-search :-moz-placeholder { color: #BABABA; }
#header-search ::-moz-placeholder { color: #BABABA; }
#header-search :-ms-input-placeholder { color: #BABABA; }

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.3em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 5px;
	top: -2px;
	display: inline-block;
	float: right
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.5em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	display: inline-block;
	float: right;
}


/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Slider
----------------------------------------------------------------------------- */
#slider {
	position: relative;
}
#slider-core {
	position: relative;
	text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
	height: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 0 0 20px;
}
#slider a.rslides_nav {
	opacity: 0;
	color: #202224;
	text-align: center;
	background: #FFF;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 35px;
	height: 50px;
	line-height: 1;
	margin: -25px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
#slider a.rslides_nav:hover {
	color: #FFF;
	background: #222;
	background: rgba(0, 0, 0, 0.5);
}
#slider a.rslides_nav.prev {
	left: -35px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#slider a.rslides_nav.next {
	right: -35px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 52px;
	position: relative;
	z-index: 9999;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

/* Full-Width ThinkUpSlider */
.layout-boxed #slider .rslides-content,
.custom-background #slider .rslides-content,
.slider-boxed #slider .rslides-content {
	padding: 0 80px;
}
.slider-boxed #slider {
	margin-top: 30px;
}
.slider-boxed #slider .rslides-inner {
}
.slider-full #header-core {
}
.slider-full #header-links {
}
.slider-full #slider .rslides-inner {
	width: 100%;
	position: relative;
}
.slider-full #slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 100%;
	max-width: 1140px;
	height: 100%;
	margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 20px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	color: #FFF;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	font-size: 30px;
}
#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
	margin-bottom: 10px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
}
#slider .featured-divider,
.thinkupslider-sc .featured-divider {
	display: none;
}
#slider .featured-divider span,
.thinkupslider-sc .featured-divider span {
	display: inline-block;
	width: 96px;
	border: 1px solid #6A6E72;
	margin: 26px 0 23px;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
}
/* ---------------------------------------------------------------------------------------
	CUSTOM FOOTER STYLING
--------------------------------------------------------------------------------------- */

/* Main Footer Area */
footer {
    background: #222222 !important; /* Light Black */
    padding: 40px 0;
    color: #e0e0e0; /* Light gray text for readability */
}

/* Sub-Footer (Copyright Area) */
#sub-footer {
    background: #1a1a1a !important; /* Slightly darker black for contrast */
    border-top: 1px solid #333333; /* Subtle divider line */
    padding: 20px 0;
}

/* Ensure footer links are visible */
#sub-footer-core .copyright, 
#sub-footer-core .copyright a,
#footer-menu ul li a {
    color: #bbbbbb !important;
    text-decoration: none;
}

/* Hover effect for footer links */
#sub-footer-core .copyright a:hover,
#footer-menu ul li a:hover {
    color: #ffffff !important; /* Pure white on hover */
}