/*
Theme Name: High Tech Forum
Theme URI: http://www.hightechforum.org/
Author: HighTechForum
Author URI: http://www.hightechforum.org/
Description: High Tech Forum
Version: 1.3
License:
License URI:
Text Domain: HTF
*/

/* Table of Contents
-------------------------------------------------------------- 

	01 General
		- Body
		- Heading
		- Link
		- Form
		- Button
		- Placeholder text
	02 Header
		- Header info
		- Fixed header
		- Mobile Menu
		- Sf Menu
		- Header Menu
		- Site Menu Main
		- Menu Notice
		- Social bar
		- Header Search
	03 Footer
		- Footer Widgets
		- Footer Credits
	04 Wrap & Boxed
	05 Page Layout
	06 Box
	07 Entry Elements
		- Entry Item
		- Custom Entry Info
		- Entry Short Info
		- Entry Info
		- Entry Quotes
		- Entry Social
		- Entry Comments
		- Entry Meta
		- Entry Media
		- Entry Author
		- Entry Relates
		- Entry Reviews
		- Star Rating
		- Large Item
		- Entry Images Effects
		- Blog Recent Small
		- Blog Child Item
		- Entry Categories
		- Breadcrumbs
		- Masonry Item
		- Page Navi
	08 Sidebar
	09 News Slider
		- Sponsor Stories
	10 Comments
		- Comment List
		- Comment Form
	11 Widgets
		- Search
		- Tags
		- Recent Entries
		- Recent Comments
		- Archive
		- Categories
		- Meta
		- RSS
		- Text
		- Calendar
		- Pages
		- Nav Menu
		- eNews
		- Twitter
		- Flickr
		- Recent Posts
		- Post Slide Box
		- Social
		- Post Box
		- Post Images Box
		- Post Tabs
		- Widget Elements Reset
	12 Elements
		- Aaccordion
		- Button
		- Tabs
		- Tabs with left side
		- Tabs with right side
		- Divider
		- Sub heading
		- Icon list
		- Dropcap
		- Highlight
		- Alert
		- Slide Ticker
		- Crousel Box
		- Infinite Scoll loader
	13 Social
	14 WordPress

/* =General
-------------------------------------------------------------- */

body {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 13.8px;
	line-height: 23px;
	background-color: #F1F1F1;
	color: black;
	overflow-x: hidden;
	font-weight: 300;
}

/* Heading */
h1,h2,h3,h4,h5,h6 {
	line-height: inherit;
	color: #272727;
	margin: 0 0 15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 400;
}
h1.large,h2.large,h3.large,h4.large,h5.large,h6.large {
	font-weight: 600;
}
h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin {
	font-weight: 300
}
h1 {
	font-size: 22px;
	line-height: 28px;
}
h1.large {
	font-size: 33px;
	line-height: 44px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h2.large {
	font-size: 30px;
	line-height: 39px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h3.large {
	font-size: 27px;
	line-height: 36px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h4.large {
	font-size: 24px;
	line-height: 33px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h5.large {
	font-size: 22px;
	line-height: 40px;
}
h6 {
	font-size: 12px
}
h6.large {
	font-size: 18px;
	line-height: 21px;
}

/* Link */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #272727;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
a:focus {
	outline: 0;
	text-decoration: none;
	color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover {
	color: #DA521D;
	text-decoration: none
}

/* Form fields, general styles first. */
.button,
button {
	border: 0;
	font-size: 13.3px;
	margin-bottom: 2px;
}
input,
select,
textarea {
	color: #666;
	padding: 8px 15px 9px;
	border: 1px solid #eee;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #eee;
	color: #999;
	outline: 0;
}
select {
	padding: 8px 15px 9px;
}
input[type=file] {
	padding: 8px 15px;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	padding: 9px 20px 8px;
	background: #DA521D;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	cursor: pointer;
	background: #272727;
	color: #fff
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}
.button.medium {
	font-size: 11px;
}
.button.form {
	padding: 10px 25px 11px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #555;
}

/* =Header
-------------------------------------------------------------- */

#header .header-info {
	background-color: #DA521D;
}
#header .header-info-inner {
	padding: 13px 0;
}
#header .header-info #logo {
	padding: 20px;
	position: relative;
	color: #fff;
}
#header .header-info #logo a {
	color: inherit;
}
#header .header-info #logo .logo-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 23px 20px;
	background-color: #EC7C37;
}
#header .header-info .site-title {
	margin-bottom: 0;
	color: #fff;
}
#header .header-info #logo .site-description {
	position: absolute;
	display: block;
	text-indent: -9999px;
}
#header .header-info #logo img {
	max-width: 100%;
}
#header #trends .ticker-title {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
#header .header-menu {
	background-color: #fff;
}
#header #trends {
	color: #fff;
}
#header .callus {
	color: #fff;
	padding: 4px 0 0;
}

/* Fixed Header */
.header-fx {
	background: #DA521D;
	width: 100%;
	z-index: 1042;
	top: -100px;
	left: 0;
	position: fixed;
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	transition: all .5s ease;
	opacity: 0;
}
.header-fx .logo-area {
	padding: 13px 0 0;
	float: left;
}
.header-fx.affix {
	top: 0;
	opacity: 1;
}

/* Mobile Menu */
#header .xs-header {
	background: #DA521D;
}
#header .xs-header .mobile-menu-action {
	background: #EC7C37;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-right: 20px;
	color: #fff;
	padding: 13px 0 0;
	font-size: 18px;
	line-height: 1;
}
#header .xs-header .mobile-menu-action a {
	color: inherit;
}
#header .xs-header .mobile-logo-area {
	padding: 5px 0;
}

/* Sf Menu */
.sf-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.sf-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li{
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu .sf-mega{
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	width: 100%;
}

/* Header Menu */
#header .site-menu { 
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
#header .site-menu ul li {
	border-left: 1px solid #EC7C37;
}
#header .site-menu ul li:last-child {
	border-right: 1px solid #EC7C37;
}
#header .site-menu ul li a {
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
#header .site-menu ul li a i {
	margin-right: 5px;
}
#header .site-menu ul li.sfHover > a,
#header .site-menu ul li a:hover {
	background-color: #EC7C37;
}
#header .site-menu ul ul {
	background-color: #EC7C37;
	width: 190px;
}
#header .site-menu ul ul ul {
	margin-left: 1px;
}
#header .site-menu ul ul li,
#header .site-menu ul ul li:last-child {
	border: 0
}
#header .site-menu ul ul li a {
	text-transform: none;
	font-weight: normal;
	padding: 10px 25px;
}
#header .site-menu ul ul li a:hover {
	background-color: #2099d6;
}
#header .site-menu ul ul li {
	border-bottom: 1px solid #2099d6;
}

/* Site Menu Main */
#header .site-menu.main {
	margin-left: -25px;
}
#header .site-menu.main ul li {
	border-left-color: #f1f1f1;
}
#header .site-menu.main ul > li:first-child {
	border-left: 0;
}
#header .site-menu.main ul > li:last-child {
	border-right: 0;
}
#header .site-menu.main ul li a {
	color: #272727;
	font-weight: 700;
}
#header .site-menu.main ul li.current-menu-item > a,
#header .site-menu.main ul li.current-menu-parent > a {
	color: #DA521D;
}
#header .site-menu.main ul li li a {
	color: #fff;
	font-weight: 400;
}

