/*
Theme Name: Lineza
Theme URI: http://bloompixel.com/
Author: Simrandeep Singh
Author URI: http://themeforest.net/user/BloomPixel
Description: A premium magazine style responsive WordPress theme.
Version: 1.3.9
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:right-sidebar, custom-menu, featured-images, two-columns, theme-options, custom-background, threaded-comments
*/

/*-------------------------------------------------------------------------------------

	1. CSS Reset
	2. Framework (body, headings, links)
	3. Main Container
	4. Header
	5. Navigation
	6. Main Content (homepage, single)
	7. Comments
	8. Sidebar
	9. Footer
	10. Widgets
	11. Responsiveness

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1. CSS Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:inherit;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
ins {
    background-color:transparent;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select { vertical-align:middle; }

.clear { clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%; }
.clearfix:after { clear: both; content: ""; font-size: 0;  height: 0; display: block; visibility: hidden; }
.clearfix { *display: inline-block; height: 1%; }


/*-----------------------------------------------------------------------------------*/
/*	2. Framework
/*-----------------------------------------------------------------------------------*/
body {
	background:#ffffff;
	line-height:1;
	color:#555555;
	font:13px/20px arial, sans-serif;
}
a {
	color:#E91B23;
	outline:none;
	text-decoration:none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
a:hover { color:#E91B23; }
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-family:Arial, sans-serif;
	margin-bottom:15px;
	font-weight:400;
}
h1 {
	font-size:28px;
	line-height:34px;
}
h2{
	font-size:24px;
	line-height:30px;
}
h3 {
	font-size:22px;
	line-height:28px;
}
h4 {
	font-size:20px;
	line-height:26px;
}
h5 {
	font-size:18px;
	line-height:24px;
}
h6 {
	font-size:16px;
	line-height:22px;
}
p { margin-bottom: 20px }
blockquote {
	font-family:Georgia,Serif;
	font-size:14px;
	font-style:italic;
	padding:20px 30px;
}
em, i, cite { font-style: italic; }
strong { font-weight: 700; }
img, video, object, embed { max-width: 100% }
img { vertical-align: middle }
caption, th, td { text-align: left }
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sub { bottom:-3px }
sup { top:-4px }
::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#909;
   opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
   opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#fff;
}
.center-width {
	margin:0 auto;
	max-width:1195px;
	width:100%
}
.uppercase { text-transform:uppercase }
.textcenter { text-align:center }
.last { margin-right:0 !important }


/*-----------------------------------------------------------------------------------*/
/*	3. Main Container
/*-----------------------------------------------------------------------------------*/
.main-container {
	background:#fff;
	width:100%;
}
.main-wrapper {
	background:transparent;
	clear:both;
	margin:0 auto;
	width:1195px;
}
.container {
	margin:0 auto;
	width:1195px;
}
.single #page,
.archive #page {
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	overflow:hidden
}
.single .boxed-layout #page { border:none }


