/*
Theme Name: LibertyNews
Theme URI: http://wp.wwwebinvader.com/Liberty/
Description: LibertyNews is blog/magazine theme with beautiful design and great functionality. Easily changed using the Theme Options & WordPress Customizer. 
Version: 1.2
Author: Web Invader
Author URI: http://themeforest.net/user/wwwebinvader
License: 
License URI: http://themeforest.net/licenses

Text Domain: libertynews
*/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin,cyrillic");
@import url("http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic");

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* 

	    Liberty Main Stylesheet

	- - - - - Content - - - - - - -
		
	01 - Black Skin CSS
	02 - Reset & Basics
	03 - Clearing
	04 - Call For Action
	05 - Header Banner
	06 - Header Line
	07 - Switch/Toogle
	08 - Menu
	09 - Layout
	10 - Post Like System
	11 - Search
	12 - Featured
	13 - Breadcrumb
	14 - Single Post
	15 - Reviews
	16 - Content Blocks
	17 - Page
	18 - Pagination
	19 - Widgets
	20 - Comments
	21 - Comment Form
	22 - Contact
	23 - Gallery
	24 - Buttons
	25 - Typography
	26 - Post/Page Share Buttons CSS
	27 - Popup
	28 - The Loader
	29 - Post Formats
	30 - Footer
	31 - Media Queries
	32 - Your Own CSS
	
	- - - - - - - - - - - - - -
	
*/

/* 01 - Black Skin CSS
----------------------------------------------- */

@media (min-width: 992px) {

	.skin.dark {
		background: #212121 !important;
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.skin.dark #mainmenu>li>.sub-menu:after {
		border-color: transparent #212121 transparent transparent;	
	}

	.light { 
		color: #212121;
	}

	.dark { 
		color: #fff;
	}
	
	.dark a {
		color: #fa4d01;
	}
		
	.dark a:hover,
	.dark a:focus,
	.dark a:active	{
		color: #fff;
	}
	
	.dark .btn  {
		color: #fff;
	}
	
	.dark a.jm-post-like:hover, 
	.dark a.jm-post-like:active, 
	.dark a.jm-post-like:focus, 
	.dark a.liked:hover, 
	.dark a.liked:active, 
	.dark a.liked:focus {
		color: #fff;
	}

	.dark #mainmenu > li > a {
		color: #fff;
	}

	.dark .block-heading > a, 
	.dark .posts .entry-title a {
	  color: #fff;
	}

	.dark .block-heading > a:hover, 
	.dark .posts .entry-title a:hover {
	  color: #fa4d01;
	}

	.dark #content .block-meta a {
	  color: #fff;
	}

	.dark #content .block-meta a:hover {
	  color: #fa4d01;
	}

	.dark .block-more {
	 color: #fff;
	}

	.dark .block-more:hover {
	 color: #fa4d01;
	}

	.dark #mainmenu > li:hover > a {
		color: #fa4d01;
	}
	
	.dark ul.social-share li a {
		color: #fff;
	}
	
	.dark ul.social-share {
		border-color: rgba(255,255,255,0.08);
	}
	
	.dark #header-main-search {
	  color: #fff;
	}

	.dark .search_box .searchsubmit {
		color: #fff;
	}

	.dark .widget_winvader_liked_posts .title-wrapper .title {
		background: #212121;
	}

	.dark .owl-theme .owl-dots .owl-dot span  {
		background: #fff;
	}

	.dark .owl-theme .owl-dots .active span  {
		background: #fa4d01;
	}

	.dark .block-title {
	  border-color: rgba(255,255,255,0.08);
	}


	.dark .block .post {
	  border-color: rgba(255,255,255,0.08);
	}

	.dark .page-content, 
	.dark .page-content {
	  color: #fff;
	}

	/* dark widgets */

	.dark .widget li > a {
		color: #fff;
	}
	.dark .widget li > a:hover {
		color: #fa4d01;
	}

	.dark .widget_pages ul li a:before {
		color: #fa4d01;
	}

	.dark a.twitter_time:hover {
		color: #fff !important;
	}

	.dark .widget_categories li, 
	.dark .widget_nav_menu li, 
	.dark .widget_pages li {
		  border-color: rgba(255,255,255,0.08);
	}

	.dark ul#recentcomments li.recentcomments {
	  border-color:  rgba(255,255,255,0.12);
	}

	.dark th, 
	.dark td {
		border-color: rgba(255,255,255,0.08);
	}

	.dark .widget_tag_cloud a:hover {
		color: #fff;
	}

	.dark .widget_calendar th {
	  background-color: rgba(33,33,33,0.08);
	}

	.dark ul#recentcomments li.recentcomments a {
		color: #fff;
	}

	.dark .block-heading > a, 
	.dark .posts .entry-title a {
	  color: #fff;
	}

	.dark .liked-posts {
	  border-color: rgba(255,255,255,0.08);
	}

	.dark .widget_winvader_liked_posts .title-wrapper .title {
	  background: #212121;
	}

	.dark .widget_winvader_liked_posts {
	  border-color: rgba(255,255,255,0.08);
	}

	.dark .widget_winvader_liked_posts .liked-posts:last-child {
		margin-bottom: 0px;
		border: 0px;
	}


	.dark input[type="text"],
	.dark input[type="password"],
	.dark input[type="email"],
	.dark textarea,
	.dark select {
		border-color: rgba(255,255,255,0.08);
		color: #fff;
		background: none;
	}

	.dark input[type="text"]:focus,
	.dark input[type="password"]:focus,
	.dark input[type="email"]:focus,
	.dark textarea:focus {
		background-color: rgba(255,255,255,0.04);
	}

	.dark .tagcloud a {
		color: rgba(255,255,255,0.5);
	}

	.dark .widget_winvader_posts .block-meta a {
		color: #8f8f8f;
	}

	.dark .widget_winvader_posts .block-meta a:hover {
		color: #fa4d01;
	}

	.dark .widget_winvader_posts .post1,
	.dark .widget_winvader_posts .post2	{
	  border-color: rgba(255,255,255,0.2);
	}

	.dark .searchsubmit {
	  color: #fff;
	}

	.dark .widget_neatly-recent-posts {
	  background-color: rgba(255,255,255,0.03);
	}

	.dark .widget_neatly-recent-posts .shortnews-block a h4 {
		color: #fff;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	}

	.dark .widget_neatly-recent-posts .shortnews-block a h4:hover {
		color: #fa4d01;
		opacity: 1;
	}


	.dark .widget_neatly-recent-posts .shortnews-block .neatly-read-more {
		color: #fff;
	}

	.dark .widget_neatly-recent-posts .shortnews-block {
	  border-color: rgba(255,255,255,0.20);
	}

	.dark .owl-shortnews-nav .owl-prev, 
	.dark .owl-shortnews-nav .owl-next {
		  border-color: rgba(255,255,255, 0.08);
		  border-width: 1px;
	}

	.dark .block-meta a, 
	.dark .entry-meta a {
	  color: #fff;
	}

	.dark .block-meta a:hover, 
	.dark .entry-meta a:hover {
	  color: #fa4d01;
	}

	.dark .widget_neatly-recent-posts .shortnews-block .neatly-read-more:hover {
		color: #fa4d01;
		opacity: 1;
	}

	.dark .widgettitle {
	  border-color: rgba(255,255,255,0.08);
	}

	.dark .entry-content {
		color: #a9a9a9;
	}


	/* inner pages */

	.dark .breadcrumb {
	  background-color: rgba(255,255,255,0.03);
	  color: rgba(255,255,255,0.5);
	}
	
	.dark .breadcrumb a:hover { 
		color: #fff;
	}

	.dark .review {
		border-color: rgba(255,255,255,0.08);
		background-color: rgba(255,255,255,0.02);
	}

	.dark .review .overall {
		border-color: rgba(255,255,255,0.08);
		background-color: rgba(255,255,255,0.02);
	}

	.dark .author-info h3, 
	.dark .related-posts h3 {
	 border-color: rgba(255,255,255,0.08);
	}
	
	
	.dark .search_box{
	 background-color: rgba(255,255,255,0.03);
	}

	
	.dark .posts article .entry-main,
	.dark .blog-small article	{
	  border-color: rgba(255,255,255,0.08);
	}

	.dark .widget_winvader_ads300 .banner-block-big {
		border-color: rgba(255,255,255,0.08);
	}
	
	.dark .category-feed,
	.dark h1.page-title,
	.dark h1.entry-title, 
	.dark .page h1.entry-title,
	.dark .border-meta,
	.dark hr,
	.dark .commentlist li.comment,
	.dark .bypostauthor > article,
	.dark .commentlist	{
		border-color: rgba(255,255,255,0.08) !important;
	}
	
	.dark .bypostauthor > article {
		background-color: rgba(255,255,255,0.03);
	}	
	
	
	.dark blockquote,
	.dark blockquote p {
		border-color: rgba(255,255,255,0.08);
		color: #fff;
	}
	
	.dark h1, 
	.dark h2, 
	.dark h3, 
	.dark h4, 
	.dark h5, 
	.dark h6,
	.dark .author-description h2,
	.dark .author-link h4, 
	.dark .author-link h4 a {
		color: #fff;
	}
	
	.dark .block-9 .block-excerpt {
		border-color:  rgba(255,255,255,0.08);
	}
	
	.dark span.dropcap {
		background: rgba(255,255,255,0.03) !important;
	}
	
	.dark code {
		color: #fff;
		background: rgba(255,255,255,0.08);
	}
	
	.dark .alert code {
	  padding: 3px 8px;
	  margin: 0px 4px;
	  font-size: 90%;
	  color: #fa4d01;
	  background-color: #f8f8f8;
	  border-radius: 0px;
	}
	
	.dark .author-description {
		color: #fff;
		border-color: rgba(255,255,255,0.08);
	}
	
	.dark .next-prev a,
	.dark .next-prev a,
	.dark .nav-previous:after,
	.dark .nav-next:after	{
		color: #fff;
	}
	
	.dark .next-prev {
		border-color:  rgba(255,255,255,0.08);
	}
	
	.dark #comments-title {
		color: #fff;
	}
	
	/* table */
	
	.dark .table > thead > tr > th, 
	.dark .table > tbody > tr > th, 
	.dark .table > tfoot > tr > th, 
	.dark .table > thead > tr > td, 
	.dark .table > tbody > tr > td, 
	.dark .table > tfoot > tr > td {
		border-color: #323232;
	}

	.dark .table > tbody > tr:hover > td {
	  background-color: #323232;
	  border-color: #323232;
	}

	.table-responsive {
		border-color: #3b3b3b;
	}
	
	.dark .table thead {
		background-color: #3b3b3b;
	}
		
	.dark .table,
	.dark .table > thead > tr > th,
	.dark .table > tbody > tr > th,
	.dark .table > tfoot > tr > th,
	.dark .table > thead > tr > td,
	.dark .table > tbody > tr > td,
	.dark .table > tfoot > tr > td {
	  border-color: #3b3b3b;
	}
	
	
	.dark .tooltip-inner {
		  color: #212121;
		  background-color: #fff;
	}


	.dark .tooltip.top .tooltip-arrow {
	  border-top-color: #fff;
	}
	.dark .tooltip.top-left .tooltip-arrow {
	  border-top-color: #fff;
	}
	.dark .tooltip.top-right .tooltip-arrow {
	  border-top-color: #fff;
	}
	.dark .tooltip.right .tooltip-arrow {
	  border-right-color: #fff;
	}
	.dark .tooltip.left .tooltip-arrow {
	  border-left-color: #fff;
	}
	.dark .tooltip.bottom .tooltip-arrow {
	  border-bottom-color: #fff;
	}
	.dark .tooltip.bottom-left .tooltip-arrow {
	  border-bottom-color: #fff;
	}
	.dark .tooltip.bottom-right .tooltip-arrow {
	  border-bottom-color: #fff;
	}
	
	/* panels */
	
	.dark .panel {
		background-color: #212121;
		border-color: #323232;
	}
	
	.dark .panel-footer {
		background-color: #2b2b2b;
	}
	
	.dark .panel-default>.panel-heading {
		color: #fff;
		background-color: #212121;
		border-color: #323232;
	}
		
	.dark .panel-group .panel-heading+.panel-collapse>.panel-body, 
	.dark .panel-group .panel-heading+.panel-collapse>.list-group {
	  border-color: #323232;
	}	
	

	.dark .nav-tabs>li.active>a, 
	.dark .nav-tabs>li.active>a:hover, 
	.dark .nav-tabs>li.active>a:focus {
	  color: #fff;
	  background-color: #212121;
	  border-color: #323232;
	  border-bottom-color: transparent;
	}
	
	.dark .nav-tabs {
	  border-color:  #323232;
	}
	
	.dark .nav-tabs>li a:hover {
	  color: #fff;
	  background-color: #323232;
	  border-color: #323232;
	  border-bottom-color: transparent;	
	}
	
	.dark .widget_winvader_social .coh i.fa {
	  color: #fff;
	}
	
	.dark .widget_winvader_social .coh .social-box {
	   background-color: rgba(255,255,255,0.03);
	}
		
	
} /* dark skin end */