#header .site-menu.main ul li.sfHover > a,
#header .site-menu.main ul li > a:hover {
	background: transparent;
	color: #DA521D;
}
#header .site-menu.main ul li li.current-menu-item > a,
#header .site-menu.main ul li li.sfHover > a,
#header .site-menu.main ul li li a:hover {
	background: #2099d6;
	color: #fff;
}

/* Menu Notice */
#header .menu-notice {
	padding: 15px 25px;
}
#header .menu-notice a {
	color: inherit;
}

/* Social Bar */
#header #social-bar ul {
	float: right;
	margin-right: 35px;
}
#header #social-bar ul li {
	float: left;
	margin-left: 5px;
}
#header #social-bar ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	padding-top: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#header #social-bar ul li a:hover {
	color: #fff
}

#header #trends .title {
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 2px solid #DA521D;
	margin-right: 10px;
}
#header #trends div {
  display: inline-block;
  word-wrap: break-word;
}

/* Header Search */
.header-search {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	z-index: 2;
	margin: 0 0 -45px;
}
.header-search-input-wrap {
	position: absolute;
	right: 30px;
	height: 30px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}
.header-search.header-search-open .header-search-input-wrap {
	width: 280px;
}
.header-icon-search,
.header-search input[type="submit"].header-search-submit {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	text-align: center;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.header-icon-search {
	color: #fff;
	background: #3c3c3c;
	z-index: 90;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header-icon-search i {
	margin-top: 10px;
}
.header-icon-search:hover {
	background: #EC7C37;
	color: #fff
}
.header-search.header-search-open .header-icon-search {
	background: #EC7C37;
	color: #fff;
	z-index: 1;
	pointer-events: none;
}
.header-search input[type="submit"].header-search-submit {
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 0;
	outline: none;
	z-index: -1;
}
.header-search.header-search.header-search-open input[type="submit"].header-search-submit {
	z-index: 90;
}
.header-search input[type="text"].header-search-input{
	border: none;
	outline: none;
	opacity: 0;
	background: #DA521D;
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 4px 0 2px;
	border-radius: 0;
	color: #fff;
}
.header-search.header-search-open input[type="text"].header-search-input {
	opacity: 1;
}
.header-search ::-webkit-input-placeholder{
	color: #fff 
}
.header-search :-moz-placeholder{
	color: #fff 
}
.header-search ::-moz-placeholder{
	color: #fff 
}
.header-search :-ms-input-placeholder{
	color: #fff 
}

/* =Footer
-------------------------------------------------------------- */

/*#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}*/
#footer #footer-widgets {
	background-color: #222;
	padding: 30px 0;
	color: #444;
}
#footer #footer-widgets a {
	color: #444;
}
#footer #footer-widgets a:hover {
	color: #DA521D;
}
#footer #footer-widgets .widget-title {
	text-transform: uppercase;
	color: #919191;
	font-weight: 300;
}
#footer #footer-widgets .widget-title h4 {
	color: inherit;
	font-size: 14px;
	line-height: 22px;
}
#footer #footer-widgets ul,
#footer #footer-widgets ul li a,
#footer #footer-widgets ul li,
#footer #footer-widgets .widget.post_box .large-post {
	border-color: #282828;
}
#footer #footer-widgets .widget {
	margin-bottom: 30px;
}
#footer #footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Footer Credits */
#footer #footer-credits {
	background-color: #222;
	color: #444;
	padding: 15px 0;
	border-top: 1px solid #252525;
	text-transform: uppercase;
	font-weight: 300;
}
#footer #footer-credits a {
	color: inherit;
}
#footer #footer-credits ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer #footer-credits li{
	display: inline-block;
}
#footer #footer-credits li:after{
	content: '//';
	margin: 0 10px;
}
#footer #footer-credits li:last-child:after{
	display: none;
}

/* =Wrap & Boxed
-------------------------------------------------------------- */
.boxed {
	background: #ececec;
}
.boxed .main-inner-content {
	background: #f1f1f1;
}
.boxed #page-content .container,
.boxed #header .lg-header .container,
.boxed #header .xs-header .container,
.boxed #footer #footer-widgets .container,
.boxed #footer #footer-credits .container {
	width: 100%;
}
.boxed #header .header-menu,
.boxed #header .header-info {
	background: transparent;
}
.boxed #header .header-info .header-info-wrap {
	background: #DA521D;
}
.boxed #header .header-menu-inner {
	background: #fff;
}
.boxed #social-bar .social-bar-inner {
	padding-right: 15px;
}
.main-inner-content {
	position: relative;
	z-index: 2
}

/* =Page Layout
-------------------------------------------------------------- */
#page-content {
	background-color: #F1F1F1;
	padding-bottom: 40px;
}
#sidebar-content #sidebar {
	float: left;
}
#sidebar-content #content {
	float: right;
}

