/*
Theme Name: Flagman - Retina Responsive News WordPress Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Description: Flagman is Responsive, Retina Ready, WordPress theme Flagman for your Blog/News.
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Version: 1.01
Tags: light, white, flexible-width, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
*/



/* for HTML5 blocks */
header, footer, aside, nav, article, section { display: block; }  

a {
	outline: none !important
}
::selection , ::-moz-selection {
	background-color: #333 !important;
	color: #FFF !important;
}
/* 
   ------------------------------------------------------
							Body
   ------------------------------------------------------
*/
body, .body-class {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}


.post-not-found #s {
	width: 30%;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0;
}
.post-not-found form { margin: 0; }
.post-not-found {
	display: block;
	text-align: center;
}
.post-not-found h3 {
	color: #FFF;
	font-size: 38px;
	text-align: center;
	line-height: 48px;
	margin-bottom: 30px;
}

.muted-small,
.meta-time.muted-small {color: #9D9D9D; font-size: 11px; font-weight: normal; }
.italic { font-style:italic; }
.bold { font-weight: bold; }
.colored { color:#c2374c; }

/* Colors */
.aqua { color: #00FFFF; }
.aquamarine { color: #7FFFD4; }
.blue { color: #0000FF; }
.blueviolet { color: #8A2BE2; }
.brown { color: #A52A2A; }
.brown-tf { color: #69472a; }
.cornflowerblue { color: #6495ED }
.crimson { color: #DC143C }
.darkblue { color: #00008B }
.darkgreen  { color: #006400 }
.darkmagenta { color: #8B008B }
.darkorange { color: #FF8C00 }
.darkorchid  { color: #9932CC }
.deepskyblue { color: #00BFFF }
.dodgerblue { color: #1E90FF }
.forestgreen  { color: #228B22 }
.gold { color: #FFD700 }
.hotpink { color: #FF69B4 }
.olivedrab { color: #6B8E23 }
.red { color: #FF0000 }


iframe { border: none; }

.clear { clear: both; }

#content {
	/*margin-top: 35px;*/
	background-color: #FFF
}

.post.format-standard,
.post.format-audio,
.post.format-gallery,
.post.format-image,
#footer {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/* 
   ------------------------------------------------------
						Wrapper
   ------------------------------------------------------
*/

#entry-wrapper {
	background-color:  #1a1b1c;	
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 4px solid #84B231;
}


/* 
   ------------------------------------------------------
						Custom Background
   ------------------------------------------------------
*/
#bg-stretch { position: fixed;top: 0;left: 0; height:inherit; width:inherit; max-width:inherit; min-width: 100%;min-height: 100%;z-index: -1;}
.bg-width { width: 100%; }
.bg-height { height: 100%; }


/* 
   ------------------------------------------------------
						Entry Top Block
   ------------------------------------------------------
*/
.entry-top {
	background-color: #2f2f2f;
	padding: 0 30px;
	text-transform: uppercase;
	color: #9F9F9F;
	font-size: 11px;
	min-height: 40px;
	height: auto;
	display: block;
}

.entry-date-now { margin-top: 10px; }
.entry-date-now > .icon-time { 
	font-size: 14px; 
	margin-right: 5px;
	margin-top: 2px;
	display: block;
	float: left;
}

/* 
   -----------------------------------------------------
							Header
   -----------------------------------------------------
*/
#header {
	padding: 30px 0 0 0;
}

/* 
   ------------------------------------------------------
							Logo & Banner
   ------------------------------------------------------
*/
#logo { 
	float: left;
	padding: 0; 
	height: auto;
	margin-bottom: 30px;
	margin-left: 30px;
}
#logo img { max-width: 100%; width: 100%; }
#logo h1 { 
	margin-bottom:0; 
/*	font-family: Arial, Helvetica, sans-serif;*/
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}
#logo h1 a { color:#FFF; }
#logo a:hover { border: 0;}
.logo-slogan { color: #FFF }

.entry-banner { float: right; margin: 0 30px 30px }
.entry-banner img { max-width: 100%; width: 100%; }

/* 
   -------------------------------------------------------
						Headline
   -------------------------------------------------------
*/
.min-height { min-height: 0 !important; }
.entry-headline { 
	padding: 0px 30px; 
	border-bottom: 1px solid #383838; 
}
.ticker-block { padding: 10px 0; display: none; }

.ticker-title { 
	float: left; 
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;	
}
.ticker-content { float: left; margin: 0 !important;  }
.ticker-content > a { color: #bababa !important; font-size: 13px; }
.ticker-content > a:hover { color: #FFF !important; }

/* 
   -------------------------------------------------------
						Social Icons
   -------------------------------------------------------
*/
ul.social-icons, ul.social-icons li { list-style-type: none; }
ul.social-icons { margin: 0; float: right; }
ul.social-icons li:first-child { border-right: 1px solid #393838; }
ul.social-icons li { 
	float: right;
	padding: 9px 15px;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #393838;
	color: #686868;
	font-size: 18px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
ul.social-icons li a { color: #686868; }
ul.social-icons li a:hover { color: #FFF; }

/* 
   -------------------------------------------------------
						ADS Widgets
   -------------------------------------------------------
*/
.rwd-google-ads {
	text-align: center;
	border-top: 5px solid white;
	margin: -25px -20px -20px -20px;
}

.entry-ads, .entry-ads-110 { list-style:none; margin:0;}
.entry-ads li { margin-top:20px; }
.entry-ads li:first-child { margin-top:0; }
.entry-ads-110 { margin-right: -8px;}
.entry-ads-110 li { margin-bottom:8px; margin-right:8px; float:left;}
ul.entry-ads-110 { margin-bottom: -8px; }

.adsense-left { float: left; margin: 0 15px 15px 0; }
.adsense-right { float: right; margin: 0 0 15px 15px; }


ul.ads160x600-blocks,
ul.four-ads-blocks { margin: 0; }

ul.ads160x600-blocks, ul.ads160x600-blocks li,
ul.four-ads-blocks, ul.four-ads-blocks li { list-style-type: none; }
ul.ads160x600-blocks li,
ul.four-ads-blocks li {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
ul.four-ads-blocks li { margin-bottom: 30px; }
ul.ads160x600-blocks li:last-child { margin-right: 0; }
ul.four-ads-blocks li:last-child { margin-right: 0; }

.ads728x90 { text-align: center; }
/* 
   -------------------------------------------------------
						Social Counters
   -------------------------------------------------------
*/
ul#social-counter, ul#social-counter li { list-style-type: none; margin: 0; }
ul#social-counter li { 
	background-color: #F4F5F6;
	margin-bottom: 1px;
	border-bottom: 1px solid #dfdfdf;
}

ul#social-counter li .entry-facebook,
ul#social-counter li .entry-twitter,
ul#social-counter li .entry-youtube,
ul#social-counter li .entry-rss {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}

ul#social-counter li .entry-facebook { background-color: #3b5998; }
ul#social-counter li .entry-twitter { background-color: #00aced; }
ul#social-counter li .entry-youtube { background-color: #CD332D; }
ul#social-counter li .entry-rss { background-color: #f38f39; }


ul#social-counter li .entry-facebook > .icon-facebook,
ul#social-counter li .entry-twitter > .icon-twitter,
ul#social-counter li .entry-youtube > .icon-youtube,
ul#social-counter li .entry-rss > .icon-rss {
	font-size: 22px;
	line-height: 40px;
}

ul#social-counter li.facebook-social a,
ul#social-counter li.twitter-social a,
ul#social-counter li.youtube-social a,
ul#social-counter li.rss-social a { 
	line-height: 40px;
	font-weight: bold;
	color: #7b7b7b;
	font-size: 14px;
}

.fans {
	margin-left: 5px;
	font-weight: bold;
}
/* 
   -------------------------------------------------------
						Typography
   -------------------------------------------------------
*/
h1,h2,h3,h4,h5,h6 { 
	color: #363636;
	margin-top: 0;
	margin-bottom:15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #84b231;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;
}

a:hover { color: #444; }

a img {
	line-height:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;		
}

a.more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.list.underline li { border-bottom: 1px dashed #DCE2E7; }
ul.unordered { list-style: none;           }	
ul.ordered 	 { list-style: inside decimal; }	
ul.square 	 { list-style: inside square;  }	
ul.circle 	 { list-style: inside circle;  }
ul.bullets	 { list-style: inside disc }

blockquote { border-left: 1px solid #CFCFCF; }
blockquote p { font-size: 16px; line-height: 24px; }



/* 
   ------------------------------------------------------
							Margins
   ------------------------------------------------------
*/

.margin-top-10 { margin-top:10px; }
.margin-15 { margin-bottom: 15px; }
.margin-r15 { margin-right:15px; }

/* paddings */
.padding-20 { padding:20px; }


/* top margins */
.margin-5t  { margin-top: 5px; }
.margin-8t  { margin-top: 8px; }
.margin-10t { margin-top: 10px; }
.margin-15t { margin-top: 15px; }
.margin-20t { margin-top: 20px; }
.margin-25t { margin-top: 25px; }
.margin-30t { margin-top: 30px; }
.margin-35t { margin-top: 35px; }
.margin-40t { margin-top: 40px; }
.margin-45t { margin-top: 45px; }
.margin-50t { margin-top: 50px; }
.margin-55t { margin-top: 55px; }
.margin-60t { margin-top: 60px; }
.margin-65t { margin-top: 65px; }
.margin-70t { margin-top: 70px; }
.margin-75t { margin-top: 75px; }
.margin-80t { margin-top: 80px; }
.margin-85t { margin-top: 85px; }
.margin-90t { margin-top: 90px; }
.margin-95t { margin-top: 95px; }
.margin-100t { margin-top: 100px; }

/* bottom margins */
.margin-5b  { margin-bottom: 5px; }
.margin-8b  { margin-bottom: 8px; }
.margin-10b { margin-bottom: 10px; }
.margin-15b { margin-bottom: 15px; }
.margin-20b { margin-bottom: 20px; }
.margin-25b { margin-bottom: 25px; }
.margin-30b { margin-bottom: 30px; }
.margin-35b { margin-bottom: 35px; }
.margin-40b { margin-bottom: 40px; }
.margin-45b { margin-bottom: 45px; }
.margin-50b { margin-bottom: 50px; }
.margin-55b { margin-bottom: 55px; }
.margin-60b { margin-bottom: 60px; }
.margin-65b { margin-bottom: 65px; }
.margin-70b { margin-bottom: 70px; }
.margin-75b { margin-bottom: 75px; }
.margin-80b { margin-bottom: 80px; }
.margin-85b { margin-bottom: 85px; }
.margin-90b { margin-bottom: 90px; }
.margin-95b { margin-bottom: 95px; }
.margin-100b { margin-bottom: 100px; }

.margin-b-n { margin-bottom: 0; }
.margin-t-n { margin-top: 0; }

.no-margin-b { margin-bottom: 0 !important; }
.no-margin-t { margin-top: 0 !important; }


/*
   ------------------------------------------------------
				SUPERFISH MENU
   ------------------------------------------------------
*/
#menu .current-menu-ancestor, #menu .current-menu-item { background: #f1f2f3 !important; }
.ct-dropdown-menu {
	margin-top: 20px;
	text-transform: uppercase;
	background: #FFF;
	border: 0 !important;
	border-top: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;	
	margin-bottom: -25px;
	margin-left: 20px;
}

#menu {
	background-color: #FFF;
	width: 100%;
}

#menu .sf-menu { margin-left: 30px; }
.sf-menu li:last-child { border-right: 1px solid #cfcfcf; }
.sf-menu li { 
	margin-right: 0px; 
	border: none; 
	border-left: 1px solid #cfcfcf;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.sf-menu li ul li, .sf-menu li ul li a { 
	line-height: 20px; 
	height: auto; 
	color: #444;
	text-transform: capitalize;
}
.sf-menu li ul li {
	background-color: #FFF
}
.sf-menu li:last-child { margin-right: 0; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	/*z-index:9999;*/
	text-shadow: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}

.sf-menu ul li ul li:first-child {
	border-top: none;
}	

.sf-menu li:hover {
	visibility:	inherit; 
}

.sf-menu > li {
	float: left;
	position: relative;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu a:hover { border: none; }

.sf-menu a {
	text-decoration:none;
	text-transform:uppercase;
	font-size: 13px;	
	display: block;
	position: relative;	
}

.sf-menu > li > a { 
	display: block;
	padding: 0 20px;
	color: #444;
}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 5px;
	top: 43px; 
	z-index: 99;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 11.3em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 0em; 
	top: 0;
}

.sf-menu li [class^="icon-"] { text-align: left; }
.sf-menu li [class^="icon-"]:before { float: left; padding-top: 3px; padding-right: 5px; }
.sf-menu a { font-family: Arial, Helvetica, sans-serif; }

.sf-menu a, 
.sf-menu a:visited { 
	color: #303030; 
}

.sf-sub-indicator { position: absolute; }

a > .sf-sub-indicator {  
	bottom: 0px;
	right: 5px;
}
.sf-menu > li > a.sf-with-ul { padding-right: 30px; }
.sf-menu > li > a.sf-with-ul .sf-sub-indicator { right: 15px; }

.menu-main-nav-container ul:first-child > [class^="icon-"] { line-height: inherit; font-size: 17px; }
.menu-main-nav-container ul:first-child > [class^="icon-"] a { padding-left: 4px; }

#menu-main-nav ul > [class^="icon-"] { font-size: 13px; }

ul.sub-menu, ul.sub-menu ul.sub-menu { z-index: 9999; }
ul.sub-menu ul.sub-menu { margin-left: 95px; margin-top: 0px; }

.sf-menu ul .sf-sub-indicator { top: 14px; right: 10px; }


.sf-menu ul li { width: 230px; position:relative; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding: 10px; }
.sf-menu ul li:first-child { border-top: 1px solid #ddd; }

.sf-menu li li a { font-size:13px; text-transform:none; font-weight: normal; position: initial; }
.sf-menu ul > li:hover { background:#f1f2f3; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left: 0px; top: 60px}

.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') 97% top no-repeat #363636;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #E3E4E4;
	text-transform:uppercase;
	font: 14px/16px Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #E2E2E2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 35px;
	padding: 7px 5px;
}
.navigation { padding:0;}

/* TOP MENU */
.sf-menu.top-menu { float: right; margin-top: 10px; }
.sf-menu.top-menu li { 
	line-height: 20px; 
	padding: 0;
	border: none;
}

.sf-menu.top-menu a, 
.sf-menu.top-menu a:visited { color: #9F9F9F !important; font-size: 11px; }
.sf-menu.top-menu > li > a { padding: 0 5px; text-transform: uppercase; }

.sf-menu.top-menu li a:hover { color: #FFF !important }
/*
   ------------------------------------------------------
						BLOG
   ------------------------------------------------------
*/
#entry-blog { margin-bottom: 30px; }
.pages-title { margin-bottom: 30px;	}

.entry-media-title {
	padding: 20px 20px 0 20px;
}
.entry-media-title .meta-time { 
	color: #313131; 
	display: block;
	margin-bottom: 5px;
}
h1.media-title {
	font-size: 16px;		
	line-height: 20px;
	margin-bottom: 0;
	font-weight: bold;
}
h1.media-title a { color: #313131; }
.entry-title a:hover { border: 0; }

h1.entry-title { font-size: 16px; line-height: 24px; margin-bottom: 15px; font-family: Arial, Helvetica, sans-serif; }
h1.entry-title a { color: #313131; font-weight: bold; text-transform: capitalize;}


#blog-entry .entry-content { font-size: 14px; }

.entry-format { text-align: center; color: #929292; font-size: 18px; height: 46px; width: 46px; position: absolute; right: 10px; background: url(http://www.zenbikes.com/wp-content/themes/wp-flagman/img/sprites.png) 0 0 no-repeat; top: 10px; border: 1px solid transparent; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
.entry-format.border {border-color: rgba(0, 0, 0,0.2); -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; }
.entry-format i { position: relative; line-height: 47px; }


.entry-share { position: relative; float: right; cursor: pointer; }
.entry-share:hover .icon-plus { color: #363636; }
.entry-share i { padding-left: 5px; }
.entry-share .icon-facebook { padding-left: 8px; }
.entry-share .ct-fb, .entry-share .ct-twitter, .entry-share .ct-gplus, .entry-share .ct-pinterest { width: 22px; height: 22px; line-height: 25px; background: #fff; display: block; float: left; }
.entry-share .ct-fb { background: #3b5998; }
.entry-share .ct-twitter { background: #00aced; }
.entry-share .ct-gplus { background: #d64431; }
.entry-share .ct-pinterest { background: #cc2127; }
.entry-share-icons { position: absolute; bottom: -20px; bottom: -20px; right:-105px; width: 90px;}
.entry-share-icons i { font-size: 14px !important; line-height: 14px; padding-right: 0px !important; padding-left: 4px; }
.entry-share-icons a:hover { border: 0; color:#FFF; }
.entry-share-icons {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.entry-share:hover .entry-share-icons { right:-10px; opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }

.entry-meta [class^="icon-"],
.entry-meta [class*=" icon-"],
.entry-extra [class^="icon-"],
.entry-extra [class*=" icon-"] { font-size: 14px; padding-right: 3px; }

.meta-tags { 
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.comments-link { float: left; }
.comments-link.white a { color: #FFF; }
.comments-link.dark a { color: #363636; }

.post-block {
	background-color: #FFF;
	width: 270px; /* 4 columns */
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    2px 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow:         2px 2px 7px rgba(0, 0, 0, 0.5);
}

.post-block .bg-mask {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.post-block:hover .bg-mask {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	
} 
.entry-thumb .title-mask {
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom:10px;
	padding: 15px;
}
.entry-thumb .title-mask a { color: #FFF }

.post-block .icon-views, .post-block .icon-likes {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 20px;	
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	line-height: 20px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.post-block .icon-views { line-height: 18px; font-size: 15px; }
.post-block .icon-likes { top: 50px;}
.post-block .icon-likes.likes-padding { top: 20px; }


.centered {	margin: 0 auto; }
.post-block .entry-thumb { position: relative; display: block; }
.post-block .audio-post-block { /*line-height: 0;*/ }
.post-block .audio-post-block > iframe { background-color: #FFF }
.widgetContainer { border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important}
.post-block .entry-thumb img { display: block }

/* Video post format */
.format-video .embed-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.format-video .embed-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Audio post format */
.format-audio .entry-thumb iframe { min-height: 160px; width: 100%; display: block; }

.no-top-padding .entry-content { padding-top: 0; }


/*
   ------------------------------------------------------
					TOOLTIPS
   ------------------------------------------------------
*/
.icon-rating:hover, .icon-likes:hover, .icon-views:hover { cursor: pointer; }
.single-social-icons li .tooltip-inner {
	background-color: #84b231;
	color: #FFF;
}
.single-social-icons li .tooltip.top .tooltip-arrow { border-top-color: #84b231; }
.tooltip-inner {
	white-space: nowrap;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #84b231;
	color: #fff;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 60px;	
}
.tooltip.in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		
}

.tooltip.left { margin-left: -10px; }
.tooltip.top  { margin-top: 10px; }
.tooltip.right { margin-left: 7px }

.tooltip.left .tooltip-arrow { border-left-color: #84b231; }
.tooltip.top .tooltip-arrow { border-top-color: #84b231; }
.tooltip.right .tooltip-arrow { border-right-color: #84b231; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #84b231; }


/*
   ------------------------------------------------------
					SINGLE POST
   ------------------------------------------------------
*/
h1.entry-title {
	font-size: 18px;
	line-height: 24px;
}
h1.entry-title a { color: #313131; }
.entry-meta {
	font-size: 11px;
	color: #AAA;
}

.leave-reply { color: #AAA; }

.media-thumb { display: block; line-height: 0; text-align: center; }

.media-thumb iframe { width: 100%; }
.audio-format iframe { min-height: 166px; }
#author-description {
	padding-left: 90px;
	display: block;
}
#author-description .ct-button {
	color: #313131 !important;
	margin-left: 10px;
	border: 1px solid #555;
	font-size: 11px;
}

#author-description .ct-button:hover {
	background-color: #ECECEC;
}
.single-post .post-block { width: 100%; margin-right: 0; }

.widget #cat { width: 100%; }
.widget li { color: #414243; }

.single .entry-thumb img:hover { opacity: inherit; }
a.post-edit-link { font-size: 14px}
.post-edit-link:hover { color: #444;  } 
.edit-link .icon-pencil { padding-right: 5px; font-size: 11px; width: auto; }
.post .edit-link { display: block; margin-bottom: 10px; padding: 0 20px; margin-top: 0; }
.nav-block { background: #fff; margin-bottom: 20px; }
.comments-block { background: #FFF; margin-bottom: 35px; }

#author-avatar { float: left; padding: 0px 15px 0px 0px; }
#author-block {
	background: #FFF;
	margin-bottom: 20px;
}

.add-author-info { margin-bottom: 0; font-size: 20px; }
.add-author-info a { margin-right: 5px; }
.add-author-info a:hover { border: 0; }
.add-author-info .icon-facebook-sign { color: #3b5998; }
.add-author-info .icon-twitter-sign { color: #00aced; }
.add-author-info .icon-google-plus-sign { color: #d64431; }

.add-author-info .social-icon {	
	border: 2px solid #333;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

/*
   ------------------------------------------------------
					REVIEW
   ------------------------------------------------------
*/
.review-block {
	display: block;
	background: #f7f8f9;
	min-width: 220px;
	border: 1px solid #DDD;
	border-bottom: none;
	width: 40%;
	margin: 10px 0 20px 20px;
	float: right;
}

.overall_score { font-size: 18px; font-weight: bold; }

.overall_score > .score_name {
	line-height: 55px;
	padding-left: 10px;
}
.overall_score > .score_value {
	font-size: 30px;
	background-color: #84b231;
	color: #FFF;
	padding: 15px 10px;
	float: right;
	margin-left: 15px;
	min-width: 43px;
	text-align: center;
}

ul.score-list, ul.score-list li { list-style-type: none; }
ul.score-list li { font-size: 14px;	font-weight: bold;	padding: 10px 10px;	border-bottom: 1px solid #DDD; }
ul.score-list li:first-child { border-top: 1px solid #DDD; padding-top: 10px; }
ul.score-list li.summary-review { background-color: #1A1B1C; color: #FFF; font-size: 11px; font-weight: normal; }
.criteria_name { float: left; margin-right: 15px; line-height: 24px; }
.rating-stars {	float: right; margin-top: 2px; }
ul.score-list, ul.score-list li { list-style-type: none; margin: 0; }
ul.score-list { margin-top: -5px; background-color: #fff; }

/*
   ------------------------------------------------------
						Recent Comments Widget
   ------------------------------------------------------
*/
.rec-comments .j-buttons { background: none; }
.rec-comments .jcarousel-divider-nav { background-color: #333; }
.rec-comments .j-buttons .next, .rec-comments .j-buttons .prev, .rec-comments .j-buttons [class^="next-"], .rec-comments .j-buttons [class^="prev-"] {
	background-color: #333;
}

.entry-info-post a { color: #555 !important; }
.entry-info-post a:hover { color: #FFF !important; }
.ct-recent-comments {
	background-color: #1A1B1C;
	padding: 30px;
}

.widget img, ul.slides li a img {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}

.widget-thumb { 
	float: left; 
	margin-right: 15px;
}

.widget-thumb img, .widget-post-small-thumb a img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;		
}
.widget-thumb img:hover, .widget-post-small-thumb a img:hover {
	cursor: pointer;

	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}
.ct-recent-comments .jcarousel-posts-widget li { height: 80px; }
/*
   ------------------------------------------------------
						COMMENTS
   ------------------------------------------------------
*/
.ct-recent-comments {
	background-color: #1A1B1C;
	padding: 30px;
}
#reply-title, .comments-title, .author-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0px;
	margin-bottom: 0;
}

.logged-in-as, .comment-notes,
#cancel-comment-reply-link { font-size: 11px; }
#cancel-comment-reply-link {text-transform: none; }

#comment { width: 98%; }
#comments .form-allowed-tags { display: none; }
.commentlist { margin: 0; padding: 20px 20px 20px 0; list-style-type: none; }
.commentlist .children { list-style-type: none; }
.comment-avatar { float: left; margin-right: 15px; text-align: center; margin-bottom: 15px; }
.comment-meta-time { font-size: 11px; color: #AAA !important; }
.comment-meta-time:hover { color: #313113 !important; }
.comment-meta { margin-bottom: 10px; }
.comment-meta .fn { display: block; font-weight: bold; text-transform: capitalize; }

.reply { 
	font-size: 11px; 
	position: relative;
	font-weight: bold;
	display: block;
	float: right; 

	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;	
}
.reply:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		
}
.reply .icon-reply { margin-left: 0px; font-size: 11px; }

article.comment { margin-bottom: 15px; border-bottom: 1px solid #CFCFCF; padding-bottom: 15px; }
.comments-block .pagination {
	padding: 0 20px;
	background: #FBFBFB;
	border-top: 4px solid #a3a6a8;
	border-bottom: 4px solid #a3a6a8;
	margin-bottom: 20px;
}
#comments .edit-link { float: left; margin-bottom: 0; font-size: 11px; }


#respond input[type=submit] {
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;	  
}	

#respond input[type="submit"]:hover,
#respond input[type="submit"]:active
 {
  color: #333333;
  background-color: #e6e6e6;

}

#respond input[type=submit]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

#respond input[type=submit]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#respond h3 {
	color: #444;
	font-size: 16px;
}

.page-header-title h1 { font-size: 24px; }
/*
   ------------------------------------------------------
						WordPress Core
   ------------------------------------------------------
*/

.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { } 

/* From Twentytwelve */
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

p { margin: 0 0 15px; }

strong, b {
	font-weight: bold;
	margin-bottom: 15px;
}
em {
   font-style: italic;
}

.blockright {
	float: right;
	text-align: right;
}

.blockleft {
	float: left;
	text-align: left
}

.alignnone {
	margin: 5px 15px 15px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 15px 15px;
}

.alignleft {
	float:left;
	margin: 5px 15px 15px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.divider-block {
	height: 1px;
	background-color: #CFCFCF;
	margin: 30px 0;
	width: 100%;
	position: relative;
}

.divider-block .inner-divider {
	position: absolute;
	background-color: #CFCFCF;
	height: 5px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: -2px;
	display: block;
}

.divider-1px {
	height: 1px;
	background-color: #d3d3d3;
	margin: 10px 0;
	width: 100%;
}

.post-divider {
	height: 4px;
	background-color: #cfcfcf;
	margin: 15px 0;
	width: 100px;
}

.divider-1px-dashed {
	height: 1px;
	width: 100%;	
	border-bottom: 1px dashed #e9eef4
}

.image-border {
	border: 5px solid #e9eef4;
	width: auto;
	display: block;
}
.image-border img {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block
}

a img.alignright {
	float:right;
	margin: 5px 0 15px 15px;
}

a img.alignnone {
	margin: 5px 15px 15px 0;
}

a img.alignleft {
	float:left;
	margin: 5px 15px 15px 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


.highlight { 
	padding: 0; 
	color:#edeae2; 
	background-color: #2a2a2a; 
}
.highlight.pink 	{ background:#bd1e7b; }
.highlight.green 	{ background:#668508; }
.highlight.red 		{ background:#ef2d2d; }
.highlight.orange 	{ background:#ff6600; }
.highlight.blue 	{ background:#308aef; }
.highlight.yellow 	{ background:#cb7a0b; }
.highlight.custom 	{ background:#921529; }

span.dropcap  {
	font-size:40px; 
	margin-right:6px; 
	text-transform: uppercase; 
	float: left; 
	line-height: 1; 
	font-weight:bold;
}

span.dropcap.pink   { color:#bd1e7b; }
span.dropcap.green   { color:#668508; } 
span.dropcap.red    { color:#ef2d2d; } 
span.dropcap.orange { color:#ff6600; } 
span.dropcap.blue   { color:#308aef; } 
span.dropcap.yellow { color:#cb7a0b; }
span.dropcap.custom { color:#921529; }


/* align paragraphs */
p.text-left { text-align: left }
p.text-right { text-align: right }
p.text-center { text-align: center }
p.text-justify { text-align: justify }

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

.video-post-widget,
.embed-youtube,
.embed-vimeo,
.video-frame,
.embed-video,
video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
	z-index:10;
}
.video-post-widget iframe,
.embed-youtube iframe,
.embed-vimeo iframe,
.video-frame iframe,
.embed-video iframe,
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important
}

video { width: 100%; }


/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}



/*
   ------------------------------------------------------
		Tag Cloud Widget and Tags
   ------------------------------------------------------
*/
.widget .tagcloud a[class|=tag-link],
.tagcloud a[class|=tag-link],
#entry-post a[rel=tag] {
	font-size: 10px !important;
	padding: 3px 5px 3px;
	line-height: 14px;
	color: #313131;
	margin-top: 5px;
	float: left;
	margin-right: 5px;	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	-transition: background-color 0.2s linear;
	text-transform: uppercase;
	border: 1px solid #CFCFCF;
}

.widget .tagcloud a[class|=tag-link]:hover,
#entry-post a[rel=tag]:hover,
.tagcloud a[class|=tag-link]:hover { background-color:#414243; color: #FFF; }

.widget .tagcloud { margin-right: -5px; margin-top: -5px; }

#primary { margin-bottom: 15px; }

/*
   ------------------------------------------------------
					Copyrights
   ------------------------------------------------------	
*/

/*#footer { padding: 0 30px; }*/
#footer a { 
	color: #999; 
}
#footer a:hover { color: #FFF; }
#footer { position: relative; background: #2B2E30; }
#footer .magazine-content { padding: 30px; }
.copyright-info { color:#FFF; font-size: 11px; }
.copyright-info.right { float: right; }
.copyright p { margin-bottom:0;}



/*
   ------------------------------------------------------
					Blog pagination
   ------------------------------------------------------	
*/
.pagination, .entry-pagination { 
	position:relative; 
	font-size:11px; 
	margin: 0; 
	z-index: 10;
	float: right;
}
.entry-pagination { width: 100%; float: left; }

.pagination-line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C3C3C3;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
}
.container-pagination { text-align: center; }

.pagination { background-color: #FFF; right: 10px; }

#entry-comments .pagination { margin-top: 15px; margin-bottom: 30px; }

.pagination a, .pagination .current {
	display:block;
	float:left;
	margin-right: 2px;	
	margin-left: 2px;
	width: 20px;
	height: 20px;
	text-decoration:none;
	text-align: center;
	line-height: 20px;	
	color:#363636;
	font-weight: bold;
}
.pagination a {
	background-color: #aaa
}
.pagination .current {
	padding: 0
}

.pagination a {	background-color: #c3c3c3; color: #FFF !important }
.pagination a:hover { color:#fff !important; background-color: #84b231;}
.pagination .current { background-color: #84b231; color:#fff; }
.blog-navigation { text-align:center; }

.page .edit-link {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	font-size: 11px !important;
}
.page .edit-link .post-edit-link { font-size: 11px; }
.entry-page { background: #FFF; }
.entry-page-content iframe { width: 100%; }

.google-map iframe { width: 100%; }
.page #comments { padding-bottom: 20px; }

.page #commentform,
.page #commentform p { margin-bottom: 10px; }


.demo-class { color: #ccc }
.demo-class strong { color: #fff }

.nav-previous .icon-chevron-left { margin-right: 3px; }
.nav-next .icon-chevron-right { margin-left: 3px; }

.nav-previous {	
	float: left; 
	width: 50%; 
	font-weight: bold;
	text-transform: uppercase;
}
.nav-next {	
	float: right; 
	text-align: right; 
	width: 50%; 
	font-weight: bold;
	text-transform: uppercase;
}
.nav-single .widget-devider { margin-bottom: 15px; margin-top: 30px;}
.nav-single-hidden { display: none; }
.nav-single-top {}
.nav-previous-top, .nav-next-top {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #FFF;
	float: right;
	margin-left: 10px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	

	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);		
}
.nav-previous-top:hover, .nav-next-top:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);		

}
.nav-previous-top a, .nav-next-top a { color: #FFF !important; width: 100%; height: 100%; display: block; }
.nav-previous-top a .icon-chevron-left, .nav-next-top a .icon-chevron-right { width: 100%; height: 60%; display: block; margin-top: 13px; }
/* 
   ------------------------------------------------------
				Popular & Recent Posts Widget
   ------------------------------------------------------
*/

.recent-posts-widget .post-title a,
.popular-posts-widget .post-title a,
.small-slider .entry-title a { color:#333; }

.popular-posts-widget,
.recent-posts-widget,
.recent-comments-widget,
.jcarousel-posts-widget {  list-style:none; margin-left:0; margin-bottom: 0; }

.popular-posts-widget li,
.recent-posts-widget li,
.recent-comments-widget li,
.jcarousel-posts-widget li { margin-bottom: 15px; padding-bottom: 15px; }

 .recent-comments-widget li:last-child,
 .recent-posts-widget li:last-child,
 .popular-posts-widget li:last-child,
 .jcarousel-posts-widget li:last-child  { margin-bottom: 0; }

.small-slider .entry-title { margin-bottom: 5px; }
.date-widget .icon-time { font-size: 13px; }
.date-widget [class^="icon-"] { margin-right: 3px; }
.icon-rating.widget-post { cursor: text !important; }
.meta-widget {
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #999
}

.small-slider .flex-direction-nav a { top: 40%; }

.popular-posts-widget .entry-meta,
.recent-posts-widget .entry-meta,
.recent-comments-widget .entry-meta,
.jcarousel-posts-widget .entry-meta { 
	padding-bottom: 0px; 
	color: #AAA;
	font-size: 11px;
}

.popular-posts-widget .entry-meta.most-commented,
.recent-posts-widget .entry-meta.most-commented,
.recent-comments-widget .entry-meta.most-commented,
.jcarousel-posts-widget .entry-meta.most-commented,
.popular-posts-widget .entry-meta.most-viewed,
.recent-posts-widget .entry-meta.most-viewed,
.recent-comments-widget .entry-meta.most-viewed,
.jcarousel-posts-widget .entry-meta.most-viewed {
	padding-bottom: 5px;
}
.entry-meta.most-commented .entry-comments a { color: #AAA; }

.popular-posts-widget h4.entry-title, .popular-posts-widget h4.entry-title a, 
.recent-comments-widget h4.entry-title, .recent-comments-widget h4.entry-title a,
.jcarousel-posts-widget h4.entry-title, .jcarousel-posts-widget h4.entry-title a {
	font-size: 14px;
	line-height: 20px; 
	color: #333;
	margin-bottom: 0;	
}

.popular-posts-widget h4.entry-title a:hover, 
.recent-comments-widget h4.entry-title a:hover,
.jcarousel-posts-widget h4.entry-title a:hover { color: #84b231; }

.widget-post-small-thumb a:hover { border: 0; }

.widget-post-small-thumb { position:relative; float: left; }
.widget-post-small-thumb img { width: 75px;	max-width: 75px; display: block; margin-right: 15px; /*margin-bottom: 15px;*/ }

.entry-post-info {
	display: block;
	margin-left: 80px;
}
/* 
   ------------------------------------------------------
						Flickr Widget
   ------------------------------------------------------
*/
[class^="ct-flickr-"] { list-style-type: none; margin: -15px -15px 0 0; }
[class^="ct-flickr-"] li { list-style-type: none; float: left; display: block; margin-right: 15px; margin-top: 15px; border: none; padding:0; }
[class^="ct-flickr-"] li a img { display: block; width: 75px; height: 75px; }

[class^="ct-flickr-"] li a img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}
/* 
   ------------------------------------------------------
						Instagram Widget
   ------------------------------------------------------
*/

[class^="ct-instagram-"] li { list-style-type: none;float: left; margin-top: 15px; margin-right: 15px; }
[class^="ct-instagram-"] { list-style-type: none; margin: -15px -15px 0 0; }
[class^="ct-instagram-"] li img { width: 75px; height: 75px; }

[class^="ct-instagram-"] li img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}	
/* 
   ------------------------------------------------------
						Related Posts Widget
   ------------------------------------------------------
*/
.related-posts-single { list-style:none; margin: -15px -15px 0 0;}
.related-posts-single img { width: 75px; height: 75px; }
.related-posts-single li { float:left; padding:0; margin-top: 15px; margin-right: 15px; position: relative; }
.ct-relatedposts-widget .review-box { padding: 0; font-size: 11px; }

/* 
   ------------------------------------------------------
						Categories Widget
   ------------------------------------------------------
*/
.widget_recent_entries ul li { margin-bottom: 15px; }

.widget_categories  li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before { 
	content: "\f105"; 
	font-family: FontAwesome; 
	padding-right:4px; 
	font-size: 11px; 
}

.widget_recent_comments ul li:before { 
	content: "\f0e6"; 
	font-size: 13px;
}

.widget_archive ul li:before {
	content: "\f187"; 
	font-size: 12px;	
}

.widget_recent_entries ul li:before {
	content: "\f02d"; 
	font-size: 12px;	
}

.widget_categories  ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul { list-style-type: none; margin: 0; }

/* 
   ------------------------------------------------------
					Tab Widget
   ------------------------------------------------------
*/

.nav-tabs > li { 
	margin-left: 15px; 
	background-color: #ececec; 
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cfcfcf;
}

.nav-tabs > li > a { 
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	color: #999;
	border: none;
	margin-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
.nav-tabs { margin-bottom: 20px !important; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: #84b231;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: none !important;
}


/* 
   ------------------------------------------------------
					Search Widget
   ------------------------------------------------------
*/
#s {
	margin-bottom: 0;
	font-size: 11px;
	padding: 8px 8px;
	float: left;
	width: 95%;
	text-transform: capitalize;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

}

.no-padding { padding-bottom: 0 !important; }
/* 
   ------------------------------------------------------
						Calendar Widget
   ------------------------------------------------------
*/
#wp-calendar {
	width: 100%
}
#wp-calendar > caption {
	font-weight: bold;	
	padding: 5px;
	margin-bottom: 10px;
}
#wp-calendar > caption:after {
	clear: both
}
#wp-calendar td {
	text-align: center;	
	padding: 5px 0;
	border: 1px solid #cfcfcf;
	color: #7b7b7b;
	font-size: 11px;
}

#wp-calendar td#today {
	background-color: #84b231;
	color: #FFF
}

#wp-calendar td#prev, #wp-calendar td#next, #wp-calendar td#prev a, #wp-calendar td#next a {
	text-transform: uppercase;
	background: none !important;
	color: #aaa 
}

/* 
   ------------------------------------------------------
					Twitter Widget
   ------------------------------------------------------
*/

.tweet_list { list-style: none;	overflow-y: hidden; margin:0; }
.tweet_list .awesome,
.tweet_list .epic { text-transform: uppercase; }
.tweet_list li { overflow-y: auto; overflow-x: hidden; display: block; padding: 10px 0; }
.tweet_list li:first-child { padding-top: 0; }
.tweet_list li:last-child { padding-bottom: 0; }
.tweet_list .tweet_avatar {  float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle;	}
.tweet_list .tweet_time a { color: #9D9D9D; font-size: 11px; font-weight: normal; }
.tweet_list .tweet_time a:hover { color: #313131; }
a.tweet_avatar { display: block; }
.tweet_list li span.tweet_time { display:block; }
a.tweet_avatar { margin-right: 10px; margin-bottom: 20px; }


/* 
   ------------------------------------------------------
						Post Like
   ------------------------------------------------------
*/
.like,
.entry-share .icon-plus {  
	-moz-transition: all 0.2s ease-out 0.1s;  
	-webkit-transition: all 0.2s ease-out 0.1s;  
	-o-transition: all 0.2s ease-out 0.1s;
}  
.entry-share .icon-plus { line-height: 7px; }

.icon-heart.alreadyvoted, .voted .icon-heart { color: #FFF; }
.post-like a { color: #FFF; }
.post-like a:hover .icon-heart { color: #FFF; }
.post-like a:hover { border: 0; }

.voted .like, .post-like .alreadyvoted, .post-like a:hover .like {  
}

/* 
   ------------------------------------------------------
						Magazine Content
   ------------------------------------------------------
*/

.magazine-content {
	padding: 30px;
}

.media-thumb { 
	margin-bottom: 15px; 
	position: relative;
}
.media-thumb:hover img {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);	
}

.entry-widget-title {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

.entry-widget-title > .full-line {
	height: 1px;
	background-color: #84b231;
}

.entry-widget-title > .entry-title {
	padding: 5px 15px;
	background-color: #84b231;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	top: -15px;
	left: 0;
	position: absolute;
}

.entry-widget-title > .entry-title a { color: #FFF; }
.three-columns-widget h3.entry-title, .three-columns-widget h3.entry-title a,
.three-columns-widget h4.entry-title, .three-columns-widget h4.entry-title a { 
	font-size: 14px;
	line-height: 20px; 
	color: #333;
	margin-bottom: 0;
}

.three-columns-widget h3.entry-title a:hover,
.three-columns-widget h4.entry-title a:hover { color: #84b231;}
.three-columns-widget .entry-meta {
	font-size: 11px;
	color: #aaaaaa;
}

.three-columns-widget .entry-meta.meta-footer a, .entry-post .entry-meta .right-meta a {
	color: #aaaaaa !important;
}

.entry-comments { margin-right: 10px; }
.entry-comments a { color: #AAA !important; }

.entry-post .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.entry-post .entry-title a { color: #333; }
.entry-post .entry-title a:hover { color: #84b231; }
.entry-post .entry-meta {
	color: #AAA;
	font-size: 11px;
}

.left-meta { float: left; }
.right-meta { float: right; }

.read-more {
	font-size: 12px;
	color: #aaa !important;
	line-height: 20px;
	display: inline-block;
}
.read-more:hover { color: #444 !important; }
.read-more > .icon-plus-sign {
	margin-right: 5px;
	font-size: 14px;
}

.entry-post { margin-bottom: 30px; }
/* 
   ------------------------------------------------------
						Sidebar
   ------------------------------------------------------
*/

.sidebar aside, .magazine-content aside {
	margin-bottom: 50px;
	margin-top: 15px;
}
.sidebar aside ul { margin-bottom: 0; }

.sidebar aside ul li { color: #AAA; }

.sidebar aside ul li img:hover, aside ul li img:hover { 
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}

.post-date {
	color: #AAA;
	font-size: 11px;
	display: block;
}

.widget, .img-format {
	 -webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}

h4.comments-not-found {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
/* 
   ------------------------------------------------------
						Flex Slider (mini Slider for Sidebar)
   ------------------------------------------------------
*/
.small-slider {
	padding: 30px;
	background-color: #1a1b1c;
}

.small-slider h3.entry-title, .small-slider h3.entry-title a,
.small-slider h4.entry-title, .small-slider h4.entry-title a { 
	font-size: 14px;
	line-height: 20px; 
	color: #FFF;
	margin-bottom: 0;
}
.small-slider p { color: #c9c9c9 !important; }

.small-slider .entry-meta,  .small-slider a .leave-reply { 
	color: #7b7b7b;
	font-size: 11px;
}

.small-slider a:hover { color: #FFF; }

/* 
   ------------------------------------------------------
						Post Thumbs Widgets
   ------------------------------------------------------
*/

ul.post-thumbs-widget { margin: 0 -15px 0 0; }
ul.post-thumbs-widget, ul.post-thumbs-widget li { list-style-type: none; }
ul.post-thumbs-widget li {
	display: block;
	width: 75px;
	height: 75px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
ul.post-thumbs-widget li img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		
}
/* 
   ------------------------------------------------------
						jCarousel Widgets
   ------------------------------------------------------
*/
.jcarousel-posts-widget li { min-height: 65px; display: block; }
.jcarousel-navigation {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.jcarousel-divider-nav {
	height: 1px;
	background-color: #C3C3C3;
	width: 100%;
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 10px;
}
.j-buttons {
	display: block;
	float: right;
	z-index: 10;
	background-color: #FFF;
	position: absolute;
	right: 10px;
}
.next, .prev, .next2, .prev2, [class^="next-"], [class^="prev-"] {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #C3C3C3;
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.next:hover, .prev:hover, .next:focus, .prev:focus,
.next2:hover, .prev2:hover, .next2:focus, .prev2:focus,
[class^="next-"]:hover, [class^="prev-"]:hover, [class^="next-"]:focus, [class^="prev-"]:focus {
	background-color: #84b231;
	color: #FFF;
}

.jcarousel-posts-widget li .leave-reply { color: #AAA; }
.jcarousel-posts-widget li img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		
}

/* 
   ------------------------------------------------------
						Flex Slider
   ------------------------------------------------------
*/
.single .flexslider { 
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}

.flexslider { 
	margin: 0; 
	border: 0; 
	box-shadow: none;
	-moz-box-shadow: none; 	
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.flex-carousel { 
	padding: 30px;
	background: none; 
}
.flex-carousel.carousel-gallery { padding: 0 }
.flexslider.flex-carousel .slides > li { margin-right: 18px; }
.flexslider.flex-carousel.carousel-gallery .slides > li { margin-right: 20px; }
.flexslider.flex-carousel.carousel-gallery .slides > li img, .flexslider.flex-carousel.carousel-gallery .slides > li:hover img  { border: none; }

.flex-direction-nav li [class^="icon-"],
.small-slider li [class^="icon-"] { width: auto; }


.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	font-size: 26px;
	height:40px;
	width:40px;
	background-color: #84b231;
	color: #FFF;
	line-height: 40px;
	text-align: center;

} 



.flex-direction-nav .flex-prev { left: 30px; }
.flex-direction-nav .flex-next { right: 30px; }


.flex-carousel .flex-direction-nav .flex-prev,
.flex-carousel .flex-direction-nav .flex-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;	
}
.flex-carousel .flex-direction-nav .flex-prev { left: 30px !important; cursor: pointer; }
.flex-carousel .flex-direction-nav .flex-next { right: 30px !important; cursor: pointer; }

.flex-carousel.carousel-gallery .flex-direction-nav .flex-prev { left: 0px !important; cursor: pointer; }
.flex-carousel.carousel-gallery .flex-direction-nav .flex-next { right: 0px !important; cursor: pointer; }


.flex-direction-nav a:hover { color: #FFF; }
.flex-direction-nav a {
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: 0;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		
}
.flexslider:hover .flex-next { right: 30px;  }
.flexslider:hover .flex-prev { left: 30px; }

.flex-carousel.carousel-gallery .flex-direction-nav a {
	background-color: #84b231;	
	color: #FFF;
	border: none;
	/*opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);		*/
}
/* slider flagman styles */
.slider-content {
	position: absolute;
	left: 30px;
	top: 60%;
	display: block;
	width: 60%;
	padding: 30px;
	background-color: #000;

	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		


}

.slider-content .entry-title {
	color: #84b231;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}
.slider-content .meta-stars { 
	margin-bottom: 10px;		
}
.meta-stars .icon-star, .meta-stars .icon-star-half-empty, .meta-stars .icon-star-empty { margin-right: 1px; }
.slider-content a:hover .entry-title { color: #FFF; }
.entry-slider-content {
	color: #f1f2f3;
}

/* 
   ------------------------------------------------------
						Custom Widgets
   ------------------------------------------------------
*/
.widget_top { padding: 30px; }
.widget_top .entry-widget-title > .full-line { background-color: #333; }
.widget_top .entry-widget-title > .entry-title { background-color: #333; } 
.widget_top #wp-calendar td { border-color: #333; }
.widget_top .tagcloud a[class|="tag-link"], .widget_top .tagcloud a[class|="tag-link"], .widget_top #entry-post a[rel="tag"] { border-color: #333; color: #555 }

.ct_custommenu_widget { background-color: #FFF; padding: 0 !important }


.carousel-thumb .category-item { position:absolute; }
.carousel-thumb { 
	position:relative; overflow:hidden;

}

.carousel-thumb .video, .carousel-thumb .audio, .entry-thumb .video, .carousel-thumb .rating-post, .media-thumb .video, .media-thumb .audio, .media-thumb .rating-post { 
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #FFF;
	background-color: #000;
	line-height: 30px;
	color: #FFF;
	display: block;

	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);

	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;

		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.media-thumb .video .icon-play { margin-left: 2px; }

.carousel-thumb .rating-post a {
	display: block; 
	width: 100%; 
	height: 100%; 
	color: #FFF;	
}

.carousel-thumb:hover .video, .carousel-thumb:hover .rating-post, .carousel-thumb:hover .audio {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.carousel-thumb .title-mask {
	color:#FFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:0px;
	padding-top: 15px;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	text-align: center;

	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);	

		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}
.carousel-thumb .title-mask a {
	color: #FFF
}
.carousel-gallery .carousel-thumb .title-mask {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 0;
	margin-top: 0;
	padding: 5px 0px;
	text-align: center;
}
.carousel-gallery .carousel-thumb .title-mask h3 { margin-top: 0; background-color: #000; /*display: inline-block;*/ padding: 5px 15px;}
.carousel-gallery .carousel-thumb .title-mask h3 a { font-size: 12px; }

.carousel-gallery .carousel-thumb:hover .title-mask {
	bottom: 10%;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
}

.carousel-thumb .title-mask .small-divider {
	width: 40px;
	height: 1px;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.carousel-thumb .title-mask .small-date, .carousel-thumb .title-mask .small-category {
	font-size: 11px;
}
.carousel-thumb .title-mask h3 a, .carousel-thumb .title-mask h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
}
.carousel-thumb:hover .title-mask {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	

	
}
.carousel-thumb:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
} 

.carousel-thumb .icon-rating .icon-star-empty, .post-block .icon-rating .icon-star-empty {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

.only-content { color: #313131 }

.widget-carousel .carousel-thumb .title-mask { width:130px; }
.carousel-thumb .title-mask h5 { color:#FFF; margin-bottom:0;}
.carousel-thumb .entry-content { /*display:inline-block;*/ }

.review-box { position: absolute; top: 0; left: 0; background-color: #fff; padding: 3px; }

.ct-button {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #FFF;
	text-decoration: none !important;
	color: #FFF !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.ct-button:hover { cursor: pointer; background-color: rgba(255,255,255,.2); }

/* 
   ------------------------------------------------------
					Custom Menu Widget
   ------------------------------------------------------
*/
.widget_nav_menu .menu { margin: 0; list-style-type: none; }
.widget_nav_menu li:before { content: "\f00c"; font-family: FontAwesome; padding-right:10px; font-size: 10px; }
.widget_nav_menu li.current-menu-item:before,
.widget_nav_menu li.current-menu-ancestor:before { color: #c2374c; }
.widget_nav_menu ul.sub-menu { 
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	list-style-type: none;
}


/* 
   ------------------------------------------------------
						Widgets Area
   ------------------------------------------------------
*/


/* 
   ------------------------------------------------------
					Bootstrap Override
   ------------------------------------------------------
*/

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
font-size: 12px;}
.comments-title h4 { border-bottom: 1px solid #EBECED; font-weight:normal; }

.input-append .add-on, .input-prepend .add-on {
	background-color: #84b231;
	color: #FFF;
	border: 1px solid #84b231;
}

#contacts-form i { margin-right: 0px; }
#contacts-form .input-prepend { margin-bottom: 15px; }
#contacts-form form { margin-bottom:0;}
#contacts-form .btn { 
  float:right; 
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5 !important;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;

}
#contacts-form .btn:hover, #contacts-form .btn:focus {
	background-position: 0 0;
	background-color: #e6e6e6 !important;
}
#contacts-form textarea { margin-bottom:15px; }

/* addthis service */
.addthis_button_facebook_like {height: 22px; margin-bottom: 0;}
.addthis_button_tweet { height:22px; }

.textwidget .accordion { margin-bottom:0; }

.accordion-heading .accordion-toggle { font-weight: bold; }

/* sitemap  */
.entry-sitemap h5 { margin-bottom:5px; }
.entry-sitemap ul { margin-bottom:10px; }
.entry-sitemap .posts-name { list-style:none; margin-bottom:40px; }
.entry-sitemap .category-name {list-style:none;margin-bottom: 40px;}
.entry-sitemap .categories img { width:auto; display:inline-block; }
.entry-sitemap .posts-name li ul li, .entry-sitemap .category-name li ul li, .entry-sitemap .pages-name li { padding-bottom:5px; }

.twitter-tweet-rendered { width:100% !important;}
.twt-border {
	_width: 100%!important;
	max-width: 100%!important;
	min-width: 100%!important;
}

.category-ads ins { float:right; }

/* google prettify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	 -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
		  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}


/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}


/* Misc styles */
#content li, .widget li { line-height: inherit; }
.pp_pic_holder a:hover { border: 0 !important; } /* for prettyphoto*/
.row-fluid .pull-left[class*="span"]:last-child { margin-left: 0; }
.accordion-heading a:hover { border: 0; }

/* 
   ------------------------------------------------------
				Retina Display Media Query
   ------------------------------------------------------
*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* Retina-specific stuff here */

}

/* 
   ------------------------------------------------------
				For stupid IE
   ------------------------------------------------------
*/
.ie8 .related-posts-single img,
.ie8 .widget-post-small-thumb img  { max-width: inherit; }
.ie8 .widget-thumb li { float: left; margin-right: 8px; margin-top: 8px; position: relative; }
.ie8 .widget-thumb li:first-child { margin-right: 0px; margin-top: 0px; }
.ie10 .carousel-thumb img,
.ie10 .widget-post-big-thumb img,
.ie10 .widget-big-thumb img,
.ie10 .related-posts-single img { visibility: visible !important; opacity: 1 !important; }
.ie8 #mainmenu-block-bg { background:#FBFBFB !important; }


/* DEMO */
.ct-the-icons { list-style:none; margin:0; }
.ct-the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

.nav>li>a:hover { border: 0; }


.entry-summary { padding: 20px;}
.search-results .archive-title { margin-bottom: 0; }
#blog-sharing-block { background: #FFF;	margin-bottom: 20px; }
#blog-sharing-block a:hover { border: 0; }

.to-top {
	background-color: #FFF;
	width: 35px;
	position: fixed;
	right: 5px;
	bottom: 10px;
	height: 35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 0.8;
	text-align: center;
	line-height: 35px;
	font-size: 16px;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		   -transition: all 0.2s linear;		
}

.to-top:hover { 
	background-color: #84b231;
	color: #FFF
}


/* -------- Added in v 1.01 ------------------- */
.pagination a, .pagination .current { width: auto; min-width: 14px; padding: 0 3px !important; }