/*
Theme Name: Albatros - WordPress Magazine Theme
Theme URI: http://themeforest.net/user/ZERGE/portfolio
Author: ZERGE
Author URI: http://themeforest.net/user/ZERGE
Description: Albatros is a Responsive, Retina Ready, Magazine, Creative Wordpress Theme, Blog.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: color-theme-framework
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: color-theme-framework
*/
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Header
 * 		2.1 - Top Bar
 * 		2.2 - Top Navigation
 * 		2.3 - Search Block
 * 		2.4 - Logo and Baner
 * 		2.5 - Main Navigation
 * 3.0 - Breaking News
 * 4.0 - Custom Background
 * 5.0 - Typography
 * 		5.1 - Lists
 * 		5.2 - Margins
 * 6.0 - Pagination
 * 7.0 - Content
 * 		7.1 - Overall Score
 * 		7.2 - Blog
 *		7.3 - Post Thumbnail
 * 		7.4 - Archive Pages
 * 		7.5 - Single Page
 * 			7.5.1 - Single Review
 * 		7.6 - Tags
 * 		7.7 - Post Formats
 * 		7.8 - To Top Arrow
 * 		7.9 - Breadcrumbs
 * 8.0 - Sidebar
 * 9.0 - Widgets
 * 		9.1 - Blog Widget
 * 		9.2 - Carousel Widget
 * 		9.3 - Posts with Ajax Filter Widget
 * 		9.4 - Flickr Widget
 * 		9.5 - Instagram Widget
 * 		9.6 - Recent Comments Widget
 * 		9.7 - Small Slider Widget
 * 		9.8 - One Column Horizontal Widget
 * 		9.9 - Two Columns Widget
 * 		9.10 - News Ticker Vertical Widgets
 * 		9.11 - Photo News Widgets
 * 		9.12 - Categories Widgets
 * 		9.13 - Timeline Widgets
 * 		9.14 - Most Rated Widgets
 * 		9.15 - Calendar Widgets
 * 		9.16 - Custom Menu Widgets
 * 		9.17 - Recent Posts Widgets
 * 		9.18 - Popular Posts Widgets
 * 		9.19 - WP Standard Widgets
 * 10.0 - Video and Audio Responsive
 * 11.0 - Wordpress Core
 * 12.0 - Bootstrap Override
 * 13.0 - Footer
 * 		13.1 - Instagram Footer
 * 		13.2 - Footer Menu
 * 		13.3 - Social Icons
 * 14.0 - For IE
 * 15.0 - Super-fish Menu
 * 16.0 - Flexslider
 * 17.0 - PrettyPhoto
 * 18.0 - Contact Form
 * 19.0 - Retina Display Media Query
 * 20.0 - Browser Styles
 *
 * -----------------------------------------------------------------------------
 */

/**
 *  For HTML5 Blocks
 * -----------------------------------------------------------------------------
 */
header, footer, aside, nav, article, section {
	display: block;
}

a {
	outline: none !important;
}

::selection , ::-moz-selection,
*::-moz-selection {
	background: #ff9e47;
	color: #FFF;
	text-decoration: none;
}

/**
 * 1.0 Body
 * -----------------------------------------------------------------------------
 */
body {
	color: #131618;
	background: #FFFFFF;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
}

/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */
#header-widget-area {
	padding: 30px 0;
	background: #f1f2f3;
	position: relative;
	font-size: 16px;
}

.close-area {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #ff9e47;
	color: #FFF;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 99999;
}

/**
 * 2.1 Top Bar
 * -----------------------------------------------------------------------------
 */
 #topbar {
 	background: #262a2b;
 	line-height: 40px;
 	color: #FFF;
 	font-size: 10px;
 	text-transform: uppercase;
}

#topbar .entry-today {
	background: #ff9e47;
	padding: 5px 10px;
	font-weight: 600;
}

.entry-top-menu {
	display: block;
}

.theme-date {
	float: left;
}

/**
 * 2.2 Top Navigation
 * -----------------------------------------------------------------------------
 */
#top-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#top-menu ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#top-menu li {
	list-style-type: none;
	float: left;
	margin: 0 5px;
}

#top-menu li li {
	margin: 0;
}

#top-menu li,
#top-menu li a {
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0 5px 0 0;
}

#top-menu li a:hover {
	color: #ff9e47;
}

#top-menu li ul li,
#top-menu li ul li a {
	padding: 2px 5px 3px;
}

 /**
 * 2.3 Search Block
 * -----------------------------------------------------------------------------
 */
.top-search #searchform #s {
	padding: 0;
	background: #202324;
	line-height: 20px;
	margin-bottom: 0;
	color: #a1a2a3;
	padding: 2px 30px 2px 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 10px;
	border: 1px solid #414243;
	position: relative;
}

.top-search #searchform #s:active,
.top-search #searchform #s:focus {
	outline: none;
	background: #FFF;
	color: #000;
}

#searchform {
	display: block;
	position: relative;
}

#searchform:after {
	content: '\f002';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	right: 10px;
	top: -1px;
	font-size: 13px;
	color: #a1a2a3;
}

/**
 * 2.4 Logo and Baner
 * -----------------------------------------------------------------------------
 */

#entry-logo {
 	display: block;
	text-align: left;
	padding: 22px 0 20px 0;
}

#entry-logo.left {
	text-align: left;
}

#entry-logo.center {
	text-align: center;
}

#entry-logo.right {
	text-align: right;
}

#entry-logo > h1 {
	padding: 0;
	margin: 0
}

.alt-logo { display: none; }

#entry-logo h1.text-logo {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -1px
}

#entry-logo h1.text-logo a {
	color: #000;
	display: block;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
}

#entry-logo span.logo-slogan {
	color: #717273;
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#entry-top {
	width: 100%;
	display: block;
	padding: 30px;
}

#entry-ads {
	text-align: right;
}

/**
 * 2.5 Main Navigation
 * -----------------------------------------------------------------------------
 */
#site-nav {
	line-height: 40px;
	border-top: 1px solid #262a2b;
	border-bottom: 1px solid #262a2b;
 	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
}

#site-nav ul > li > a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #262a2b;
	letter-spacing: 0em;
}

#site-nav ul > li ul li a {
	color: #FFF;
	font-size: 10px;
}

#site-nav .sub-menu .sf-with-ul::after {
	line-height: 32px;
}

#site-nav .sf-menu ul ul {
	left: 100%;
}

#site-nav .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	font-family: FontAwesome;
	top: 2px;
	right: -12px;
	font-weight: normal;
	font-size: 12px;
}

#site-nav ul > li > a:hover {
	color: #333;
}

#site-nav .current-menu-item,
#site-nav .current-page-item,
#site-nav .current-menu-item a,
#site-nav .current-page-item a,
#site-nav .current-menu-ancestor > a {
	color: #ff9e47;
}

/**
 * 3.0 Breaking News
 * -----------------------------------------------------------------------------
 */
.ticker-block {
	display: none;
	background: #ff9e47;
	padding: 0 15px;
	border-top: 3px solid #262a2b;
}

.ticker {
	height: 40px;
}

.hot-title {
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 8px 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.02em;
}

.ticker-block h3.entry-title { margin: 0; line-height: 30px; }
.ticker-block .ticker p { margin-bottom: 0; }

.ticker-block h3.entry-title a {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-style: italic;
}

.ticker-controls {
	position: absolute;
	right: 32px;
	padding-left: 0;
	top: 0;
}

.ticker-controls li {
	list-style-type: none;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ticker-controls li.jnt-play-pause { display: none; }

.ticker-controls li.jnt-prev:after {
	content: '\f104';
	display: block;
	width: 15px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: bold;
}

.ticker-controls li.jnt-next:after {
	content: '\f105';
	display: block;
	width: 15px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: bold;
}

.ticker-controls li.jnt-prev:hover:after,
.ticker-controls li.jnt-next:hover:after {
	color: #FFF
}

.break-category-link {
	font-weight: normal !important;
	font-style: italic !important;
	color: #FFF !important
}

.break-category-link:hover {
	color: #FFF !important
}

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

.bg-width {
	width: 100%;
}

.bg-height {
	height: 100%;
}

/**
 * 5.0 Typography
 * -----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
	color: #262a2b;
	font-weight: 600;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h3 { margin-bottom: 15px; margin-top: 0 }
h5 { text-transform: uppercase; }

h6 { text-transform: uppercase; }

a, a:link, a:visited {
	color: #ff9e47;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

a:hover { color: #414243; text-decoration: none; }

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

iframe {
	border: none;
}

.clear {
	clear: both;
}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

/**
 * 5.1 Lists
 * -----------------------------------------------------------------------------
 */
ul.underline { padding-left: 0; }
ul.underline li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	list-style-position: inside;
	list-style-type: square;
}

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;
}

/**
 * 5.2 Margins
 * -----------------------------------------------------------------------------
 */
.margin-top-10	{ margin-top:10px; }
.margin-15		{ margin-bottom: 15px; }
.margin-r15 	{ margin-right:15px; }

.padding-20 { padding:20px; }

.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; }