/* =Box
-------------------------------------------------------------- */
.box {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(232, 234, 235, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(232, 234, 235, 1);
	box-shadow:         0px 2px 0px 0px rgba(232, 234, 235, 1);
	padding: 20px;
}
.box.bottom-1 {
	padding-bottom: 30px;
}
.box .box-heading {
	margin: -20px -20px 20px;
	position: relative;
}
.box .box-heading.page-heading {
	margin-bottom: -20px;
}
.box .box-heading:before {
	width: 5px;
	height: 100%;
	position: absolute;
	content: '';
	background-color: #DA521D;
	left: -5px;
	top :0;
}
.box .box-heading .heading-title {
	padding: 15px 20px 10px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	color: #DA521D;
}
.box .left-side {
	border-right: 1px solid #f1f1f1;
}
.box .right-side {
	border-left: 1px solid #f1f1f1;
	margin-left: -1px;
	padding-left: 1px;
}
.box .box-container {
	margin: -20px;
}
.box .box-container .box-inner {
	padding: 20px;
}

.sub-heading {
	text-transform: uppercase;
	font-weight: bold;
}
.sub-heading::first-letter {
	color: #DA521D;
}

/* =Entry Elements
-------------------------------------------------------------- */

/* Entry Item */
.entry-item.medium {
	padding: 5px 0;
}
.entry-item h2.entry-title {
	font-size: 18px;
	line-height: 27px;
}
.no_content {
	padding-bottom: 0;
}
.no_content .entry-info {
	border-bottom: 0;
}

/* Custom Entry Info */
.entry-audio.large iframe {
	min-height: 220px;
}

/* Entry Short Info*/
.entry-short-info span {
	margin-right: 10px;
	font-size: 11.3px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.entry-short-info span i {
	margin-right: 5px;
	color: #DA521D;
}
.entry-short-info a {
	color: inherit;
}
.entry-short-info strong {
	font-weight: inherit;
}

/* Entry Info */
.entry-info {
	padding: 10px 20px;
	margin: 0 -20px 20px;
	border-bottom: 1px solid #f1f1f1;
}
.entry-info.medium {
	padding: 0;
	margin: 20px 0 0;
	border: 0;
}
.entry-info.medium span {
	margin-right: 20px;
	font-size: 11.3px;
	text-transform: uppercase;
}
.entry-info i {
	margin-right: 10px;
	color: #DA521D;
}
.entry-info a {
	color: inherit;
}
.entry-info strong {
	font-weight: inherit;
}
.entry-info .like {
	margin-left: 10px;
}
.entry-info .like .unliker i {
	color: #f1f1f1;
}
.entry-info .entry-comments i,
.entry-info .social i {
	color: inherit;
}
.review-star,
.entry-info .review-star {
	margin-left: 10px;
	color: #DA521D;
}
.entry-info .time {
	margin-left: 10px;
}

/* Entry Quotes */
.entry-quotes.medium {
	padding: 40px 40px 30px;
	background: #222;
	margin: -21px -20px -31px;
	position: relative;
}
.entry-quotes.large {
	padding: 40px 40px 30px;
	background: #222;
	position: relative;
	margin: -20px;
}
.entry-quotes.large p,
.entry-quotes.medium p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
.entry-quotes.large:before,
.entry-quotes.medium:before {
	position: absolute;
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #a6a6a6;
	left: 20px;
	top: 20px;
}
.entry-quotes.large a.readmore,
.entry-quotes.medium a.readmore {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.entry-quotes.large a.readmore:hover,
.entry-quotes.medium a.readmore:hover {
	color: #DA521D;
	border-bottom-color: #DA521D;
}

/* Entry Social */
.social-share a {
	font-size: 22px;
	color: #f1f1f1;
}
.social-share li {
	float: left;
}

/* Entry Comments */
.entry-comments {
	position: relative;
	color: #f1f1f1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entry-comments i {
	font-size: 22px;
	float: left;
}
.entry-comments a {
	border: 1px solid #f1f1f1;
	padding: 1px 10px;
	float: left;
	margin: -2px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.entry-comments a:before {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #f1f1f1;
	content: '';
	position: absolute;
	left: -8px;
	top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entry-comments a:after {
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	content: '';
	position: absolute;
	left: -6px;
	top: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.entry-comments:hover {
	color: #a6a6a6;
}
.entry-comments a:hover {
	border-color: #a6a6a6;
}
.entry-comments a:hover:before {
	border-right-color: #a6a6a6;
}

/* Entry Meta */
.entry-meta {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 20px -20px 0;
	padding: 20px;
	background: #f6f6f6;
	text-transform: uppercase;
	font-size: 11.3px;
}
.entry-meta span {
	display: inline-block;
	padding: 4px 15px;
	background: #a6a6a6;
	color: #fff;
	font-weight: 800;
}
.entry-meta span i {
	margin-left: 5px;
}
.entry-meta a {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 4px 15px;
	background: #fff;
	color: inherit;
}
.entry-meta a:hover {
	background-color: #a6a6a6;
	color: #fff;
}
.entry-meta .entry-meta-group {
	margin-bottom: 3px;
}

/* Entry Media */
.entry-media {
	margin: 0 -25px;
}
.entry-media.medium {
	margin: 6px 0 0;
}

/* Entry Author */
.entry-author {
	background: #E8EAEB;
	padding: 20px;
}
.entry-author .author-avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin-top: 4px;
}
.entry-author .author-informations {
	padding-left: 90px;
}
.entry-author .author-title h4 {
	display: inline-block;
}
.entry-author .author-social {
	display: inline-block;
	float: right;
}
.entry-author .author-social li {
	display: inline-block;
}
.entry-author .author-social li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Entry Relates */
.entry-relates {
	margin: 0 0 -20px;
}
.entry-relates .title {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	font-size: 11.3px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.entry-relates .previous-post {
	border-right: 1px solid #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.entry-relates .next-post {
	border-left: 1px solid #f1f1f1;
	padding-left: 16px;
	margin-left: -1px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
.entry-relates span.notice {
	text-transform: uppercase;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #ddd;
}

/* Entry Review */
.entry-review {
	width: 220px;
	padding: 20px;
	background: #DA521D;
	color: #fff;
}
.entry-review.left {
	margin-right: 20px;
	margin-left: -40px;
	float: left;
	clear: right;
}
.entry-review.right {
	margin-left: 20px;
	margin-right: -40px;
	float: right;
	clear: left;
}
.entry-review .title {
	text-transform: uppercase;
	font-weight: 800;
}
.entry-review .progress-bar {
	text-align: left;
	background: #EC7C37;
	border-bottom: 0;
	box-shadow: 0 0 0;
}
.entry-review .progress-bar .progress-content {
	margin-left: 10px;
}
.entry-review .review-coll {
	margin: 20px -20px -20px;
	padding: 20px;
	background: #EC7C37;
	text-align: center;
}
.entry-review .review-coll .score {
	font-size: 39px;
	line-height: 39px;
	display: block;
}
.entry-review .review-coll .star-rating {
	display: block;
}

/*Star Rating */
.star-rating{
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height: 13px;
}
.star-rating-1:before{
	content: '\f005 \f006 \f006 \f006 \f006';
}
.star-rating-2:before{
	content: '\f005 \f005 \f006 \f006 \f006';
}
.star-rating-3:before{
	content: '\f005 \f005 \f005 \f006 \f006';
}
.star-rating-4:before{
	content: '\f005 \f005 \f005 \f005 \f006';
}
.star-rating-5:before{
	content: '\f005 \f005 \f005 \f005 \f005';
}

/* Large Item */
.large-item .entry-image {
	margin: 0;
}
.large-item .images-row {
	margin: 0 -25px;
}

/* Entry Images Effects */
.entry-image {
	position: relative;
	overflow: hidden; 
}
.entry-image .entry-mark {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}
.entry-image:hover .entry-mark {
	opacity: 1;
}
.entry-image img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 0;
}
.entry-image:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.entry-image .entry-action span {
	display: inline-block;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	width: 40px;
	color: #DA521D;
}
.entry-image .entry-action span > a {
	color: inherit;
	display: block;
	font-weight: normal;
}
.entry-image .entry-action span {
	bottom: 50%;
	top: 50%;
	left: 50%;
	right: 50%;
	margin: -20px 0 0 -20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 2;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.entry-image:hover .entry-action span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Blog Recent Small */
.blog-small-recent {
	border-top: 1px solid #f1f1f1;
}
.blog-small-recent li {
	padding: 15px 20px;
	border-bottom: 1px solid #f1f1f1;
}
.blog-small-recent li:last-child {
	border-bottom: 0;
}
.blog-small-recent li i {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #DA521D;
}
.blog-small-recent li .entry-short-info {
	margin: 0;
	color: #e1e1e1;
	opacity: 0;
}
.blog-small-recent li .entry-short-info i {
	color: #e1e1e1;
}
.blog-small-recent li:hover .entry-short-info {
	opacity: 1;
}

/* Blog Child Item */
.blog-child-item {
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.blog-child-item:last-child {
	border-bottom: 0;
}
.blog-child-item .blog-image {
	float: right;
	margin-right: -18px;
}
.blog-child-item .blog-content {
	padding-right: 130px;
}
.left-side .blog-child-item .blog-image {
	float: left;
	margin-left: -18px;
	margin-right: 0;
}
.left-side .blog-child-item .blog-content {
	padding: 0 0 0 130px;
}

/* Entry Categories */
#entry-categories {
	text-transform: uppercase;
	color: #bfbfbf;
	margin: -5px -20px 20px;
	padding: 0 20px 12px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 11.3px;
}
#entry-categories a {
	color: inherit;
}
#entry-categories ul li {
	float: left;
	margin: 0 10px 0 0;
}

/* Breadcrumbs */
#breadcrumbs {
	color: #bfbfbf;
	border-bottom: 1px solid #f1f1f1;
	margin: 10px 0 20px;
}
#breadcrumbs ul li {
	float: left;
	margin: 0 10px 0 0;
}
#breadcrumbs ul li a {
	color: inherit;
}
#breadcrumbs ul li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin: 0 0 0 10px;
}
#breadcrumbs ul li:last-child:after {
	display: none;
}

