 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
.about_box {
	
	padding: 10px 0 0;
	margin-top: -70px;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6, b, strong {
	
	font-weight:600;
}
body {
	color: #333;
	
}
.inner_header_bg, .inner_header {
	display:none;
}
#inner_header_bg, #inner_header {
	display:block!important;
}
article {
	margin: 0 0 30px;
	padding: 0% 0 15px;
	border-bottom: 1px dashed #192676;
}
#about ul {
	display: block;
	margin:0px 0px 15px 10px!important;
	padding: 0px;
}
#about li {
	padding: 0px 0px 0px 15px!important;
	font-size: 14px!important;
}
.text_box {
	padding: 0 2%;
}
.blog_left {
	float: left;
	overflow: hidden;
	width: 66%;
	margin: 0px 4%;
}
.blog_left h2 {
	font-size: 22px;
	line-height: normal;
	color: #000;
	margin: 0 0 14px;
}
.blog_right {
	float: right;
	overflow: hidden;
	padding: 40px 3% 2% 0%;
	width: 21%;
}
.widget-area ul {
	list-style: none;
	display: block;
	margin: 0 0 5px;
	padding: 0;
}
.widget-area ul li {
	background-image: url(images/li.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #616161;
	font-size: 15px;
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 15px;
}
.widget {
	margin: 0 0 0;
	padding: 0 0 14px;
}
.widget-area ul li a {
	color: #2f2f2f;
}
.blog_left p {
	color: #757576;
	font-size: 15px;
}
.widget-title {
	color: #484848;
	display: block;
	font-size: 19px;
	font-weight: 400;
	padding: 5px 0px;
	text-transform: uppercase;
}
/* =Widget Areas
--------------------------------------------------------------
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 {
	
}

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;
}
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 https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
 background: #dfab15;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #dfab15;
 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: #ed8123;
	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: #4b4b4c;
	color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #000;
}
.search-field {
	padding: 7px 5%;
	width: 89%;
}*/
.search-submit {
	background-color: #192676!important;
	padding: 13px 11px!important;
	text-align: center;
	font-size: 16px!important;
	color: #fff;
	text-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	float: left;
}

/* 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 {
	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;
}
.blockquote.alignleft, .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%;
}
.blockquote.alignleft p, .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;
}
/* Clearing floats */

.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
 display: table;
}
 .footer-sidebar:after, .hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
 clear: both;
}
/* Genericons */

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
/* Separators */

.span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}
/* Search in the header */

.search-toggle {
	background-color: #dfab15;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}
.search-toggle:hover, .search-toggle.active {
	background-color: #000;
}
.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}
.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}
.search-box {
	background-color: #000;
	padding: 12px;
}
.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #fff;
	display: block;
	position: relative;
	z-index: 0;
	padding: 2%;
	width: 95%;
	  box-shadow: 0 0px 8px #e3e3e3;  
	margin: 2px auto;
}
a.post-thumbnail:hover {
	opacity: 0.8 
}
.full-width .post-thumbnail img {width: 100%;
	display: block;
	margin: 0 auto;
}
/**

 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}
.entry-title {color: #192676;margin: 0 0 0px;font-size: 29px;display: block;}
.entry-title a {
	color: #192676;
}
.entry-title a:hover {
	color: #000;
}
.entry-header {
	padding: 0 0px 12px;
}
.has-post-thumbnail .entry-header {
	padding-top: 24px;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-meta a {
	color: #444;
	font-size: 14px;
}
.entry-meta a:hover {
	color: #000;
}
.sticky .entry-date {
	display: none;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #000;
}
.byline {
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-meta {
	font-weight:normal;
	padding: 0;
	margin: 7px 0;
	margin-bottom: 0;
}
.footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
/* Tag links style */