/* 02 - Reset & Basics
----------------------------------------------- */

body {
	background: rgba(33,33,33,0.08);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
	color: #fa4d01;
	text-decoration: none;
	outline: 0;
	transition: all 0.1s linear 0s;
	outline: none;
}
a:hover {
	color: #212121;
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #212121;
	text-decoration: none;
	outline: none;
}
a > img {
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
}
input, 
select, 
textarea {
	outline: none;
}
p {
	margin: 0 0 20px;
}
p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	margin: 0 0 20px;
}
code {
	white-space: normal;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
tr.alternate {
	background-color: #fafafa;
}
th {
	text-align: left;
	font-weight: bold;
}
th, td {
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding: 5px 0;
}

blockquote,
blockquote p { 
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	color: #212121;
}

blockquote {
	border-left: 0px;
	padding-left: 84px;
	padding-top: 26px;
	padding-bottom: 26px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	display: block;
	border-top: 1px dotted rgba(33,33,33,0.12);
	border-bottom: 1px dotted rgba(33,33,33,0.12);
	min-height: 135px;
}

blockquote:after {
	content: "\f097";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0px;
  top: 30px;
  text-align: center;
  width: 56px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #fff;
  background-color: #fa4d01;
}


blockquote:before {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 56px 56px 0;
	border-color: transparent #fa4d01 transparent transparent;
	left: 0px;
	top: 52px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

blockquote:hover:before {
	top: 60px;
}

blockquote cite {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #212121;
}

label, legend {
	font-size: 13px;
	font-weight: bold;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	font: 13px/22px 'PT Serif', serif, Arial, sans-serif;
	font-style: italic;
	border: 1px solid rgba(33,33,33,0.08);
	padding: 10px 16px;
	font-size: 14px;
	color: #8f8f8f;
	max-width: 100%;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: rgba(33,33,33,0.01);
	box-shadow: none;
	outline: none;
	font: 13px/22px 'Open Sans', Arial, sans-serif;
	font-style: normal;
}
fieldset {
	border: 1px solid rgba(33,33,33,0.08);
	padding: 20px;
}
ul, ol {
	margin: 0 0 20px;
}
li {
	line-height: 24px;
}
dt {
	margin-bottom: 6px;
}

.no-padding {
	padding: 0 !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.wp-caption {
	margin-bottom: 25px;
	text-align: center;
	padding: 10px;
	border: 1px solid rgba(33,33,33,0.08);
	background: #fcfcfc;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 11px;
	color: #888;
	margin: 10px 0;
}

.sticky .block-side,
.sticky .entry-image {
	position: relative;
}

.sticky .block-side:before,
.sticky .entry-image:before {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	text-align: center;
	content: '\f006';
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 18px;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.sticky .block-side:after,
.sticky .entry-image:after {
    	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	z-index: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #fa4d01 transparent transparent;
}

::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}


/* 03 - Clearing
----------------------------------------------- */

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.container:after,
.row:after,
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: table;
}


/* 04 - Call For Action
----------------------------------------------- */


.cfa-wrapper {
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	color: #ffffff;
	padding: 0px;
	background-color: #212121;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cfa-wrapper a {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 33px 35px;
	width: 100%;	
	height: 100%;
}
.cfa-wrapper a h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.cfa-wrapper a span { 
	color: #fa4d01; 
}

/* 05 - Header Banner
----------------------------------------------- */

.header-banner-wrapper{
	background: #212121;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.08);
	-moz-box-shadow:    inset 0px -1px 0px 0px rgba(255, 255, 255, 0.08);
	box-shadow:         inset 0px -1px 0px 0px rgba(255, 255, 255, 0.08);
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

.header-banner {
	width: 970px;
	height: 90px;
	
}


/* 06 - Header Line
----------------------------------------------- */

.header-line {
	background: #212121;
}


.breaking-news .news-ticker-line {
	overflow: hidden;
	display: block;
}

.breaking-news .title {
	float: left;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding-right: 20px;
}

.breaking-news .news-ticker a {
	margin-left: 20px;
	position: relative;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	/*
	border-right: 1px dotted #fff;
	padding-right: 20px;
	*/
}

.breaking-news .news-ticker a:after {
	content: '/';
	margin-left: 20px;

}

.breaking-news .news-ticker a:hover {
	opacity: 1;
}

.breaking-news .news-ticker {
	height: 46px !important;
	font-family: 'PT Serif', serif;
	font-style: italic;
}

.breaking-news .news-ticker.str_wrap {
	background: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.breaking-news .news-ticker.str_wrap.str_active {
	background: rgba(33,33,33,0.06);
}


/* defaults */

.str1 {
	 width:100%;
	 display:inline-block;
	 //display:inline;
	 //zoom:1;
	 vertical-align:top;
}
.str_wrap p {
	padding:10px 0;
	margin:0;
}

/* Plugin CSS */

.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}


/* Header & Footer Social Icons */

.social-icons-main {
	margin: 0px;
	padding: 0px;
}

.social-icons-main li:last-child a {
	padding-right: 0px;
}

.social-icons-main li {
	float: left;
	list-style: none;
}

.social-icons-main li a {
	display: block;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	opacity: 0.5;
}

.social-icons-main li a:hover {
	opacity: 1;
}


/* 07 - Switch/Toogle
----------------------------------------------- */

.toggle-wrapper {
	position: relative;
	margin-left: 12px;
	color: #212121;
}

.toggle-wrapper .toggle-light {
	float: right;
	margin-left: 14px;
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.toggle-wrapper .toggle-dark {
	float: left;
	margin-right: 14px;
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.toggle-wrapper .toggle-on {
	opacity: 1;
}

.toggle {
  font-style: normal;
  background-color: #fa4d01;
  border-radius: 60px;
  cursor: pointer;
  width: 52px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: all .25s linear;
}
.toggle .slide {
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 2px;
  left: 28px;
  transition: all 0.3s cubic-bezier(0.43, 0.98, 0.86, 1);
}

.toggle .slide:before, 
.toggle .slide:after {
  color: #fff;
  content: "\f185";
  font-family: fontAwesome;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
.toggle .slide:before {
  right: -20px;
  color: #fff;
}
.toggle .slide:after {
  content: "\f186";
  left: -18px;
  color: #fff;
}
.toggle.on {
  background: #fa4d01;
}
.toggle.on .slide {
  left: 2px;
  color: #fff;
}

.header-row {
	background: #fff;
}

.header-container {
	border-bottom: 1px solid rgba(33,33,33,0.08);
}


/* 08 - Menu
----------------------------------------------- */

/* main menu */

#mainnav {
	text-align: left;
}
#mainmenu {
	margin: 0;
	padding: 0;
	padding-right: 60px;
}
#mainmenu, #mainmenu ul {
	list-style: none;
}
#mainmenu ul {
	text-align: left;
}
#mainmenu li {
	position: relative;
	margin: 0;
}
#mainmenu > li {
	float: left;
}
#mainmenu li a {
	display: block;
	padding: 28px 20px 32px 20px;
}
#mainmenu > li > a {
	color: #212121;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	
}
#mainmenu > li:first-child > a {
	padding-left: 0px;
}

#mainmenu > li:hover > a {
	color: #fa4d01;
}

#mainmenu ul a {
	padding: 5px 25px 5px 20px;
	color: #fff;
}
#mainmenu ul {
	margin: 0;
	display: none;
	position: absolute;
	font-size: 15px;
	top: 71px;
	z-index: 999;
	width: 230px;
	padding: 0px;
	background: #fa4d01;
}

#mainmenu ul li {
	line-height: 24px;
	padding: 8px 0px;
	transition: all 0.1s linear 0s;
}


#mainmenu ul ul {
	top: 0;
	left: 230px;
	padding: 0;
}

#mainmenu ul>li:hover {
	color: #fff;
	background-color: rgba(33,33,33,0.06);
}

#mainmenu>li>.sub-menu:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 15px 12px 0;
	border-color: transparent #fff transparent transparent;	
}

#mainmenu i.mainmenu-fa-icon {
	margin-left: 12px;
}
#mainmenu ul i.mainmenu-fa-icon {
	position: absolute;
	right: 20px;
	top: 17px;
}
.mainmenu {
	display: none;
	padding: 12px 5px 12px 12px;
	font-size: 16px;
	background: #fff;
}

/* header links menu */

.header-link-menu {
	position: relative;
	padding: 58px 0px 45px 0px;
	font-size: 14px;
	font-family: 'PT Serif', serif;
	font-style: italic;
}


.linkmenu {
	margin: 0;
	padding: 0;
}
.linkmenu, .linkmenu ul {
	list-style: none;
}
.linkmenu ul {
	text-align: left;
}
.linkmenu li {
	position: relative;
	margin: 0;
}
.linkmenu > li {
	float: left;
}
.linkmenu li a {
	display: block;
	padding: 28px 20px 32px 20px;
}

.linkmenu  > li > a {
	color: rgba(33,33,33,0.5);
	opacity: 1;
	padding: 0px 12px 20px 12px;
}


.linkmenu > li:hover > a {
	color: #fa4d01;
	opacity: 1;
}
.linkmenu ul a {
	padding: 5px 25px 5px 20px;
	color: #fff;
	width: 100%;
}
.linkmenu ul {
	margin: 0;
	display: none;
	position: absolute;
	font-size: 15px;
	top: 42px;
	left: 50%;
	margin-left: -100px;
	z-index: 999;
	width: 200px;
	padding: 0px;
	background: #fa4d01;
}

.linkmenu ul li {
	line-height: 24px;
	padding: 8px 0px;
	width: 100%;
	transition: all 0.1s linear 0s;
}

.linkmenu ul ul {
	top: 0;
	left: 200px;
	padding: 0;
	margin-left: 0px;
}
.linkmenu ul>li:hover {
	color: #fff;
	background-color: rgba(33,33,33,0.06);
}

.linkmenu>li>.sub-menu:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fa4d01 transparent;	
}

.linkmenu i.linkmenu-fa-icon {
	margin-left: 12px;
	color: #212121;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	border: 2px solid rgba(33,33,33,0.08);
}
.linkmenu ul i.linkmenu-fa-icon {
	margin-left: auto;
	color: #fff;
	border-radius: none;
	width: auto;
	height: auto;
	line-height: auto;
	text-align: auto;
	border: none;

	position: absolute;
	right: 20px;
	top: 13px;
}

.linkmenu .header-share-social .fa {
	float: right;
	line-height: 26px;
}



/* 09 - Layout
----------------------------------------------- */

#wrapper {
	background-color: #fff;
	padding-top: 0px;
	margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.boxed #wrapper {
	margin: 40px auto;
}
body.custom-background.stretched {
	background: none;
}



.main-logo-wrapper {
	display: inline-block;
	width: 100%;
	height: 110px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center !important;
	-webkit-transition: background 0.18s; 
	-moz-transition: background 0.18s; 
	-ms-transition: background 0.18s; 
	-o-transition: background 0.18s; 
	transition: background 0.18s;
}

.logo-wrapper {
	height: 110px;
	margin-bottom: 18px;
	margin-top: 18px;
}


#site-title {
	font-size: 36px;
	margin: 12px 0px 0px 0px;
	font-weight: bold;
}
#logo {
	margin: 0;
	line-height: 30px;
	line-height: 105px;
}

#logo img {
	max-height: 110px;
	vertical-align: middle;
}

#site-title a {
	color: #212121;
}
#site-description {
	font-size: 14px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	color: #212121;
	opacity: 0.5;
	margin: 0px 0px 10px 0px;
}
main {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

#footer-widget {
	background-color: #212121;
	color: #fff;
	padding-top: 40px;
	font-size: 14px;
}
#footer-widget .row {
	padding-top: 25px;
	padding-bottom: 0px;
}
#footer-widget .textwidget {
	margin-right: 1px;
}
#bottom {
	background-color: #212121;
	border-top: 1px solid rgba(255,255,255,0.08);
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-family: 'PT Serif', serif;
	color: rgba(255,255,255,0.5);
}