/* Masonry Item */
.masonry-item {
	padding: 20px;
	background: #fff;
}
.masonry-item .masonry-image {
	margin-left: -25px;
	margin-right: -25px;
}
.masonry-item .masonry-quote {
	background: #222;
	color: #444;
	padding: 20px;
	margin: 0 -25px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
}

/* Page Navi */
.pagenavi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagenavi ul li {
	display: inline-block;
	margin-right: 5px;
}
.pagenavi a,
.pagenavi span {
	padding: 8px 0 0;
	min-width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #fff;
	font-weight: 800;
	border-bottom: 2px solid #E8EAEB;
	color: #a6a6a6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagenavi span {
	color: #fff;
	background: #DA521D;
	border-bottom: 2px solid #E8EAEB;
}
.pagenavi a:hover {
	color: #fff;
	background: #EC7C37;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar .widget {
	margin-bottom: 30px;
	border: 2px solid #E8EAEB;
	padding: 20px;
}
#sidebar .widget .widget-title {
	border-bottom: 3px double #E8EAEB;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#sidebar .widget .widget-title h4 {
	font-size: 14px;
	font-weight: 600;
}
#sidebar .widget .widget-title span {
	font-size: 11.3px;
	line-height: 1;
	display: block;
	font-weight: 300;
}

/* =News Slider
-------------------------------------------------------------- */
.news-slider .news-item {
	position: relative;
}
.news-slider .news-item .slider-text {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: auto;
}
.news-slider .news-item .slider-text .slider-text-content {
	padding: 20px;
	background: rgba(0,0,0,0.8);
	position: relative;
}
.news-slider .news-item .slider-text .slider-text-content:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #DA521D;
	top: 0;
	left: -5px;
}
.news-slider .news-item .slider-text .slider-text-content h2 a {
	color: #DA521D;
}
.news-slider .news-item .entry-info {
	border-bottom: 0;
	padding: 10px 20px;
	margin: 0 0 1px;
	color: #fff;
}

/* Sponsor Stories */
.sponsor-stories {
	background: #DA521D;
	padding: 20px;
}
.sponsor-stories .title {
	padding: 10px 20px 10px 15px;
	background: #222;
	margin: 0 -20px 0 -25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}
.sponsor-stories .title span {
	font-size: 11.3px;
	line-height: 1;
	display: block;
	font-weight: 300;
}
.sponsor-stories .sponsor-inner {
	margin: 15px -20px -20px;
}
.sponsor-stories .sponsor-images {
	float: left;
	margin: 0 0 0 -5px;
}
.sponsor-stories .sponsor-content {
	padding-left: 120px;
	padding-right: 20px;
}
.sponsor-stories li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EC7C37;
}
.sponsor-stories li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.sponsor-stories li a {
	color: #fff;
}
.sponsor-stories .entry-short-info {
	color: #fff;
}
.sponsor-stories .entry-short-info a {
	color: inherit;
}
.sponsor-stories .entry-short-info i {
	color: #fff;
}

/* =Comments
-------------------------------------------------------------- */
/* Comment List */
.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment {
	margin-bottom: 20px;
}
.comment:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.comment ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 70px;
}
.comment ul .comment:last-child {
	padding-bottom: 0
}
.comment ul li {
	position: relative;
}
.comment .avatar {
	float: left;
	width: 70px;
}
.comment .comment-text {
	margin: 0 0 0 90px;
	border-bottom: 2px solid #EBECED;
	background: #fff;
	padding: 30px;
	position: relative;
}
.comment .comment-text:before {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #fff; 
	position: absolute;
	content: '';
	top: 30px;
	left: -10px;
}
.comment .comment-text p:last-child {
	margin-bottom: 0
}
.comment .comment-text .author {
	margin-bottom: 5px
}
.comment .comment-text .author span {
	font-weight: bold;
	display: block;
	line-height: 0.6;
	margin-bottom: 5px;
	color: #666
}
.comment .comment-text .author .edit-link {
	display: inline-block;
}
.comment .comment-text .author span a {
	color: inherit;
}
.comment .comment-text .author time,
.comment .comment-text .author time a,
.comment .comment-text .author .edit-link a {
	font-size: 12px; 
	color: #bebebe;
	font-weight: normal;
}
.comment .comment-text .author a {
	color: #bebebe;
	font-size: 14px;
}
.comment .comment-text .author .edit-link a:before {
	content: "\2022";
	margin: 0 5px;
	color: #bebebe !important;
}
.comment .comment-text .author a.url:before {
	display: none
}
.comment .comment-text .author a.url {
	color: #272727;
}
.comment .comment-text .author a:hover {
	color: #666;
}

/* Comment Form */
.comment-form .form-input {
	margin-bottom: 15px;
}
.comment-form textarea,
.comment-form .field input {
	width: 100%;
	border-bottom: 2px solid #EBECED;
}
.comment-form .logged-in-as {
	margin-bottom: 20px
}


/* =Widgets
-------------------------------------------------------------- */
/* Search */
.widget.widget_search .screen-reader-text {
	display: none;
}
.widget.widget_search .widget-title {
	margin-bottom: 20px;
}
.widget.widget_search label {
	width: 70%;
	float: left;
}
.widget.widget_search label input {
	border: 0;
}
.widget.widget_search .search-submit {
	float: right;
	width: auto;
	padding-top: 8px;
	padding-bottom: 9px;
}

/* Tags */
.widget.widget_tag_cloud a {
	display: inline-block;
	padding: 5px 10px;
	background: #E8EAEB;
	margin: 0 0 3px;
	color: #a6a6a6;
}
.widget.widget_tag_cloud a:hover {
	background: #DA521D;
	color: #fff;
}
#footer #footer-widgets .widget.widget_tag_cloud a {
	background: #333;
	color: #555;
}
#footer #footer-widgets .widget.widget_tag_cloud a:hover {
	background: #DA521D;
	color: #fff;
}

/* Recent Entries */
.widget.widget_recent_entries ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_recent_entries ul li a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_recent_entries ul li a:before {
	content: '\f15c';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
}
.widget.widget_recent_entries ul li:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Recent Comments */
.widget.widget_recent_comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_recent_comments ul li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_recent_comments ul li:before {
	content: '\f075';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
}
.widget.widget_recent_comments ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Archive */
.widget.widget_archive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_archive ul li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_archive ul li:before {
	content: '\f073';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
}
.widget.widget_archive ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget.widget_archive select {
	margin: 20px 0 0;
	width: 100%;
}

/* Categories */
.widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_categories ul li {
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_categories ul li ul {
	border-top: 1px solid #E8EAEB;
}
.widget.widget_categories ul li a {
	padding: 10px 0 10px 20px;
	display: inline-block;
	position: relative;
}
.widget.widget_categories ul ul a {
	margin-left: 30px;
}
.widget.widget_categories ul ul ul a {
	margin-left: 50px;
}
.widget.widget_categories ul ul ul ul a {
	margin-left: 70px;
}
.widget.widget_categories ul ul ul ul a {
	margin-left: 90px;
}
.widget.widget_categories ul ul ul ul ul a {
	margin-left: 110px;
}
.widget.widget_categories ul li a:before {
	content: '\f15b';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
	position: absolute;
	left: 0;
	top: 11px;
}
.widget.widget_categories ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget.widget_categories select {
	margin-top: 10px;
}

/* Meta */
.widget.widget_meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_meta ul li a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_meta ul li a:before {
	content: '\f0c1';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
}
.widget.widget_meta ul li:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
}