/* 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; }

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

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

/**
 * 6.0 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination span,
.pagination.clearfix a {
	padding: 10px 20px;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: normal;
	color: #717273;
	font-weight: 700;
	font-size: 11px;
	background: #f1f2f3;
}

.pagination span {
	background: #f1f2f3;
	color: #717273;
	font-weight: 700;
}

.pagination a:hover,
.pagination span.current { background: #be0000; color: #FFF; }

/**
 * 7.0 Content
 * -----------------------------------------------------------------------------
 */

.page-header {
	border-bottom: none;
	padding-bottom: 0;
	margin: 45px 0;
	position: relative;
}

.content-not-found > p {
	margin-bottom: 0;
}

.page-content > h1 {
	margin: 0 0 30px 0;
}

.bottom_header_area .widget:last-child {
	margin-bottom: 0;
}
/**
 * 7.1 Overall Score
 * -----------------------------------------------------------------------------
 */
.entry-overscore {
	display: inline-block;
	font-size: 11px;
	margin-left: 3px;
}

.entry-overscore > i {
	line-height: 16px;
}

.carousel-thumb .entry-overscore > i,
.carousel-thumb .entry-overscore > i + .value {
	color: #FFF !important
}

/**
 * 7.2 Blog
 * -----------------------------------------------------------------------------
 */
.site-main {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.navigation-block.nav-homepage {
	margin-bottom: 30px;
	margin-top: 0;
}

#blog-entry h4.entry-title a {
	color: #262a2b;
	font-size: 16px;
	font-weight: 700;
}


.ct-blog-widget #blog-entry .format-quote {
	background: #FFF;
	border: 1px solid #e1e2e3;
	padding: 15px;
}

.ct-blog-widget #blog-entry .format-quote h4.entry-title a {
	text-transform: none;
	font-style: normal;
	letter-spacing: 0;
}

#blog-entry h4.entry-title a:hover {
	color: #ff9e47
}

.post-block .sticky-format {
	position: absolute;
	right: 15px;
	top: 15px;
	background: rgba( 0, 191, 143, .7 );
	width: 50px;
	height: 50px;
	z-index: 100;
	line-height: 52px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.post-block .sticky-format > i {
	color: #FFF;
	font-size: 18px;
	line-height: 45px;
}

.post-block .entry-content {
	text-align: left;
	color: #131618;
	font-size: 14px;
	line-height: 24px;
}

.post-block .entry-content audio {
	visibility: visible;
}

.post-block .entry-content h2.entry-title {
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 15px;
}

.post-block .entry-content h2.entry-title a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
}

.post-block .entry-content h2.entry-title a:hover {
	color: #818283;
}

.post-block .entry-content .entry-ad {
	color: #ababab;
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
	text-transform: lowercase;
}

#blog-entry { margin-right: 0; margin-bottom: 0; position: relative; }

.post-block {
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.post-block .entry-content ul,
.post-block .entry-content ol {
	text-align: left;
}

.post-block .share-icon {
	display: block;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	float: left;
	margin-right: 15px;
}

.post-block .entry-share {
	position: absolute;
	left: 30px;
	top: -30px;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	display: block;
	width: 50%;
	cursor: pointer;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

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

.post-block:hover .entry-share {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 30px;
}

.meta-share-icons {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

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

.meta-share-icons li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.meta-share-icons li i {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.meta-share-icons li.ct-fb i:hover {
	color: #3b5998;
}

.meta-share-icons li.ct-twitter i:hover {
	color: #00aced;
}

.meta-share-icons li.ct-gplus i:hover {
	color: #d64431;
}

.meta-share-icons li.ct-pinterest i:hover {
	color: #cc2127;
}

.meta-share-icons li.ct-reddit i:hover {
	color: #336699;
}

.meta-share-icons li.ct-linkedin i:hover {
	color: #007bb6;
}

.post-block .entry-share:hover > .meta-share-icons  {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.meta-share-icons li > a > i {
	font-size: 14px;
	color: #FFF;
}

.entry-meta { margin-bottom: 0; }

.entry-meta > .entry-comments { float: right; }
.widget-content > .entry-meta > .entry-comments { float: none; }

.entry-meta > .entry-date,
.entry-meta > .entry-author,
.entry-meta > .entry-comments,
.entry-meta > .meta-likes,
.entry-meta > .meta-author > .author.vcard > a {
	font-size: 11px;
	font-style: italic;
}

.entry-meta > .entry-date a,
.entry-meta > .entry-author a,
.entry-meta > .entry-comments a,
.entry-meta > .meta-likes .count,
.entry-meta > .meta-author > .author.vcard > a  {
	color: #cbcbcb;
}

.entry-meta > .entry-date a:hover,
.entry-meta > .entry-author a:hover,
.entry-meta > .entry-comments a:hover,
.entry-meta > .meta-author > .author.vcard > a:hover {
	color: #414243;
}

.entry-meta .ct-like:hover {
	color: #818283;
}

.entry-meta > .entry-comments > i {
	margin-right: 5px;
}

.entry-meta i {
	font-size: 11px;
	color: #ff9e47;
	line-height: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.entry-post-title > .entry-category {
	margin-bottom: 10px;
	display: block;
	
}

.entry-header > h2.entry-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 30px;
}

.entry-header > h2.entry-title > a { color: #FFF; }

.masonry-box {
	background: #FFF;
	float: left;
	display: block;
}

.masonry-box {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #e1e2e3;
}

.masonry-box .post-block:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.page-content {
	margin-bottom: 30px;
}

.page-content .single-title > h1.entry-title {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000
}

#pbd-alp-load-posts {
	display: block;
	text-align: center;
	margin: 15px 0;
	clear: left;
}

#pbd-alp-load-posts a {
	border: 2px solid #212223;
	color: #212223;
}

#pbd-alp-load-posts > a,
#pbd-alp-load-posts > .pbd-no-posts {
    color: #212223;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
}

#pbd-alp-load-posts > .pbd-no-posts  {
	display: inline-block;
	padding: 0;
}

#pbd-alp-load-posts a:hover {
	color: #ff9e47;
	border: 2px solid #ff9e47;
}

#pbd-alp-load-posts a i {
	margin-left: 10px;
}

#infscr-loading {
	display: none;
	bottom: -45px;
	width: 100%;
	text-align: center;
	color: #262a2b;
	z-index: 99999;
	position: absolute;
	margin: 30px 0;
}

#infscr-loading img {
	display: none;
}

#infscr-loading > div {
	padding: 5px 10px;
	background: #FFF;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #262a2b;
}
#infscr-loading div em {
	background: #FFF;
	color: #262a2b;
	padding: 30px 10px;
	display: inline-block;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
}

.post-thumbnail a img {
	max-width: 100%;
	width: 100%;
}

/**
 * 7.3 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.post-thumbnail.no_thumb {
	display: block;
	width: 100%;
	min-height: 260px;
}
.post-thumbnail > .thumb-mask {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: rgba( 0,0,0, .5 );
	z-index: 999;
}

.post-content .post-thumbnail { margin-bottom: 15px; }

.post-thumbnail iframe,
.post-thumbnail object,
.post-thumbnail video {
	width: 100%;
}

.post-thumbnail.audio-thumb iframe {
	min-height: 166px;
	width: 100%;
}

.post-thumbnail .entry-category a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
}

/**
 * 7.4 Archive Pages
 * -----------------------------------------------------------------------------
 */
.entry-page .ptbar-content {
     text-align: left;
     color: #999;
     font-size: 16px;
     line-height: 26px;
     font-style: italic;
     border-bottom: 1px solid #e1e2e3;
}

.ptbar-content {
	text-align: center;
	color: #262a2b;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
}

.ptbar-content.clearfix > p {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	color: #999
}

.ptbar-content > .category-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	color: #b7b8ba;
}

.ptbar-content > h1.entry-title {
	color: #262a2b;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	display: block;
	-webkit-transition: top 0.4s ease;
	-moz-transition: top 0.4s ease;
	-o-transition: top 0.4s ease;
	-transition: top 0.4s ease;
}

/**
 * 7.5 Single Page
 * -----------------------------------------------------------------------------
 */
.sm-credit {
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
}

.single-title > h1.entry-title {
	margin: 0 0 10px;
	font-weight: 600;
	text-transform: capitalize;
	color: #262a2b;
}

.single-post .site-main {
	margin-top: 30px;
}

.single-post .bottom_header_area .widget {
	margin-bottom: 0
}

.entry-share-block {
	display: inline-block;
	text-align: right;
	position: relative;
	float: right;
	cursor: pointer;
}

.entry-share-block:after {
	content: '\f1e0';
	font-family: 'FontAwesome';
	position: absolute;
	right: 1px;
	top: 2px;
	display: block;
	width: 20px;
	height: 20px;
}

.smedia {
  position: absolute;
  -webkit-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1), opacity 1s linear;
  -moz-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1),opacity 1s linear;
  -o-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1), opacity 1s linear;
  display: inline;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 100;
  margin: 2px 0 0 0;
  text-indent: -9999px;
  background: no-repeat;
  right: -100px;
}