#bottom .footer a {
	color: #fff;
}

#bottom .footer a:hover {
	color: #fa4d01;
}

#bottom .footer {
	line-height: 50px;
}

/* 10 - Post Like System
----------------------------------------------- */

a.jm-post-like {
	font-weight: normal;
	display: inline-block;
	width: auto;

	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked {
	
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus { /* default on hover */
	color: #212121;
}

/* 11 - Search
----------------------------------------------- */


.header-link-menu ul {
	float: right;
}

.header-link-menu ul li {
	float: left;
	list-style: none;
}

#header-main-search {
	color: #212121;
	float: right;
	font-size: 14px;
	padding: 28px 0px 32px 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.search_box {
  clear: both;
  width: 100%;
  background: rgba(33,33,33,0.01);
  padding: 0px 10px;
  margin: 0;
  height: 0;
  overflow: hidden;
  -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:  all0.1s ease-in-out;
  transition:  all 0.1s ease-in-out;
}
.search_box.active{
  height: auto;
  padding: 20px;
  margin-bottom: 40px;
  -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;
}


.search_box_2 {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
}

.search_box {
	width: 100%;
}

.search_box input {
	width: 100%;
}

.search_box input.s {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	font-weight: 300;
	padding-left: 16px;
	padding-right: 60px;
	margin-right: -60px;
	border: none;
	background: none;
}

.search_box .searchsubmit {
	height: 80px;
	text-align: right;
	background: none;
	color: #212121;
	font-size: 36px;
	width: 60px;
}

button,
input {
outline: 0px !important;
}

/* 12 - Featured
----------------------------------------------- */

.featured {
	margin-bottom: 17px;
	display: inline-block;
}

.large-grid {
	margin-bottom: 30px;
}

.featured .post {
	position: relative;
	overflow: hidden;
}


.featured .post-wrapper .post {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 19px;
}

.featured .block-like {
	font-family: 'Open Sans', sans-serif;
	display: block;
	float: left;
	min-width: 64px;
	height: 64px;
	font-size: 14px;
	margin-top: 4px;
	margin-right: 30px;
	background: #fa4d01;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.featured .block-like .jm-post-like {
	margin-top: 9px;
}

.featured .block-like a {
	font-weight: bold;
	width: 100%;
}
.featured .block-like a:hover,
.featured .block-like a:focus {
	color: #fff;
}

.featured .block-like .jm-post-like .fa-heart,
.featured .block-like .jm-post-like .fa-heart-o {
	width: 100%;
	margin-right: -2px;
	font-size: 21px;
}

.featured .post-wrapper .post .block-excerpt {
	color: #fff;
}

.featured a {
	color: #fff;
}
.featured header {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51));
	padding: 20px 22px 20px 22px;
}
#wrapper .featured header a:hover {
	color: #fff;
}
.featured h2 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.featured .entry-category a {
	color: #fff;
	font-size: 12px;
	background-color: #fa4d01;
	padding: 8px 20px;
}

.featured .post .block-meta {
	display: inline-block;
	margin-top: 14px;
}


.featured .post:first-child:hover header {
	margin-bottom: 0px;
}


.featured .post header {
	margin-bottom: 0px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.featured .post-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: none;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;	
}

.row.featured .post:hover .post-bg:after,
.owl-carousel-featured:hover .post-bg:after,
.owl-carousel-featured-1 .post:hover .post-bg:after {
	background: rgba(33,33,33,0.6);
}

/* owl-carousel-featured-1 */


.owl-carousel-featured-1 .featured {
	display: block;
}

.owl-carousel-featured-1 .post-wrapper .post {
  margin-bottom: 0px;
}
 
.owl-carousel-featured-1 .owl-nav [class*='owl-'] {
	margin-top: -60px;
}



 .owl-carousel-featured.featured .post header {
	text-align: center;
}

.owl-carousel-featured.featured .post header h2 {
	margin-bottom: 20px;
}


.featured .post.big-featured .entry-category {
	position: absolute;
	top: 30px;
	left: -100%;
}


.featured .post .entry-category {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 18px;
	display: inline-block;
	
	margin-bottom: 0px;
	position: relative;
	top: auto;
	left: auto;
}


.featured .post.big-featured:hover .entry-category {
	left: 30px;
}


.featured .post .entry-category {
	margin-right: 10px;
}
.featured .post .entry-category a {
	padding: 3px 15px;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.row.featured .post:first-child header,
.owl-carousel-featured header {
	padding: 26px 30px 30px 30px
}
.owl-carousel-featured .owl-controls{
	margin-top: 30px;
	margin-bottom: 10px;
}

.row.featured .post h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}

.row.featured .small-featured h2 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 24px;
}
.featured img {
	transition: all 1s ease 0s;
	width: 100%;
}

.owl-carousel-featured .post h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0 10px;
}


.row.featured .post:hover header {
	padding-bottom: 50px;
}



.row.featured .post.small-featured:hover header {
	padding-bottom: 64px;
}


.row.featured .post.small-featured .entry-category {
	margin-left: 0px;
}


/* large-grid */