/* RSS*/
.widget.widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget.widget_rss ul li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_rss ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget.widget_rss ul li .rsswidget {
	display: block;
	font-size: 14px;
}
.widget.widget_rss ul li .rss-date {
	font-size: 11.3px;
	margin: 10px 0;
}
.widget.widget_rss ul li cite {
	font-weight: bold;
}

/* Text */
.widget.widget_text .widget-title {
	margin-bottom: 10px;
}

/* Calendar */
.widget.widget_calendar .widget-title {
	margin-bottom: 10px;
}
.widget.widget_calendar table {
	line-height: 2;
	margin: 0;
	width: 100%
}
.widget.widget_calendar caption {
	color: #272727;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: center;
	text-transform: uppercase;
}
.widget.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget.widget_calendar tbody td,
.widget.widget_calendar thead th {
	text-align: center;
}
.widget.widget_calendar tbody a {
	background-color: #DA521D;
	color: #fff;
	display: block;
}
.widget.widget_calendar tbody a:hover {
	background-color: #272727;
}
.widget.widget_calendar tbody a:hover {
	color: #fff;
}
.widget.widget_calendar #prev {
	padding-left: 5px;
}
.widget.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Pages */
.widget.widget_pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget.widget_pages ul li {
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_pages ul li a {
	padding: 10px 0 10px 20px;
	display: block;
	position: relative;
}
.widget.widget_pages ul li a:before {
	content: '\f15c';
	font-family: 'FontAwesome';
	margin-right: 10px;
	display: inline-block;
	color: #272727;
	position: absolute;
	left: 0;
	top: 11px;
}

/* Nav Menu */
.widget.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_nav_menu ul li:last-child {
	border-bottom: 0;
}
.widget.widget_nav_menu ul li a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #E8EAEB;
}
.widget.widget_nav_menu ul {
	padding-left: 20px;
}

/* eNews */
.widget.enews-widget .widget-title {
	margin-bottom: 10px; 
}
#sidebar .widget.enews-widget {
	background: #DA521D;
	border-color: #DA521D;
	color: #fff;
}
#sidebar .widget.enews-widget .widget-title {
	border-bottom: 0;
	margin-bottom: 0;
}
#sidebar .widget.enews-widget .widget-title h4 {
	color: #fff;
}
#sidebar .widget.enews-widget .button {
	background: #222;
}
#sidebar .widget.enews-widget p {
	margin-bottom: 20px;
}
#sidebar .widget.enews-widget form input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	border: 0;
}
#footer #footer-widgets .widget.enews-widget form input[type=text] {
	background: #222;
	border-color: #333;
}

/* Twitter */
.widget.last-tweet ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.last-tweet ul li {
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #E8EAEB;
	position: relative;
}
.widget.last-tweet .tweet_time{
	display: inline-block;
	font-size: 11.3px;
	margin-left: 10px;
}
.widget.last-tweet ul li:before {
	content: '\f099';
	font-family: 'FontAwesome';
	position: absolute;
	top: 14px;
	left: 0;
	font-size: 22px;
}
.widget.last-tweet ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/*Flickr */
.widget.flickr .widget-title {
	margin-bottom: 20px;
}
.widget.flickr .flickr_badge_image{
	float: left;
	width: 25%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.widget.flickr .flickr_badge_image img{
	width: 100%;
	height: 100%;
	padding: 0.5px;
	display: block;
}
.widget.flickr .flickr_badge_image a:before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.3);
	content: '\f030';
	font-family: 'FontAwesome';
	padding-top: 40%;
	color: #DA521D;
	text-align: center;
	z-index: 4;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.widget.flickr .flickr_badge_image a:hover:before{
	background: rgba(0,0,0,0.6);
	opacity: 1;
}

/* Recent Posts */
.widget.recent_posts_widget li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.recent_posts_widget li .post-image {
	float: left;
}
.widget.recent_posts_widget li .post-content {
	padding-left: 100px;
}
.widget.recent_posts_widget li .post-info {
	font-size: 12.3px;
}
.widget.recent_posts_widget li .post-info i {
	margin-right: 5px;
}
.widget.recent_posts_widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/* Post Slide Box */
.widget.post_slide_box .flex-control-paging {
	margin-bottom: -10px;
}
.widget.post_slide_box .post-info i {
	margin-right: 5px;
	font-size: 12.3px;
}

/* Social */
#sidebar .widget.social {
	border: 0;
}
#sidebar .widget.social ul {
	margin: -20px;
}
#sidebar .widget.social {
	padding-bottom: 0;
}
.widget.social li {
	margin-bottom: 0;
	width: 50%;
	float: left;
	text-align: center;
}
.widget.social li a,
#footer #footer-widgets .widget.social li a {
	display: block;
	padding: 25px 20px;
	color: #fff
}
.widget.social li i {
	font-size: 32px;
	height: 32px;
	margin: 3px 10px 0 0;
	display: none;
}
.widget.social li span.number {
	display: block;
	font-weight: 800;
	font-size: 22px;
}
.widget.social li span.desc {
	margin-top: 0;
}

/* Post Box */
.widget.post_box .large-post {
	margin: 20px 0 10px;
	border-bottom: 1px solid #E8EAEB;
	padding-bottom: 10px;
}
.widget.post_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.post_box li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.post_box li .post-image {
	float: left;
}
.widget.post_box li .post-content {
	padding-left: 100px;
}
.widget.post_box li .post-info {
	font-size: 12.3px;
}
.widget.post_box li .post-info i {
	margin-right: 5px;
}
.widget.post_box li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/* Post Images Box */
.widget.post_image_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.post_image_box img {
	width: 100%;
}
.widget.post_image_box .images-post-wrap {
	margin: 0 -2.5px;
}

/*Post Tabs */
.widget.post_tabs .tabNavigation {
	margin: -20px -20px 0 -20px;
	border-bottom: 2px solid #E8EAEB;
}
.widget.post_tabs .tabNavigation li {
	float: left;
	border-right: 1px solid #E8EAEB; 
}
.widget.post_tabs .tabNavigation li:last-child {
	border-right: 0;
}
.widget.post_tabs .tabNavigation li a {
	padding: 10px 12px;
	display: block;
	font-weight: 300;
	margin-bottom: -2px;
	border-bottom: 2px solid #E8EAEB; 
	text-align: center;
}
.widget.post_tabs .tabNavigation li a:before {
	font-family: 'FontAwesome';
	display: block;
	line-height: 1.3;
}
.widget.post_tabs .tabNavigation li.tab-a a:before {
	content: '\f0f6';
}
.widget.post_tabs .tabNavigation li.tab-b a:before {
	content: '\f086';
}
.widget.post_tabs .tabNavigation li.tab-c a:before {
	content: '\f06e';
}
.widget.post_tabs .tabNavigation li.active a {
	border-bottom-color: #DA521D;
	color: #DA521D;
}
.widget.post_tabs .tabs-container {
	display: none;
}
.widget.post_tabs .tabs-container.active {
	display: block;
}
.widget.post_tabs .tabs-container ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.widget.post_tabs .tabs-container li {
	padding: 10px 0;
	border-bottom: 1px solid #E8EAEB;
}
.widget.post_tabs .tabs-container li .post-image {
	float: left;
}
.widget.post_tabs .tabs-container li .post-content {
	padding-left: 100px;
}
.widget.post_tabs .tabs-container li .post-info {
	font-size: 12.3px;
}
.widget.post_tabs .tabs-container li .post-info i {
	margin-right: 5px;
}
.widget.post_tabs .tabs-container li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

