/*
Theme Name: Enidbio
Theme URI: http://www.apexmedia.hu/
Author: Apex Media Ltd.
Author URI: http://www.apexmedia.hu/
Description: Enidbio theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: enidbio, corporate, official
Text Domain: enidbio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Miscellaneous
 *   6.2 - Article List
 *   6.3 - Index
 *   6.4 - Contact Us
 *   6.5 - Frequently Asked Questions
 * 7.0 - Footer
 * 8.0 - LayerSlider
 * 9.0 - Media Queries
 * 10.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #ed640d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #d15709;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #ed640d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #d15709;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.clear:before,
.clear:after,
.site-position:before,
.site-position:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.clear:after,
.site-position:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

ol li, ol li ul, ol ul li, ol li ul li {

	margin-bottom: 10px;
	margin-top: 10px;
}

ul,
li > ul {
	list-style: none;
	margin-left: 0;
	
}
ul > li {
	background: url(images/misc-li.png) no-repeat 0px 8px;
	padding-left: 20px;
	margin-left: 20px;
}

ul.bare > li,
ul.bare > li ul > li {
	background: 0;
	padding: 0;
	margin-left: 0;
}

.search-box {
	border: 1px #ccc solid;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	position: relative;
	height: 26px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	font-size: 14px;
	padding: 2px 2px 3px 6px;
	width: 200px;
}


.search-box .search-submit {
	padding: 0;
}
.search-box .search-submit i {
	width: 26px;
	font-size: 18px;
	line-height: 26px;
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	background-color: #fff;
	
}

.site-position {
	display: block;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.site-slider-separator {
	display: block;
	width: 100%;
	height: 28px;
	background: url(images/slider-separator-pattern.png) repeat-x left top;
}

.site-page-content {
	padding-bottom: 50px;
}

.site-page-content .paging-navigation {
	margin-top: 50px;
}

.site-page-content .paging-navigation .page-numbers {
	margin: 0 3px;	
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

.site-header .site-header-top {
	margin: 10px 0;
}

.site-header .site-header-top .site-logo {
	display: block;
	margin: 0;
	padding: 0;
}
.site-header .site-header-top .site-logo a,
.site-header .site-header-top .site-logo a:hover {
  width: 289px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  background: url(images/logo.png);
}

/* Social icons in the header */

.social-icon-bar {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social-icon-bar .fa {
	margin-left: 10px;
	border-radius: 50%;
	width: 24px;
	height: 21px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	text-align: center;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	
}

.social-icon-bar-dark .fa {
	background-color: #000;
	color: #fff;
}

.social-icon-bar-light .fa {
	background-color: #fff;
	color: #000;
}
	
.social-icon-bar a:hover .fa {
	background-color: #ed640d;
}



/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-header-navigation-container {
	background-color: #000;
	z-index: 10;
	height: 66px;
}

.site-header-navigation {
	float: right;
	position: relative;
	left: -50%;
	text-align:left;
	height: 66px;
}

.site-header-navigation a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 400;
}

.site-header-navigation li:hover > a {
	color: #ed640d;
}

.site-header-navigation > ul {
	list-style: none; 
	position: relative;
	padding: 0;
	margin: 0;
	left: 50%;
}

.site-header-navigation > ul > li { /* ie needs position:relative here */
	float:left;
	position:relative;
	margin: 0 10px;
}

.site-header-navigation > ul > li.current ,
.site-header-navigation > ul > li.current-menu-item ,
.site-header-navigation > ul > li.current-menu-ancestor {
	background: url(images/nav-active.png) no-repeat center top;
}