/*-----------------------------------------------------------------------------------*/
/*	4. Header
/*-----------------------------------------------------------------------------------*/
.main-header {
	background:#FFFFFF;
	margin:0 auto;
	width:1195px;
}
.site-header {
	float:left;
	margin:0 auto;
	max-width:1195px;
	overflow:hidden;
	padding:15px 2%;
	width:96%;
}
.site-header #logo {
	font-size:36px;
	line-height:42px;
	margin:20px 0;
	float:left;
}
.site-header a { color:#060606 }
.header-widgets {
	float:right;
	list-style:none;
	margin:0;
	max-width:64%;
	width:auto
}
.header-widget { margin:0!important }
.header-widgets .searchform {
	float:right;
	max-width:445px;
	width:77%
}
/* Social Links */
.social-links {
	background:rgba(0, 0, 0, 0.3);
	padding:5px 0 0 5px;
	float:right
}
.social-links a {
	background:rgba(255, 255, 255, 0.11);
	color:#fff;
	float:left;
	font-size:18px;
	margin:0 5px 5px 0;
	padding:7px 0;
	width:32px;
	text-align:center;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.social-links a:hover { color:#fff }
.social-links .twitter:hover { background:#1bb6ec }
.social-links .facebook:hover { background:#395aa1 }
.social-links .instagram:hover { background:#854e3a }
.social-links .youtube:hover { background:#cc181e }
.social-links .gplus:hover { background:#c23322 }
.social-links .pinterest:hover { background:#cc2127 }
.social-links .flickr:hover { background:#ff0080 }
.social-links .rss:hover { background:#ff8800 }
.social-links .linkedin:hover { background:#017eb4 }
.news-ticker {
	float:left;
	height:30px;
	min-width:50%;
	overflow:hidden
}
.news-ticker li {
	overflow:hidden;
	padding:10px
}
.news-ticker a { color:#fff }

/* Boxed Layout */
.boxed-layout {
	float:none;
	margin:0 auto;
	width:1195px;
	overflow:hidden;
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.boxed-layout .site-header {
	padding-left:2%;
	padding-right:2%;
	width:96%
}
.boxed-layout #navigation { width:1195px }
.boxed-layout .main-wrapper { max-width:1195px; overflow:hidden }
.boxed-layout .main-content { border:0; border-top:1px solid #e1e1e1 }
.boxed-layout .current-date { margin-left:6px }
.boxed-layout .featured-section .carousel { border-left:0; border-right:0 }


/*-----------------------------------------------------------------------------------*/
/*	5. Navigation
/*-----------------------------------------------------------------------------------*/
.menu, .menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.menu { line-height:1.0 }
.main-nav {
	margin:0 auto;
	max-width:100%;
	position:relative;
	width:1195px
}
.main-navigation .menu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
.main-navigation .menu ul li { width:100% }
.main-navigation .menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.main-navigation .menu li {
	float:left;
	position:relative
}
.main-navigation .menu a {
	display:block;
	position:relative
}
.main-navigation .menu li:hover ul,
.main-navigation .menu li.sfHover ul {
	left:0;
	top:53px; /* match top ul list item height */
	z-index:99
}
.main-navigation ul.menu li:hover li ul,
.main-navigation ul.menu li.sfHover li ul { top:-999em }
.main-navigation ul.menu li li:hover ul,
.main-navigation ul.menu li li.sfHover ul {
	left:14em; /* match ul width */
	top:0
}
.main-navigation ul.menu li li:hover li ul,
.main-navigation ul.menu li li.sfHover li ul { top:-999em }
.main-navigation ul.menu li li li:hover ul,
.main-navigation ul.menu li li li.sfHover ul {
	left:14em; /* match ul width */
	top:0
}
.main-navigation {
	background-color:#262626;
	border-bottom:5px solid #E91B23;
	float:left;
	font-size:13px;
	line-height:20px;
	position:relative;
	width:100%
}
.main-navigation a {
	color:#fff;
	font-weight:400;
	padding:20px;
}
.main-navigation a {
	color:#fff;
	font-weight:400;
	padding:20px;
}
.main-navigation a:hover,
.current-menu-item a {
	background:#E91B23;
	color:#fff
}
.main-navigation ul li ul li a:hover {
	background:#1d1d1d;
	color:#fff
}
.main-navigation ul ul a { border-right: none }
#navigation {
	float:left;
	margin:0;
	max-width:80%;
	position:relative;
	text-transform:uppercase;
	width:auto
}
#navigation ul li {
	float:left;
	list-style:none
}
#navigation ul li ul li a {
	padding:14px 20px;
	line-height:18px
}
.top-menu {
	background-color:#252525;
	float:left;
	font-size:14px;
	width:100%
}
.current-date {
	background:rgba(255,255,255,0.1);
	color:#fff;
	font-size:12px;
	float:left;
	margin:6px 0;
	padding:6px 10px 5px
}
.sfHover a {
	background:#353535;
	color:#fff
}
.sf-arrows .sf-with-ul:after {
	content:'';
	position:absolute;
	top:25px;
	right:13px;
	margin-top:0px;
	height:0;
	width:0;
	border:4px solid transparent;
	border-top-color:#FFF;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.sf-arrows .sf-with-ul:hover:after { border-top-color:#FFF }
.sf-arrows ul .sf-with-ul:after {
	top:18px;
	right:5px;
	border-color:transparent;
	border-left-color:#fff;
}
.sf-arrows ul .sf-with-ul:hover:after { border-top-color:rgba(255,255,255,0); }
.sf-sub-indicator {
	display:block;
	right:18px;
	top:18px;
	position:absolute
}
.sf-js-enabled li a.sf-with-ul {
	padding-right:30px;
	z-index:20
}
.menu i {
	display: inline-block;
	margin-right: 5px;
	margin-top: -0.265em;
	vertical-align: middle;
}
/* Off Canvas Menu */
.st-container { position:relative }
.off-canvas-container {
	background:#fff;
	position:relative;
	height:100%;
	overflow:hidden;
	-webkit-transition:-webkit-transform 0.5s;
	transition:transform 0.5s;
}
.off-canvas-search { padding:10px 20px }
.off-canvas-search .header-search {
	float:none;
	margin:0;
	width:100%
}
.off-canvas-search .searchform { background:transparent }
.off-canvas-search .s {
	float:left;
    padding:10px 4%;
    width:74%;
}
.off-canvas-search .search-button {
	color:#fff;
	font-size:14px;
	height:36px
}
.st-menu {
	position:fixed;
	top:0;
	left:0;
	visibility:hidden;
	overflow:hidden;
	overflow-y:auto;
	width:300px;
	height:100%;
	background:#212121;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.st-menu ul {
	margin:0;
	padding:0;
}
.st-menu ul li {
	display:block;
	position:relative
}
.st-menu ul li a {
	display:block;
	padding:16px 15px;
	box-shadow:inset 0 -1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.06);
	color: #fff;
	text-transform:uppercase;
	text-shadow:0 0 1px rgba(255,255,255,0.1);
	letter-spacing:1px;
	font-weight:400;
	line-height:1;
	-webkit-transition:background 0.3s, box-shadow 0.3s;
	transition:background 0.3s, box-shadow 0.3s;
}
.st-menu ul li ul li a { padding-left:30px }
.st-menu ul li ul li ul li a { padding-left:45px }
.st-menu ul li a:hover {
	background:rgba(0,0,0,0.2);
	box-shadow:inset 0 -1px rgba(0,0,0,0);
	color:#fff
}
.side-sub-menu {
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	height:44px;
	width:50px
}
.side-sub-menu .fa {
	color:#fff;
	font-size:22px;
	margin:0 2px
}
.st-menu .side-sub-menu .fa:before {
	line-height:43px;
	padding:0 15px;
	position:static
}
.st-menu ul.sub-menu { display:none }
.no-csstransforms3d .main-container,
.no-js .main-container { padding-left:0 }
.btn { display: none !important }
#close-button {
	margin:15px 0;
	text-align:center
}
#close-button .fa {
	color:#fff;
	cursor:pointer;
	font-size:22px
}

/*-----------------------------------------------------------------------------------*/
/*	6. Main Content
/*-----------------------------------------------------------------------------------*/
.main-content {
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	clear:both;
	margin:0 auto;
	overflow:hidden;
	max-width:100%;
}
.main-content #page {
	float:left;
	margin:0;
	max-width:100%;
	padding:0;
	width:1195px;
}
.content-area {
	float:left;
	margin-left:0;
	width:72.89%;
}
.single .content-area { }
.content-area a {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.content-home {
	float:left;
	margin:15px 3% 0;
	width:66.2%
}
.section-heading {
	background:#fff;
	border-bottom:5px solid #e91b23;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	margin-bottom:15px;
	position:relative;
}
.section-heading span {
	background:#e91b23;
	color:#fff;
	display:inline-block;
	margin-left:12px;
	padding:6px 15px;
	position:relative
}
.section-heading span:before {
	border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    bottom:0;
    content: "";
    position: absolute;
	border-right-color: #cc0000;
    border-width: 32px 12px 0;
    left: -24px;
}
.page-title {
	font-size:26px;
	margin-bottom:20px;
}
.content {
	padding:0 0;
	overflow:hidden;
}

/*---[ Homepage ]---*/
.featured-section {
	float:left;
	margin:0;
	padding:0;
	width:100%
}
.featured-section.featured-b {
	border-bottom:0;
	margin:0;
	padding:0 0;
	width:100%
}
.featured-section .module-d-widget {
	border-left:1px solid #E1E1E1;
    border-right:1px solid #E1E1E1;
	padding:20px 2% 0;
	overflow:hidden
}
.featured-a .section-heading { margin-bottom:15px }
.featured-item {
	float:left;
	margin:0 2.12% 0 0;
	width:23.4%
}
.featured-content {
	overflow:hidden
}
.featured-section-1-container { overflow:hidden }
.featured-section-content,
.featured-section .widgetslider {
	float:left;
	width:100%
}
/* Start Featured Widget A */
.featured-left {
	float:left;
	width:21%
}
.featured-post {
	float:left;
	max-width:100%;
	position:relative
}
.featured-post:hover .post-cats span,
.featured-widgetslider:hover .post-cats span { background:#222 }
.featured-post-big { width:58% }
.featured-s5 { width:25% }
.featured-big { width:58% }
.featured-595 { width:49.8% }
.featured-300 { width:25.1% }
.featured-502 {
	float:left;
	width:42%
}
.featured-post .title a { color:#fff }
.featured-post header {
	position:absolute;
	left:0;
	bottom:10px;
	text-align:center;
	padding:0 5%;
	width:90%
}
.featured-post .title {
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:10px 2%
}
.featured-post .post-cats { margin-bottom:10px }
.featured-post .post-cats span,
.featured-widgetslider .post-cats span {
	background:#e91b23;
	color:#fff;
	display:inline-block;
	padding:2px 8px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.featured-post .post-cats a:hover {
	background:#252525;
	color:#fff
}
/* End Featured Widget A */
.bigpost {
	float:left;
	margin:0 2.1% 5px 0;
	width:66%
}
.smallpost {
	float:left;
	margin:0 0 5px;
	width:31.9%
}
.smallpost.last { margin-right:0 }
.title {
	font-weight:400;
	margin-bottom:10px
}
.title a,
.widgettitle a { color:#333 }
.title14 {
	font-size:14px;
	line-height:20px;
	margin-bottom:5px
}
.title15 {
	font-size:15px;
	line-height:21px;
	margin-bottom:4px
}
.title16 {
	font-size:16px;
	line-height:22px;
	margin-bottom:5px
}
.title18 {
	font-size:18px;
	line-height:24px;
	margin-bottom:5px
}
.title20 {
	font-size:20px;
	line-height:26px;
	margin-bottom:5px
}
.title26 {
	font-size:26px;
	line-height:32px;
	margin-bottom:5px
}
#featured-thumbnail {
	display:block;
	float:left;
	position:relative;
}
#featured-thumbnail img {
	float:left;
	width:100%;
	height:auto;
}
.featured-thumbnail {
	display:block;
	float:left;
	position:relative;
	overflow:hidden
}
.featured-thumbnail img {
	float:left;
	width:100%;
	height:auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.featured-thumbnail img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.featured-thumbnail-list { width:100% }
.featured-thumbnail-big { width:100% }
.big-thumbnail,
.small-thumbnail {
	margin-bottom:6px;
	width:100%
}
.featured-widgetslider { width:100% }
.post-type {
	color:#fff;
	font-size:12px;
	line-height:18px;
	left:36%;
	top:0;
	padding:4px 0;
	position:absolute;
	text-align:center;
	width:54px
}
.post-type i {
	color:#fff;
	font-size:20px;
	line-height:28px;
	display:block
}
.post-type span { display:block }
.rightContent { overflow: hidden }
.home-small-title {
	font-size:16px;
	font-weight:400;
	line-height:22px;
	margin-bottom:2px;
}
.post-list-box {
	background:#fff;
	border-bottom:1px solid #e6e6e6;
	float:left;
	margin:0 3% 20px 0;
	position:relative;
	overflow:hidden;
	width:48.5%;
}
.post-list-box:nth-child(2n) {
	margin-left:0;
	margin-right:0
}
.post-list {
	overflow:hidden;
}
.post-inner {
	float:left;
	padding:10px 0 0;
	width:100%
}
.post-content {
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
.post-meta {
	color:#777;
	font-size:12px;
	margin:0 0 10px;
}
.post-meta .post-comments {
	border:none;
	margin:0 10px 0 0;
	padding:0;
}
.post-meta .post-author,
.post-meta time,
.post-meta .post-cat,
.meta .post-author,
.meta time { margin:0 10px 0 0 }
.post-meta .fa,
.meta .fa { margin:0 2px 0 0 }
.read-more a {
	border:1px solid #000;
	color:#2C2C2C;
	float:left;
	font-size:12px;
	line-height:19px;
	margin:10px 0 0;
	padding:6px 12px 5px;
	text-transform:uppercase
}
.read-more a:hover {
	background:#000;
	color:#fff;
}
.layout-widget {
	float:left;
	margin-bottom:15px;
	padding:0 0;
	position:relative;
	width:100%;
}
.layout-widget .widget-title { margin-bottom:0 }
.layout-widget.featured-b .widget-title { margin-bottom:10px }
.layout-widget.featured-b {
	border-bottom:0;
	padding-bottom:0
}
/* Widget Headings */
.blue-bg h3 { border-bottom-color:#3498db !important }
.blue-bg .title-span { background:#3498db !important }
.blue-bg .head-corner { border-right-color:#2980b9 !important }
.carrot-bg h3 { border-bottom-color:#e67e22 !important }
.carrot-bg .title-span { background:#e67e22 !important }
.carrot-bg .head-corner { border-right-color:#d35400 !important }
.black-bg h3 { border-bottom-color:#333 !important }
.black-bg .title-span { background:#333 !important }
.black-bg .head-corner { border-right-color:#000 !important }
.emerald-bg h3 { border-bottom-color:#2ecc71 !important }
.emerald-bg .title-span { background:#2ecc71 !important }
.emerald-bg .head-corner { border-right-color:#27ae60 !important }
.gray-bg h3 { border-bottom-color:#999 !important }
.gray-bg .title-span { background:#999 !important }
.gray-bg .head-corner { border-right-color:#777 !important }
.lemon-bg h3 { border-bottom-color:#99cc00 !important }
.lemon-bg .title-span { background:#99cc00 !important }
.lemon-bg .head-corner { border-right-color:#669900 !important }
.midlight-bg h3 { border-bottom-color:#34495e !important }
.midlight-bg .title-span { background:#34495e !important }
.midlight-bg .head-corner { border-right-color:#2c3e50 !important }
.pomegranate-bg h3 { border-bottom-color:#e74c3c !important }
.pomegranate-bg .title-span { background:#e74c3c !important }
.pomegranate-bg .head-corner { border-right-color:#c0392b !important }
.purple-bg h3 { border-bottom-color:#9b59b6 !important }
.purple-bg .title-span { background:#9b59b6 !important }
.purple-bg .head-corner { border-right-color:#8e44ad !important }
.yellow-bg h3 { border-bottom-color:#f1c40f !important }
.yellow-bg .title-span { background:#f1c40f !important }
.yellow-bg .head-corner { border-right-color:#f39c12 !important }
#tabs.blue-bg { border-color:#3498db !important }
#tabs.blue-bg li.active:before { border-right-color:#2980b9 !important }
#tabs.blue-bg li.active a { background:#3498db !important }
#tabs.carrot-bg { border-color:#e67e22 !important }
#tabs.carrot-bg li.active:before { border-right-color:#d35400 !important }
#tabs.carrot-bg li.active a { background:#e67e22 !important }
#tabs.black-bg { border-color:#333 !important }
#tabs.black-bg li.active:before { border-right-color:#000 !important }
#tabs.black-bg li.active a { background:#333 !important }
#tabs.emerald-bg { border-color:#2ecc71 !important }
#tabs.emerald-bg li.active:before { border-right-color:#27ae60 !important }
#tabs.emerald-bg li.active a { background:#2ecc71 !important }
#tabs.gray-bg { border-color:#999 !important }
#tabs.gray-bg li.active:before { border-right-color:#777 !important }
#tabs.gray-bg li.active a { background:#999 !important }
#tabs.lemon-bg { border-color:#99cc00 !important }
#tabs.lemon-bg li.active:before { border-right-color:#669900 !important }
#tabs.lemon-bg li.active a { background:#99cc00 !important }
#tabs.midlight-bg { border-color:#34495e !important }
#tabs.midlight-bg li.active:before { border-right-color:#2c3e50 !important }
#tabs.midlight-bg li.active a { background:#34495e !important }
#tabs.pomegranate-bg { border-color:#e74c3c !important }
#tabs.pomegranate-bg li.active:before { border-right-color:#c0392b !important }
#tabs.pomegranate-bg li.active a { background:#e74c3c !important }
#tabs.purple-bg { border-color:#9b59b6 !important }
#tabs.purple-bg li.active:before { border-right-color:#8e44ad !important }
#tabs.purple-bg li.active a { background:#9b59b6 !important }
#tabs.yellow-bg { border-color:#f1c40f !important }
#tabs.yellow-bg li.active:before { border-right-color:#f39c12 !important }
#tabs.yellow-bg li.active a { background:#f1c40f !important }
/* Widget Backgrounds */
.light-bg,
.transparent-bg {
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}
.footer .light-bg,
.footer .transparent-bg { border:0 }
.footer .col-post { border-bottom:1px solid #3B3B3B }
.light-bg { background: #f0f0f0 }
.transparent-bg { background: transparent }
.dark-bg {
	background: #262626;
	color:#eee;
}
.dark-bg  .title a { color:#fff }
.dark-bg .col-post { border-bottom:1px solid #3b3b3b }
.dark-bg.module-c-box .post-inner { border-bottom:1px solid #3b3b3b }
.footer .dark-bg,
.footer .light-bg { padding:0 }
/* End Widget Backgrounds */
.col-post { border-bottom:1px solid #e1e1e1 }
.module-box {
	overflow:hidden;
	padding-top:10px
}
.module-a,
.module-b {
	width:100%;
}
/* .module-b .col-post {
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.module-a {
	background:#f0f0f0
}
.module-a .widget-title {
	margin-bottom:0
}
.module-a-box {
	float:left;
	padding-top:15px
} */
.module-a-box .col-post-med { margin-bottom:10px }
.col-post-a {
	min-height:84px;
	margin:0 3% 10px 0;
	overflow:hidden
}
.col-post-a:last-child {
	border:0;
	margin-bottom:0
}
.module-c {
	clear:both;
	overflow:hidden;
}
.module-d .widget-title { margin-bottom:0 }
.module-gallery { background:#f8f8f8 }
.featured-section .carousel {
	border-bottom:0;
	max-height:315px;
	overflow:hidden
}
.carousel li { display:none }
.carousel .flex-viewport li,
.carousel .flex-direction-nav li { display:block }
.loading { display:none }
.section-container {
	background:#fff;
	border-bottom:3px solid #000;
	clear:both;
	margin:0 0 15px 3.1%;
	overflow:hidden
}
.section {
	border-bottom:1px solid #000;
	margin-bottom:2px;
	overflow:hidden
}
.module-a-posts-container {
	border-bottom:3px solid #000;
	float:left;
	margin:15px 0 0;
	width:100%
}
.module-a-posts {
	border-bottom:1px solid #000;
	margin-bottom:2px
}
.col {
	background:#fff;
	float:left;
	margin:0 0 15px 3.2%;
	width:46.8%
}
.col-post-med {
	float:left;
	margin:0;
	width:100%
}
.col-post-med .post-inner {
	padding:10px 3% 0;
	width:94%
}
.footer .col-post-med .post-inner {
	padding:10px 0 0;
	width:100%
}
.footer .col-bottom {
	padding:0;
	width:100%
}
.module-c-box .post-inner {
	border-bottom:1px solid #E1E1E1;
	margin-bottom:10px
}
.col-post-small {
	min-height:84px;
	margin:0 3% 10px;
	padding:0;
	overflow:hidden
}
.col-post-small:last-child {
	border-bottom:0;
	margin-bottom:0
}
.col2 {
	float:left;
	margin:0 0 0;
}
.col-post-c {
	float:left;
	margin:0 3% 15px 0;
	width:47%
}
.col-post-d {
	float:left;
	margin-bottom:10px;
	padding:0 3% 5px;
	width:94%
}
.col-post-d:last-child {
	border-bottom:0;
	margin-bottom:0
}
.col-top {
	float:left;
	width:100%
}
.col-bottom {
	float:left;
	padding:0 0 0 3%;
	width:97%
}
.module-a-content { }
.module-b-content { /*Martin*/ /*overflow:hidden */ }
.featured-thumbnail-c {
	margin:5px 10px 5px 0;
	width:100%
}
.featured-thumbnail-small {
	margin:5px 10px 15px 0;
	/*Martin*/
	/*max-width:140px;
	width:25.9%*/
}
.col2 .featured-thumbnail-small { margin-top:0 }
.post-cats {
	color:#777;
	font-size:11px;
	font-weight:700;
	margin-bottom:2px
}
.post-cats a,
.widget .post-cats a { color:#777 }
.recent {
	float:left;
	margin:0;
	width:100%
}
.recent-posts-box {
	float:left;
	margin:0 0 15px;
	position:relative;
	width:100%
}
.recent-post {
	border-bottom:1px solid #e6e6e6;
	float:left;
	margin:0 3.2% 20px 0;
	max-width:300px;
	width:48.4%
}
.recent-post:nth-child(2n) { margin:0 0 20px }
/* Blog Big */
#post-big {
	border-bottom:1px solid #E1E1E1;
	margin-bottom:20px;
	padding:0 0 5px;
	overflow:hidden
}
.sticky { padding:0 !important }
.sticky .post-inner {
	background:#f1f1f1;
	padding:10px 2% 10px;
	width:96%
}
/* Blog Medium */
#post-medium {
	margin-bottom:15px;
	padding-bottom:15px;
	overflow:hidden
}
.post-medium-inner { overflow:hidden }
.featured-medium {
	margin:0 15px 0 0;
	max-width:250px;
	width:48.4%
}
/* Blog Small */
.featured-small {
	margin:0 15px 0 0;
	max-width:177px;
	width:28.5%;
}

/*---[ Single ]---*/
.main-content .post,
.main-content .page {
	width: 100%
}
.full-width { margin-top:15px }
.full-width .content { padding:0 }
.content-page,
.content-single {
	float:left;
	margin:0;
	padding:15px 0;
	width:72.1%
}
.content-archive {
	float:left;
	margin:15px 3% 0;
	width:66.2%
}
.page-content { }
.single-content {
	background:#fff;
	padding:0
}
.article-area { background:#fff }
.article-area header {
	float:left;
	width:100%;
}
.single .post header,
.page-content header,
.error404 .page-content header { margin:0 3% }
.single-title {
	font-size:26px;
	line-height:32px;
	margin:0 0 5px
}
.single-post-type {
	clear:both;
	margin:0 3% 20px;
	width:94%
}
.single-post-content,
.single-page-content,
.archive-template-content {
	clear: both;
	overflow:hidden;
	margin:5px 3% 0;
	width:94%;
}
.full-width .single-page-content {
	margin:5px 2% 0;
	width:96%
}
.full-width header { margin:0 2% }
#fullwidth-comments {
	margin:0 2% 20px;
}
.page-links {
	margin-bottom:20px;
	padding:0 3%
}
img.size-full, 
mg.size-large,
img.wp-post-image {
	height:auto;
	max-width:100%
}
article img.right,
article img.alignright,
.wp-caption.alignright {
	display:block;
	float:right;
	margin:0.4em 0 1em 1.5em;
}
article img.aligncenter,
article img.alignnone {
	display:block;
	clear:both;
}
article img.left,
article img.alignleft,
.wp-caption.alignleft {
	display:block;
	float:left;
	margin:0.5em 1.5em 1em 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color:#757575;
	font-size:11px;
	font-style:italic;
	line-height:20px;
}
.wp-caption {
	padding:4px;
	max-width:100%
}
.single-tags {
	margin:20px 0 0;
	padding:0 3%;
}
.alignleft { float:left }
.alignright { float:right }
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post-content table { line-height:2 }
.content-single table {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	width:100%
}
.content-single th {
	padding:6px 10px 6px 0;
	text-transform:uppercase
}
.content-single td {
	border-top:1px solid #e5e5e5;
	padding:6px 10px 6px 0
}
.content-single dl { margin:0 30px }
.content-single dt { font-weight:700 }
.content-single dd { margin:0 0 20px }
.content-single ul,
.content-single .comment ul {
	list-style:disc;
	margin-bottom:20px
}
.content-single ol,
.content-single .comment ol {
	list-style:decimal;
	margin-bottom:20px
}
.content-single ul ul,
.content-single .comment ul ul,
.content-single ul ol,
.content-single .comment ul ol,
.content-single ol ul,
.content-single .comment ol ul,
.content-single ol ol,
.content-single .comment ol ol { margin-bottom:0 }
.content-single li {
	line-height:22px;
	margin-left:30px
}
.content-single address { margin-bottom:20px }
.content-single code { font-family:Consolas,Monaco,Lucida Console,monospace }
.content-single pre {
	border:1px solid #e5e5e5;
	margin-bottom:20px;
	padding:20px;
	overflow:auto
}
.content-single dl.gallery-item { margin:0 }
.responsive-video {
	position:relative;
	padding-bottom:55.25%;
	padding-top:30px;
	width:100%
}
.responsive-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.post-navigation { margin:20px 3% 0 }
.post-navigation .post-nav-links  {
	background:#f0f0f0;
	float:left;
	position:relative;
	width:50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.post-navigation .post-nav-links:hover { background:#e3e3e3 }
.post-navigation .post-nav-links  span {
	color:#777;
	display:block;
	font-size:14px;
	margin-bottom:10px
}
.post-navigation  a {
	color:#333;
	font-size:18px;
	line-height:26px;
}
.post-navigation .prev-link-wrapper { }
.post-navigation .prev-link,
.post-navigation .next-link {
	overflow:hidden;
	padding:8% 7%
}
.post-navigation .prev-link { border-right:1px solid #fff }
.single-post-ad {
	clear:both;
	margin:0 0 10px
}

/*---[ Breadcrumbs ]---*/
.breadcrumbs { margin:0 3% 20px }
.full-width .breadcrumbs { margin:0 2% 20px }
.breadcrumbs a { color:#333 }
.breadcrumbs i { margin-right:4px }

/*---[ Social Share Buttons ]---*/
.share-buttons {
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	overflow:hidden;
	padding:10px 3% 0
}
.above-share-buttons {
	float:left;
	margin:10px 0 20px;
	width:94%
}
.social-btn-title {
	color:#777;
	font-size:14px;
	font-weight:700;
	float:left;
	margin-right:10px;
	padding-top:5px;
	text-transform:uppercase;
}
.social-btn  a {
	color:#fff;
	display:block;
	float:left;
	font-size:16px;
	line-height:28px;
	margin:0 5px 10px 0;
	padding:3px 0;
	text-align:center;
	width:34px;
}
.social-btn  a:hover {color:#fff}
.social-fb a { background:#395aa1 }
.social-twitter a { background:#17a8dd }
.social-gplus a { background:#fc5656 }
.social-stumbleupon a { background:#eb4924 }
.social-pinterest a { background:#BE202E }
.social-linkedin a { background:#017EB4 }
.social-reddit a { background:#cee3f8; color:#000 }
.social-tumblr a { background:#34465d }
.social-delicious a { background:#3399ff }

/*---[ Author Box ]---*/
.author-box {
	background:transparent;
	float:left;
	margin:20px 3% 20px;
	width:94%;
}
.author-head { overflow:hidden }
.author-box h4 { margin:0 }
.author-box h5 {
	float:left;
	font-size:14px;
	line-height:20px
}
.author-box img {
	float:left;
	margin:0 20px 0 0;
}
.author-info-container {
	margin:15px 0 0;
	overflow:hidden;
}
.author-info {
	overflow:hidden;
	padding:0 0 12px
}
.author-social { float:right }
.author-social a {
	color:#fff;
	padding:6px 0;
	text-align:center;
	width:25px
}
.author-social a:hover { color:#fff }
.author-fb a { background:#395aa1 }
.author-twitter a { background:#17a8dd }
.author-gp a { background:#fc5656 }
.author-linkedin a { background:#017eb4 }
.author-pinterest a { background:#cc2127 }
.author-dribbble a { background:#ef5b92 }
.author-desc-box {
	border-bottom:1px solid #E1E1E1;
	float:none;
	margin:0 0 20px;
	width:100%
}

/*---[ Related Posts ]---*/
.relatedPosts {
	clear:both;
	margin:20px 3% 20px;
	position:relative;
	width:94%;
}
.relatedPosts .flex-viewport {
	margin:15px 0 0;
	padding:0
}
.relatedPosts ul {
	margin: 0;
	padding: 0;
}
.relatedPosts ul li {
	background:#fff;
	float:left;
	list-style: none;
	margin:0 10px 0 0;
	width:28%;
}
.relatedPosts ul li:last-child { margin-right:0 }
.relatedPosts ul li a img {
	float: left;
	height: auto;
	width: 100%;
}
.relatedPosts .relatedthumb {
	display: block;
	float: left;
}
.relatedPosts .related-content {
	clear:both;
	line-height:20px;
	min-height:40px;
	padding:5px 0;
}

/*---[ Post Navigation ]---*/
.navigation {
	clear:both;
	display:block;
}

/*---[ Pagination ]---*/
.pagination,
.norm-pagination {
	clear:both;
	font-size:14px;
	margin:15px 0 20px;
	overflow:hidden;
	width:100%;
}
.single .pagination { margin:0 0 20px }
.norm-pagination { font-weight:400 }
.pagination span,
.pagination a {
	color:#333;
	display:inline-block;
	margin:0 10px 0 0;
	padding:5px 13px;
}
.pagination a {
	background:#f4f3f4;
	color:#828282
}
.pagination span,
.pagination a:hover {
	background:#333;
	color:#fff
}

/*---[ Sitemap Template ]---*/
.sitemap-col, .archive-col {
	float:left;
	margin-bottom:20px;
	margin-right:5%;
	width:47.5%;
}
.sitemap-col:nth-child(2n), .archive-col:nth-child(2n) { margin-right:0 }
.sitemap-col ul, .archive-col ul { margin: 0 0 0 20px }
.sitemap-col ul li, .archive-col ul li { list-style: disc }
.sitemap-col a, .archive-col a { color: #555 }

/*---[ Review System ]---*/
.review-box {
	background:#f6f6f6;
	border:1px solid #e3e3e3;
	clear:both;
	margin:0 3% 15px;
	overflow:hidden
}
.review-box .section-heading { margin:0 }
.review-heading {
	border-bottom:1px solid #e3e3e3;
	color:#333;
	font-size:16px;
	margin:0 10px;
	padding:10px 0 5px
}
.review-title {
	background:#e9e9e9;
	color:#555;
	font-size:14px;
	line-height:20px;
	margin:0 15px;
	padding:20px 15px;
	text-transform:uppercase
}
.ratings {
	background:#f6f6f6;
	padding:20px 0 10px;
	margin:0;
	overflow:hidden
}
.review-item {
	color:#333;
	overflow:hidden;
	margin:0 0 15px;
	padding:0 10px 15px;
	position:relative;
}
.review-item-star {
	border-bottom:1px solid #e3e3e3
}
.review-left {
	font-size:14px;
	line-height:20px;
	float:left
}
.rating-star {
	display:inline-block;
	position:relative;
	height:20px;
	overflow:hidden;
	width:75px
}
.review-right {
	float:right;
	position:relative
}
.rating-star-bottom {
	color:#e91b23;
	position:relative
}
.rating-star i,
.rating-star-bottom i { opacity:0.4 }
.rating-star-top i { opacity:1 }
.rating-star-top {
	color:#e91b23;
	height:20px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0
}
.review-item .rating-star-top {
}
.rating-star-top [class^="icon-"] { color:#ff4444 }
.rating-wrap {
	position:absolute;
	top:0;
	width:100%
}
.rating-home {
	display:block;
	font-size:12px;
	margin:0 0 5px;
	text-align:left;
	width:70px
}
.rating-home span { font-weight:400 }
.rating-home-percent {
	display:block;
	font-size:36px;
	line-height:42px
}
.review-text {
	background:#cc0000;
	font-size:10px;
	float:left;
	padding:2px 6px;
	text-transform:uppercase
}
.review-rating {
	background:#ff4444;
	font-size:14px;
	float:left;
	padding:2px 8px;
}
.rating-star-final {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:72px
}
.review-footer {
	background:#ededed;
	overflow:hidden;
	padding:10px;
	position:relative;
}
.review-summary {
	float:left;
	padding:0 2% 10px;
	width:75%;
}
.review-summary h3 {
	color:#333;
	font-size:14px;
	line-height:20px;
	margin:0 0 6px;
	text-transform:uppercase
}
.final-score-box {
	background:#333;
	color:#fff;
	float:left;
	min-height:90px;
	padding:10px 2%;
	position:relative;
	text-align:center;
	width:17%;
}
.final-score {
	font-size:48px;
	line-height:56px;
	margin:0 0 8px
}
.percent-sign {
	font-size:18px;
	line-height:18px;
}
.final-score h4 {
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin:0 0 5px
}
/* Percentage */
.percent-item { padding:0 10px }
.review-criteria {
	clear:both;
	font-size:14px;
	margin-bottom:5px;
	overflow:hidden
}
.review-percent {
	background:#999;
	height:7px;
}
.rating-percent {
	display:block;
	height:7px;
	position:relative;
}
.rating-count {
	color:#000;
}


/*-----------------------------------------------------------------------------------*/
/*	7. Comments
/*-----------------------------------------------------------------------------------*/
#comments{
	clear:both;
	margin:20px 3% 20px
}
#comments .avatar {
	float:left;
	margin-bottom:10px;
	margin-right:2%;
}
.comments-count { margin:0 }
ol.commentlist {
	background:#fff;
	border-top:0;
	margin:15px 0 0;
	padding:0 0;
	position:relative;
	overflow:hidden;
}
.commentlist li.comment,
.commentlist li.pingback {
	float:left;
	list-style:none;
	margin:0;
	width:100%;
}
.commentlist .comment-body {
	border-bottom:1px solid #e1e1e1;
	margin:0 0 20px;
	padding:0;
}
.commentlist li.pingback .comment-body {
	padding:0 0 15px;
}
.commentlist li:last-child  .comment-body { }
.commentlist p { margin:0 0 10px }
.commentlist .comment .children {
	float:left;
	margin-left:15%;
	margin-bottom:0;
	margin-top:0;
	width:85%;
}
.commentlist .children li {
	margin:0;
	position:relative;
	width:100%;
}
.fn {
	font-size:16px;
	font-style:normal;
}
.fn a { color:#333 }
.comment-meta {
	font-size: 12px;
	margin: 5px 0;
}
.comment-meta a { color:#777 }
.commentBody {
	clear:both;
	overflow: hidden
}
.bypostauthor {}
.reply {
	float:right
}
.reply i {
	color:#555;
	margin:0 3px 0 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.comment-reply-link {
	color:#555;
	display:inline-block;
	float:right;
}
#respond {
	clear:both;
	float:left;
	margin:0;
	padding:0 0;
	width:100%;
}
#reply-title {
	font-size:16px;
	line-height:20px;
	margin:0;
	text-transform:uppercase
}
#commentform {
	background:#fff;
	margin:15px 0 0
}
#commentform p {
	margin:0 0 10px;
	position:relative
}
#commentform p label {
	display:none;
	position:absolute;
	left:10px;
	top:13px
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	float: left;
	width:31.4%
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	width:88%
}
#commentform .comment-form-comment {
	clear:both;
	overflow:hidden;
	width:100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email { margin:0 15px 0 0 }
#commentform  input,
#commentform  textarea {
	background-color: #fff;
	border:1px solid #e1e1e1;
	display:block;
	font-size:14px;
	margin:4px 0 0;
	padding:10px 10px;
}
#commentform  textarea { width:95.5% }
#commentform .required { color:#dc0413 }
#commentform #submit {
	background-color:#2e2e2e;
	color:#fff;
	font-size:14px;
	font-weight:400;
	padding:12px 32px 10px;
	text-transform:uppercase;
	cursor:pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#commentform #submit:hover {
	background:#000;
	color:#fff
}


/*-----------------------------------------------------------------------------------*/
/*	8. Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar {
	background:#fff;
	float:left;
	margin:15px 2% 0 0;
	width:25.11%;
}
.sidebar a {
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
.widget {
	margin-bottom:20px;
	overflow:hidden;
	width:100%
}
.widget-title {
	border-bottom:5px solid #e91b23;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	margin-bottom:15px;
	position:relative;
}
.widget-title .title-span {
	background:#e91b23;
	color:#fff;
	display:inline-block;
	margin-left:12px;
	padding:6px 15px;
	position:relative
}
.widget-title .head-corner {
	border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    bottom:0;
    content: "";
    position: absolute;
	border-right-color: #cc0000;
    border-width: 32px 12px 0;
    left: -12px;
}
.widget ul { margin: 0 0 0 20px }
.widget li {
	border-bottom:1px solid #e1e1e1;
	list-style: square;
	margin:0 0 10px;
	padding:0 0 5px;
}
.sidebar-widget {
	border-top:0;
	background:#fff;
	list-style: none;
	margin-bottom:20px;
	position:relative
}
.sidebar-widget a,
.sidebar-small-widget a { color:#333 }
.sidebar .widget li { border-bottom:1px solid #e1e1e1 }
.sidebar .s {
	float:left;
	height:16px;
	margin:0;
}
.sidebar .search-button { float:left }
.sidebar-widget li:last-child {
	margin-bottom:0
}
.widget .menu li { float: none }
.widget ul li ul li {
	border-bottom: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 0
}
.widget .widgetslider,
.widget .widgetslider:after {
	border:0
}
.widget .widgetslider ul { margin:0 }
.widget .widgetslider li {
	border:0;
	margin:0;
	padding:0;
	list-style:none
}
.widget.featured-b {
	border:0;
	margin-bottom:0;
	padding-bottom:0
}
.widget .featured-item {
	margin:0 0 20px;
	width:100%
}
.widget .bigpost {
	margin:0 0 20px;
	width:100%
}
.widget .smallpost {
	margin:0 4% 0 0;
	width:48%
}
.widget .smallpost:last-child { margin:0 }
.sidebar-small {
	background:#f0f0f0;	
	float:left;
	margin:0 3% 0 0;
	width:24.7%
}
.small-sidebar {
	border:1px solid #e1e1e1;
	border-top:0;
	padding:15px 8px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	9. Footer
/*-----------------------------------------------------------------------------------*/
.footer {
	background:#262626;
	border-top:5px solid #e91b23;
	color:#fff;
	clear:both;
	overflow:hidden;
}
.footer a { color:#fff }
.footer-top-widget {
	float:left;
	width:100%
}
.footer-widgets {
	background:transparent;
	margin:0 auto;
	padding:25px 2%;
	width:96%;
}
.footer-widget {
	float:left;
	margin:0 2% 0 0;
	width:23.5%;
}
.footer-widget .widget-title {
	border-bottom:3px solid rgba(255, 255, 255, 0.1);
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	padding-bottom: 3px
}
.footer-widget .widget li { border-bottom-color:rgba(255, 255, 255, 0.1) }
.copyright {
	border-top:1px solid rgba(255, 255, 255, 0.1);
	color:#fff;
	padding:0;
	overflow:hidden;
	width:100%;
}
.copyright-inner {
	margin:0 auto;
	max-width:1195px;
	padding:0 2%;
	width:96%;
}
.copyright-text {
	float:left;
	padding:15px 0
}
.back-to-top {
	cursor:pointer;
    position:fixed;
    bottom:8em;
    right:25px;
    text-decoration:none;
    color:#000000;
    background-color:rgba(235, 235, 235, 0.80);
    font-size:12px;
    padding:10px 15px;
    display:none;
	-webkit-border-radius:40px;
	 -moz-border-radius:40px;
		  border-radius:40px;
    -webkit-transition: background 0.25s linear;
	 -moz-transition: background 0.25s linear;
		  transition: background 0.25s linear;
}
.back-to-top:hover { background-color:rgba(135, 135, 135, 0.50); }
.back-to-top .icon-angle-up {
	color:#000;
	font-size:24px
}


/*-----------------------------------------------------------------------------------*/
/*	10. Widgets
/*-----------------------------------------------------------------------------------*/
/*---[ Recent Posts ]---*/
.recent-posts-widget {
	clear:both;
	padding:0
}
.category-posts,
.random-posts,
.recent-posts,
.widget .popular-posts {
	margin:0 !important;
	padding:0;
}
.category-posts li,
.random-posts li,
.recent-posts li,
.popular-posts li {
	list-style:none;
	overflow:hidden;
}
.recent-posts .info,
.popular-posts .info { overflow:hidden }

/*---[ 160x600 ]---*/
.ad-widget-160 {
	clear:both;
	margin:0 auto 20px;
	width:160px
}
.ad-widget-728 img {
	float:left;
	height:auto
}

/*---[ Search Form ]---*/
.searchform {
	background:#313131;
	padding:10px 3%;
	position:relative;
	width:94%
}
.searchform fieldset {
	border:0;
	color:#888;
}
.s {
	background:#686868;
	border:none;
	color:#fff;
	float:left;
	height:16px;
	margin:0;
	padding:9px 3% 10px;
	width:76%;
}
.search-button {
	background:#fff;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	float: left;
	font-size:12px;
	font-weight:700;
	min-width:13px;
	padding:0;
	height:35px;
	text-transform:uppercase;
	width:18%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
header .searchform {
	background:transparent;
	float:right;
	padding:0;
	width:20%
}
header .searchform i {
	position:absolute;
	top:18px;
	right:10px;
	z-index:10
}
header .s {
	background:rgba(255,255,255,0.2);
	color:#fff;
	padding:18px 4% 19px;
	width:76%
}
header .search-button { 
	background-color:rgba(255,255,255,0.2);
	height:53px;
	width:16%;
	z-index:99
}

/*---[ Tags ]---*/
.sidebar .tagcloud { overflow:hidden }
.tagcloud a {
	background:#1d1d1d;
	color:#fff;
	display:block;
	float:left;
	font-size:12px !important;
	margin:0 4px 4px 0;
	padding:7px 10px;
	text-transform:uppercase;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover { color:#fff }

/*---[ Subscribe Widget ]---*/
#subscribe-widget {
	clear:both;
	float:left;
	margin:0 0 20px;
	width:100%;
}
#subscribe-widget form {
	background-color:#313131;
	padding:10px 3%;
	overflow:hidden
}
#subscribe-widget input[type=text] {
	background-color:#686868;
	border:1px solid #7b7b7b;
	color:#fff;
	float:left;
	height:16px;
	margin:0;
	padding:9px 0 8px;
	text-indent:10px;
	width:69%;
}
#subscribe-widget input[type=submit] {
	background-color:#e91b23;
	border:0;
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	padding:0;
	text-align:center;
	width:30%;
	height:35px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#subscribe-widget input[type=submit]:hover {
	background-color:#1d1d1d;
	color:#fff
}

/*---[ Social Widget ]---*/
.social-widget ul {
	margin:0;
	padding:0
}
.social-widget ul li {
	border:0 !important;
	float:left;
	font-size:14px;
	list-style-type:none;
	margin-bottom:10px !important;
	margin-right:8.8%;
	padding:0
}
.social-widget ul li:nth-child(4n) { margin-right:0 }
.social-widget ul li span {
	color:#fff;
	float:left;
	font-size:24px;
	margin:0;
	width:55px;
	padding:15px 0;
	text-align:center
}
.social-widget ul li.facebook span { background:#3b5999 }
.social-widget ul li.twitter span { background:#00aced }
.social-widget ul li.gplus span { background:#ff4444 }
.social-widget ul li.rss span { background:#ff8800 }
.social-widget ul li.pinterest span { background:#cc2127 }
.social-widget ul li.linkedin span { background:#017eb4 }
.social-widget ul li.instagram span { background:#854e3a }
.social-widget ul li.youtube span { background:#cc181e }
.social-widget ul li.tumblr span { background:#304d6b }
.social-widget ul li.dribble span { background:#e04b85 }

/*---[ 125x125 Ads ]---*/
.ad-125-widget {
	clear:both;
	list-style:none;
	margin:0 0 10px;
	overflow:hidden;
	padding:0;
}
.ad-125-widget ul,
.ad-125-widget li {
	border:0 !important;
	list-style:none;
	margin:0;
}
.ad-125-widget li {
	padding:0;
	width:42%
}
.ad-125-widget li.adleft {
	float:left;
	margin:0 5% 10px 0;
}
.ad-125-widget li.adright {
	float:right;
	margin:0 0 10px;
}

/*---[ 300x250 Ads ]---*/
.ad-300-widget {
	clear:both;
	margin:0 auto 20px;
	max-width:300px;
	width:100%;
}

/*---[ 468x60 Ads ]---*/
.ad-widget-468 {
	clear:both;
	margin:0 auto 15px;
	max-width:100%;
	width:468px;
}

/*---[ 728x90 Ads ]---*/
.ad-widget-728 {
	clear:both;
	margin:0 auto;
	max-width:100%;
	width:728px;
}
.bpxl_728_widget { margin-bottom:0 !important }
.featured-section .ad-widget-container {
	border:1px solid #E1E1E1;
    border-bottom:0;
	overflow:hidden;
	padding:20px 2%
}

/*---[ Tabs ]---*/
#tabs-widget {
	background:#fff;
	border-top:0;
	margin-bottom:0;
	overflow:hidden;
	width:100%
}
#tabs {
	border-bottom:5px solid #cc0000;
    list-style:none;
	margin:0 0 15px;
	overflow:hidden;
}
#tabs li {
	border:0;
    display: inline;
	float:left;
	width:50%;
	margin:0;
	padding:0;
	position:relative;
}
#tabs li a {
	background-color:#262626;
	color:#fff;
	display:block;
	font-size:12px;
	float:right;
	line-height:20px;
	padding:5px 0;
	position:relative;
    text-decoration: none;
	overflow:hidden;
	text-align:center;
	text-transform: uppercase;
	width:92%;
}
#tabs li:before {
	border-color:rgba(0, 0, 0, 0);
    border-style:solid;
    bottom:0;
    content:"";
    position:absolute;
	border-right-color:#0e0e0e;
    border-width:32px 13px 0 0;
    left:0;
}
#tabs li.active:before { border-right-color:#cc0000 }
#tabs li.recent-tab a {
}
#tabs li.active a {
    background-color:#e91b23;
	color:#fff;
}
#tabs-content {
	float:left;
	width:100%
}
#tabs-content ul {
	margin:0;
	padding:0
}
#tabs-content li {
	margin:0 0 10px;
	overflow:hidden;
	padding:0 0 5px
}
#tabs-content li:last-child {
	margin-bottom: 0;
}
.tab-content { display: none }
.tab-content .info { overflow:hidden }
.tabs-meta { display:block }
.post-number {
	background:#e91b23;
	color:#fff;
	font-size:13px;
	font-weight:700;
	padding:3px 9px;
	position:absolute;
	top:4px;
	left:0
}
.comment-text {
	color:#777;
	display:block;
	font-size:12px
}

/*---[ Popular Posts ]---*/
.widgetthumb {
	float:left;
	margin:4px 10px 0 0;
	width:100%
}
.popular-posts { display:block }
.thumbnail {
	float:left;
	margin-right:10px;
	position:relative;
	max-width:100px;
	width:26%
}
.widgettitle {
	display:block;
	font-size:15px;
	font-weight:400;
	line-height:1.5;
}
.meta {
	color:#777;
	display:block;
	font-size:12px;
}

/*---[ Calendar Widget ]---*/
#wp-calendar {
	border:1px solid rgba(0, 0, 0, 0.09);
	width:100%
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	text-align:center
}
#wp-calendar th {
	background:rgba(0, 0, 0, 0.05);
	padding:10px 0;
}
#wp-calendar td {
	padding:10px 0;
}
#wp-calendar tbody tr:nth-child(2n) {
	background:rgba(0, 0, 0, 0.024)
}
#wp-calendar tfoot tr td {
	background:rgba(0, 0, 0, 0.05);
	padding-left:10px;
	text-align:left
}
#wp-calendar td#today { color:#fff }