#sidebar .widget.post_tabs {
	border: 0;
	background: #fff;
	border-bottom: 2px solid #E8EAEB;
}
#sidebar .widget.post_tabs .tabs-container ul {
	margin: 0 -20px; 
}
#sidebar .widget.post_tabs .tabs-container ul li {
	padding: 20px 20px;
}
#sidebar .widget.post_tabs .tabs-container ul li:last-child {
	padding-bottom: 0;
}
#sidebar .widget.post_tabs .tabNavigation {
	background: #DA521D;
}
#sidebar .widget.post_tabs .tabNavigation li {
	border-right-color: #EC7C37;
}
#sidebar .widget.post_tabs .tabNavigation li a {
	color: #fff;
}
#sidebar .widget.post_tabs .tabNavigation li.active {
	background: #fff;
}
#sidebar .widget.post_tabs .tabNavigation li.active a {
	border-bottom-color: #fff;
	color: #DA521D;
}

/* Author Widget */
.widget.erosion_author_info {
	text-align: center;
}
.widget.erosion_author_info .avatar {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}
.widget.erosion_author_info .avatar img {
	max-width: 100%;
}
.widget.erosion_author_info .author-name,
.widget.erosion_author_info .author-desc {
	text-align: center;
}

#sidebar .widget.erosion_author_info {
	background: #fff;
	border: 0;	
	border-bottom: 2px solid #E8EAEB;
}

/* Widget Elements Reset */
.widget img {
	max-width: 100%;
}
.widget input,
.widget select {
	width: 100%;
}
.widget .widget-title {
	margin-bottom: 10px;
}

#footer #footer-widgets .widget input,
#footer #footer-widgets .widget select {
	background: transparent;
	border: 1px solid #333;
}

/* =Elements
-------------------------------------------------------------- */

/* Accordion */
.accordion .accordion-item {
	margin-bottom: 15px
}
.accordion .accordion-item .accordion-heading {
	border: 1px solid #f1f1f1;
	padding: 10px 20px;
}
.accordion .accordion-item .accordion-heading .accordion-title {
	margin-bottom: 0;
}
.accordion .accordion-item .accordion-heading .accordion-title a {
	position: relative;
	display: block;
	color: #DA521D;
}
.accordion .accordion-item .accordion-heading .accordion-title a.collapsed {
	color: #222;
}
.accordion .accordion-item .accordion-heading .accordion-title a:after {
	position: absolute;
	width: 30px;
	height: 30px;
	color: #222;
	content: '\f068';
	font-family: 'FontAwesome';
	text-align: center;
	padding-top: 6px;
	right: -15px;
	top: -5px;
	font-size: 11.3px;
	color: #DA521D;
}
.accordion .accordion-item .accordion-heading .accordion-title a.collapsed:after {
	content: '\f067';
	color: #222;
}
.accordion .accordion-item .accordion-body {
	border: 1px solid #f1f1f1;
	border-top: 0;
	padding: 20px;
	background: #F1F1F1;
}

/* Button Color */
.button.green{
	background: #2ecc71;
	color: #fff
}
.button.red{
	background: #e74c3c;
	color: #fff
}
.button.orange{
	background: #d35400;
	color: #fff
}
.button.yellow{
	background: #f1c40f;
	color: #fff
}
.button.blue{
	background: #3498db;
	color: #fff
}
.button.black{
	background: #333;
	color: #fff
}
.button.gray{
	background: #f1f1f1;
	color: #999
}
.button.white{
	background: #fff;
	color: #555
}
.button.color{
	background-color: #31A3DD;
	color: #fff
}
.button.green:hover{
	background-color: #3cd37c
}
.button.red:hover{
	background-color: #e74c3c
}
.button.orange:hover{
	background-color: #ed5e00
}
.button.yellow:hover{
	background-color: #ffd631
}
.button.blue:hover{
	background-color: #55b6f7
}
.button.black:hover{
	background-color: #555
}
.button.color:hover{
	background-color: #31A3DD
}
.button.gray:hover{
	background: #555;
	color: #fff
}

.button.border{
	background: transparent;
	border: 2px solid #f1f1f1;
	color: #999;
	padding: 3px 30px 4px;
}
.button.border.green{
	border-color: #2ecc71;
	color: #2ecc71;
}
.button.border.red{
	border-color: #e74c3c;
	color: #e74c3c;
}
.button.border.orange{
	border-color: #d35400;
	color: #d35400;
}
.button.border.yellow{
	border-color: #f1c40f;
	color: #f1c40f;
}
.button.border.blue{
	border-color: #3498db;
	color: #3498db;
}
.button.border.black{
	border-color: #333;
	color: #333;
}
.button.border.gray{
	border-color: #f1f1f1;
	color: #f1f1f1;
}
.button.border.white{
	border-color: #fff;
	color: #fff;
}

.button.border:hover{
	background: transparent;
	color: #555;
	border-color: #555
}

.button.small{
	padding: 4px 20px;
}
.button.border.small{
	padding: 2px 20px;
}
.button.medium{
	padding: 8px 30px 9px;
}
.button.medium.border{
	padding: 6px 30px 7px;
}
.button.large{
	padding: 10px 40px;
}
.button.large.border{
	padding: 8px 40px;
}

.button.block{
	display: block;
	width: 100%
}

/* Tabs */
.tabs.main .tabNavigation li{
	float: left;
	margin-right: 1px;
}
.tabs.main .tabNavigation li:last-child{
	margin-right: 0
}
.tabs.main .tabNavigation li a{
	border: 1px solid #f1f1f1;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	position: relative;
}
.tabs.main .tabNavigation li.active a {
	border-bottom: 1px solid #fff;
	color: #DA521D;
}
.tabs.main .tabNavigation li.active a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #DA521D;
	border-left: 1px solid #DA521D;
	border-right: 1px solid #DA521D;
	left: -1px;
	top: -3px;
}
.tabs.main .tabs-container{
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-top: 8px;
	display: none;
}
.tabs.main .tabs-container.active{
	display: block;
}

/* Tab width left side */
.tabs.left .tabNavigation {
	float: left;
	width: 220px;
}
.tabs.left .tabNavigation li {
	margin-bottom: 1px
}
.tabs.left .tabNavigation li a {
	display: block;
	padding: 10px 25px;
	position: relative;
	border: 1px solid #f1f1f1;
	font-weight: 400;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	position: relative;
	font-size: 14px;
}
.tabs.left .tabNavigation li.active a {
	border-right: 1px solid #fff;
	color: #DA521D;
}
.tabs.left .tabNavigation li.active a:before {
	width: 5px;
	height: 44px;
	content: '';
	position: absolute;
	top: -1px;
	left: -5px;
	background: #DA521D;
}
.tabs.left .tabs-container {
	margin-left: 219px;
	display: none;
	border: 1px solid #f1f1f1;
	padding: 20px;
}
.tabs.left .tabs-container.active{
	display: block;
}

/* Tab width right side */
.tabs.right .tabNavigation {
	float: right;
	width: 220px;
}
.tabs.right .tabNavigation li {
	margin-bottom: 1px;
	text-align: right;
}
.tabs.right .tabNavigation li a {
	display: block;
	padding: 10px 25px;
	font-weight: 400;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	border: 1px solid #f1f1f1;
	position: relative;
	font-size: 14px;
}
.tabs.right .tabNavigation li.active a {
	margin-left: 0px;
	border-left: 1px solid #fff;
	color: #DA521D;
}
.tabs.right .tabNavigation li.active a:before {
	width: 5px;
	height: 44px;
	content: '';
	position: absolute;
	top: -1px;
	right: -5px;
	background: #DA521D;
}
.tabs.right .tabs-container {
	margin-right: 219px;
	display: none;
	text-align: right;
	border: 1px solid #f1f1f1;
	padding: 20px;
}
.tabs.right .tabs-container.active {
	display: block;
}