.tagcloud a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.tagcloud a:hover {
	background-color: #000;
	color: #fff!important;
}
.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #000;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #000;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content, .entry-summary, .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.entry-content, .entry-summary, .page-content {
	padding: 0;
}
.page .entry-content {
	padding-top: 0;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-summary h1:first-child, .entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content h4:first-child, .page-content h5:first-child, .page-content h6:first-child {
	margin-top: 0;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a {
	text-decoration: underline;
	font-size: 14px;
	color: #3764ab;
}
.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-content a.button, .entry-summary a.button, .page-content a.button, .comment-content a.button {
	text-decoration: none;
}
.entry-content table, .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}
.entry-content th, .comment-content th {
	font-weight: 600;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	padding: 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	border:solid 1px #aaa;
	color:#767676
}
.entry-content .more-link {display: table;margin: 14px 0;padding: 10px 10px;color: #fff;text-decoration: none;border-radius: 5px;}
/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #dfab15;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}
.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}
.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}
.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}
.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}
.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}
.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}
.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}
.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}
.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}
.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #dfab15;
	color: #fff;
}
.hentry .mejs-controls .mejs-button button:hover {
	color: #000;
}
.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}
/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content, .format-aside .entry-summary, .format-quote .entry-content, .format-quote .entry-summary, .format-link .entry-content, .format-link .entry-summary {
	padding-top: 0;
}
.format-link .entry-title, .format-aside .entry-title, .format-quote .entry-title {
	display: none;
}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid solid #565656;
	hyphens:         auto;
	word-wrap: break-word;
}
.post-navigation, .image-navigation {
	
	margin: 24px auto 48px;
	max-width: 100%;
	padding: 0 10px;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid #565656;
	padding: 11px 0 12px;
	width: 100%;
}
.post-navigation .meta-nav {
	display: initial;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase;
	text-align: left;
	float: left;
}
.post-navigation a, .image-navigation a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7142857142;
	text-transform: none;
	text-align: right;
}
.post-navigation a:hover, .image-navigation a:hover {
	color: #000;
}
/* Paging Navigation */

.paging-navigation {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 48px 0;
}
.paging-navigation .loop-pagination {
	margin-top: -0px;
	text-align: center;
}
.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin: 4px;
	padding: 2px 12px;
	text-transform: uppercase;
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	background-color: #dfab15;
	color: #fff;
	border-radius: 67px;
}
.paging-navigation a:hover {
	background-color: #dfab15;
	color: #fff;
	border-radius: 30px;
}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar, .attachment .post-thumbnail {
	display: none;
}
.attachment .entry-content {
	padding-top: 0;
}
.attachment footer.entry-meta {
	text-transform: none;
}
.entry-attachment .attachment {
	margin-bottom: 24px;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header, .page-header {
	color: #4f81bd;
	margin: 0 auto 1px;
}
.archive-title, .page-title {
	text-transform:uppercase;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}
.taxonomy-description, .author-description {
	color: #767676;
	font-size: 20px;
	line-height: 1.2857142857;
	padding-top: 18px;
}
.taxonomy-description p, .author-description p {
	margin-bottom: 18px;
}
.taxonomy-description p:last-child, .author-description p:last-child {
	margin-bottom: 0;
}
.taxonomy-description a, .author-description a {
	text-decoration: underline;
}
.taxonomy-description a:hover, .author-description a:hover {
	text-decoration: none;
}
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}
.contributor:first-of-type {
	padding-top: 24px;
}
.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}
.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}
.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.contributor-bio a {
	text-decoration: underline;
}
.contributor-bio a:hover {
	text-decoration: none;
}
.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}
.contributor-posts-link:before {
	content: "\f443";
}
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}
.error404 .page-content .search-form {
	margin-bottom: 24px;
}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .hentry.has-post-thumbnail {
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {

	margin: 48px 0;
	max-width: 90%;
	padding: 0 10px;
}
.comment-reply-title, .comments-title {
	margin: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 24px;
}
.comment-author .fn {
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}
.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #000;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 34px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #000;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */


.widget {
	font-weight:normal;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 15px;
	word-wrap: break-word;
}
.widget a {
	color: #484848;
}
.widget a:hover {
	color: #192676;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	
	font-weight:600;
}
.widget h1 {	 

	color: #192676;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px;
	border: none;
}
.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}
.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}
.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}
.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}
.widget h6 {
	font-size: 12px;
	line-height: 2;
}
.widget address {
	margin-bottom: 18px;
}
.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}
.widget mark, .widget ins {
	color: #000;
}
.widget pre, .widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
	font-size: 12px;
	line-height: 1.5;
}
.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}
.widget dl, .widget dd {
	margin-bottom: 18px;
}
.widget ul, .widget ol {
	list-style: none;
	margin: 0;
}
.widget li > ol, .widget li > ul {
	margin-left: 10px;
}
.widget table, .widget th, .widget td {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget table {
	margin-bottom: 18px;
}
.widget del {
	color: rgba(255, 255, 255, 0.4);
}
.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget p {
	margin-bottom: 18px;
}
.widget-area .widget input, .widget-area .widget textarea {
/*background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	padding: 1px 2px 2px 4px;*/
}
.widget-area .widget input:focus, .widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}
.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	background-color: #dfab15;
	border: 0;
	padding: 10px 15px;
	font-size: 24px;
	font-weight: 400;
}
.widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
	background-color: #000;
}
.widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
	background-color: #55d737;
}
.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}
.widget .widget-title {
}
.widget-title, .widget-title a {
	color: #484848;
}
.widget-title a:hover {
	color: #dfab15;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	color: #fff;
	font-weight: 600;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td, .widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: #fff;
	color: #000;
	display: block;
}
.widget_calendar tbody a:hover {
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}
.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}
.widget_twentyfourteen_ephemera .entry-title, .widget_twentyfourteen_ephemera .entry-meta, .widget_twentyfourteen_ephemera .wp-caption-text, .widget_twentyfourteen_ephemera .post-format-archive-link, .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}
.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}
.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #000;
}
.widget_twentyfourteen_ephemera .entry-content ul, .widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}
.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}
.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}
.widget_twentyfourteen_ephemera .entry-content li > ul, .widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}
.widget_twentyfourteen_ephemera .entry-content th, .widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}
.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 600;
	text-transform: uppercase;
}
/* List Style Widgets*/

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
	border-top: 0;
}
.widget_categories li ul, .widget_nav_menu li ul, .widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}
.widget_categories li li:last-child, .widget_nav_menu li li:last-child, .widget_pages li li:last-child {
	padding-bottom: 0;
}
/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}
/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 9px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 18px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #dfab15;
}
.content-sidebar .widget a:hover {
	color: #000;
}
.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget mark, .content-sidebar .widget ins {
	color: #2b2b2b;
}
.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}
.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget blockquote {
	color: #767676;
}
.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}
.content-sidebar .widget li > ol, .content-sidebar .widget li > ul {
	margin-left: 18px;
}
.content-sidebar .widget table, .content-sidebar .widget th, .content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget del {
	color: #767676;
}
.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget input, .content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.content-sidebar .widget input:focus, .content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
	background-color: #dfab15;
	border: 0;
	color: #fff;
}
.content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus {
	background-color: #000;
}
.content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}
.content-sidebar .widget .wp-caption {
	color: #767676;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a:hover {
	color: #000;
}
/* List Style Widgets*/