.site-header-navigation a {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.site-header-navigation > ul > li > a {
	margin: 0;
	height: 66px;
	padding: 0 10px;
	float: left;
	text-align: center;
	line-height: 66px;
	font-size: 18px;
}

.site-header-navigation > ul > li > ul {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	list-style: none;
	background-color: #000;
	height: auto;
	padding: 0;
	margin: 0;
	z-index: 11;
}

.site-header-navigation > ul > li:hover > ul {
	display: block;
}

.site-header-navigation > ul > li > ul > li {
	display: block;
	border-top: 1px #333 solid;
}

.site-header-navigation > ul > li > ul > li > a {
	display: block;
	line-height: 34px;
	padding: 0 15px;
	font-size: 14px;
}

.site-footer-navigation ul,
.site-footer-bar-subnav ul {
	list-style: none; 
	position: relative;
	padding: 0;
	margin: 0;
}

.site-footer-navigation ul {
	margin-left: 15px;
}

.site-footer-navigation a,
.site-footer-bar-subnav a {
	display: block;
	text-decoration: none;
	color: #ccc;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0;
	position: relative;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.site-footer-navigation li:hover > a ,
.site-footer-bar-subnav li:hover > a {
	color: #ed640d;
}

.site-footer-navigation a:before {
	content: ">";
	margin-right: 10px;
	color: #ed640d;
	position: absolute;
	left: -15px;
	top: -3px;
	font-size: 22px;
}

.site-footer-navigation a:hover:before {
	color: #ccc;
}

h2.site-page-title {
	color: #ed640d;
	font-size: 24px;
	text-align: left;
	margin: 40px 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


/**
 * 6.1 Miscellaneous
 * -----------------------------------------------------------------------------
 */

#main > .misc-stripe {
	background: url(images/misc-stripe-pattern.png) top left;
	text-align: center;	
}

#main > .misc-stripe .box {
	display: block;
	float: left;
	margin: 75px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 25px;
}

#main > .misc-stripe.box4 .box {
	width: 285px;
	margin-right: 19.9999px;
}

#main > .misc-stripe.box2 .box {
	width: 335px;
	/*margin-right: 97.4999px;*/
	margin-left: 135px;
	margin-right: 135px;
}

#main > .misc-stripe .box:last-child {
	margin-right: 0;
}

#main > .misc-stripe .box > h4 {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#main > .misc-stripe .box > .img {
	display: block;
	border-color: #ed640d;
	border-style: solid;
	border-width: 1px 0 1px 0;
	position: relative;
}

#main > .misc-stripe .box > .img > .arrow {
	position: absolute;
	top: 0;
	width: 45px;
	height: 16px;
	z-index: 5;
}

#main > .misc-stripe.box4 .box > .img > .arrow {
	left: 120px;
}

#main > .misc-stripe.box2 .box > .img > .arrow {
	left: 145px;
}

#main > .misc-stripe .box > .img > .pic {
	height: 196px;
	z-index: 4;
}

#main > .misc-stripe.box4 .box > .img > .pic {
	width: 285px;
}

#main > .misc-stripe.box2 .box > .img > .pic {
	width: 335px;
}

#main > .misc-stripe .box > .text {
	display: block;
	height: 125px;
	font-size: 14px;
	margin: 20px 15px;
	text-align: justify;
}

#main > .misc-stripe .box > .button {
	margin: 20px auto;
	background-color: #777;
}

#main > .misc-stripe .box > .button:hover {
	background-color: #ed640d;
}


/**
 * 6.2 Article List
 * -----------------------------------------------------------------------------
 */

#main .content-list {
	margin: 10px 0;
}

#main .content-list .img {
	display: block;
	float: left;
	width: 340px;
	height: 180px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

#main .content-list .img img {
	width: 340px;
	height: 180px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#main .content-list .img span {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	color: #000;
	padding: 5px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#main .content-list .data {
	display: block;
	float: left;
	width: 550px;
	height: 180px;
	position: relative;
}

#main .content-list .data h3,
#main .content-list .data p {
	margin: 15px 0 15px 15px;
}

#main .content-list .data .date {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 150px;
	height: 36px;
	font-weight: 400;
	color: #ed640d;
	text-transform: uppercase;
	padding: 0px 0 0 15px;
	margin: 0;
	border-top: 1px #ededed solid;
	font-size: 14px;
	line-height: 36px;
}

#main .content-list .data .button {
	position: absolute;
	bottom: 0;
	right: 0;
}


/**
 * 6.3 Index
 * -----------------------------------------------------------------------------
 */

#main > .index-about {
	text-align: center;
}

#main > .index-about h3 {
	color: #ed640d;
	font-size: 22px;
	font-weight: 700;
	margin: 45px 0;
	padding: 0;
	text-transform: uppercase;
}