.large-grid.featured {
	margin-left: 0;
	margin-right: 0;
}
.large-grid.featured .post-wrapper {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.large-grid.featured .post-wrapper .post{
	margin-bottom: 0;
}

.large-grid.featured .post-wrapper .small-featured h2 {
	font-size: 14px;
}

.large-grid.featured .post.small-featured header {
	padding-bottom: 16px;
}

.large-grid.featured .post.small-featured:hover header {
	padding-bottom: 30px;
}


.large-grid.featured  .post.small-featured .entry-category {
	position: absolute;
	top: 30px;
	left: -100%;
}
.large-grid.featured  .post.small-featured:hover .entry-category {
	left: 30px;
}

/* 13 - Breadcrumb
----------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	color: rgba(33,33,33,0.5);
	padding: 16px 20px;
	margin-bottom: 40px;
	list-style: none;
	background-color: rgba(33,33,33,0.01);
	border-radius: 0px;
}
.breadcrumb-lead {
	color: #bbb;
	margin-right: 3px;
}
.breadcrumb a {
	margin: 0 4px;
}
.breadcrumb span {
	color: #999;
	margin: 0 4px;
}


/* 14 - Single Post
----------------------------------------------- */

.single h1.entry-title,
.page h1.entry-title {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(33,33,33,0.02);
}
.single header .entry-image,
.page header .entry-image {
	margin-bottom: 20px;
}
.single .entry-content,
.page .entry-content {
	margin-top: 30px;
}

.single .entry-meta {
	margin-top: 10px;
	line-height: 30px;
}
.next-prev {
	color: #bbb;
	font-size: 14px;
	border-top: 1px solid rgba(33,33,33,0.08);
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding: 33px 0;
	text-align: left;
	margin-top: 10px;
}
.next-prev > div {
	padding: 0px;
}
.next-prev > div > div {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
.next-prev a {
	color: #212121;
	font-size: 18px;
	line-height: 1.3;
}
.next-prev a:hover {
	color: #fa4d01;
}
.nav-previous {
	float: left;
	width: 50%;
	padding: 0px 20px 0px 65px !important;
	display: inline-block;
	position: relative;
	min-height: 107px;
}

.nav-previous:after { 
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #212121;
  font-size: 24px;
  height: 36px;
  margin-top: -18px;
  line-height: 36px;
  left: 0px;
  position: absolute;
  top: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-previous:hover:after { 
	left: 10px;
}

.nav-next {
	width: 50%;
	padding: 0px 65px 0px 20px !important;
	display: inline-block;
	position: relative;
	min-height: 107px;
}

.nav-next:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #212121;
  font-size: 24px;
  height: 36px;
  margin-top: -18px;
  line-height: 36px;
  right: 0px;
  position: absolute;
  top: 70px;	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-next:hover:after { 
	right: 10px;
}

.nav-previous .fa {
	margin-right: 10px;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.nav-next .fa {
	margin-left: 10px;
}
.single .entry-footer {
	margin-top: 40px;
}

.single .entry-footer .tags .fa-tags{
	margin-right: 6px;
}


.tags {
	border-top: 1px solid rgba(33,33,33,0.08);
	padding-top: 30px;
	margin-bottom: 20px;
}

.tags span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 12px;
}


.tags a {
	color: #fff;
	background: #fa4d01;
	padding: 9px 16px;
	margin: 0px 8px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

.tags a:hover {
	background: #212121;
}
.norelated {
	color: #999;
}
.author-info {
	margin-top: 60px;
}
.author-info .avatar {
	margin-right: 24px;
}
.author-link h4 {
	margin-bottom: 2px;
	line-height: 20px;
}
.author-link h4,
.author-link h4 a {
	font-weight: bold;
	font-size: 15px;
	color: #212121;
}
.author-info .author-link > a {
	color: #aaa;
	font-size: 14px;
}
.author-link a:hover {
	color: #fa4d01;
}
.author-description {
	margin-top: 10px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 15px;
	color: rgba(33,33,33,0.5);
	border-bottom: 1px solid rgba(33,33,33,0.08);
	margin-bottom: 40px;
	padding-bottom: 26px;
	margin-bottom: 20px !important;
}
.author-description h2 {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: rgba(33,33,33,1);
}
.author-website {
	margin-top: 12px;
}
.author-website a {
	font-size: 13px;
}
.author-website i {
	font-size: 10px;
	margin-right: 3px;
}
.author-info .widget_winvader_social,
.archive-meta .widget_winvader_social {
	margin-top: 14px;
}
.author-info .widget_winvader_social ul,
.archive-meta .widget_winvader_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.author-info .widget_winvader_social i.fa,
.archive-meta .widget_winvader_social i.fa {
	font-size: 20px;
	width: 20px;
}
.author-info .widget_winvader_social .social-box,
.archive-meta .widget_winvader_social .social-box {
	line-height: 14px;
	padding: 7px;
}
.author-info h3,
.related-posts h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding-bottom: 18px;
	margin-bottom: 27px;
}
.related-posts {
	margin-top: 60px;
}
.related-posts ul {
	list-style: none;
	padding: 0;
}
.related-posts h4.block-heading {
	font-size: 13px;
}

/* 15 - Reviews
----------------------------------------------- */

.review {
	border: 1px solid rgba(33,33,33,0.02);
	background-color: rgba(33,33,33,0.01);
	padding: 15px;
	margin-bottom: 40px;
}
.review .row {
	padding-top: 5px;
	padding-bottom: 5px;
}
.review .rating {
	text-align: right;
}
.review .overall {
	margin-top: 10px;
	font-size: 32px;
	background-color: rgba(33,33,33,0.03);
	border-top: 1px solid rgba(33,33,33,0.02);
	border-bottom: 1px solid rgba(33,33,33,0.02);
}
.review .summary {
	margin-top: 20px;
}


/* 16 - Content Blocks
----------------------------------------------- */

.block {
	margin-bottom: 20px;
	width: auto;
	height: 100%;
	overflow: hidden;
}

.content-builder .block.row{ 
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.content-builder.col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}

.small-sidebar {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
	list-style: none;
}

@media (max-width: 992px) {
	.small-sidebar {
		float: none;
	}
}

.block:last-child {
	margin-bottom: 0;
}

.block .col-lg-1, 
.block .col-lg-2, 
.block .col-lg-3, 
.block .col-lg-4, 
.block .col-lg-5, 
.block .col-lg-6, 
.block .col-lg-7, 
.block .col-lg-8, 
.block .col-lg-9, 
.block .col-lg-10, 
.block .col-lg-11, 
.block .col-lg-12 {
	min-height: 0px;
}

.block header {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.block-title {
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 52px;
	margin-bottom: 32px;
	border-top: 1px solid rgba(33,33,33,0.08);
	border-bottom: 1px solid rgba(33,33,33,0.08);
	width: 100%;
	float: left;
	display: inline-block;
}

.block-more {
	position: relative;
	display: inline-block;
	float: right;
	right: 0px;
	line-height: 48px;
	color: #212121;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

.block-more .fa {
	color: #fa4d01;
	font-size: 12px;
	margin-left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.block-more:hover .fa {
	margin-left: 4px;
	margin-right: 4px;
}

.block-more:hover {
	color: #fa4d01;
}


.col-lg-12 .block-more {
	right: 0px;
}


.block ul {
	list-style: none;
	padding: 0;
}
.block-top,
.block-side,
.posts .entry-image {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.entry-image .entry-category {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.entry-image:hover .entry-category {
	left: -100%;
}

.entry-image .entry-category a {
	display: block;
	color: #fff;
	background-color: #fa4d01;
	opacity: 1;
	font-size: 14px;
	padding: 3px 15px;
}
.entry-image .entry-category a:hover {
	background-color: #212121;
}


.entry-main .entry-category a {
	color: #fff !important;
	  padding: 3px 15px;
	  font-weight: bold;
	  text-transform: uppercase;
	  font-size: 14px;
	  display: inline-block;
	  margin-bottom: 12px;
	  background: #fa4d01;
}

.entry-image .entry-category a {
	margin-bottom: 0px;
}
.widget .block-top .overlay, 
.widget .block-side .overlay, 
.widget .posts .entry-image .overlay {
	left: -42px;
}

.block-top .overlay,
.block-side .overlay,
.posts .entry-image .overlay {
	background: #212121;
	color: #fff;
	font-size: 21px;
	overflow: hidden;
	height: 42px;
	width: 42px;
	left: 0;
	opacity: 1;
	position: absolute;
	bottom: 50%;
	margin-bottom: -21px;
	transition: all 0.5s ease 0s;
	text-align: center;
	line-height: 42px;
	
}

.block-top:hover .overlay,
.block-side:hover .overlay,
.posts .entry-image:hover .overlay {
	opacity: 1;
	background: rgba(33,33,33,0.6);
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

.block-top .overlay i,
.block-side .overlay i,
.posts .entry-image i {
	position: absolute;
	font-size: 21px;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	text-align: center;
	line-height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block-top:hover .overlay i,
.block-side:hover .overlay i,
.posts .entry-image:hover i {
	font-size: 48px;
}

.overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity:1;
}

.block-top img,
.block-side img,
.posts .entry-image img {
	transition: all 1s ease 0s;
	width: 100%;
}

h3.block-heading {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.posts h2.entry-title {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 5px;
}
.blog-grid h2.entry-title,
.blog-masonry h2.entry-title {
	font-size: 16px;
}
h4.block-heading {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.block .post {
	margin-bottom: 20px;
}
.block-heading > a,
.posts .entry-title a {
	color: #212121;
}
.block-heading > a:hover,
.posts .entry-title a:hover {
	color: #fa4d01;
}
.block-content,
.posts .entry-main {
	font-size: 15px;
	color: #8f8f8f;
}
.block-top + .block-content,
.posts .entry-image + .entry-main {
	margin-top: 18px;
}
.block-meta,
.entry-meta {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin: 0;
	margin-top: 12px;
}

.entry-like a.jm-post-like {
	font-weight: bold;
}

.block-meta > *,
.entry-meta > * {
	margin-right: 10px;
}
.block-meta i,
.entry-meta i {
	font-size: 14px;
	margin-right: 4px;
}

.entry-category .fa {
	margin-right: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single .entry-category:hover .fa {
	color: #fa4d01;
}

.block-meta a:hover,
.entry-meta a:hover {
	color: #fa4d01;
}
.block-side {
	margin-right: 25px;
	float: left;
	max-width: 115px; /* retina display fix */
}
.block-excerpt,
.posts .entry-content {
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

#content .block-meta a {
	color: #212121;
}

#content .block-meta a:hover {
	color: #fa4d01;
}



.block-top .entry-category {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
	left: 0px;
	top: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.block-top .entry-category a{ 
  padding: 3px 15px;
  font-size: 14px;
  display: block;
  float: right;
  right: 0px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fa4d01;
  color: #fff;
}



.block-1 .post {
	margin: 0px 0px 32px 0px;
	padding-bottom: 33px;
	border-bottom: 1px solid rgba(33,33,33,0.08);
}

.block-1 .post:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.block-4 .post:first-child,
.block-4 .post:last-child {
	margin: 0px 0px 30px 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.block-4 .block-top {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 100%;
}

.block-4 .post {
	margin: 0px 0px 27px 0px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(33,33,33,0.08);
}

.block-1 .block-side {
	margin-right: 30px;
}

.block-1 .block-heading {
	padding-top: 3px;
	margin-bottom: 7px;
	font-size: 16px;
}
.block-2 li:nth-child(2n+1) {
	clear: both;
}
.block-3 .post {
	margin: 0 0 20px;
}
.block-3 .block-heading {
	font-size: 15px;
	margin: 6px 0 0;
}

.block-3 .masonry-container-block {
	display: block;
	position: relative;
	display: inline-block;
	width: 100%;
}

.block-4 > div:nth-child(2n+3) {
	clear: both;
}
.block-4 > div:nth-child(n+3) {
	margin-top: 80px;
}

.block-5 .block-top .block-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 16px 0px;
	margin-bottom: -100%;
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block-5 .block-top:hover .block-meta {
	margin-bottom: 0;
}

.block-5 .block-meta {
	margin-bottom: 12px;
}

.block-5 .block-top .overlay .fa {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block-5 .block-top:hover .overlay .fa{
	margin-top: -40px;
}

.block-5 .block-top .block-meta a {
	color: #fff !important;
}

.block-5 .block-top .block-meta a:hover {
	color: #fa4d01 !important;
}

.block-6 .block-heading {
	font-size: 16px;
}

.block-6 .post {
  border-top: 1px solid rgba(33,33,33,0.08);
  margin: 0;
  padding: 24px 0px 24px 0px;
  display: inline-block;
  width: 100%;
}

.block-6 .post:first-child {
	border-top: none;
	padding-top: 0px;
}

.block-8 li:nth-child(3n+1) {
  clear: both;
}

.block-8 .post {
  margin-bottom: 30px;
}

.block-9 li:nth-child(3n+1) {
  clear: both;
}

.block-9 .post {
  margin-bottom: 60px;

}

.block-9 .block-excerpt {
	border-bottom: 2px solid rgba(33,33,33,0.08);
	min-height: 136px;
	margin-bottom: 20px;
    position: relative;
}

.block-9 .block-excerpt:after {
	content:'';
	position: absolute;
	left: 0px;
	bottom: -2px;
	height: 2px;
	width: 0px;
	background-color: rgba(33,33,33,0.08);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.block-9 .post:hover .block-excerpt:after {
	content:'';
	position: absolute;
	left: 0px;
	bottom: -2px;
	height: 2px;
	width: 100%;
	background-color: #fa4d01;
}

.block-9 .block-excerpt {
	font-style: italic;

}

.rating {
	color: #fa4d01;
}


/* NEW Block 7 */


.block-7 .block-top .overlay, 
.block-7 .block-side .overlay, 
.block-7 .posts .entry-image .overlay {
	left: -42px;
}

.block-7 .block-top:hover .overlay, 
.block-7 .block-side:hover .overlay, 
.block-7 .posts .entry-image:hover .overlay {
	left: 0px;
}

.block-7 .block-content {
	overflow: hidden;
}

.block-7 .block-content {
	margin-top: 26px;
}

.block-7 .post {
	margin-bottom: 2px;
}

.block-7 .entry-category {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: -42px;
	margin-right: 16px;
}

.block-7 .block-top .block-meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 25px 25px;
	margin-bottom: 0px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block-7 .block-top:hover .block-meta {
	margin-bottom: -100%;
}

.block-7 .block-meta {
	margin-bottom: 12px;
}

.block-7 .block-top .overlay .fa {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.block-7 .block-top:hover .overlay .fa{
	margin-top: -40px;
}

.block-7 .block-top .block-meta a {
	color: #fff !important;
}

.block-7 .block-top .block-meta a:hover {
	color: #fa4d01 !important;
}


/* 17 - Page
----------------------------------------------- */

.page .posts .entry-image {
	margin-top: 0;
}

.posts article .entry-main {
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding-bottom: 30px;
}

.blog-small article .entry-main {
	border-bottom: none; 
	padding-bottom: 0px;
}
.posts article {
	margin-bottom: 30px;
}

.blog-small  article {
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding-bottom: 30px;
}


h1.page-title {
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid rgba(33,33,33,0.08);
	width: 100%;
}
.page-template-page-blog-php .page-title,
.page-template-page-builder-php .page-title {
	text-align: center;
}
.page-template-page-blog-php .page-content,
.page-template-page-builder-php .page-content {
	color: #8f8f8f;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

article.page {
	margin-bottom: 60px;
}
article.page > .entry-content,
article.page > .entry-footer {
	margin-bottom: 40px;
}

.blog-small article {
	margin-bottom: 30px;
}
.blog-small .entry-image {
	margin-right: 30px;
	float: left;
}
.block-1 .block-side,
.blog-small .entry-image {
	max-width: 47%; /* retina display fix */
	width: 47%;
}
.blog-small .entry-main {
	overflow: hidden;
}
.blog-large h2.entry-title {
	font-size: 26px;
	font-weight: 400;
}
.blog-large article {
	margin-bottom: 40px;
}

.archive-meta {
	margin-top: 10px;
	color: #888;
}
.category-feed {
	font-size: 14px;
	border-bottom: 1px solid rgba(33,33,33,0.08);
	padding-bottom: 30px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.archive-meta .author-avatar {
	float: left;
	margin-right: 10px;
}
.archive-meta .author-description {
	margin: 0;
}


/* 18 - Pagination
----------------------------------------------- */

.pagination {
	text-align: center;
	display: block;
}

.pagination span.current,
.pagination a,
.pagination a:visited {
	padding: 11px 18px;
	margin-right: 8px;
	color: #fff;
	font-weight: bold;
	background-color: #212121;
}
.pagination span.current {
	background-color: #fa4d01;
	display: inline-block;
	color: #fff;
}
.pagination a:hover {
	color: #fff;
	background-color: #fa4d01;
}

.pagination a {
	margin-right: 6px;
	display: inline-block;
	margin-bottom: 5px;
}


/* 19 - Widgets
----------------------------------------------- */

#sidebar {
	font-size: 15px;
}
#sidebar > ul,
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar.rs > ul {
	margin-left: 0px;
}
#sidebar.ls > ul {
	margin-right: 0px;
}
#sidebar.col-lg-pull-8 > ul {
	margin: 0 40px 0 0;
}
.widget .block-side {
	max-width: 120px;
}
.widgettitle {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(33,33,33,0.08);
	position: relative;
}
.widgettitle span {
	display: inline-block;
	border-bottom: 2px solid #fa4d01;
	margin-bottom: -1px;
	padding-bottom: 12px;
}
#content .widgettitle {
	border-bottom-width: 0px;
}

#content .small-sidebar .widgettitle {
	border-bottom-width: 1px;
}
.widget {
	margin-bottom: 30px;
}
.widget_calendar caption {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.widget_calendar th {
	background-color: #f8f8f8;
}

.widget_calendar td a {
	font-weight: bold;
}

.widget_calendar th, 
.widget_calendar td {
	text-align: center;
	line-height: 30px;
}
.widget_calendar #prev,
.widget_calendar #next {
	font-weight: bold;
	padding: 10px 0px;
}
.widget_categories select {
	width: 100%;
	padding: 14px 20px;
}



.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
	display: table;
	width: 100%;
	padding-bottom: 12px !important;
	border-bottom: 1px solid rgba(33,33,33,0.08);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a {
	text-align: left;
	float: left;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.widget_categories ul>li:hover>a,
.widget_nav_menu ul>li:hover>a,
.widget_pages ul>li:hover>a {
	padding-left: 8px;
}

.widget_categories ul>li:hover>a:before,
.widget_nav_menu ul>li:hover>a:before,
.widget_pages ul>li:hover>a:before {
	content: "\f105";
	padding-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget_categories ul li li:hover a,
.widget_nav_menu ul li li:hover a,
.widget_pages ul li li:hover a {
	padding-left: 24px;
}

.widget ul.sub-menu li li a, 
.widget ul.children li li a {
	padding-left: 20px
}

.widget_categories ul li li:hover>a:before,
.widget_nav_menu ul li li:hover>a:before,
.widget_pages ul li li:hover>a:before {
	content: "\f101";
}

#footer-widget .widget {
	margin-bottom: 26px;
	list-style: none;
}
#wrapper .widget:last-child {
	margin-bottom: 0;
}
.widget .post2,
.widget .post1 {
	padding: 8px 0;
}

.widget_winvader_posts .post1,
.widget_winvader_posts .post2 {
	padding-bottom: 26px;
	margin-bottom: 24px;
	border-bottom: 1px dotted rgba(33,33,33,0.2);
}

.widget_winvader_posts .block-category {
	margin-bottom: 15px;
}
.widget_winvader_posts .block-meta {
	margin-top: 10px;
}

.widget_winvader_reviews .rating {
	margin-top: 14px;
	margin-bottom: 8px;
}

.tagcloud a {
	color: #212121;
	display: inline-block;
	margin: 4px 2px 4px 0px
}

.widget_winvader_reviews .rating .fa {
	font-size: 18px;
}

.widget li > a {
	color: #212121;
}
.widget li > a:hover {
	color: #fa4d01;
}

.post1 h4 {
	font-weight: bold;
}
.post2 h4 {
	font-size: 16px;
	font-weight: bold;
}
.widget .block-excerpt {
	color: #888;
}
.block-category {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 16px;
}
.block-category a {
	padding: 9px 16px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #fa4d01;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.block-category a:hover {
	background-color: #212121;
}

.avatar {
	margin: 2px 20px 0px 0px;
}
.author-avatar .avatar,
.widget_winvader_comments .avatar {
	float: left;
}

.widget_winvader_comments li {
	margin-bottom: 20px;
}

.widget_winvader_comments li a {
	font-weight: bold;
}
.widget_winvader_ads300 a img {
	max-width: 300px;
	display: inline-block;
	max-width: 100%;
	position: relative;
}

.widget_winvader_ads125 .banners-block-small {
  text-align: center;
}

.widget_winvader_ads240 .banner-block-big {
  text-align: center;

}
.small-sidebar .widget_winvader_ads240 .banner-block-big  {
  padding: 5px;
  border: 1px solid rgba(33,33,33,0.08);
}

.widget_winvader_ads300 .banner-block-big {
	text-align: center;
	padding: 11px;
    border: 1px solid rgba(33,33,33,0.08);
}

.widget_winvader_comments li {
	color: #999;
}
.widget_winvader_comments .widget ul > li {
padding: 12px 0;
}

ul.flickr li, 
.widget ul.flickr li {
	width: auto;
	float: left;
	margin: 0px 5px 5px 0px;
}

ul.flickr a {
	display: block;
	overflow: hidden;
}
ul.flickr img {

	opacity:1;
	filter:alpha(opacity=100);
	transition: all 0.4s ease-out;
}
ul.flickr a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.clear{
	clear: both;
}

ul.flickr > li {
  padding: 0px 0;
}

.widget_winvader_social ul > li {
	margin: 0;
	padding: 0;
}
.widget_winvader_social i.fa {
	font-size: 16px;
	width: 16px;
	text-align: center;
	color: #fff;
}
.widget_winvader_social span,
.widget_winvader_social i {
	transition: all 0.2s linear 0s;
}
.widget_winvader_social .social-box {
	display: inline-block;
	opacity: 1;
	padding: 10px;
	line-height: 16px;
	vertical-align: middle;
}
.widget_winvader_social .rounded .social-box {
	border-radius: 5px;
}
.widget_winvader_social .circle .social-box {
	border-radius: 50%;
}
.widget_winvader_social .large li {
	font-size: 16px;
}
.widget_winvader_social .large .social-box {
	padding: 18px;
}
.widget_winvader_social .large i.fa {
	font-size: 20px;
	width: 20px;
}
.widget_winvader_social li:hover .social-box {
	opacity: 0.8;
}
.widget_winvader_social .coh li .social-box {
	background-color: #f7f7f7;
}
#footer-area .widget_winvader_social .coh li .social-box {
	background-color: #efefef;
}
.widget_winvader_social .coh i.fa {
	color: #212121;
}
.widget_winvader_social .coh li:hover i.fa {
	color: #fff;
}
.widget_winvader_social .social-behance:hover a {
	color: #1769ff;
}
.widget_winvader_social .social-behance .social-box,
.coh .social-behance:hover .social-box,
#footer-area .coh .social-behance:hover .social-box {
	background-color: #1769ff;
}
.widget_winvader_social .social-delicious:hover a {
	color: #3274d1;
}
.widget_winvader_social .social-delicious .social-box,
.coh .social-delicious:hover .social-box,
#footer-area .coh .social-delicious:hover .social-box  {
	background-color: #3274d1;
}
.widget_winvader_social .social-deviantart:hover a {
	color: #4b5d50;
}
.widget_winvader_social .social-deviantart .social-box,
.coh .social-deviantart:hover .social-box,
#footer-area .coh .social-deviantart:hover .social-box {
	background-color: #4b5d50;
}
.widget_winvader_social .social-digg:hover a {
	color: #14589e;
}
.widget_winvader_social .social-digg .social-box,
.coh .social-digg:hover .social-box,
#footer-area .coh .social-digg:hover .social-box {
	background-color: #14589e;
}
.widget_winvader_social .social-dribbble:hover a {
	color: #ea4c89;
}
.widget_winvader_social .social-dribbble .social-box,
.coh .social-dribbble:hover .social-box,
#footer-area .coh .social-dribbble:hover .social-box {
	background-color: #ea4c89;
}
.widget_winvader_social .social-facebook:hover a {
	color: #3b5998;
}
.widget_winvader_social .social-facebook .social-box,
.coh .social-facebook:hover .social-box,
#footer-area .coh .social-facebook:hover .social-box {
	background-color: #3b5998;
}
.widget_winvader_social .social-flickr:hover a {
	color: #ff0084;
}
.widget_winvader_social .social-flickr .social-box,
.coh .social-flickr:hover .social-box,
#footer-area .coh .social-flickr:hover .social-box {
	background-color: #ff0084;
}
.widget_winvader_social .social-foursquare:hover a {
	color: #25a0ca;
}
.widget_winvader_social .social-foursquare .social-box,
.coh .social-foursquare:hover .social-box,
#footer-area .coh .social-foursquare:hover .social-box {
	background-color: #25a0ca;
}
.widget_winvader_social .social-github:hover a {
	color: #4183c4;
}
.widget_winvader_social .social-github .social-box,
.coh .social-github:hover .social-box,
#footer-area .coh .social-github:hover .social-box {
	background-color: #4183c4;
}
.widget_winvader_social .social-google:hover a {
	color: #db4a39;
}
.widget_winvader_social .social-google .social-box,
.coh .social-google:hover .social-box,
#footer-area .coh .social-google:hover .social-box {
	background-color: #db4a39;
}
.widget_winvader_social .social-instagram:hover a {
	color: #3f729b;
}
.widget_winvader_social .social-instagram .social-box,
.coh .social-instagram:hover .social-box,
#footer-area .coh .social-instagram:hover .social-box {
	background-color: #3f729b;
}
.widget_winvader_social .social-linkedin:hover a {
	color: #0e76a8;
}
.widget_winvader_social .social-linkedin .social-box,
.coh .social-linkedin:hover .social-box,
#footer-area .coh .social-linkedin:hover .social-box {
	background-color: #0e76a8;
}
.widget_winvader_social .social-mail:hover a {
	color: #212121;
}
.widget_winvader_social .social-mail .social-box,
.coh .social-mail:hover .social-box,
#footer-area .coh .social-mail:hover .social-box {
	background-color: #212121;
}
.widget_winvader_social .social-pinterest:hover a {
	color: #c8232c;
}
.widget_winvader_social .social-pinterest .social-box,
.coh .social-pinterest:hover .social-box,
#footer-area .coh .social-pinterest:hover .social-box {
	background-color: #c8232c;
}
.widget_winvader_social .social-rss:hover a {
	color: #ee802f;
}
.widget_winvader_social .social-rss .social-box,
.coh .social-rss:hover .social-box,
#footer-area .coh .social-rss:hover .social-box {
	background-color: #ee802f;
}
.widget_winvader_social .social-skype:hover a {
	color: #00aff0;
}
.widget_winvader_social .social-skype .social-box,
.coh .social-skype:hover .social-box,
#footer-area .coh .social-skype:hover .social-box {
	background-color: #00aff0;
}
.widget_winvader_social .social-soundcloud:hover a {
	color: #ff6600;
}
.widget_winvader_social .social-soundcloud .social-box,
.coh .social-soundcloud:hover .social-box,
#footer-area .coh .social-soundcloud:hover .social-box {
	background-color: #ff6600;
}
.widget_winvader_social .social-spotify:hover a {
	color: #80b719;
}
.widget_winvader_social .social-spotify .social-box,
.coh .social-spotify:hover .social-box,
#footer-area .coh .social-spotify:hover .social-box {
	background-color: #80b719;
}
.widget_winvader_social .social-stumbleupon:hover a {
	color: #eb4924;
}
.widget_winvader_social .social-stumbleupon .social-box,
.coh .social-stumbleupon:hover .social-box,
#footer-area .coh .social-stumbleupon:hover .social-box {
	background-color: #eb4924;
}
.widget_winvader_social .social-tumblr:hover a {
	color: #34526f;
}
.widget_winvader_social .social-tumblr .social-box,
.coh .social-tumblr:hover .social-box,
#footer-area .coh .social-tumblr:hover .social-box {
	background-color: #34526f;
}
.widget_winvader_social .social-twitter:hover a {
	color: #00a0d1;
}
.widget_winvader_social .social-twitter .social-box,
.coh .social-twitter:hover .social-box,
#footer-area .coh .social-twitter:hover .social-box {
	background-color: #00a0d1;
}
.widget_winvader_social .social-vimeo:hover a {
	color: #aad450;
}
.widget_winvader_social .social-vimeo .social-box,
.coh .social-vimeo:hover .social-box,
#footer-area .coh .social-vimeo:hover .social-box {
	background-color: #aad450;
}
.widget_winvader_social .social-vk:hover a {
	color: #45668e;
}
.widget_winvader_social .social-vk .social-box,
.coh .social-vk:hover .social-box,
#footer-area .coh .social-vk:hover .social-box {
	background-color: #45668e;
}
.widget_winvader_social .social-wordpress:hover a {
	color: #21759b;
}
.widget_winvader_social .social-wordpress .social-box,
.coh .social-wordpress:hover .social-box,
#footer-area .coh .social-wordpress:hover .social-box {
	background-color: #21759b;
}
.widget_winvader_social .social-yahoo:hover a {
	color: #731a8b;
}
.widget_winvader_social .social-yahoo .social-box,
.coh .social-yahoo:hover .social-box,
footer-area .coh .social-yahoo:hover .social-box {
	background-color: #731a8b;
}
.widget_winvader_social .social-youtube:hover a {
	color: #c4302b;
}
.widget_winvader_social .social-youtube .social-box,
.coh .social-youtube:hover .social-box,
#footer-area .coh .social-youtube:hover .social-box {
	background-color: #c4302b;
}