.content-sidebar .widget_archive li, .content-sidebar .widget_categories li, .content-sidebar .widget_links li, .content-sidebar .widget_meta li, .content-sidebar .widget_nav_menu li, .content-sidebar .widget_pages li, .content-sidebar .widget_recent_comments li, .content-sidebar .widget_recent_entries li, .content-sidebar .widget_categories li ul, .content-sidebar .widget_nav_menu li ul, .content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}
/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}
.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}
.content-sidebar .widget_calendar tbody a, .content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}
/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}
.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}
.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #000;
}
.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}
.featured-content-inner {
	overflow: hidden;
}
.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.featured-content .post-thumbnail, .featured-content .post-thumbnail:hover {
	background: transparent;
}
.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}
.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}
.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #000;
}
.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}
.featured-content .cat-links {
	font-weight: 600;
}
.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}
a.post-thumbnail:hover img {
	opacity: 0.98;
}
.full-size-link:before, .parent-post-link:before, .span + .byline:before, .span + .comments-link:before, .span + .edit-link:before, .span + .entry-date:before {
	content: "";
}
.attachment span.entry-date:before, .entry-content .edit-link a:before, .entry-meta .edit-link a:before, .byline a:before, .comments-link a:before, .entry-date a:before, .featured-post:before, .full-size-link a:before, .parent-post-link a:before, .post-format a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 18px/1 Genericons;
	text-decoration: inherit;
	vertical-align: sub;
}
.entry-meta > span {
	margin-right: 5px;
}
.format-video .post-format a:before {
	content: "\f104";
}
.format-audio .post-format a:before {
	content: "\f109";
}
.format-image .post-format a:before {
	content: "\f473";
}
.format-quote .post-format a:before {
	content: "\f106";
	margin-right: 2px;
}
.format-gallery .post-format a:before {
	content: "\f103";
	margin-right: 4px;
}
.format-aside .post-format a:before {
	content: "\f101";
	margin-right: 2px;
}
.format-link .post-format a:before {
	content: "\f107";
	position: relative;
	top: 1px;
}
.featured-post:before {
	content: "\f308";
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.entry-date a:before, .attachment .span.entry-date:before {
	margin-right: 1px;
	position: relative;
	top: 1px;
}
.byline a:before {
	content: "\f304";
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
}
.entry-content .edit-link a:before, .entry-meta .edit-link a:before {
	content: "\f411";
}
.full-size-link a:before {
	content: "\f402";
	margin-right: 1px;
}
.parent-post-link a:before {
	content: "\f301";
}
.list-view .hentry {
/*	border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 48px;*/}
.list-view .hentry:first-of-type, .list-view .hentry.has-post-thumbnail {
}
.archive-header, .page-header {
	margin: 0 auto 60px;
	padding: 0 10px;
}
.error404 .page-header {
	margin-bottom: 24px;
}
.comments-link > a {
	font-weight:normal;
	text-transform:capitalize;
	margin-right: 10px;
	color: #000;
}
.author > a {
	font-weight:normal;
	text-transform:capitalize;
	margin-right: 0;
	color: #337ab7;
}
.more-link {
	background-color: #192676!important;
	padding: 10px 22px;
	display: table;
	color: #fff!important;
	text-decoration: none!important;
	margin: 15px 0;
	border-radius: 5px;
}
.more-link:hover {
}
.search-form label {
	position: relative;
	float: left;
	width:70%;
}
.search-form label:before {
	width: 19px;
	z-index: 99;
	display: block;
	font-size: 24px;
	content: '\e8db';
	position: absolute;
	top: 0px;
	right: 15px;
	font-weight: 400;
	z-index: 99;
	background-image: url(images/searc.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: transparent;
}
.search-field {
	display: block;
	width:auto;
	height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: url(images/input_bg.gif);
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-repeat: repeat-x;
	background-position: left top;
}
.featured {
}
.featured h1 {
	line-height: 2;
	word-wrap: break-word;
	display: block;
	font-size: 19px;
	padding: 5px 0;
	text-transform: uppercase;
}
.featured li {
	border-bottom: 1px solid #ebebeb;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0 0 15px;
	width: 100%;
}
.featured li:last-child {
	border:none;
}
.featured li p {
	color: #222121;
	display: block;
	font-size: 12px;
	margin: 6px 0 0;
}
.featured li strong {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#ee5025;
}
.featured li a {
	display:block;
	color:#ee5025;
}
.pic {
	float: left;
	width: 35%;
}
.pic img {
	height:67px;
	width:100%;
}
.pic_right {
	float: right;
	width: 60%;
}
.form-allowed-tags {
	display:none;
}
.cat-links, .screen-reader-text {
	display:none;
}
.form-submit .submit {
	background: #feffff;
	background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #feffff), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
	background: -ms-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #feffff 71%, #f4f4f4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4', GradientType=0 );
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	padding-left: 16px;
	padding-right: 16px;
	display: inline-block;
}
.entry-content ul li {
	list-style-type: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0% 0 10px 23px;
	margin: 10px 0px 0 0;
	color: #616161;
	font-size: 15px;
}
/*.widget_calendar {
	border: 1px solid #000;
}*/
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	background: #5aa5cc;
	text-transform: uppercase;
	padding: 8px 8px;
}
#wp-calendar thead {
	font-size:10px;
	background:#333;
	color:#fff;
}
#wp-calendar thead th {
	padding:4px 10px;
}
#wp-calendar tbody {
	color:#aaa;
}
#wp-calendar tbody td {
	background:#222;
	color:#ccc;
	text-align:center;
	font-size:13px;
	padding:2.5%;
}
#wp-calendar tbody td a {
	color:#000;
	text-decoration:underline!important;
}
#wp-calendar tbody td.pad {
	background:#111;
}
#wp-calendar tbody .pad {
	background:none;
}
#wp-calendar #today {
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
	background:0;
}
#wp-calendar tfoot #next {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}
#wp-calendar tfoot #prev {
	font-size:10px;
	text-transform:uppercase;
	padding-top:5px;
}
#container_inner {
	padding: 0 0px 40px 0;
	background: #fff url(images/sidebar-bg-lg.gif) right repeat-y;
	width: 1158px;
}
.blog_left .post-thumbnail {
	display:none;
}
.blog_left p {
	color: #444;
	margin-left: 35px;
	margin-right: 45px;
	margin-bottom: 30px;
	text-align: justify;
}
.comment-content p {
	color: #444;
	margin: 0 0 30px;
	text-align: justify;
}
.header_left h2 {
	font-size: 22px!important;
	color: #fff;
	display: block;
	margin: 22px 0;
	line-height: normal;
	font-weight: 400!important;
}

@media only screen and (max-width:1024px){form.search-form .search-submit{ width: inherit; }

}
@media only screen and (max-width:480px){.search-form label { width: 78%!important;}

}

@media only screen and (max-width:400px){

.search-submit { padding: 14px 11px!important; font-size: 13px!important;}

}