#main > .index-about p {
	margin: 30px 0;
	font-size: 20px;
}

#main > .index-separator {
	background: url(images/index-references-pattern.png) top left;
	text-align: center;
	padding: 20px 0;
}

#main > .index-separator > div {
	text-align: center;
	margin: 0;
	color: #e8e8e8;
	font-weight: 400;
	font-size: 20px;
	overflow: hidden;	
}

#main > .index-separator > div > span {
	display: inline-block;
	position: relative;  
}

#main > .index-separator > div > span:before,
#main > .index-separator > div > span:after {
	content: "";
	position: absolute;
	height: 27px;
	border-bottom: 1px solid #e8e8e8;
	top: 0;
	width: 5000px;
}

#main > .index-separator > div > span:before {
	right: 100%;
	margin-right: 25px;
}

#main > .index-separator > div > span:after {
	left: 100%;
	margin-left: 25px;
}

#main > .index-references {
	background: url(images/index-references-pattern.png) top left;
	text-align: center;	
}

#main > .index-references > h4 {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	color: #e8e8e8;
	font-weight: 400;
	font-size: 20px;
	overflow: hidden;	
}

#main > .index-references > h4 > span {
	display: inline-block;
	position: relative;  
}

#main > .index-references > h4 > span:before,
#main > .index-references > h4 > span:after {
	content: "";
	position: absolute;
	height: 10px;
	border-bottom: 1px solid #e8e8e8;
	top: 0;
	width: 5000px;
}

#main > .index-references > h4 > span:before {
	right: 100%;
	margin-right: 15px;
}

#main > .index-references > h4 > span:after {
	left: 100%;
	margin-left: 15px;
}

#main > .index-references > .logoset {
	display: block;
	margin: 0;
	padding: 10px 0;
}

#main > .index-references > .logoset > a {
	margin: 0 25px;
}

#main > .index-references .more {
	text-align: right;
	padding: 0 0 10px 0;
}

#main > .index-references .more a {
	color: #fff;
}

#main > .index-references .more a:hover {
	color: #ddd;
}

#main > .index-2col > .recent {
	float: left;
	width: 900px;
	padding-bottom: 50px;
}

#main > .index-2col > .recent h3.recent-title {
	margin: 30px 0;
}

#main > .index-2col > .faq {
	float: right;
	width: 250px;
	background-color: #f3f3f3;
}

#main > .index-2col > .faq > h3 {
	position: relative;
	margin-left: 20px;
	padding-left: 45px;
}

#main > .index-2col > .faq > h3 > .fa {
	font-size: 40px;
	position: absolute;
	top: -8px;
	left: 0;
	color: #555;
}

#main > .index-2col > .faq a.more,
#main > .index-2col > .faq > div.moreall a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #ed640d;
}

#main > .index-2col > .faq a.more:hover,
#main > .index-2col > .faq > div.moreall a:hover {
	color: #d15709;
}

#main > .index-2col > .faq > div.moreall a {
	font-size: 16px;
}

#main > .index-2col > .faq > div.moreall a span {
	color: #000;
}

#main > .index-2col > .faq > .box {
	margin: 20px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
}

#main > .index-2col > .faq > .box > h4 {
	font-size: 15px;
	margin: 0 0 5px 0;
}

#main > .index-2col > .faq > div.moreall {
	margin: 20px;
}


/**
 * 6.4 Contact Us
 * -----------------------------------------------------------------------------
 */

#main > .contactus-stripe .h2 {
	/* margin-top: 25px; */
}

#main > .contactus-stripe .box {
	margin-top: 25px;
}

#main > .contactus-address .box {
	display: block;
	float: left;
	margin: 35px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 25px;
	width: 335px;
	margin-left: 135px;
	margin-right: 135px;
	/*margin-right: 97.4999px;*/
}

#main > .contactus-address .box:last-child {
	margin-right: 0;
}

#main > .contactus-address .box p {
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 15px 0;
}

#main > .contactus-address .box a {
	font-size: 18px;
}


/**
 * 6.5 Frequently Asked Questions
 * -----------------------------------------------------------------------------
 */

#main > .faq > .data {
	float: left;
	width: 750px;
}

#main > .faq > .data > .block > h3 {
	font-weight: 300;
	font-size: 28px;
	margin: 30px 0;
}