.widget_winvader_social ul.horizontal > li {
	float: left;
	margin: 0px 4px 8px 4px;
}
.widget_winvader_social ul.vertical > li {
	margin-bottom: 10px;
}
.widget_winvader_social ul.vertical > li a {
	display: block;
}
.widget_winvader_social ul.vertical .social-box {
	margin-right: 10px;
}
.widget_winvader_social li a,
.widget_winvader_subpages li a {
	color: #212121;
}
.widget_winvader_subpages li a:before {
	margin-right: 12px;
	content: "\f101"; 
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget .video-desc {
	color: #777;
	margin-top: 20px;
}

.widget_nav_menu li.current-menu-item > a,
.widget_pages li.current_page_item > a,
.widget_winvader_subpages li.current_page_item > a {
	font-weight: bold;
}
.widget_winvader_facebook iframe {
	width: 100% !important;
}
.widget ul.sub-menu,
.widget ul.children {
	margin-top: 20px;
	font-size: 100%;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    inset 1px 0px 0px 0px rgba(0, 0, 0, 0.08);
	box-shadow:         inset 1px 0px 0px 0px rgba(0, 0, 0, 0.08);;
}
.widget ul.sub-menu li a,
.widget ul.children li a {
	padding-left: 20px;
}
.widget ul.sub-menu li,
.widget ul.children li {
	border-bottom: 0px;
	margin-bottom: 2px;
	padding: 14px 0;
}

.widget ul.sub-menu li:first-child,
.widget ul.children li:first-child {
	padding: 14px 0;
}

.widget ul.sub-menu li:last-child,
.widget ul.children li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.widget_rss a.rsswidget {
	font-weight: bold;
}
.widget_rss a.rsswidget:hover {
	color: #212121;
}
a.rsswidget img {
	vertical-align: baseline;
}
.widget_rss span.rss-date {
	color: #aaa;
	font-size: 14px;
	display: block;
}
.widget_rss .rssSummary {
	color: #8f8f8f;
}
.widget_rss cite {
	font-size: 14px;
	font-style: italic;
	color: #888;
}

.widget_archive li {
	color: #aaa;
}
.widget_links li {
	color: #bbb;
}
#sidebar > ul > li:first-child.widget_search {
	margin-bottom: 30px;
}
.searchform {
}
input.s {
	border-width: 1px;
	padding: 14px;
	padding-right: 46px;
	float: left;
	margin-right: -50px;
	line-height: 23px;
	height: 50px;
}
.widget input.s {
	width: 100%;
}
.searchsubmit {
	padding: 17px 13px;
	color: #212121;
	background: none;
	border: none;
	font-size: 16px;
	float: left;
	width: 50px;
	line-height: 15px;
}
.searchsubmit:hover {
	opacity: 0.9;
}
.widget_winvader_ads125 img {
	margin: 9px 8px;
	width: 125px;
}
span.post-date {
	color: #aaa;
	font-size: 14px;
	display: block;
}