/* Divider */
.divider {
	height: 10px;
	background: url(images/striptags_x@2x.png) repeat;
	margin-left: -20px;
	margin-right: -20px;
}
.divider.inner {
	background: transparent;
	height: 1px;
	background: #f1f1f1;
}

/* Sub Heading */
.subheading {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 800;
	color: #272727;
	position: relative;
}
.subheading h4 {
	color: inherit;
	font-weight: inherit;
}
.subheading h4 span {
	background: #fff;
	position: relative;
	z-index: 2
}
.subheading h4::first-letter {
	color: #DA521D;
}

/* Icon List */
ul.icon-list li i{
	min-width: 20px;
	margin-right: 5px;
	color: #272727
}
ul.icon-list li.white i{
	color: #fff
}

/* Dropcap */
.dropcap{
	font-size: 32px;
	display: inline-block;
	float: left;
	margin: 8px 10px 0 0;
	color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dropcap.square{
	color: #7b7b7b;
	font-size: 19px;
	line-height: 1;
	border: 2px solid #7b7b7b;
	padding: 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.dropcap.round{
	border: 0;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #363636;
	padding: 5px 11px;
}

/* Highlight */
.highlight{
	background: #333;
	display: inline-block;
	color: #fff;
	padding:0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.highlight.blue{
	background-color: #055db5;
}
.highlight.yellow{
	background-color: #e2b71f;
}
.highlight.red{
	background-color: #c20000;
}
.highlight.green{
	background-color: #348806;
}
.highlight.color{
	background-color: #C73831;
}

/* Hight light Box*/
.highlightbox{
	border: 3px solid #fcfcfc;
}
.highlightbox .highlightbox-inner{
	padding: 20px;
	border: 1px solid #eee;
}

/* Alert */
.alert {
	position: relative;
}
.alert .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: inherit;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.5);
	text-align: center;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 1px;
	font-weight: 800;
}
.alert .close:hover {
	cursor: pointer;
}
.alert .alert-info {
	padding: 10px 20px;
	border-left: 5px solid #fff;
}
.alert.warning .alert-info {
	border-color: #f39c12;
	color: #f39c12;
	background: rgba(241, 196, 15, 0.1);
}
.alert.error .alert-info {
	border-color: #e74c3c;
	color: #e74c3c;
	background: rgba(231, 76, 60, 0.1)
}
.alert.success .alert-info {
	border-color: #3498db;
	color: #3498db;
	background: rgba(52, 152, 219,0.1)
}
.alert.info .alert-info {
	border-color: #2ecc71;
	color: #2ecc71;
	background: rgba(46, 204, 113, 0.1)
}

/*Slide Ticker */
.slide-ticker {
	background: transparent;
}
.slide-ticker .slide-ticker-heading {
	padding: 30px 20px;
	color: #fff;
	background: #EC7C37;
	position: relative;
	border-left: 5px solid #222;
	margin-left: -5px;
}
.slide-ticker .slide-ticker-heading h3 {
	color: inherit;
	text-transform: uppercase;
	font-weight: 800;
}
.slide-ticker .slide-ticker-heading span {
	display: block;
	font-size: 11.3px;
	line-height: 1;
	color: inherit;
	font-weight: 300;
}
.slide-ticker .slide-ticker-content {
	padding: 25px 0 15px;
}
.slide-ticker .slide-ticker-content a {
	color: #DA521D;
}
.slide-ticker .slide-ticker-content span {
	font-size: 11.3px;
	text-transform: uppercase;
}
.slide-ticker .ticker-item .ticker-image {
	position: relative;
	overflow: hidden;
}
.slide-ticker .ticker-item .ticker-image .ticker-heading {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.slide-ticker .ticker-item .ticker-image .ticker-heading h4 {
	padding: 20px;
}
.slide-ticker .ticker-item .ticker-image .ticker-heading h4 a {
	color: #fff;
}

/* Carousel Box */
.carouselbox {
	position: relative;
	z-index: 1;
}
.carouselbox .carousel-area {
	margin-bottom: 0;
}
.carouselbox .carousel-area li {
	float: left;
	padding: 0 2.5px;
}
.carouselbox .carousel-nav {
	margin-top: 20px;
}
.carouselbox .nav a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #272727;
	color: #fff;
	text-align: center;
	padding-top: 1px
}
.carouselbox .nav a:hover {
	background: #DA521D
}
.carouselbox .carouselbox-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	bottom: 50%;
}
.carouselbox .carouselbox-nav span {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-top: -17.5px;
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px;
}
.carouselbox .carouselbox-nav span:hover {
	cursor: pointer;
	background: #DA521D;
	color: #fff;
}
.carouselbox .carouselbox-nav span.prev {
	float: left;
	margin-left: -17.5px;
}
.carouselbox .carouselbox-nav span.next {
	float: right;
	margin-right: -17.5px;
}

/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/* Contact Form 7 */
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input {
	max-width: 100%;
}
.wpcf7-form span {
	margin-top: 10px;
	display: block;
}

/* 404 */
.fof{
	font-size: 140px;
	line-height: 140px;
	font-weight: 800;
	display: block;
	margin-bottom: 30px;
	color: #272727
}