.entry-share-block:hover .smedia {
  opacity: 1;
  transform: translate(0px,0);
  -webkit-transform: translate(0px,0);
  -o-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  margin: 2px 0 0 0;
  position: absolute;
}

.entry-share-block:hover .smedia:nth-child(1) {
  position: absolute;
  right: 20px;
}

.entry-share-block:hover .smedia:nth-child(2) {
  position: absolute;
  right: 40px;
}

.entry-share-block:hover .smedia:nth-child(3) {
  position: absolute;
  right: 60px;
}

.entry-share-block:hover .smedia:nth-child(4) {
  position: absolute;
  right: 80px;
}

.entry-share-block:hover .smedia:nth-child(5) {
  position: absolute;
  right: 100px;
}

.entry-share-block:hover .smedia:nth-child(6) {
  position: absolute;
  right: 120px;
}

.entry-share-block .ct-fb { color: #3b5998; }
.entry-share-block .ct-twitter { color: #00aced; }
.entry-share-block .ct-gplus { color: #d64431; }
.entry-share-block .ct-pinterest { color: #cc2127; }
.entry-share-block .ct-linkedin { color: #007bb6; }
.entry-share-block .ct-reddit { color: #336699; }

.page-links {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-links > a {
    margin-left: 3px;
}

.entry-single-meta {
	list-style-type: none;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}

.entry-single-meta li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	font-size: 11px;
}

.entry-single-meta li a,
.entry-single-meta li {
	font-size: 11px;
	color: #b1b2b3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.entry-single-meta li i {
	margin-right: 3px;
	font-size: 12px
}

.entry-single-meta li.list-category {
	background: #ff9e47;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 10px;
	letter-spacing: 1px;
	font-style: italic;
}

.entry-single-meta li.list-category > span > a {
	color: #FFF;
}

.entry-single-meta li.list-author > .entry-author > i,
.entry-single-meta li.list-comments > .entry-comments > i,
.entry-single-meta li.list-date > .entry-date > i {
	color: #b1b2b3;
}

.entry-single-meta li.list-comments > .entry-comments > i { margin-right: 5px; }

.entry-single-meta li.list-author > .entry-author > span > a:hover,
.entry-single-meta li.list-comments > .entry-comments > a:hover,
.entry-single-meta li.list-date > .entry-date > a:hover {
	color: #414243;
}

#author-block {
    padding: 30px;
    background: #212223;
    margin-bottom: 30px;
    -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;
}

#author-block:hover {
	background: #313233
}

#author-block h3,
#author-block h3 > a {
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	padding: 9px 15px 9px;
	background: #ff9e47;
}

#author-description h3 { margin-bottom: 10px; }
#author-description h3 a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.form-submit,
.form-allowed-tags {
    text-align: left;
}

#author-description > p {
    color: #999;
    font-style: italic;
}

.about-author {
    border-bottom: 1px solid #414243;
    margin-bottom: 15px;
}

.entry-author-icons {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
}

.entry-author-icons li {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

    -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;
}

.entry-author-icons li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}

.entry-author-icons li.facebook { background: #3b5998; }
.entry-author-icons li.twitter { background: #00aced; }
.entry-author-icons li.github { background: #4183c4; }
.entry-author-icons li.linkedin { background: #007bb6; }
.entry-author-icons li.pinterest { background: #cc2127; }
.entry-author-icons li.googleplus { background: #d64431; }

.entry-author-icons li:hover { background: #414243; }

#author-avatar {
	width: 65px;
	height: 65px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.about-author > .widget-title,
.about-author > .title-corner {
	background: #fff;
}

.single-author-name {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.avatar.avatar-65.photo {
    margin-bottom: 15px;
}

.entry-comments-form {
	display: block;
	position: relative;
	padding-top: 30px;
}

.comments-wrapper #comments .comments-title {
	letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #b7b8ba;
    font-size: 10px;
    font-weight: 600;
    border-top: 2px solid #e1e2e3;
    padding-top: 15px;
}

.comments-wrapper #comments .comments-title > p {
	margin-bottom: 0;
	font-weight: bold;
}

.comments-wrapper #comments .comments-title > h3 {
    color: #262a2b;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    text-align: left;
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
    float: left;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="text"],
.comment-form-url input[type="text"],
.comment-form-comment textarea {
	padding: 7px 12px;
}

.comment-form label {
	font-size: 10px;
	color: #717273;
	line-height: 12px;
}

.form-allowed-tags { display: none; }

.required {
	color: #ff0000
}
.comment-form-email {
    margin-right: 0;
    width: 50%;
}

.comment-form-url {
    width: 100%;
}

.comment-form-comment {
    width: 100%;
}

.entry-comments-form .pagination {
	margin-bottom: 45px;
}

.comment-time time {
	color: #999;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.comment-time time:hover { color: #000; }

h3.comments-title {
    margin-bottom: 30px;
}

ol.comment-list {
	padding-left: 0;
	list-style-type: none;
}

.children { list-style-type: none; padding-left: 50px; }

.fn a {
	font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comment-meta.commentmetadata a { color: #919293; }

.comment-block {
    border: 1px solid #e1e2e3;
    padding: 30px;
    margin-bottom: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.comment-block:hover {
	background: #F9FAFB
}

.comment-body {
	text-align: left;
}

.comment-body cite {
	display: block;
	line-height: 12px;
}

.comment-list li.comment {
	margin-bottom: 0
}

.comment-content.comment.clearfix {
    margin-top: 20px;
}

.comment-meta.comment-author {
	float: left;
	margin-right: 15px;
}

.comment-reply-title {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    color: #262a2b;
    line-height: 26px;
    margin: 0 0 5px 0;
    border-top: 2px solid #e1e2e3;
    padding-top: 15px;
}

.comment-respond {
    display: block;
    text-align: center;
}

.logged-in-as {
    color: #b7b8ba;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.entry-reply > a.comment-reply-link {
    display: block;
    float: right;
    font-size: 10px;
    font-weight: 600;
    background: #f1f2f3;
    padding: 2px 10px;
    color: #999;
    text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
}

.comment-reply-link > i {
	color: #999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
}

.entry-reply > a.comment-reply-link:hover {
	background: #313233;
	color: #FFF
}

.entry-reply > a.comment-reply-link:hover i {
	color: #FFF;
}

.comment-awaiting-moderation { color: #F30000; }

.edit-link {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #777879;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 0;
}

.edit-link i {
	margin-right: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

.edit-link a { color: #b7b8bA; }

.edit-link:hover a,
.edit-link:hover i { color: #414243; }

.related-posts {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-top: 15px;
	margin-top: 30px;
	border-top: 2px solid #e1e2e3;
}

.related-posts.no-posts {
    text-align: center;
}

.related-posts .post-thumbnail .related-title {
	position: absolute;
	display: block;
	text-align: left;
	left: 0;
	top: 0;
	padding: 15px;
	width: 100%;
	z-index: 999;
}

.related-posts .post-thumbnail .related-title h3.entry-title {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 24px;
}

.related-posts .post-thumbnail .related-title h3.entry-title a {
	color: #FFF;
}

.related-posts > .found-related {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #b7b8ba
}

.related-posts > .found-related > p {
	margin-bottom: 0;
	font-weight: bold;
}

.related-posts > .found-related > h3 {
	color: #262a2b;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0
}

.related-posts > .found-related {
	margin-bottom: 30px;
}

.single-related-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.single-related-list li {
	display: block;
	float: left;
	width: 24.2%;
	margin-right: 1%;
	text-align: center;
}

.single-related-list li:last-child {
	margin-right: 0
}

.single-related-list li h3.entry-title {
	line-height: 14px;
	margin-bottom: 0
}

.single-related-list li h3.entry-title > a {
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	color: #262a2b;
}

.single-related-list li h3.entry-title > a:hover {
	color: #ff9e47;
}

.single-related-list li:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.entry-share-single {
	padding: 0;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e2e3
}

.entry-share-single > a {
	display: block;
	text-transform: uppercase;
	background: #000;
	float: left;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

.entry-share-single > a.ct-fb { background: #3b5998; color: #FFF; }
.entry-share-single > a.ct-twitter { background: #00aced; color: #FFF; }
.entry-share-single > a.ct-gplus { background: #d64431; color: #FFF; }
.entry-share-single > a.ct-pinterest { background: #cc2127; color: #FFF; }
.entry-share-single > a.ct-linkedin { background: #007bb6; color: #FFF; }
.entry-share-single > a.ct-reddit { background: #336699; color: #FFF; }

.entry-share-single > a:hover {
	background: #313233
}

.entry-share-single > a > i {
	border-right: 1px solid rgba( 255,255,255, .2 );
	width: 20px;
	height: 24px;
	margin-right: 10px;
	text-align: center;
	float: left;
	line-height: 24px;
	padding-right: 7px;
	display: block;
	color: #FFF;
}

/**
 * 7.5.1 Single Review
 * -----------------------------------------------------------------------------
 */
.entry-review {
	display: block;
	width: 100%;
	margin: 30px 0;
	padding: 30px;
	border: 1px solid #E1E2E3;
}

.review-scores {
	display: block;
}

.review-scores > .review_item {
	padding: 15px 0;
	position: relative;
	margin-bottom: 20px;
	min-height: 30px;
}

.review_value {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	right: 0;
	top: -5px;
	background: #313233;
	border-radius: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    -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;
}

.review_item:hover .review_value {
	width: 45px;
	height: 45px;
	line-height: 45px;
	top: -12px;
}

.review_criteria {
	background: #FFF;
	position: absolute;
	height: 24px;
	top: -1px;
	left: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 5px 0;
	font-size: 11px;
}

.review_line {
	display: block;
	height: 3px;
	background: #e1e2e3;
	width: 100%;
}

.over-summary {
	display: block;
	padding: 30px;
	color: #FFF;
}

.overall {
	text-align: center;
}

.overall > .overall_score {
	font-size: 50px;
	font-weight: bold;
	display: block;
	width: 80px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	color: #FFF;
}

.summary-block {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 15px 0 0;
}

.overall_title {
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
}

/**
 * 7.6 Tags
 * -----------------------------------------------------------------------------
 */
.entry-tags {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}

.entry-tags.clearfix > a {
    background: #f1f2f3;
    color: #a1a2a3;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 10px 2px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.entry-tags.clearfix > a:hover {
	background: #000;
	color: #FFF;
}

.tag-title {
    color: #262a2b;
    font-size: 11px;
    line-height: 22px;
    text-align: left;
}

.widget .tagcloud a[class|=tag-link],
.entry-single-post a[rel=tag],
.tagcloud a[class|=tag-link] {
	margin-right: 0;
	margin-bottom: 3px;
	color: #a1a2a3;
	background: #fff;
	border: 1px solid #D1D1D1;
	letter-spacing: 1px;
	padding: 5px 10px;
	font-size: 10px !important;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;

    -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;
}

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

/**
 * 7.7 Post Formats
 * -----------------------------------------------------------------------------
 */
.post-format {
	background: #ff9e47;
	width: 30px;
	height: 30px;
	display: block;
	border: 2px solid #FFF;
	color: #FFF;
	line-height: 22px;
	text-align: center;
	position: relative;
	margin-left: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.post-format:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 1px;
	background: #FFF;
	left: -12px;
	top: -5px;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.post-format:before {
	content: '';
	position: absolute;
	width: 19px;
	height: 1px;
	background: #FFF;
	left: -27px;
	top: -11px;
}

.post-format > i {
	font-size: 10px;
}

.entry-post-format > i {
	color: #FFF;
	font-size: 18px;
}

/**
 * 7.8 To Top Arrow
 * -----------------------------------------------------------------------------
 */
a.ct-totop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background: #ff9e47;
  width: 35px;
  height: 35px;
  z-index: 99999;

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

.ct-totop i { color: #FFF; font-size: 14px; line-height: 35px; }

a.ct-totop:hover { color: #FFF; background: #000; }

/**
 * 7.9 Breadcrumbs
 * -----------------------------------------------------------------------------
 */
.breadcrumbs {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: capitalize;
	color: #999;
	font-weight: 600;
}

/**
 * 8.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.widget { margin-bottom: 30px; }
#header-widget-area .widget { margin-bottom: 5px; }

.bottom_header_area .widget { margin-top: 0; }

.widget ul,
.widget ol {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

.widget .entry-meta { margin-bottom: 0; padding-left: 2px; line-height: 20px; }
.widget .entry-content .entry-meta { margin-bottom: 10px; padding-left: 2px; }
.ct-blog-widget .entry-meta.clearfix { margin-bottom: 0 }

.widget h3.entry-title .widget-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.01em;
	background: #fff;
	display: inline-block;
	position: relative;
	color: #000;
	line-height: 16px;
}

.widget h4.entry-title > a {
	color: #262a2b;
	font-size: 13px;
	font-weight: 600;
}

.widget h4.entry-title > a:hover {
	color: #ff9e47;
}

.title-corner {
	display: block;
	width: 28px;
	height: 34px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 0;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	transform: skew(-30deg);
	display:none;
}

.widget h3.entry-title .widget-title > i {
	margin-right: 5px;
}

.widget h3.entry-title .sub-title {
	background: #f4f4f4;
	display: inline-block;
	font-family: 'Georgia', 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 20px 9px 25px;
	color: #a1a1a1;
}


/**
 * 9.0 Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 9.1 Blog Widget
 * -----------------------------------------------------------------------------
 */
.ct-blog-widget article {
    margin-bottom: 30px;
    display: block;
    padding: 15px;
    border: 1px solid #e1e2e3;
    position: relative;
    float: left;
    width: 100%;
}

.ct-blog-widget article:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.ct-blog-widget .entry-content {
	overflow: hidden;
}

.more-link {
	display: inline-block;
	color: #FFF;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	background: #ff9e47;
	padding: 2px 35px 3px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.more-link > i {
	position: absolute;
	line-height: 26px;
	right: -14px;
	display: block;
	width: 35px;
	height: 35px;
	top: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #ff9e47;
	border: 4px solid #FFF;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-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;
}

.more-link:hover > i {
	right: -20px
}

.entry-content > a.more-link { color: #FFF; margin-bottom: 15px; }

.ct-blog-widget .entry-content h4.entry-title a {
	font-size: 28px;
	font-weight: 400;
	color: #262a2b;
}

.ct-blog-widget .entry-content h4.entry-title a:hover {
	color: #ff9e47
}

.blog-filter {
	text-align: right;
	line-height: 32px;
}

.blog-filter > a > i {
	font-size: 14px;
	color: #a1a2a3;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}

.blog-filter > a:hover > i {
	color: #ff9e47
}

.blog-filter > a#list-media > i {
	margin-right: 5px;
}

.pagination {
	border-radius: 0;
	margin: 0 0 30px 0;
}

/**
 * 9.2 Carousel Widget
 * -----------------------------------------------------------------------------
 */
#carousel-widget {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}

.carousel-header {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.carousel-header > .entry-subtitle {
 	color: #b7b8ba;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-header > h3.entry-title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #262a2b;
}

.carousel-thumb {
	position: relative;
	text-align: left;
	overflow: hidden;
}

.carousel-thumb .entry-content .entry-category { margin-bottom: 5px; }

.carousel-thumb > .thumbnail-content {
	position: absolute;
	padding: 30px 20px 20px;
	top: 0;
	display: block;
	width: 100%;
	text-align: left;
}

.post-format {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
	left: 0;

}

.carousel-thumb:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.post-format > .format-circle {
	width: 6px;
	height: 6px;
	display: block;
	background: #FFF;
	position: absolute;
	left: -30px;
	top: -14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.carousel-thumb .entry-content {
	display: block;
	position: absolute;
	left: -300%;
	top: 20px;
	width: 80%;
	background: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.carousel-thumb .entry-content > h4.entry-title,
.carousel-thumb .entry-content > h4.entry-title a {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.carousel-thumb .entry-content > h4.entry-title:hover,
.carousel-thumb .entry-content > h4.entry-title a:hover {
	color: #FFF;
}

.carousel-thumb:hover .entry-content {
	left: 20px;
}

.entry-content .entry-category a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 5px;
	font-style: normal;
	position: relative;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.entry-content .entry-category a:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 0px;/*carlo 3px*/
	border-style: solid;
	border-color: rgba(0,0,0,.5) rgba(0,0,0,.5) transparent transparent;
}

.entry-content .entry-category {
	margin-bottom: 10px;
	display: inline-block;
	
}

.entry-content .entry-category a:hover {
	background: rgba( 0,0,0, .7) !important
}

.ct-no-related-posts {
    display: block;
    padding: 15px 0;
}

.entry-post .entry-content {
	margin-bottom: 30px;
}

/**
 * 9.3 Posts with Ajax Filter Widget
 * -----------------------------------------------------------------------------
 */
.ajax-posts {
	padding: 0;
	list-style-type: none;
}

.ajax-posts > li {
	float: left;
	margin-right: 2%;
	display: block;
	width: 23.5%;
	position: relative;
	border-right: 1px solid #e1e2e3;
	padding-right: 25px;
	-webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}

.ajax-posts > li:last-child {
	border-right: none;
	padding-right: 0
}

.ajax-posts > li:hover:before {
	top: -10px;
	right: -10px;
	bottom: -5px;
	left: -10px;
	opacity: 1
}

.ajax-posts > li:last-child {
	margin-right: 0
}

.ajax-posts > li:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.ajax-posts > li .entry-content {
	min-height: 184px;
	overflow: hidden;
}

.ajax-posts > li > .post-thumbnail {
	margin-bottom: 15px;
	overflow: hidden;
}

.ajax-posts > li h4.entry-title,
.ajax-posts > li h4.entry-title a {
	font-size: 22px;
	color: #000;
	font-style: normal;
}

.ajax-posts > li h4.entry-title a:hover {
	color: #ff9d47;
}

.post-thumbnail > .thumbnail-content {
	position: absolute;
	top: 30px;
	left: 20px;
	display: block;
	width: 100%;
	text-align: left;
}

h2.filter-header {
    font-size: 11px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 0;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #E1E2E3;
    color: #a1a2a3;
    margin-bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

h2.filter-header > i {
	margin-right: 5px;
	color: #a1a2a3;
	line-height: 12px;
}

h2.filter-header:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	border: 1px solid #E1E2E3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.filter-box {
	position: relative;
}

.filter-box:hover h2.filter-header,
.filter-box:hover h2.filter-header:after  {
	border: 1px solid #717273;
}

#filter-category {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 9999;
	background: #fff;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #a1a2a3;
	font-size: 11px;
	border: 1px solid #F1F2F3;
	padding: 5px 15px;
	overflow-y: auto;
	max-height: 300px;
	opacity: 0;
	-webkit-box-shadow: 0 1px 2px rgba( 0,0,0, .2);
	-moz-box-shadow: 0 1px 2px rgba( 0,0,0, .2);
	box-shadow: 0 1px 2px rgba( 0,0,0, .2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.filter-box:hover #filter-category {
	opacity: 1;
}

#filter-category li {
	list-style-type: none;
	cursor: pointer;
	font-size: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

#filter-category li:hover {
	color: #414243;
}

/**
 * 9.4 Flickr Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-flickr-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 7px;
	margin-right: 7px;
	border: none;
	padding: 0;
}

#sidebar .sidebar-inner [class^="ct-flickr-"] li,
#sidebar .sidebar-inner [class^="ct-flickr-"] li:first-child {
	border: none;
	padding: 0;
}

[class^="ct-flickr-"] {
	list-style-type: none;
	margin: 20px -10px 0 0;
}

[class^="ct-flickr-"] li img {
	height: 65px;
	width: 65px;
	display: block;
}

[class^="ct-flickr-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 9.5 Instagram Widget
 * -----------------------------------------------------------------------------
 */
[class^="ct-instagram-"] li {
	display: block;
	float: left;
	list-style-type: none;
	margin-bottom: 7px;
	margin-right: 7px;
	border: none;
	padding: 0;
}

#sidebar .sidebar-inner [class^="ct-instagram-"] li,
#sidebar .sidebar-inner [class^="ct-instagram-"] li:first-child {
	border: none;
	padding: 0;
}

[class^="ct-instagram-"] {
	list-style-type: none;
	margin: 20px -10px 0 0;
}

[class^="ct-instagram-"] li img {
	height: 65px;
	width: 65px;
	display: block;
}

[class^="ct-instagram-"] li:hover img {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.75)";
	filter: alpha(opacity=75);
}

/**
 * 9.6 Recent Comments Widget
 * -----------------------------------------------------------------------------
 */
.recent-comments-widget > li {
	padding: 15px 0;
	border-bottom: 1px solid #e1e2e3;
}

.recent-comments-widget > li .comment-author > h4.entry-title {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
}

.recent-comments-widget > li .comment-time {
	font-size: 11px;
	font-style: italic;
	color: #cbcbcb;
}

.user-post-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.author-name {
	float: left;
}

.author-name > h4.entry-title {
	color: #414243;
}

#sidebar .sidebar-inner ul.recent-comments-widget li .comment-time {
	display: block;
	font-size: 10px;
	line-height: 30px;
	color: #b7b8ba;
	text-align: right;
	font-style: italic;
	text-transform: uppercase;
}

#sidebar .sidebar-inner ul.recent-comments-widget li .comment-time > i {
	font-size: 12px;
	margin-right: 5px;
}

.comment-author-link a.url {
	font-size: 11px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

/**
 * 9.7 Small Slider Widget
 * -----------------------------------------------------------------------------
 */

.ct_small_slider_widget .flexslider {
	padding: 0;
}

.ct_small_slider_widget .flexslider .flex-direction-nav .flex-prev {
	width: 40px;
	height: 40px;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	border: none;
}

.ct_small_slider_widget .flexslider .flex-direction-nav .flex-next {
	width: 40px;
	height: 40px;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	border: none;
}

.ct_small_slider_widget .flexslider:hover .flex-direction-nav .flex-prev,
.ct_small_slider_widget .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.ct_small_slider_widget .flexslider:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.ct_small_slider_widget .flexslider .slides > li h4.entry-title {
	margin-bottom: 10px;
}

.ct_small_slider_widget .flexslider .slides > li h4.entry-title > a {
	font-size: 22px;
}

/**
 * 9.8 One Column Horizontal Widget
 * -----------------------------------------------------------------------------
 */
ul.second-column li {
	padding: 15px 0;
	border-bottom: 1px solid #e1e2e3;
}

ul.second-column li:first-child {
	padding-top: 0
}

.widget h3.entry-title > a {
	color: #262a2b;
	font-size: 22px;
	font-weight: 600;
}

.widget h3.entry-title > a:hover {
	color: #ff9e47;
}

.first-columnn.entry-content {
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e1e2e3;
}

.ct_one_column_widget .entry-content:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.first-columnn.entry-content .flexslider {
	padding: 0
}

.ct_one_column_widget .flexslider .flex-direction-nav .flex-prev,
.ct_two_columns_widget .flexslider .flex-direction-nav .flex-prev,
.format-gallery .flexslider .flex-direction-nav .flex-prev {
	width: 40px;
	height: 40px;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	border: none;
}

.ct_one_column_widget .flexslider .flex-direction-nav .flex-next,
.ct_two_columns_widget .flexslider .flex-direction-nav .flex-next,
.format-gallery .flexslider .flex-direction-nav .flex-next {
	width: 40px;
	height: 40px;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	border: none;
}

.ct_one_column_widget .flexslider:hover .flex-direction-nav .flex-prev,
.ct_one_column_widget .flexslider:hover .flex-direction-nav .flex-next,
.ct_two_columns_widget .flexslider:hover .flex-direction-nav .flex-prev,
.ct_two_columns_widget .flexslider:hover .flex-direction-nav .flex-next,
.format-gallery .flexslider:hover .flex-direction-nav .flex-prev,
.format-gallery .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.ct_one_column_widget .flexslider {
	margin-bottom: 10px;
}

.format-gallery .flexslider {
	padding: 0
}

/**
 * 9.9 Two Columns Widget
 * -----------------------------------------------------------------------------
 */
.ct_two_columns_widget .first-columnn.entry-content {
	margin-bottom: 15px;
}

.ct_two_columns_widget .first-columnn.entry-content:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

/**
 * 9.10 News Ticker Vertical Widget
 * -----------------------------------------------------------------------------
 */
.ct-v-newsticker-widget {
	background: #212223;
	padding: 15px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.ct-v-newsticker-widget:hover {
	background: #313233;
}

.ticker-list {
	display: block;
	width: 100%;
}

.ticker-list li {
	border-bottom: 1px solid #414243;
	padding: 15px 0;
}

.ticker-list li:first-child {
	padding-top: 0
}

.ct-v-newsticker-widget h4.entry-title {
	margin-bottom: 5px;
}

.ct-v-newsticker-widget h4.entry-title > a {
	color: #FFF;
}

.ct-v-newsticker-widget .entry-meta > .entry-comments {
	float: none;
}

.ct-v-newsticker-widget .entry-meta > .entry-date a:hover,
.ct-v-newsticker-widget .entry-meta > .entry-author a:hover,
.ct-v-newsticker-widget .entry-meta > .entry-comments a:hover,
.ct-v-newsticker-widget .entry-meta > .meta-author > .author.vcard > a:hover {
	color: #FFF;
}

.ticker-list li.full-width {
	text-align: center;
	display: block;
	padding: 15px 0;
}

.ticker-list li.full-width .widget-post-thumbnail a img {
	width: 100%;
	height: auto;
}

.ticker-list li.full-width .widget-post-thumbnail {
	margin-right: 0;
	float: none;
	display: block;
	margin-bottom: 15px;
}
.no-posts-found {
	color: #FFF;
	font-size: 14px;
}

/**
 * 9.11 Photo News Widget
 * -----------------------------------------------------------------------------
 */
ul.ct-thumb-list {
	margin-right: -1%;
}

ul.ct-thumb-list.big-thumb li {
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	display: block;
	width: 24%;
	background: #000;
}

ul.ct-thumb-list.small-thumb li {
	float: left;
	margin-right: 1.1%;
	margin-bottom: 1.1%;
	background: #000;
}

.ct-photonews-widget .post-thumbnail {
	margin-bottom: 0
}

.ct-thumb-list.small-thumb.clearfix .post-thumbnail a img {
	max-width: none;
	width: auto;
}

.ct-photonews-widget:hover .post-thumbnail a img {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.ct-photonews-widget .post-thumbnail:hover a img {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.ct-photonews-widget ul.ct-thumb-list.small-thumb li .post-thumbnail:hover a img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.ct-photonews-widget .post-thumbnail:hover .post-format {
	left: -100px;
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.ct-photonews-widget .entry-content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
	left: -300%;
	position: absolute;
	display: block;
	width: 80%;
	top: -15px;
}

.ct-photonews-widget .entry-content > h4.entry-title,
.ct-photonews-widget .entry-content > h4.entry-title a {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.ct-photonews-widget .post-thumbnail:hover:hover .entry-content {
	left: 0px;
}

/**
 * 9.12 Categories Widget
 * -----------------------------------------------------------------------------
 */
.widget.ct-categories-widget.clearfix .ct-category-list li {
	display: block;
	width: 100%;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba( 255,255,255, .1);
}

.widget.ct-categories-widget.clearfix .ct-category-list li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: relative;
	color: #FFF;
}

#sidebar .sidebar-inner .widget.ct-categories-widget.clearfix .ct-category-list li > a:hover {
	color: #FFF;
}

.widget.ct-categories-widget.clearfix .ct-category-list li a > .category-count {
	position: absolute;
	font-size: 12px;
	right: 0;
	top: 0;
	background: rgba( 255,255,255, .3);
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 40px;
	-webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.20);
	box-shadow: -1px 0 1px rgba(0, 0, 0, 0.20);
}

.widget.ct-categories-widget.clearfix .ct-category-list li > a:hover {
	background: #212223 !important;
}

.widget.ct-categories-widget.clearfix .ct-category-list li ul.ct-child-items li a {
	color: #717273;
	padding-left: 35px;
}

ul.ct-child-items li {
	background: #f1f2f3;
	border-bottom: 1px solid rgba( 0,0,0, .1 );
	font-size: 11px;
	color: #717273;
	font-weight: 600;
	text-transform: none;
}

ul.ct-child-items li a {
	color: #717273;
	padding: 6px 15px 6px 30px;
}

ul.ct-child-items li a:hover {
	color: #FFF;
}

ul.ct-child-items li:last-child {
	border-bottom: none;
}

ul.ct-child-items a:before {
	font-family: 'FontAwesome';
	content: "\f148";
	font-size: 11px;
	position: absolute;
	font-weight: normal;
	transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	left: 12px;
	top: 10px;
	color: #a1a2a3;
}

ul.ct-child-items li a > .category-count {
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	background: rgba( 255,255,255, .3);
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	width: 40px;
}

/**
 * 9.13 Timeline Widget
 * -----------------------------------------------------------------------------
 */
.widget-timeline-content {
	position: relative;
	display: block;
	padding-left: 85px;
	padding-bottom: 5px;
	min-height: 60px;
}

.recent-timeline-posts-widget h4.entry-title {
	margin-bottom: 0
}

.ct-date,
.ct-time {
	font-size: 10px;
	display: block;
	line-height: 14px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	width: 65px;
	color: #999
}

.ct-time {
	top: 14px;
}

.get-post-timeline {
	text-align: right;
}

.timeline-content {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-bottom: 15px;
	border-left: 1px solid #DDD;
	min-height: 60px;
}

.timeline-content i.time-clock {
	position: absolute;
	left: -6px;
	top: 0;
	height: 24px;
	line-height: 24px;
	background: #FFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-transition: all 0.3s ease;
}

.timeline-content:hover i.time-clock {
	font-size: 18px;
	left: -8px;
}
.recent-timeline-posts-widget .entry-meta > .entry-comments {
	float: none;
}

/**
 * 9.14 Most Rated Widget
 * -----------------------------------------------------------------------------
 */
.ct_mostrated_widget {
	background: #212223;
	padding: 15px;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.ct_mostrated_widget h4.entry-title > a {
	color: #FFF;
}

.rated-num {
    color: #717273;
    display: block;
    float: left;
    font-size: 24px;
    font-style: italic;
    height: 35px;
    width: 40px;
    margin-bottom: 10px;
}

.most-rated-box {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #2A2B2C;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.most-rated-widget {
	display: block;
	list-style-type: none;
}

.most-rated-widget li {
	display: block;
	padding-bottom: 20px;
}

.most-rated-widget li:last-child {
	padding-bottom: 0
}

.most-rated-score {
    text-align: right;
    padding: 0 15px;
    font-size: 11px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.most-rated-widget li:hover .most-rated-score {
	width: 100% !important;
}

.ct_mostrated_widget .widget-content .entry-meta > .entry-comments {
	float: none
}

.ct_mostrated_widget .widget-content h4.entry-title {
	margin-bottom: 3px
}

.ct_mostrated_widget .entry-meta > .entry-date > a:hover,
.ct_mostrated_widget .entry-meta > .entry-comments > a:hover {
	color: #FFF !important;
}

/**
 * 9.15 Calendar Widget
 * -----------------------------------------------------------------------------
 */

.widget_calendar table { margin-bottom: 0; }

#wp-calendar {
	width: 100%;
}

#sidebar .sidebar-inner #wp-calendar td > a {
    font-size: 12px;
}

#wp-calendar > caption {
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	background: #ff9e47;
}

#wp-calendar > caption:after { clear: both }

#wp-calendar thead tr th {
	color: #717273;
	font-size: 11px;
	text-align: center;
	background: #F1F2F3;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#wp-calendar td {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	color: #a1a2a3;
}

#wp-calendar a {
    font-weight: bold;
}

#wp-calendar td#today {
	background: #ff9e47;
	color: #FFF;
	padding: 2px 0px;
	font-weight: bold;
}

#wp-calendar td#today a {
	color: #FFF;
}

#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td#prev a,
#wp-calendar td#next a {
	text-transform: uppercase;
}

/**
 * 9.16 Custom Menu Widget
 * -----------------------------------------------------------------------------
 */
.widget_nav_menu .menu {
	list-style-type: none;
	margin: 0;
}

.widget_nav_menu ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	list-style-type: none;
}

/**
 * 9.17 Recent Posts Widget
 * -----------------------------------------------------------------------------
 */
.recent-posts-widget li {
	padding: 15px 0;
	border-bottom: 1px solid #E1E2E3
}

.widget-post-thumbnail {
 	margin-bottom: 0;
 	position: relative;
 	overflow: hidden;
 	float: left;
 	margin-right: 15px;
}

.widget-post-thumbnail a img {
    height: 65px;
    width: 65px;
    display: block;
}

.widget-content h4.entry-title {
	margin-bottom: 5px;
}

.widget-meta {
	padding-left: 0;
	list-style-type: none;
}

.widget-meta li {
	float: left;
	margin-right: 15px;
	padding: 0;
}

.widget-meta li i {
	margin-right: 5px;
	font-size: 14px;
}
.widget-meta li a {
	font-size: 12px;
	color: #717273;
}


/**
 * 9.18 Popular Posts Widget
 * -----------------------------------------------------------------------------
 */
.popular-posts-widget li {
	padding: 15px 0;
	border-bottom: 1px solid #E1E2E3
}

.categories-link:after {
    background: #000;
    content: "";
    height: 18px;
    left: 14px;
    position: absolute;
    top: 0;
    width: 1px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.categories-link:before {
    background: #000;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    top: 9px;
    width: 19px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-transition: all 0.5s ease;
}

.categories-link:hover:after,
.categories-link:hover:before {
	background: #c7c8ca;
}

.widget-title > h3.entry-title a.categories-link:hover i {
	color: #000;
}

.ct_postsbycategories_widget .author .url { color: #949494; }
.ct_postsbycategories_widget .author .url:hover { color: #000; }

.first-post {
	background: #FFF;
}

.entry-widget-meta {
    border-top: 1px solid #c7c8ca;
    font-style: italic;
    margin-top: 30px;
    padding-top: 10px;
	color: #cacaca;
	font-size: 11px;
	font-weight: 600;
}

.entry-widget-meta a {
	color: #949494;
}

.entry-widget-meta a:hover {
	color: #000
}

.second-posts {
	display: block;
	width: 100%;
	padding: 20px;
	background: #FFF;
	margin-top: 3px;
	overflow: hidden;
}

.thumb-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.thumb-list li {
	display: block;
	float: left;
	margin-right: 10px;
}

.thumb-list li .post-thumbnail a img {
	max-width: 100%;
	width: 100%;
}
span.widget-title{
backgroun:none !important;
}
/**
 * 9.19 WP Standard Widgets
 * -----------------------------------------------------------------------------
 */
.widget {
	font-size: 14px;
}

.widget_pages ul.children {
	padding-left: 15px;
}

.widget_pages ul.children li:last-child {
	border-bottom: none;
}

.widget_recent_entries ul li span.post-date {
	color: #b7b8ba;
	font-size: 11px;
	display: block;
    font-style: italic;
    font-weight: 600;
}

.widget_categories ul li {
	color: #b1b2b3;
}

.widget_archive li {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #e1e2e3;
	color: #a1a1a1
}

.widget_search #searchsubmit,
.widget_search .screen-reader-text {
	display: none;
}

.widget_search #searchform::after {
	top: 6px;
}

.widget_search #searchform #s {
	padding: 5px 30px 5px 10px;
	margin-bottom: 0
}

.widget_recent_entries ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_categories ul li {
	padding: 5px 0;
	border-bottom: 1px solid #e1e2e3;
}

.widget ul li > a {
	color: #262a2b;
}

.widget ul li > a:hover {
	color: #ff9e47;
}

ul.sub-menu li:last-child {
    border-bottom: medium none;
}

.widget_nav_menu ul li  {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}

.widget_nav_menu ul li a:first-child {
	font-weight: 600;
}

.widget_nav_menu ul li ul.sub-menu {
	padding-left: 15px
}

.textwidget > p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0
}

/**
 * 10.0 Video and Audio Responsive
 * -----------------------------------------------------------------------------
 */
.post-thumbnail.entry-video-auto img {
	width: 100%;
}

iframe {
	width: 100%;
}

/* Video post format */
.entry-video-post,
.embed-youtube,
.format-video .entry-thumb {
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
}

.entry-video-post iframe,
.embed-youtube iframe,
.format-video .entry-thumb iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

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

/**
 * 11.0 Wordpress Core
 * -----------------------------------------------------------------------------
 */
.gallery-caption { }
.bypostauthor 	 { }
.sticky 		 { }
.wp-caption		 { }
.wp-caption-text { }

.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;
}

label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

blockquote { line-height: 30px; }

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

.wp-audio-shortcode { margin-bottom: 15px; }

.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-1px,
.divider-1px-white,
.divider-1px-transparent
 {
	height: 1px;
	background-color: #32383D;
	margin: 10px 0;
	width: 100%;
}

.divider-1px-white {
	background-color: #FFF;
	margin: 30px 0;
}

.divider-1px-transparent { background: none; margin: 15px 0; }

.divider-10px { height: 10px; }
.divider-15px { height: 15px; }
.divider-20px { height: 20px; }

.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: 20px 0 20px 20px;
}

a img.alignnone {
	margin: 20px 0;
}

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

a img.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.protected-form p { margin-bottom: 0; }

.wp-caption {
	max-width: 100%; /* Image does not overflow the content area */
	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 0 15px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin:0;
	padding:0 4px 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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 */
}

/* 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,
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%;
	margin-bottom: 20px;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/**
 * 12.0 Bootstrap Override
 * -----------------------------------------------------------------------------
 */
input[type=reset],
input[type=submit],
.bbp-submit-wrapper button {
	padding: 10px 15px;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	background: #ff9e47;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-transition: all 0.2s ease;
}

.btn-password {
	margin-bottom: 30px;
}

.password-title {
	display: block;
}

input[type=reset]:hover,
input[type=submit]:hover,
.bbp-submit-wrapper button:hover {
	background: #313233;
}

blockquote {
	text-align: left;
	border-left: 4px solid #e1e2e3;
	color: #999;
	margin: 30px 0 30px 50px;
	font-style: italic;
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	padding: 0 20px;
	position: relative;
	letter-spacing: 1px;
}

blockquote:after {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	left: -55px;
	top: 0;
	font-size: 32px;
	color: #e1e2e3;
}


cite {
	color: #919293;
	font-size: 14px;
}

p { margin-bottom: 15px; }

dd { margin-bottom: 15px; }
dl { margin-bottom: 0; }

ins { background: none; }

code {
 	white-space: normal;
 	font-size: 13px;
 	line-height: 22px;
}

ul, ol {
	margin-bottom: 30px;
}

.entry-post ul li,
.entry-post ol li { margin-bottom: 10px; }

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 {
    border-radius: 0;
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
    text-transform: normal;
    border: 1px solid #e1e2e3;
    background: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
}

textarea:focus,
input[type=text]:focus,
input[type="password"]:focus,
input[type=email]:focus,
textarea:active,
input[type=text]:active,
input[type="password"]:active,
input[type=email]:active {
	background: #f1f2f3;
    outline: none !important;
}

table { margin-bottom: 30px; width: 100%; max-width: 100%; }
table thead,
table tbody { text-transform: uppercase; font-size: 12px; }
thead tr th,
table tbody tr th,
table tbody tr td { padding: 5px 10px; }
table tbody tr { border-bottom: 1px solid #cecece; }
#sidebar table tbody tr { border-bottom: 1px solid #D7D8DA; }
#sidebar thead tr th {
    background: #ff9e47;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
}

table thead tr th {
	font-size: 12px;
	color: #32383D;
	font-weight: normal;
}

.post-block table tbody tr td { padding: 10px 0; }

.post-password-form input[type="password"] {
	border: 1px solid #32383D;
	text-transform: uppercase;
}
.post-password-form label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	width: 50%
}

.post-password-form input[type="submit"] {
    background: #FFFFFF;
    border: 2px solid #32383D;
    color: #32383D;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    height: 40px;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item img {
	margin-bottom: 10px;
	border: none;
}

#gallery-1 img {
	border: none !important;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	color: #131618;
	line-height: 20px;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;

}

textarea {
	height: auto;
	overflow: hidden;
}
.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contacts-form i {
	margin-right: 0px;
}

#contacts-form .input-prepend {
	margin-bottom: 15px;
}

#contacts-form form {
	margin-bottom:0;
}

#contacts-form .btn {
	float:right;
	font-size: 12px;
}

#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 {
	display: inline-block;
	width: auto;
}

.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 {
	max-width: 100%;
	min-width: 100%;
	_width: 100%;
}

.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 {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 8px;
}
.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;
}

.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;
}

.radio, .checkbox { padding-left: 0; }

/**
 * 13.0 Footer
 * -----------------------------------------------------------------------------
 */
#widgfooter{
background-color:#f6f6f6;
padding-top:20px;
-webkit-box-shadow: 0px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow:    0px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
box-shadow:         0px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
#widgfooter .row ul{
list-style: none;
	margin: 0;
	padding: 0px;
}
#widgfooter .row ul li {
    display: inline;
   float: left;
width:30%;
}
#widgfooter > div > div > ul > li:nth-child(2){
margin-left:5%;
margin-right:5%;
}
#widgfooter .row ul li div{

}
#widgfooter .row ul li ul li {
display:block;
float:none;
width:100%;
}
@media screen and (max-width: 700px) {
#widgfooter .row ul li {
    display: inline;
   float: left;
width:96%;
padding-left:2%;
padding-right:2%;
margin-bottom:2%;
}
#widgfooter > div > div > ul > li:nth-child(2){
margin-left:0%;
margin-right:0%;
}
}
#mainfooter {
	display: block;
	background-color: #212223;
	background-color: rgba(33,34,35,1.00);
	color: #FFFFFF;
	width: 100%;
	padding: 30px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}

#mainfooter .entry-copyright a:hover {
	color: #FFF;
}