/* Short News */

.owl-shortnews-nav {
	position: absolute;
	right: 0px;
	top: 0px;
}

.owl-shortnews-nav .owl-prev,
.owl-shortnews-nav .owl-next {
	width: 26px;
	height: 26px;
	background: none;
	border: 2px solid rgba(33,33,33, 0.08);
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.owl-shortnews-nav .owl-next {
	margin-left: 4px;
}


.owl-shortnews-nav .owl-next .fa {
	margin-right: -1px;
}


.owl-shortnews-nav .owl-prev:hover,
.owl-shortnews-nav .owl-next:hover {
	color: #fff;
	background-color: #fa4d01;
	border-color: transparent;
}



.owl-shortnews-nav div {
	float: left;
}



.widget_neatly-recent-posts .widgettitle span {
	border: 0px;
    padding-bottom: 22px;
}

.widget_neatly-recent-posts .widgettitle {
	border-bottom-width: 1px;
	font-size: 16px;
	  text-transform: none;
}


.widget_neatly-recent-posts {
	background-color: rgba(33,33,33,0.03);
	padding: 28px 30px 0px 30px;
}

.widget_neatly-recent-posts .shortnews-block {
	border-bottom: 1px dotted rgba(33,33,33,0.20);
	margin-bottom: 25px;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.widget_neatly-recent-posts .item .shortnews-block:last-child {
	margin-bottom: 26px;
}

.widget_neatly-recent-posts .shortnews-block .time {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.widget_neatly-recent-posts .shortnews-block .block-top {
	margin-bottom: 14px;
}



.widget_neatly-recent-posts .shortnews-block a h4 {
	font-size: 16px;
	color: #212121;
	font-family: 'PT Serif', serif;
	margin-bottom: 10px;
}

.widget_neatly-recent-posts .shortnews-block .neatly-read-more {
	font-size: 16px;
	color: #212121;
	opacity: 0.5;
	font-family: 'PT Serif', serif;
	font-style: italic;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.widget_neatly-recent-posts .shortnews-block .neatly-read-more:hover {
	color: #fa4d01;
	opacity: 1;
}


.widget_neatly-recent-posts .shortnews-block a:hover h4 {
	color: #fa4d01;
}




/* Tag Cloud */

.liberty-tag-cloud [class*='tag-link-'] {
	color: #fff;
	background: #fa4d01;
	padding: 9px 16px;
	margin: 0px 8px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

.liberty-tag-cloud [class*='tag-link-']:hover {
	background: #212121;
}


/* Liked Posts */

.widget_winvader_liked_posts {
	border: 1px solid rgba(33, 33, 33, 0.08);
	padding: 30px 29px 8px 29px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.widget_winvader_liked_posts .title-wrapper {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: -43px;
}

.widget_winvader_liked_posts .title-wrapper .title:before {
	  display: inline-block;
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  content: "\f004";
	  margin-right: 8px;
	  color: #fa4d01;
}

.widget_winvader_liked_posts .title-wrapper .title {
	background: #ffffff;
	z-index: 1;
	padding: 0px 12px;
}

.liked-posts:hover .block-top .entry-category {
	left: -100%;
}
.liked-posts {
	border-bottom: 1px solid rgba(33,33,33,0.08);
	margin-bottom: 22px;
}


.liked-posts .block-content {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
	
	
	
.liked-posts .block-content .count {
	float: left;
	font-size: 34px;
	font-weight: bold;
	color: #fa4d01;
	line-height: 28px;
	margin-top: 3px;
	padding-right: 10px;
}

.liked-posts .block-content h4 {
	padding-left: 32px;
	min-height: 38px;
	margin-bottom: 17px;
}

.widget_winvader_liked_posts .liked-posts:last-child {
	margin-bottom: 0px;
	border: 0px;
}


/* Recent Comments */


.widget_polygon_widget .widgettitle span {
	font-size: 28px;
	font-weight: normal;
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-transform: none;

}

.firstWord {
	font-weight: bold;
}


ul#recentcomments li.recentcomments {
  border-bottom: 1px dotted rgba(33,33,33,0.2);
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  background-image: none;
  list-style: none;
  display: inline-block;
  clear: both;
}

ul#recentcomments li.recentcomments:first-child {
	padding-top: 0px;
}

ul#recentcomments li.recentcomments a {
	font-family: 'PT Serif', serif;
	font-style: italic;
	color: #212121;
	opacity: 0.5;
	margin-top: 6px;
}

ul#recentcomments li.recentcomments a:hover {
	color: #fa4d01;
	opacity: 1;
}

ul#recentcomments li.recentcomments b {
	margin-bottom: 6px;
	display: inline-block;
}


ul#recentcomments li.recentcomments .date {
	font-weight: bold;
}

ul#recentcomments .palignleft,
ul#recentcomments .palignleftright-0,
ul#recentcomments .palignrightleft-1 {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
}

ul#recentcomments .palignright,
ul#recentcomments .palignrightleft-0,
ul#recentcomments .palignleftright-1 {
  float: right;
  margin: 0 0 8px 0;
  padding: 0;
}

ul#recentcomments .palignright img,
ul#recentcomments .palignrightleft-0 img,
ul#recentcomments .palignleftright-1 img {
	margin-right: 0px !important;
	margin-left: 10px;
}

ul#recentcomments img.avatar {
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  box-shadow: none;
  padding: 4px;
  margin: 0;
}

ul#recentcoments .date {
  color: #CCC;
  font-size: 12px;
  font-style: italic;
}

.circle {
  border-radius: 50%;
}

.square {
  border-radius: 0%;
}

.eclip1 {
  border-top-left-radius: 50%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0%;
}

.eclip2 {
  border-top-left-radius: 0%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 50%;
}

.eclip3 {
  border-radius: 20% 50%;
}

.eclip4 {
  border-radius: 50% 20%;
}


/* recent posts widget */


.widget_winvader_reviews .post2 {
	position: relative;
	overflow: hidden;
}

.widget_winvader_reviews .post2 .block-content {
	position: absolute;
	bottom: 8px;
	width: 100%;
	padding: 10px 20px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.51));
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.widget_winvader_reviews .post2:hover .block-content { 
	padding-bottom: 20px;
}

.widget_winvader_reviews .post2:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}


.widget_winvader_reviews .post2 .block-content .block-heading a {
	color: #fff;
}

.widget_winvader_reviews .post2 .block-content .block-meta a {
	color: #fff !important;
}

.widget_winvader_reviews .post2 .overlay {
	display: none;
}

/* recent tweets */

.widget_tp_widget_recent_tweets ul li {
  padding: 0px;
  padding-left: 36px;
  border-bottom: 1px dotted rgba(33,33,33,0.1);
  padding-bottom: 18px;
  margin-bottom: 20px;
	background-image: none;
	background-repeat: no-repeat;	
	background-position: none;
	line-height: 24px;
	position: relative;
	list-style-type: none;
}

.widget_tp_widget_recent_tweets ul li:last-child {
	border-bottom: none;
}


.tp_recent_tweets  li:before { 
	  content: "\f099";
	  position: absolute;
	  left: 6px;
	  top: 3px;
  color: #fa4d01;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.widget_tp_widget_recent_tweets li a {
	font-weight: normal;
}

.tp_recent_tweets .twitter_time {
	color: #212121;
	font-size: 14px;
	font-style: italic;	
	font-weight: normal;
	margin-top: 8px;
	display: inline-block;
	opacity: 0.5;
	font-family: 'PT Serif', serif;
}

/* widget posts */

.widget_winvader_posts .block-meta a {
	color: #212121;
}

.widget_winvader_posts .block-meta a:hover {
	color: #fa4d01;
}


/* 20 - Comments
----------------------------------------------- */

#comments, #disqus_thread {
	margin-top: 80px;
}
.nocomments {
	color: #999;
}
#comments-title {
	color: #212121;
}
.commentlist, .commentlist ul {
	list-style: none;
	padding: 0;
}
.commentlist {
	border-bottom: 1px solid rgba(33,33,33,0.08);
}

.commentlist article {
	padding: 15px 0;
}
.commentlist .comment-avatar {

}
.commentlist .comment-avatar img {
	float: left;
	border-radius: 50%;
	overflow: hidden;
}
.commentlist .comment-content {
	margin-left: 90px;
}
.commentlist footer {
	color: #7e7e7e;
	margin-bottom: 5px;
}
.commentlist span.fn {
	font-weight: bold;
}
.commentlist .comment-awaiting-moderation {
	font-size: 13px;
	color: #999;
}
.commentlist .edit-link {
	font-size: 14px;
}
.commentlist .comment-reply-link {
	font-size: 14px;
	font-weight: 600;
}

.commentlist .comment-reply-link:before {
	content: "\f112";
	margin-right: 8px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.commentlist li.comment {
	border-top: 1px solid rgba(33,33,33,0.08);
}
.commentlist li.comment ul.children {
	margin: 0 0 0 90px;
}

.commentlist li.comment li ul.children {
	margin: 0 0 0 0px;
}
.comment-content footer time {
	color: #bbb;
	margin: 0 5px;
}
.bypostauthor > article {
	padding: 15px;
	border-left: 1px solid rgba(33,33,33,0.08);
	border-right: 1px solid rgba(33,33,33,0.08);
	background-color: rgba(33,33,33,0.01);
}
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: rgba(33,33,33,0.08);
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 14px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* 21 - Comment Form
----------------------------------------------- */

#respond {
	margin-top: 40px;
}
#commentform {
	margin: 0;
}
.commentlist #respond {
	margin: 0 0 0 60px;
	border-top: 1px solid rgba(33,33,33,0.08);
	padding: 20px 0;
}
#respond p label {
	color: #777;
	padding-left: 2px;
	line-height: 2.2em;
	display: inline;
}
#respond input[type="text"],
#respond textarea {
	margin-bottom: 0;
}
#respond input[type=text] {
	display: block;
	width: 100%;
}
#respond textarea {
	resize: vertical;
	width: 100%;
}
#respond .comment-notes,
#respond .logged-in-as {
	color: #999;
}
#respond p {
	margin: 10px 0;
}
#respond p.form-submit {
	margin: 0;
}
#respond input#submit {
	padding: 12px 26px;
	font-size: 14px;
	margin: 15px 0px;
}
#respond #cancel-comment-reply-link {
	color: #8f8f8f;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #777;
	font-size: 11px;
}


/* 22 - Contact
----------------------------------------------- */

#winvader-contact-name,
#winvader-contact-email {
	width: 100%;
}
#winvader-contact-message {
	resize: vertical;
	width: 100%;
}
.widget_winvader_contact .text-input,
.widget_winvader_contact textarea {
	width: 100%;
    padding: 10px 16px;
}
.widget_winvader_contact textarea {
	min-height: 160px;
}
.widget_winvader_contact .btn {
	width: 100%;
}