/* Back To Top */
.back-to-top{
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	background: #272727;
	color: #fff;
	display: inline-block;
	position: fixed;
	right: 20px;
	bottom: 8px;
	z-index: 99999999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.back-to-top:hover{
	cursor: pointer;
	background: #333;
	color: #fff;
}

/* =Social
-------------------------------------------------------------- */
/* Social Media Background Color */
.social.bg.color .facebook a,
.social.bg .facebook a:hover {
	background: #3B559F !important
}
.social.bg.color .twitter a,
.social.bg .twitter a:hover {
	background: #32CCFE !important
}
.social.bg.color .googleplus a,
.social.bg .googleplus a:hover {
	background: #d15033 !important
}
.social.bg.color .pinterest a,
.social.bg .pinterest a:hover {
	background: #C9212E !important
}
.social.bg.color .youtube a,
.social.bg .youtube a:hover {
	background: #D82624 !important
}
.social.bg.color .linkedin a,
.social.bg .linkedin a:hover {
	background: #0073B2 !important
}
.social.bg.color .flickr a,
.social.bg .flickr a:hover {
	background: #FF0084 !important
}
.social.bg.color .xing a,
.social.bg .xing a:hover {
	background: #015A60 !important
}
.social.bg.color .skype a,
.social.bg .skype a:hover {
	background: #1AB9F1 !important
}
.social.bg.color .tumblr a,
.social.bg .tumblr a:hover {
	background: #2B4661 !important
}
.social.bg.color .bitbucket a,
.social.bg .bitbucket a:hover {
	background: #013567 !important
}
.social.bg.color .dropbox a,
.social.bg .dropbox a:hover {
	background: #018BD3 !important
}
.social.bg.color .instagram a,
.social.bg .instagram a:hover {
	background: #AD8263 !important
}
.social.bg.color .vimeo a,
.social.bg .vimeo a:hover {
	background: #1BB6EC !important
}
.social.bg.color .dribbble a,
.social.bg .dribbble a:hover {
	background: #F96599 !important
}
.social.bg.color .dribbble a,
.social.bg .dribbble a:hover {
	background: #F96599 !important
}
.social.bg.color .foursquare a,
.social.bg .foursquare a:hover {
	background: #00ADEF !important
}
.social.bg.color .dribbble a,
.social.bg .dribbble a:hover {
	background: #F96599 !important
}
.social.bg.color .github a,
.social.bg .github a:hover {
	background: #B4B4B4 !important
}
.social.bg.color .vk a,
.social.bg .vk a:hover {
	background: #416692 !important
}
.social.bg.color .maxcdn a,
.social.bg .maxcdn a:hover {
	background: #FF960E !important
}
.social.bg.color .weibo a,
.social.bg .weibo a:hover {
	background: #D52B2B !important
}
.social.bg.color .trello a,
.social.bg .trello a:hover {
	background: #226784 !important
}
.social.bg.color .rss a,
.social.bg .rss a:hover {
	background: #FE9900 !important
}

/* Social Media Text Color */
.social.text-hover .facebook a,
.social.textcolor .facebook a:hover {
	color: #3B559F !important
}
.social.text-hover .twitter a,
.social.textcolor .twitter a:hover {
	color: #32CCFE !important
}
.social.text-hover .googleplus a,
.social.textcolor .googleplus a:hover {
	color: #d15033 !important
}
.social.text-hover .pinterest a,
.social.textcolor .pinterest a:hover {
	color: #C9212E !important
}
.social.text-hover .youtube a,
.social.textcolor .youtube a:hover {
	color: #D82624 !important
}
.social.text-hover .linkedin a,
.social.textcolor .linkedin a:hover {
	color: #0073B2 !important
}
.social.text-hover .flickr a,
.social.textcolor .flickr a:hover {
	color: #FF0084 !important
}
.social.text-hover .xing a,
.social.textcolor .xing a:hover {
	color: #015A60 !important
}
.social.text-hover .skype a,
.social.textcolor .skype a:hover {
	color: #1AB9F1 !important
}
.social.text-hover .tumblr a,
.social.textcolor .tumblr a:hover {
	color: #2B4661 !important
}
.social.text-hover .bitbucket a,
.social.textcolor .bitbucket a:hover {
	color: #013567 !important
}
.social.text-hover .dropbox a,
.social.textcolor .dropbox a:hover {
	color: #018BD3 !important
}
.social.text-hover .instagram a,
.social.textcolor .instagram a:hover {
	color: #AD8263 !important
}
.social.text-hover .vimeo a,
.social.textcolor .vimeo a:hover {
	color: #1BB6EC !important
}
.social.text-hover .dribbble a,
.social.textcolor .dribbble a:hover {
	color: #F96599 !important
}
.social.text-hover .dribbble a,
.social.textcolor .dribbble a:hover {
	color: #F96599 !important
}
.social.text-hover .foursquare a,
.social.textcolor .foursquare a:hover {
	color: #00ADEF !important
}
.social.text-hover .dribbble a,
.social.textcolor .dribbble a:hover {
	color: #F96599 !important
}
.social.text-hover .github a,
.social.textcolor .github a:hover {
	color: #B4B4B4 !important
}
.social.text-hover .vk a,
.social.textcolor .vk a:hover {
	color: #416692 !important
}
.social.text-hover .maxcdn a,
.social.textcolor .maxcdn a:hover {
	color: #FF960E !important
}
.social.text-hover .weibo a,
.social.textcolor .weibo a:hover {
	color: #D52B2B !important
}
.social.text-hover .trello a,
.social.textcolor .trello a:hover {
	color: #226784 !important
}
.social.text-hover .rss a,
.social.textcolor .rss a:hover {
	color: #FE9900 !important
}

/* =WordPress
-------------------------------------------------------------- */
.sticky{
}
.bypostauthor{
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #eee;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption:hover{
  border-color: #ccc
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption [class*=" wp-image-"],
.wp-caption [class^="wp-image-"],
.wp-caption [class^="wp-image-"]:hover,
.wp-caption [class*=" wp-image-"]:hover{
  border: 1px solid #eee ! important;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0px;
}
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery p{
  display: block;
  height: 4px
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.entry-content img{
	max-width: 100%;
	height: auto;
	display: block;
}

/*FORUM CSS*/

div.bbp-template-notice-new p {
    font-size: 12px;
    line-height: 140%;
    margin: 0.5em 0 6px !important;
    padding: 2px;
}
.action-btns-new {
	float: right;
}

.cta-btn2form-new {
    background-color: #2980b9;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 10px 0 0 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-btn2form-newtop {
  background-color: #2980b9;
  border-radius: 4px;
  color: #ffffff !important;
  display: block;
  float: right;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: -5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-btn2form-newtop a:hover {
    color: #ffffff;
}


div.bbp-template-notice-new {
    background-color: #ffffe0;
    border-color: #e6db55;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #000;
    float: left;
    margin: 5px 0 15px;
    padding: 0 0.6em;
    width: 70%;
}
.bbp-template-notice-new ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 25px;
    text-align: justify;
}
#bbpress-forums li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: inherit;
    margin: 0;
}
.cta-btn2form {
    background-color: #2E5874;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 1px 0 0;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
	margin-left:15px;
}

.cta-btn3form {
    background-color: #2980b9;
    border-radius: 3px;
    color: white;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 20px 0 15px 15px;
    padding: 6px 19px;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-btn3form:hover {
    color: white !important;
}
.cta-btn2form-new:hover {
    color: white !important;
}
.bbp-username > label {
    color: black;
}
.bbp-password > label {
    color: black;
}
.catmenu {
    background-color: #1e73be;
    font-weight: 400;
    margin: 2px auto auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 1140px;
    z-index: 9;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.home .no-break {
  display: none !important;
}
.page-id-6725 .no-break {
  display: none;
}
.page-id-6727 .no-break {
  display: none;
}
.page-id-6719 .no-break {
  display: none;
}
.page-id-6721 .no-break {
  display: none;
}
.page-id-6717 .no-break {
  display: none;
}
.page-id-6718 .no-break {
  display: none;
}
.page-id-184 .no-break {
  display: none;
}
.page-id-6723 .no-break {
  display: none;
}
.page-id-0 .no-break {
  display: none;
}
.page-id-0 .box {
  min-height: 350px;
}
.page-id-6721 .box {
  min-height: 350px;
}
.page-id-6725 .box {
  min-height: 300px;
}
.pull-right.entry-comments {
  display: none;
}
.img-responsive.attachment-post.wp-post-image {
  display: none;
}
#entry-content .entry-header .entry-image {
  display: none;
}

.entry-short-info span:last-child {
  display: none;
}
#item-nav {
  background: none repeat scroll 0 0 #4682b4;
}
#object-nav a {
  color: #ffffff;
  font-weight: 500;
}
#buddypress div#subnav.item-list-tabs {
  border: 1px solid #4682b4 !important;
  margin: 1px 0 !important;
}
#buddypress div#subnav.item-list-tabs .current.selected {
  background: none repeat scroll 0 0 highlight;
}
.page-id-195 .no-break {
  margin-top: 20px;
}
.askhtf {
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 5px;
  text-align: center;
}
.wp-audio-shortcode {
  visibility: visible !important;
}
.social-share .facebook > a {
  color: #3b559f !important;
}
.social-share .twitter > a {
  color: #32ccfe !important;
}
.social-share .googleplus > a {
  color: #d15033 !important;
}
.social-share .linkedin > a {
  color: #0073b2 !important;
}