.entry-copyright-add {
    text-align: right;
}

.container-fluid > .row > .col-md-12 {
	padding: 0
}

/**
 * 13.1 Instagram Footer
 * -----------------------------------------------------------------------------
 */
.ct-footer-instagram [class^="ct-instagram-"] li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 12.5%;
	background: #000;
}

.ct-footer-instagram:hover li img {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

.ct-footer-instagram li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.ct-footer-instagram [class^="ct-instagram-"] li img {
	height: 100%;
	width: 100%;
	display: block;
	float: none;
}

.ct-footer-instagram [class^="ct-instagram-"] {
	margin: 0;
	padding: 0
}

.instagram-title {
	text-align: center;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	background: #FFF;
}

.instagram-title > h4.entry-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.instagram-title > h4.entry-title > a {
	padding-left: 30px;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
}

.not-defined {
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}

.entry-copyright > a:hover,
.entry-copyright-add > a:hover {
	color: #FFF;
}

/**
 * 13.2 Footer Menu
 * -----------------------------------------------------------------------------
 */
.ct-footer-menu {
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #ff9e47;
}

.ct-footer-menu #footer-menu.sf-menu li > a {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -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;
}

.ct-footer-menu #footer-menu.sf-menu li > a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.ct-footer-menu #footer-menu.sf-menu li {
	padding-right: 15px
}