.widget_winvader_contact img.loading {
	display: none;
	margin-left: 10px;
	vertical-align: middle;
}
.widget_winvader_contact input,
.widget_winvader_contact textarea {
	margin-bottom: 14px;
}
.widget_winvader_contact input.err,
.widget_winvader_contact textarea.err {
	border-color: #FC9B9B;
	background: #FFD3D3;
	color: #777;
}
.widget_winvader_contact p {
	margin: 0;
}
.contact-us {
	padding-top: 5px;
}
.contact_h {
	display: none;
}
.contact-form {
	margin-top: 40px;
}
.winvader-msg {
	color: #212121;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px 10px 20px 40px;
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.winvader-msg h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #212121;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.winvader-success {
	border-color: #d3e5ad;
	background-color: #faffea;
}
.winvader-error {
	border-color: #f2bda3;
	background-color: #fce8e0;
}


/* 23 - Gallery
----------------------------------------------- */

#wrapper .gallery img {
	height: auto;
	border: none;
	padding: 0px;
	transition: all 0.2s linear 0s;
	position: relative;
}

#wrapper .gallery a {
	position: relative;
	display: inline-block;
	overflow; hidden;
}

#wrapper .gallery a:after {
	background: #fa4d01;
	position: absolute;
	display: block;
	opacity: 0;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#wrapper .gallery a:hover:after {
	opacity: 0.8;
}


#wrapper .gallery .gallery-caption {
	margin: 5px 0;
	padding: 0 10px;
}


/* 24 - Buttons
----------------------------------------------- */

.btn,
input[type="reset"],
input[type="submit"],
#submit {
	cursor: pointer;
	display: inline-block;
	padding: 12px 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #fa4d01;
	box-shadow: none;
	border-radius: 0px;
	text-shadow: none;
	transition: all 0.3s linear 0s;
}

.btn:hover,
.btn:focus,
#submit:hover {
	color: #fff;
	background-color: #212121;
}
.btn-lg {
	padding: 12px 18px;
	font-size: 16px;
	font-weight: bold;
}
.btn.readmore {
	font-weight: bold;
	font-size: 14px;
	padding: 11px 28px;
	background-color: #fa4d01;
	color: #fff;
	margin-top: 15px;
}
.btn.readmore:hover {
	background-color: #212121;
	color: #fff;
}
#wrapper .entry-image .entry-category a:hover,
#wrapper article a.readmore:hover {
	color: #fff;
}


/* 25 - Typography
----------------------------------------------- */

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0px;
}

.panel-default>.panel-heading {
	color: #212121;
	background-color: #FCFCFC;
	border-color: #ddd;
	
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.nav-tabs>li>a {
	border-radius: 0px 0px 0px 0px;
	font-weight: 600;
}

.tab-content {
	margin-top: 20px;
}

/* bootstrap shortcodes */


/* dropcap */

span.dropcap {
	text-transform: none !important;
	font-family: 'PT Serif', serif, Arial, sans-serif !important;
	font-weight: bold !important;
	color: #fff !important;
	background: #212121 !important;
	float: left !important;
	padding: 20px 20px !important;
	font-size:100px !important;
	margin:6px 30px 10px 0!important;
	line-height:110px !important;
}

/* inner page style */

em {
	font-family: 'PT Serif', serif;
	font-style: italic;
}



.imgsmallheight {
	max-height: 280px;
	overflow: hidden;
	display: block;
}

.imgoverlay {
	position: relative;	
	display: block;
}


.imgoverlay:before {
	background: #fa4d01;
	position: absolute;
	display: block;
	opacity: 0.8;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.imgoverlay:hover:before {
	opacity: 0;
}

hr {
	border-color:  rgba(33,33,33,0.04);
}

.border-meta {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(33,33,33,0.02);
}
.entry-meta a {
	color: #212121;
}

.entry-meta a:hover {
	color: #fa4d01;
}

/* alert */
code {
  padding: 3px 8px;
  margin: 0px 4px;
  font-size: 90%;
  color: #fa4d01;
  background-color: #f8f8f8;
  border-radius: 0px;
}

.alert {
  position: relative;
  padding: 22px 24px;
  margin: 22px 0px;
  border: none;
  border-left: 5px solid rgba(33,33,33,0.1);
  border-radius: 0;
  font-size: 14px;
  min-height: 50px;
}


.alert ul {
  padding-top: 12px;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert h5 {
  padding-top: 0;
  margin-bottom: .5em;
}
.alert ul > li:before {
  color: inherit;
}
.alert.text-uppercase {
  text-transform: uppercase;
}
/* 17.2. Dismissible alerts */
.alert-dismissible {
  padding-right: 62px;
  text-transform: uppercase;
}
.alert-dismissible .close {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.alert-dismissible .close:hover {
  background: rgba(255, 255, 255, 0.15);
}
/* 17.3. Alternate styles */
.alert-success {
  background-color: #00b200;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #328e2d;
}
.alert-success .alert-link {
  color: #f8f8f8;
}
.alert-info {
  background-color: #fa4d01;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: rgba(33,33,33,0.08);
}
.alert-info .alert-link {
  color: #f8f8f8;
}
.alert-warning {
  background-color: #fa0101;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: rgba(33,33,33,0.08);
}
.alert-warning .alert-link {
  color: #f8f8f8;
}
.alert-danger {
  background-color: #d44546;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: rgba(33,33,33,0.08);
}
.alert-danger .alert-link {
  color: #f8f8f8;
}

/* bootstrap shortcodes */

.btn-sm {
	padding: 10px 26px;
}

.btn-xs {
	padding: 6px 26px;
}

/* buttons */

.btn {
	margin-bottom: 3px;
}

.btn-default {
	background: #fa4d01;
}

.btn-primary {
	background: #2a7cc2 !important;
}

.btn-info {
	background: #5bc0de !important;
}

.btn-warning {
	background: #ff8a00 !important;
}

.btn-danger {
	background: #d22f2a !important;
}

.btn-link {
	background: #212121 !important;
}

/* table */

.table > tbody > tr:hover > td {
  background-color: rgba(33,33,33,0.01);
  border-bottom: 1px solid #eaeaea;
}


.table thead {
	background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #eaeaea;
  }
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.tablel > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 18px 22px
}


.table {
  border: 1px solid #eaeaea;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid #eaeaea;
  border-bottom-style: dashed;
  border-top-style: dashed;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > thead > tr:first-child > th,
.table > thead > tr:first-child > td {
  border-bottom-style: solid;
}


/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -13px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -13px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #212121;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #212121;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #212121;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #212121;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #212121;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #212121;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #212121;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #212121;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #212121;
}


/* popover */


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* panels */

.panel-body {
	padding: 20px 22px;
}

.panel-footer {
	padding: 20px 22px;
	border-top: 1px solid rgba(33,33,33,0.1);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebebeb;
}

/* dropdown */



.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* label */


.label {
  display: inline;
  padding: .4em .8em .3em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* well */


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
}
.well-sm {
  padding: 9px;
}

/* progressbar */


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 32px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* carousel */


.carousel {
  position: relative;
  z-index: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/* badge */


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #fa4d01;
  border-radius: 180px;
}
.badge:empty {
  display: none;
}

/* 26 - Post/Page Share Buttons CSS
----------------------------------------------- */


ul.social-share{
	padding:0;
	margin:0;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(33,33,33,0.08);
}
ul.social-share li{
	list-style:none;
	display:inline-block;
	margin:0 0.8em 1em 0;
	font-size:1em;
}
ul.social-share li a{
	font-size:14px;
	color: #212121;
}
ul.social-share li a, ul.social-share li a:hover{
	text-decoration:none;
}
ul.social-share li i{
	font-size:20px;
	margin-right:5px;
}

/* 27 - Popup
----------------------------------------------- */

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* 28 - The Loader
----------------------------------------------- */

/* The Loader Curtain */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  }
  
  .no-js #loader-wrapper {
    display: none;
  }


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


/* loader circle animation */


#loader {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  
     -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear; 
}
#loader::before,
#loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

#loader,
#loader::before,
#loader::after {
  z-index: 999;
  display: inline-block;
  border-color: transparent;
  border-top-color: transparent;
}
#loader::before {
  transform: rotate(120deg);
}
#loader::after {
  transform: rotate(240deg);
}


/* 29 - Post Formats
----------------------------------------------- */

.post-grid-thumbnails {
	position: relative;
	display: inline-block;
}

@media (min-width: 768px) {
.post-grid-thumbnails .item {
	width: 50%;
	float: left;
}
}


@media (min-width: 992px) {
.post-grid-thumbnails .item {
	width: 33.33333333333333%;
	float: left;
}
}

/* quote-post */


.quote-post {
	position: relative;
	display: block;
	z-index: 1;
}

.quote-post .quote-post-overlay .fa {
	font-size: 46px;
	margin-bottom: 30px;
}

.quote-post .quote-post-overlay {
	text-align: center;
	color: #fff;
	z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 80%;
    margin: -15% 0 0 -40%;


}

.quote-post h1.entry-title {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.quote-post:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(33,33,33,0.6);
}



@media (max-width: 1280px) {
	.quote-post h1.entry-title {
		font-size: 36px;
	}
}

@media (max-width: 992px) {
	.quote-post h1.entry-title {
		font-size: 32px;
	}
}


@media (max-width: 768px) {
	.quote-post h1.entry-title {
		font-size: 24px;
	}
}

@media (max-width: 562px) {
	.quote-post h1.entry-title {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	.quote-post .quote-post-overlay {
		color: #212121;
		position: relative; 
	   top: auto;
	   left: auto;
	   height: auto;
	   width: auto;
	   margin: auto;
	   padding: 40px 20px;
	   background: rgba(33,33,33,0.01);
	}
	
	.quote-post:after {
		background: none;
	}
}

/* audio video */

.mejs-controls .mejs-time-rail span, 
.mejs-controls .mejs-time-rail a,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current,
.mejs-time-handle,
.mejs-time-float {
	border-radius: 0px !important;
	outline: none !important;
}

.mejs-time-loaded,
.mejs-time-current,
.mejs-time-total, .mejs-time-slider {
  height: 4px !important;
  outline: none !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background: rgba(33,33,33,0.5) !important;
	outline: none !important;
}

.winvadertheme_custom_audio .mejs-container, .winvadertheme_custom_audio .mejs-embed, .winvadertheme_custom_audio .mejs-embed body, .winvadertheme_custom_audio .mejs-container .mejs-controls {
	margin-top: -50px !important;
}


.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.5) !important;
}

.mejs-controls .mejs-time-rail {
	margin-top: 3px !important; 
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	height: 4px !important;
	top: 13px !important;
}

.mejs-container .mejs-controls,
.mejs-container,
.mejs-audio {
	height: 50px;
}


.mejs-audio {
	height: 50px !important;
}

.mejs-container .mejs-controls .mejs-time {
	padding: 20px 3px 0 !important;
}

.mejs-controls div.mejs-time-rail {
	padding-top: 15px !important;
}

.mejs-controls .mejs-button button {
	margin: 17px 5px !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	margin-top: 10px; 
}

.mejs-overlay-button{display:none;}
.mejs-container .mejs-controls{height:50px!important;background:#rgba(33,33,33,0.6)!important; visibility:visible!important;}

/* media color & style */

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fa4d01 !important;
}

.mejs-controls a:focus > .mejs-offscreen {
  background-color: #f8f8f8 !important;
  border-bottom: 2px solid #fa4d01 !important;
  border-radius: 0px !important;
  text-align: center !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0) !important;
  color: #212121 !important;
  padding: 24px 20px 24px 20px !important;
  line-height: 24px !important;
}


/* 30 - Footer
----------------------------------------------- */

/* footer menu */

.skin{
	padding-bottom: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-menu {
	background-color: #fff;
}

#footer-menu-container {
	text-transform: uppercase;
	width: 100%;
	position:relative;
	z-index:5;
    border-top: 1px solid rgba(33,33,33,0.08);
    text-align: center;
    display: block;
}
#footer-menu-container>ul {
	margin: 0px 0px;
	padding: 0px;
        display: inline-block;
        vertical-align: middle;
}

#footer-menu-container ul li {
	list-style: none;
}

#footer-menu-container a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	color: #212121;
	padding: 30px 20px;
	position: relative;
}

#footer-menu-container>ul>li>a {
	font-size:16px;
}


/* footer hover line */

#magic-line { position: absolute; top: -2px; left: 0; width: 100%; height: 2px; background: #fa4d01; }

#footer-menu-container li {
	float:left;
}

#footer-menu-container a:hover, 
#footer-menu-container .activate {
	color:#fa4d01;
}