#main > .faq > .data > .block:first-child > h3 {
	margin-top: 0;
}

#main > .faq > .data > .block:last-child {
	margin-bottom: 30px;
}

#main > .faq > .data > .block > .accordion-tab > .accordion-title {
	background-color: #f5f5f5;
	padding: 9px 9px 9px 45px;
	font-size: 15px;
	line-height: 26px;
	cursor: pointer;
	position: relative;
	margin: 5px 0;
}

#main > .faq > .data > .block > .accordion-tab > .accordion-title > .fa {
	display: none;
	position: absolute;
	top: 9px;
	left: 9px;
	margin-right: 15px;
	font-size: 10px; 
	width: 8px;
	height: 11px;
	padding: 8px 9px 7px;
	background-color: #ed640d;
	color: #fff;
}

#main > .faq > .data > .block > .accordion-tab > .accordion-title > .fa.icon-collapsed,
#main > .faq > .data > .block > .accordion-tab.accordion-active > .accordion-title > .fa.icon-expanded {
	display: inline-block;
}

#main > .faq > .data > .block > .accordion-tab > .accordion-content {
	padding: 10px 10px 10px 45px;
	display: none;
}

#main > .faq > .sidebar {
	float: right;
	width: 350px;
	text-align: center;
}

#main > .faq > .sidebar > p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 30px 0;
}

#main > .faq > .sidebar > h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
	color: #ed640d;
	text-align: left;
	margin-left: 50px;
}

#main > .faq > .sidebar > .icons {
	text-align: left;
	margin-left: 50px;
}

#main > .faq > .sidebar > .icons .icon {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #ed640d;
}

#main > .faq > .sidebar > .icons .icon .fa {
	border-radius: 50%;
	width: 30px;
	height: 26px;
	font-size: 20px;
	line-height: 22px;
	padding-top: 4px;
	text-align: center;
	background-color: #9a9a9a;
	color: #fff;
	margin-right: 10px;
}


/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
}

.site-footer .social-icon-bar {
	position: absolute;
	top: 20px;
	right: 0;
}

.site-footer-bar {
	display: block;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 30px 0;
}

.site-footer-bar h3 {
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ed640d;
	text-transform: uppercase;
}

.site-footer-bar-nav,
.site-footer-bar-subnav {
	width: 250px;
	border-right: 1px #444 solid;
}

.site-footer-bar-subnav .static {
	display: block;
	text-align: center;
}
.site-footer-bar-subnav .static img {
	/* margin-top: 60px; */
}

.site-footer-bar-nav > nav > ul > li > ul {
	display: none;
}

.site-footer-bar-contact .icons {
	/* float: left; */
}

.site-footer-bar-contact .icons .icon {
	font-size: 20px;
	margin-bottom: 10px;
}

.site-footer-bar-contact .icons .icon .fa {
	border-radius: 50%;
	width: 30px;
	height: 26px;
	font-size: 20px;
	line-height: 22px;
	padding-top: 4px;
	text-align: center;
	background-color: #9a9a9a;
	color: #000;
	margin-right: 10px;
}

.site-footer-bar-contact .address {
	/* float: left; */
	margin-left: 40px;
	line-height: 1.3;
	padding-top: 3px;
}

.site-footer .copyright {
	font-family: Arial;
	font-size: 13px;
	color: #ccc;
	padding-bottom: 30px;
}

.site-footer .search-box {
	float: right;
	position: relative;
	top: 55px;
}

.site-footer .scrolltop {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

.site-footer .scrolltop a {
	color: #ed640d;
	display: block;
	line-height: 1;
}
.site-footer .scrolltop a:hover {
	color: #fff;
}
.site-footer .scrolltop a .fa {
	font-size: 50px;
}
.site-footer .scrolltop a span {
	font-size: 10px;
	text-transform: uppercase;
}


/**
 * 8.0 LayerSlider
 * -----------------------------------------------------------------------------
 */

.layerslider-slide-pattern-layer {
	background-image: url(images/slider-picture-pattern.png);
}


/**
 * 9.0 Media Queries
 * -----------------------------------------------------------------------------
 */
 

/**
 * 10.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}
}