/**
 * 13.3 Social Icons
 * -----------------------------------------------------------------------------
 */
.entry-social-list {
	padding: 0;
	display: block;
	margin-bottom: 0
}

.entry-social-list li {
	list-style-type: none;
	float: right;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	background: #FFF;
	text-align: center;
	border-radius: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -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;
}

.entry-social-list li > a {
	display: block;
	width: 100%;
	height: 100%;
}

.entry-social-list li > a > i {
	color: #212223;
	font-size: 11px;
}

.entry-social-list li:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/**
 * 14.0 For IE
 * -----------------------------------------------------------------------------
 */
.nav>li>a:hover { border: 0; }

/**
 * 15.0 Super-fish Menu
 * -----------------------------------------------------------------------------
 */
.menu-not-defined {
    text-align: left;
}

.navigation-block { position: relative; margin: 45px 0 0; }
.navigation-block .pagination { margin: 0; }
.navigation p { margin-bottom: 0; }

.navigation select {
	display: none;
	background:url('img/icons/menu-icon.png') 98.5% 50% no-repeat #FFFFFF;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #ECECEC;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 16px;
	color: #919293;
	height: 30px;
	font-weight: normal;
	padding: 6px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navigation { padding: 0; }

.nav-links .nav-left,
.nav-links .nav-right {
	display: block;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	color: #b7b8ba;
    -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;
}

.nav-links { position: relative; }

.nav-links .nav-right {
	float: right;
}

.nav-links .nav-left a,
.nav-links .nav-right a {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0;
	font-size: 16px;
	color: #262a2b;
	margin-bottom: 15px;
}

.nav-links .nav-left:hover,
.nav-links .nav-right:hover {
	background: #f1f2f3;
}

.nav-links .nav-left a i { margin-right: 5px; font-size: 12px; }
.nav-links .nav-right a i { margin-left: 5px; font-size: 12px; }

.nav-links .nav-left,
.nav-links .nav-right {
	text-align: center;
	width: 50%;
	padding: 15px;
}

.nav-links .nav-right {
	border-left: 1px solid #eeeeee
}

.post-navigation.clearfix {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	position: relative;
	margin-bottom: 30px;
	border-top: 2px solid #e1e2e3;
}

h3.screen-reader-text { position: relative; }

.sub-menu .sf-with-ul:after {
    color: #FFF;
    content: "" !important;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    position: absolute;
    right: 7px !important;
    text-align: center;
    top: -1px !important;
    width: 30px;
}

.sub-menu .sub-menu {
	top: 0;
}

.sf-menu { display: none; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li { position: relative; padding: 0 30px 0 0; }

.sf-menu ul {
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0px 1px 5px rgba( 0,0,0, .6 );
	-moz-box-shadow: 0px 1px 5px rgba( 0,0,0, .6 );
	box-shadow: 0px 1px 5px rgba( 0,0,0, .6 );
}

.sf-menu ul:before {
 	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
}

.sf-menu ul li { padding: 0; }
.sf-menu > li { float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 101%;
}

/*** SKIN ***/
.current-menu-item,
.current-page-item,
.current-menu-item a,
.current-page-item a {
	color: #FF5A5A;
	font-weight: 400;
}

.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 99999;
}

.sf-menu ul li:last-child { border-bottom: none; }

.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu a {
	color: #FFF;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.sf-menu ul li a:before,
.sf-menu ul li li a:before {
	content: "";
	height: 0;
}

.sf-menu a strong {
	font-weight: normal;
	display: block;
	font-weight: 300;
}

.sf-menu a:hover {
	color: #ff9e47;
}

.sf-menu ul ul { border-top: none; }
.sf-menu ul ul:before { content: none; }
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu ul li {
	background: #262a2b;
	text-align: left;
	border-bottom: 1px solid #e1e2e3;
	min-width: 140px;
}

.sf-menu ul li a, .sf-menu ul ul li a {
	padding: 5px 10px;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #262a2b;
}

.sf-menu ul li a:hover, .sf-menu ul ul li a:hover,
.sf-menu ul ul li a.sf-with-ul:hover {
	background: #262a2b;
	color: #ff9e47;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li.fa:before {
    line-height: 34px;
    position: absolute;
    right: 10px;
    color: #999;
    font-size: 14px;
    z-index: 100;
    font-family: FontAwesome;
}

.sf-menu li:hover.fa:before  {
	color: #313233;
}
.sf-menu li.fa {
    display: inherit;
    line-height: inherit;
}

/**
 * 16.0 FlexSlider
 * -----------------------------------------------------------------------------
 */
.carousel-thumb { text-align: center; position: relative; }

.carousel-thumb h3.entry-title {
	font-size: 13px;
	line-height: 22px;
}
.carousel-thumb h3.entry-title a {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.carousel-thumb h3.entry-title a:hover {
	color: #FF5A5A;
}

.flexslider {
	-webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
}

.flexslider { margin: 0; border: 0; box-shadow: none; border-radius: 0; }
.flex-carousel { background: none; }

.flex-direction-nav li a { background: #ff9e47; }

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

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	font-size: 14px;
	/*height: 70px;*/
	height: 50%;
	width: 65px;
	color: #FFF;
	line-height: 70px;
	text-align: center;
	font-style: normal;
	border: 1px solid #000;
}

.flex-direction-nav .flex-prev {
	line-height: 70px;
	right: 0;
	bottom: 0;
	border-top: none;
	border-bottom: none;
}

.flex-direction-nav .flex-prev:after {
	content: "\f104";
	display: block;
	font-family: FontAwesome;
	font-size: 22px;
	display: block;
}

.flex-direction-nav .flex-next { right: 0; border-top: none; }

.flex-direction-nav .flex-next:after {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-size: 22px;
}

.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: inherit;
	color: #FFF;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev,
.ct-small-slider-widget .flex-direction-nav .flex-next {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.slider-preloader {
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	padding: 30px 0;
}

#sidebar .sidebar-inner .ct-small-slider-widget ul li {
	border: none;
}

.ct-small-slider-widget ul.slides li .entry-content-widget p {
	text-transform: none;
	font-size: 13px;
}

.ct-small-slider-widget ul.slides li h4.entry-title > a {
	font-size: 16px;
}

.ct-small-slider-widget .flex-direction-nav .flex-next:after {
	left: 15%;
	top: -10%;
}

.ct-small-slider-widget .flex-direction-nav .flex-prev:after {
	left: 15%;
	top: -10%;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 0 0 10px; list-style: none;}

.entry-single-post .slides,
.entry-single-post .flex-control-nav,
.entry-single-post .flex-direction-nav {
	padding: 0;
}

/* FlexSlider Necessary Styes
*********************************/
.flexslider {margin: 0; padding: 0 65px 0 0;}
.flexslider .slides > li { margin-bottom: 0; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-small-slider .slides img { margin-bottom: 0; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; padding-left: 0px;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; z-index: 10; cursor: pointer; /*text-indent: -9999px; */opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav a.flex-next {
	top: 0;
}

.flex-direction-nav a.flex-prev {
	bottom: 0;
}

/*.flex-small-slider .flex-direction-nav a { top: 50%;margin-top: -35px;  }*/
.flex-carousel .flex-direction-nav a { margin-top: 0; opacity: 1 }

.flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }
.flex-direction-nav .flex-prev {right: 0;}
.flex-next:hover { background: #FFF; color: #000; }
.flex-prev:hover { background: #FFF; color: #000; }


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled { /*opacity: .6 !important; filter:alpha(opacity=60);*/ cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 25px; left: 5px; text-align: left; z-index: 100; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { line-height: 30px; overflow: hidden; width: 12px; height: 12px; display: block; background: #fff; background: rgba(255,255,255,0.75); border: 2px solid rgba( 255,255,255, 1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #050505; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #050505; background: rgba(0,0,0,0.75); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/**
 * 17.0 PrettyPhoto
 * -----------------------------------------------------------------------------
 */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/default/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: #1E2126;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}

div.light_square .pp_close{ width:75px;height:22px;background:url(img/prettyphoto/light_square/sprite.png ) -1px -1px no-repeat; cursor:pointer }
div.light_square .pp_close {
	width: 75px;
	height: 22px;
}

a.pp_close { color: #333; }

div.light_square .pp_nav .pp_play{background:url(img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{ padding-left: 15px !important }
.pp_content_container .pp_right{ padding-right: 15px !important }
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{ display:none;margin:0}
.pp_social {
	float: left;
	margin: 2px 0 0;
}

.pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{
	float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
    white-space: nowrap;
}

.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(http://www.ilovebimbo.com/wp-content/themes/wp-albatros/img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}

.pp_description {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/**
 * 18.0 Contact Form
 * -----------------------------------------------------------------------------
 */
.contact-form iframe {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

div.wpcf7-mail-sent-ok {
    background: #ff9e47;
    border: none;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

input[type=submit].wpcf7-submit {
	background: #ff9e47;
	border: none;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
}

input[type=submit].wpcf7-submit:hover {
	background: #313233;
}

div.wpcf7 {
	margin-top: 15px;
	margin-bottom: 45px;
}
.wpcf7-form p {
	font-size: 10px;
	line-height: 18px;
	color: #717273;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
}

.wpcf7-form-control,
.wpcf7-form-control .wpcf7-text {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 10px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-transition: all 0.4s ease-in-out;
}

.wpcf7-form-control-wrap textarea {
	padding: 10px;
}

#ajax-contact-form label {
	font-size: 10px;
	letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

#ajax-contact-form span.required {
	color: #F05B4F;
	font-weight: bold;
	margin-left: 2px;
}

.google-map {
    display: block;
    line-height: 0;
    padding: 5px;
}

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

/**
 * 20.0 Browser Styles
 * -----------------------------------------------------------------------------
 */
@-moz-document url-prefix() {
	.ct-totop i { line-height: 32px; }
	.close-area { line-height: 28px; }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
}


.post-thumbnail a img,
.ct-footer-instagram [class^="ct-instagram-"] li img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.top-search #searchform #s {
	min-height: 26px;
}

p.maincategoryclass {
	background:#be0000 !important;
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
margin: 0 0 3px 0;
border-radius:20px;
text-transform:uppercase;
}
p.maincategoryclass a{
color:#fff;
}
.awpcp-navigation ul .edit-listing {
	background-image: url("http://testdev.ilovebimbo.com/wp-content/uploads/2015/09/pencil18.png") !important;
}
.awpcp-navigation ul .post-listing {
	background-image: url("http://testdev.ilovebimbo.com/wp-content/uploads/2015/09/addsmall.png") !important;
}
.changecategoryselect form{
display:none !important;
}