#footer-menu-container .sub-menu {
	position:absolute;
	background:#212121;
	text-align: center;
	left:0px;
	width:100%;
	z-index:99;
	color: #fff;
	border-bottom:3px solid #fa4d01;
	display: none;
	padding: 0px 30px;
	border-top: 1px solid rgba(255,255,255,0.08);
}

#footer-menu-container .sub-menu a {
	color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#footer-menu-container .sub-menu a:hover {
	color: #fa4d01;
	background: rgba(255,255,255,0.08);
}


/* footer widget */


#footer-widget .widgettitle {
	font-size: 24px;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	position: relative;
}
#footer-widget .widgettitle span {
	border: none;
	padding-bottom: 16px;
}


.dark .widget_tp_widget_recent_tweets ul li {
	border-color: rgba(255,255,255,0.12);
}


.dark .tp_recent_tweets {
	color: rgba(255,255,255,0.5);
	font-family: 'PT Serif', serif;
	font-size: 16px;
}

.dark .tp_recent_tweets .twitter_time {
	color: #fff;
}

.dark .tp_recent_tweets a {
	color: #fff;
}

.dark .tp_recent_tweets a:hover {
	color: #fa4d01;
}


.dark .tp_recent_tweets li a.twitter_time {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dark .tp_recent_tweets li a.twitter_time:hover {
	color: #fff;
	opacity: 1;
  
}

/* footer instagram */

.zoom-instagram-widget__follow-me {
	margin-top: 20px;
}

.zoom-instagram-widget__follow-me--center {
	text-align: center;
}

#footer-widget .winvadertheme-instagram-feed .owl-dots {
	display: none !important;
}

#footer-widget .winvadertheme-instagram-feed .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

#footer-widget .winvadertheme-instagram-feed .owl-theme .owl-dots .active span {
	background: #fa4d01;
}



/* footer widget dark */

#footer-widget .widget li > a {
	color: #fff;
}
#footer-widget .widget li > a:hover {
	color: #fa4d01;
}

#footer-widget .widget_pages ul li a:before {
	color: #fa4d01;
}

#footer-widget a.twitter_time:hover {
	color: #fff !important;
}

#footer-widget .widget_categories li, 
#footer-widget .widget_nav_menu li, 
#footer-widget .widget_pages li {
	  border-color: rgba(255,255,255,0.08);
}

#footer-widget ul#recentcomments li.recentcomments {
  border-color:  rgba(255,255,255,0.12);
}

#footer-widget th, 
#footer-widget td {
	border-color: rgba(255,255,255,0.08);
}

#footer-widget .widget_tag_cloud a:hover {
	color: #fff;
}

#footer-widget .widget_calendar th {
  background-color: rgba(33,33,33,0.08);
}

#footer-widget ul#recentcomments li.recentcomments a {
	color: #fff;
}

#footer-widget .block-heading > a, 
#footer-widget .posts .entry-title a {
  color: #fff;
}

#footer-widget .liked-posts {
  border-color: rgba(255,255,255,0.08);
}

#footer-widget .widget_winvader_liked_posts .title-wrapper .title {
  background: #212121;
}

#footer-widget .widget_winvader_liked_posts {
  border-color: rgba(255,255,255,0.08);
}

#footer-widget .widget_winvader_liked_posts .liked-posts:last-child {
	margin-bottom: 0px;
	border: 0px;
}


#footer-widget input[type="text"],
#footer-widget input[type="password"],
#footer-widget input[type="email"],
#footer-widget textarea,
#footer-widget select {
	border-color: rgba(255,255,255,0.08);
	color: #a1a1a1;
	background: none;
}

#footer-widget input[type="text"]:focus,
#footer-widget input[type="password"]:focus,
#footer-widget input[type="email"]:focus,
#footer-widget textarea:focus {
	background-color: rgba(255,255,255,0.04);
}

#footer-widget .tagcloud a {
	color: rgba(255,255,255,0.5);
}

#footer-widget .widget_winvader_posts .block-meta a {
	color: #8f8f8f;
}

#footer-widget .widget_winvader_posts .block-meta a:hover {
	color: #fa4d01;
}

#footer-widget .widget_winvader_posts .post1,
#footer-widget .widget_winvader_posts .post2 {
  border-color: rgba(255,255,255,0.2);
}

#footer-widget .searchsubmit {
  color: #fff;
}

#footer-widget .widget_neatly-recent-posts {
  background-color: rgba(255,255,255,0.03);
}

#footer-widget .widget_neatly-recent-posts .shortnews-block a h4 {
	color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#footer-widget .widget_neatly-recent-posts .shortnews-block a h4:hover {
	color: #fa4d01;
	opacity: 1;
}


#footer-widget .widget_neatly-recent-posts .shortnews-block .neatly-read-more {
	color: #fff;
}

#footer-widget .widget_neatly-recent-posts .shortnews-block {
  border-color: rgba(255,255,255,0.20);
}

#footer-widget .owl-shortnews-nav .owl-prev, 
#footer-widget .owl-shortnews-nav .owl-next {
	  border-color: rgba(255,255,255, 0.08);
}

#footer-widget .block-meta a, 
#footer-widget .entry-meta a {
  color: #fff;
}

#footer-widget .block-meta a:hover, 
#footer-widget .entry-meta a:hover {
  color: #fa4d01;
}

#footer-widget .widget_neatly-recent-posts .shortnews-block .neatly-read-more:hover {
	color: #fa4d01;
	opacity: 1;
}


/* 31 - Media Queries
----------------------------------------------- */

@media (min-width: 479px) and (max-width: 998px) {
	.most-commented-post .right .entry-comments {
		float: left;
	}
}


@media (max-width: 1200px) {
	
	#mainmenu > li > a {
	  font-size: 15px;
	  padding: 28px 10px 32px 10px;
	}
	
	.flickr li,
	.flickr img {
		max-width: 92px;
		max-height: 92px;
	}
	
	.row.featured .post:first-child header,
	.owl-carousel-featured header {
		padding: 24px 18px 16px 18px;
	}

	.row.featured .post:hover header {
		padding-bottom: 20px;
	}

	.row.featured .post.small-featured:hover header {
		padding-bottom: 25px;
	}	

	.widget_winvader_liked_posts .title-wrapper {
		font-size: 14px;
	}
	
	.widget_winvader_reviews .block-category {
		display: none;
	}
	
	.widget_winvader_reviews .post2 .block-content {
		padding: 6px 16px;
	}
	
	.post2 h4 {
		font-size: 15px;
		font-weight: bold;
	}
			
		
	#footer-menu-container>ul>li>a {
		font-size: 14px;
	}	
	
	#footer-menu-container a {
		padding: 22px 16px;
	}
	
}
	
/* header options */
@media (max-width: 991px) {
	.only-mobile {
		display: block;
	}
	
	.only-desctop {
		display: none;
	}
	
	#header-main-search {
		display: none;
	}
	
	.search_box_1.active {
		display: none;
	}
	
	.logo-wrapper {
		text-align: center;
	}
	
	.header-link-menu {
		display: none;
	}
	
	.social-icons-main {
		float: none;
		display: inline-block;
		text-align: center;
	}
	

	.header-top {
		margin-top: 0px;
	}
	
	.col-lg-12 .block-more {
		right: 0px;
	}

	
	.small-sidebar .widget_winvader_ads240 .banner-block-big {
	  padding: 0px;
	  border: none;
	}
	
	.small-sidebar {
			margin-bottom: 30px;
	}
	

	.liked-posts {
		width: 100%;
		display: inline-block;
	}

	.cfa-wrapper a h3 {
		font-size: 28px;
	}

	#sidebar {
		margin-top: 20px;
	}
	#wrapper #sidebar > ul {
		margin: 0;
	}
	
	#footer-menu-container ul li a {
	  font-size: 12px;
	}
	
	#footer-menu-container a {
	  padding: 22px 10px;
	}
	
	#bottom {
		text-align: center;
	}

	#footer-widget .widget:last-child {
		margin-bottom: 40px;
	}
	

	#footer-widget .widget_winvader_social ul {
		display: inline-block;
	}
	
	#mainmenu {
		display: none;
	}
	.mainmenu {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
}

@media (min-width: 992px) {
	.only-mobile {
		display: none;
	}
	
	.only-desctop {
		display: block;
	}
	
	.search_box_2 {
		display: none;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.block-top {
		max-width: auto;
		left: 0;
		margin-left: 0px;
	}
	.blog-grid .entry-image,
	.blog-masonry .entry-image {
		max-width: 480px;
	}	
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.boxed #wrapper {
		width: 800px;
	}
	.blog-grid .col-sm-3:nth-child(4n+1),
	.blog-grid .col-sm-4:nth-child(3n+1),
	.blog-grid .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	.block-2 li:nth-child(2n+1) {
		clear: both;
	}
	.block-3 li:nth-child(4n+1) {
		clear: both;
	}
	.owl-carousel-featured .post h2 {
		font-size: 22px;
	}
	
	.featured .post .entry-category a {
		font-size: 13px;
	}
	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.boxed #wrapper {
		width: auto;
	}
	.blog-grid .col-md-3:nth-child(4n+1),
	.blog-grid .col-md-4:nth-child(3n+1),
	.blog-grid .col-md-6:nth-child(2n+1) {
		clear: both;
	}
	.block-3 li:nth-child(3n+1) {
		clear: both;
	}

	
	.col-lg-12 .block-more {
		right: 0px;
	}
}

/* lg */
@media (min-width: 1200px) {
	.boxed #wrapper {
		width: 1220px;
	}
	
	.boxed #wrapper .container{
	  padding-right: 15px;
	  padding-left: 15px;
	}
	
	.blog-grid .col-lg-3:nth-child(4n+1),
	.blog-grid .col-lg-4:nth-child(3n+1),
	.blog-grid .col-lg-6:nth-child(2n+1) {
		clear: both;
	}
	.block-3 li:nth-child(4n+1) {
		clear: both;
	}
}


@media (max-width: 767px) {
	
	.footer-menu {
		display:none;
	}

	.block-9 .block-excerpt {
		min-height: 80px;
	}

	.block-side {
	  max-width: 100%;
	}

	.block-5 .smallpost .block-top:hover .overlay i,
	.block-5 .smallpost .block-side:hover .overlay i,
	.block-5 .posts.smallpost .entry-image:hover i {
		top: 50%;
	}
	.cfa-wrapper a h3 {
		font-size: 24px;
	}
	
	.block-3 .block-top {
		max-width: 200px;
	}
	

	.owl-carousel-featured .post h2 {
		font-size: 18px;
	}

	#bottom .row .footer {
		text-align: center !important;
		margin-bottom: 8px;

	}

	.boxed #wrapper {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.nav-previous,
	.nav-next {
		width: 100%;
	}
	.nav-next {
		margin-top: 30px;
	}
	
	#header-main-search-mobile {
		float: none;
		text-align: center;
		display: block;
	}
}

@media (max-width:596px) {
	.row.featured .big-featured .block-excerpt {
		display: none;
	}
	
	.commentlist li.comment ul.children {
	  margin: 0 0 0 0px;
	}
		
	.featured .post.big-featured .entry-category {
		left: 20px;
	}
	
	.row.featured .post h2 {
		font-size: 18px;
	}
	
	.widget_winvader_reviews .post2:hover .block-content { 
		padding-bottom: 6px;
	}
	
	.block-more span {
		display: none;
	}
}

@media (max-width: 479px) {


	[class*="col-"] {
		width: 100%;
	}
	.block-1 .block-side,
	.blog-small .entry-image {
		margin-bottom: 20px;
		max-width: 100%; /* retina display fix */
		width: 100%;
		float: none;
	}
			
	.block-3 .block-top {
	  max-width: 100%;
	}	
	
	.related-posts .block-top {
		max-width:  max-width: 25%;
	}
	.review .rating {
		text-align: left;
	}


	.featured .post .entry-category, 
	.featured .post .block-meta{
		display: none !important;
	}
	
	.owl-carousel-featured header {
		padding: 0px 46px 10px 46px;
	}
	
	.owl-carousel-featured .post h2 {
		font-size: 16px;
	}
	
}

@media (max-width: 320px) {
	.widget .block-side {
		 max-width: 100%;
		 margin-bottom: 20px;
	}	
}

/* ie */

@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */ 
	ul.flickr li, 
	.widget ul.flickr li {
	  width: auto;
	  float: left;
	  margin: 0px 4px 4px 0px;
	}
	
	#loader-wrapper {
		display: none;
	}
}


/* 32 - Your Own CSS
----------------------------------------------- */