﻿
/***************************************
	Theme Name: Mega Portal
	Theme URI: http://www.tudosites.com
	Author: TudoSites
	Author URI: http://tudosites.com/
	Version: 2015
	
	Tags: two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu
***************************************/
@charset "UTF-8";
@import 'css/font-awesome.min.css';
@import 'css/font-awesome-social.css';
[class^="fontico-"]:before,
[class*=" fontico-"]:before,
.search-header .search-button:before,
blockquote:before,
.rss-cat-icon:before,
#twitter-widget li:before,
.flex-direction-nav a:before,
.postype-icon:before {
	font-family:FontAwesome,Font-Awesome-Social;
	font-style: normal;
	font-weight: normal;
	speak: none;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 32px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	text-rendering: optimizeLegibility;
	text-shadow: none;
}
/* Bootstrap Reset */
h1.page-title,
.post-title,
.post-box-title,
.widget-top h1,
.cat-box-head h4,
.page-head h1,
p,
ul,
section,
article h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}
.container {
	padding: 0px !important
}
.container-full {
	width: 100%
}
.container-fluid,
.container-fluid .container {
	width: 100% !important;
	padding: 0px !important
}
.container-boxed {
	width: 1170px !important;
	margin: 0px auto;
}
.container-boxed header {
	margin-top: 10px;
}
.container-boxed #crumbs, .breaking-news {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 10px;
}
.container-boxed #main-navigation {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.container-boxed .top-navigation {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.container-boxed #main-navigation ul li:first-child a {
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.container-boxed .top-navigation ul li:first-child a {
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

/* Main Global Layout Settings */
* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: 0 none;
}
html {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
body {
	background: #F1F1F1 !important;
	color: #141823 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	overflow-x: hidden;
}
pre,
code {
	direction: ltr;
	background: url(images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	outline: none !important;
}
.container a {
	color: #444
}
.container a:hover {
	color: #B80000
}
a:hover,
a:focus {
	color: #B80000;
}
a:active {
	text-decoration: none;
}
.btn { color: #fff !important}
.clear {
	clear: both;
}
.post-title a,
ul.slider-navigation li,
.pagenavi a,
a.more-link,
.main-menu li a,
.subscribe-icons a,
.flickr_badge_image img,
.mega-menu-item img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input,
select {
	cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
	cursor: text;
}
textarea {
	overflow: auto;
}
textarea,
input {
	padding: 5px;
	outline: none;
}
select {
	padding: 2px;
}
option {
	padding: 0 4px;
}
input[type=button],
button {
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
}
input.text_input,
textarea.textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
input.text_input:focus,
textarea.textarea:focus {
	border: 1px solid #999;
}
.button,
a.button,
#main-content input[type="submit"],
.form-submit #submit,
#login-form .login-button,
.widget-feedburner .feedburner-subscribe,
input[type="submit"] {
	border: 1px solid #D9D9D9;
	background: #FBFBFB;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FBFBFB), color-stop(100%, #EEE ));
	background: -webkit-linear-gradient(top, #FBFBFB 0, #EEE 100%);
	background: -moz-linear-gradient(top, #FBFBFB 0, #EEE 100%);
	background: -o-linear-gradient(top, #FBFBFB 0, #EEE 100%);
	background: -ms-linear-gradient(top, #FBFBFB 0, #EEE 100%);
	background: linear-gradient(top, #FBFBFB 0, #EEE 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: black;
	text-shadow: 0 1px 0 white;
	width: auto;
	font-size: 13px;
	padding: 5px 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background .40s;
	-moz-transition: background .40s;
	-o-transition: background .40s;
	transition: background .40s;
	position: relative;
}
.button:hover,
a.button:hover,
#main-content input[type="submit"]:hover,
.form-submit #submit:hover,
#login-form .login-button:hover,
.widget-feedburner .feedburner-subscribe:hover,
input[type="submit"]:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -moz-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -o-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: linear-gradient(top, #FFF, #f8f8f8 100%);
}
.button:active,
a.button:active,
#main-content input[type="submit"]:active,
.form-submit #submit:active,
#login-form .login-button:active,
.widget-feedburner .feedburner-subscribe:active,
input[type="submit"]:active {
	top: 2px;
}
::-moz-selection {
	background: #F9A386;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #F9A386;
	color: #fff;
	text-shadow: none;
}
::-webkit-scrollbar-track {
	background: #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
	border: 1px solid #D8D8D8;
}
::-webkit-scrollbar-thumb {
	background: #B80000;
	-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
	background: #888;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Main Wrapper Style */
.container {
	width: 1170px;
	margin: 0 auto;
}

/* Header */
header#theme-header {
	position: relative;
}
header#theme-header:after,
#signup_form:after,
#buddypress:after,
#main-navigation:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}

/* Top Menu Styles */
.top-navigation {
	background: #333;
}
.container-boxed .top-navigation .container {
}
.top-navigation {
	margin: 0 auto;
	height: 32px;
}
.top-navigation .container {
	position: relative;
}
.top-navigation ul li {
	font-size: 12px;
	position: relative;
	display: inline-block !important;
	float: left;
}
.top-navigation ul li a:hover {
	text-decoration: none;
}
.top-navigation ul li:first-child,
.top-navigation ul li:first-child a {
	border: 0 none;
}
.top-navigation ul li:last-child a {
	border-right: 0 none;
}
.top-navigation ul li a,
.top-navigation ul li.menu-item-home a {
	display: inline-block !important;
	height: 32px;
	position: relative;
	line-height: 32px;
	color: #FFF;
	padding: 0 10px;
}
.top-navigation ul ul {
	display: none !important;
	padding: 0;
	position: absolute;
	top: 32px;
	width: 180px;
	z-index: 99999;
	float: right;
	left: 0px;
	background: #222 !important;
}
.top-navigation ul li.current-menu-item ul,
.top-navigation ul li.current-menu-parent ul,
.top-navigation ul li.current-page-ancestor ul {
	top: 32px;
}
.top-navigation ul ul li a,
.top-navigation ul ul li:first-child {
	background: none !important;
	z-index: 99999;
	min-width: 180px;
	border: 0 none;
	font-size: 12px;
	height: auto;
	margin: 0;
}
.top-navigation ul ul li a:last-child {
}
.top-navigation ul ul li:first-child,
.top-navigation ul li.current-menu-item ul li:first-child,
.top-navigation ul li.current-menu-parent ul li:first-child,
.top-navigation ul li.current-page-ancestor ul li:first-child {
	border-top: 0 none !important;
}
.top-navigation ul ul ul,
.top-navigation ul li.current-menu-item ul ul,
.top-navigation ul li.current-menu-parent ul ul,
.top-navigation ul li.current-page-ancestor ul ul {
	right: auto;
	left: 100%;
	top: 0 !important;
	z-index: 99999;
}
.top-navigation ul ul ul {
}
.top-navigation ul.sub-menu a {
	border: 0 none;
	background: none !important;
	height: auto !important;
	line-height: 1em;
	padding: 10px !important;
	width: 160px;
	display: block !important;
	margin-right: 0 !important;
	z-index: 99999;
}
.top-navigation ul ul li.current-menu-item a,
.top-navigation ul ul li.current-menu-parent a,
.top-navigation ul ul li.current-page-ancestor a {
	border: 0 none;
	background: none !important;
	height: auto !important;
	line-height: 1em;
	width: 160px;
	display: block !important;
	margin-right: 0 !important;
	z-index: 99999;
}
.top-navigation ul li.current-menu-item ul a,
.top-navigation ul li.current-menu-parent ul a,
.top-navigation ul li.current-page-ancestor ul a {
	color: #eee !important;
}
.top-navigation ul ul ul {
	padding-top: 0px;
}
.top-navigation ul li.current-menu-item a,
.top-navigation ul li.current-menu-parent a,
.top-navigation ul li.current-page-ancestor a,
.sub-navigation ul li a {
	color: #2FAADD !important;
}
.top-navigation ul.sub-menu a,
.top-navigation ul ul li.current-menu-item a,
.top-navigation ul ul li.current-menu-parent a,
.top-navigation ul ul li.current-page-ancestor a,
.top-navigation ul ul li a,
.top-navigation ul.sub-menu a,
.top-navigation ul li.current-menu-item ul a,
.top-navigation ul li.current-menu-parent ul a,
.top-navigation ul li.current-page-ancestor ul a {
	color: #fff !important;
}
.top-navigation li.current-menu-item a:hover,
.top-navigation ul li.current-menu-item a:hover,
.top-navigation ul li.current-menu-item:hover > a {
	color: #2FAADD !important;
	border-bottom: transparent !important;
}
.top-navigation ul li a:hover,
.top-navigation ul li:hover > a,
.top-navigation ul:hover > a,
.top-navigation ul ul li:hover > a,
.top-navigation ul ul:hover > a {
	color: #2FAADD !important;
}
.top-navigation li.current-menu-item a:hover,
.top-navigation ul li.current-menu-item a:hover,
.top-navigation ul li.current-menu-item:hover > a {
	color: #2FAADD !important;
}
.top-navigation ul li a:hover,
.top-navigation ul li:hover > a,
.top-navigation ul:hover > a,
.top-navigation ul ul li:hover > a,
.top-navigation ul ul:hover > a {
	color: #2FAADD !important;
}
.top-navigation ul li.current-menu-item a:hover .sub-indicator,
.top-navigation ul:hover li.current-menu-item a .sub-indicator {
	border-top: 4px solid #B20000;
}
.top-navigation ul li:hover > a,
#jPanelMenu-menu li a:hover,
#jPanelMenu-menu li a:focus,
#jPanelMenu-menu #search-form-menu #s {
	background: #222 !important;
	color: #2EA2CC !important;
}
.top-navigation ul ul li:hover > a,
.top-navigation ul ul:hover > a {
	color: #2EA2CC !important;
	background: none !important;
}
.top-navigation ul li:hover > ul {
	display: block !important;
}
.top-navigation ul li.current-menu-item a,
.top-navigation ul li.current-menu-parent a,
.top-navigation ul li.current-page-ancestor a,
.top-navigation .current-category-parent a {
	background: none;
	color: #2FAADD;
	border-left: 0 none !important;
}
.top-navigation .current-menu-ancestor li.current-menu-item a,
.top-navigation ul ul.sub-menu li.current-menu-parent a,
.top-navigation ul ul ul.sub-menu li.current-menu-parent a {
	font-weight: bold !important
}
.top-navigation .current-menu-ancestor li.current-menu-item ul li a,
.top-navigation ul ul li.current-menu-parent ul li.menu-item-has-children a,
.top-navigation .current-menu-ancestor .current-category-parent a,
.top-navigation .current-menu-ancestor li .menu-item-has-children ul li a {
	font-weight: normal !important
}
.top-navigation ul.sub-menu li.current-menu-item,
.top-navigation ul.sub-menu li.current-menu-item a,
.top-navigation li.current-menu-item ul.sub-menu a,
.top-navigation ul.sub-menu li.current-menu-parent,
.top-navigation ul.sub-menu li.current-menu-parent a,
.top-navigation li.current-menu-parent ul.sub-menu a,
.top-navigation ul.sub-menu li.current-page-ancestor,
.top-navigation ul.sub-menu li.current-page-ancestor a,
.top-navigation li.current-page-ancestor ul.sub-menu a {
	height: auto !important;
	line-height: 12px;
	border-bottom: none !important;
}
.top-navigation ul li.menu-item-home a {
	padding-right: 10px !important;
}
.top-navigation ul li.menu-item-home a .sub-indicator {
	display: none;
}
.top-navigation ul li.menu-item-home.current-menu-item a {
}
.top-navigation ul li.menu-item-home ul li a,
.top-navigation ul ul li.menu-item-home a,
.top-navigation ul li.menu-item-home ul li a:hover {
}
.top-navigation ul > li.parent-list:hover > a:after {
}
.top-navigation ul > li.current-menu-item.parent-list:hover > a:after {
}
.top-navigation ul ul > li.parent-list:hover > a:after {
}
.top-navigation ul ul ul {
	border-top: 0 none;
}
.top-navigation .sub-indicator,
.top-navigationigation .sub-indicator {
	display: none !important;
}
.top-navigation li.has-children > a:after {
	content: "\f0d7";
	padding-left: 1em;
	speak: none;
	font-size: 10px;
}
.top-navigation li.has-children:hover > a:after {
	content: "\f0d8";
}
.top-navigation ul.sub-menu li.has-children > a:after {
	content: "\f0da";
	position: relative;
	top: 1px;
	font-size: 10px;
	padding-right: 1em;
	speak: none;
}
/* Search */
.search-header {
	overflow: hidden;
	float: right;
	margin-left: 3px;
	margin-top: 2px;
	position: relative;
}
.container-boxed .search-header {
	margin-right: 10px;
}
.search-header #s {
	background: #FFF;
	float: right;
	font: normal 11px tahoma;
	line-height: 28px;
	height: 28px;
	width: 128px;
	color: #C5C5C5;
	border: 0 none;
	border: 1px solid #ececec;
	-o-transition: width .7s, color .4s;
	-webkit-transition: width .7s, color .4s;
	-moz-transition: width .7s, color .4s;
	transition: width .7s, color .4s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.search-header #s:focus {
	color: #000;
}
.search-header .search-button {
	background: #B80000 !important;
	cursor: pointer;
	float: right;
	height: 28px;
	width: 32px;
	display: block;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none !important;
	padding: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.search-header .search-button:active {
	top: 0;
}
.search-header:hover .search-button,
.search-header:hover #s {
	opacity: 1;
	color: #444;
}
.search-header button.search-button:before {
	content: '\f002';
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #FFF;
}
#tnov_lang_switcher {
	float: right;
	padding: 9px 5px 0;
}
#tnov_lang_switcher img {
	margin: 0 2px;
}
#tnov_lang_switcher a {
	opacity: 0.4;
	line-height: 0;
}
#tnov_lang_switcher a:hover {
	opacity: 1;
}

/* Social */
.top-navigation .social-icons {
	float: right;
}
.top-navigation .social-icons a,
.footer-bottom .social-icons a {
	opacity: .8;
	color: #fff
}
.top-navigation .social-icons a:hover,
.footer-bottom .social-icons a:hover {
	top: 0;
	opacity: 1
}
.top-navigation .social-icons a img {
	width: 28px;
	height: 28px;
}
.top-navigation .social-icons [class^="fontico-"]:before,
.top-navigation .social-icons [class*=" fontico-"]:before,
.footer-bottom .social-icons [class^="fontico-"]:before,
.footer-bottom .social-icons [class*=" fontico-"]:before {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}
.header-content {
	background: #fff;
}
.header-content .container {
	position: relative;
}
.header-content .container {
	padding: 10px 0px !important;
}
.container-boxed .header-content .container {
	padding: 10px 10px !important;
}
.logo {
	float: left;
}
.logo a {
	line-height: normal !important;
	padding: 0px !important;
	margin: 0px !important
}
.logo img {
	max-width: 100%;
}
.logo h1,
.logo h2 {
	font: bold 32pt arial;
}
.logo strong {
	display: none;
}
.logo span {
	font-weight: normal;
	font-size: 14px;
}
.menu-alert {
}
#top-menu-mob,
#main-menu-mob {
	display: none;
}

/* Main Nav */
#main-navigation {
	margin: 0 auto;
	background: #B80000;
}
#main-navigation .container,
#main-navigation-uber .container {
	position: relative;
}
#main-navigation a:hover,
#main-navigation a:active {
	text-decoration: none
}
#main-navigation ul li {
	font-size: 14px;
	position: relative;
	display: inline-block !important;
	float: left;
}
#main-navigation ul li:first-child,
#main-navigation ul li:first-child a {
	border: 0 none;
}
#main-navigation ul li:last-child a {
	border-right: 0 none;
}
#main-navigation ul li a {
	display: inline-block !important;
	height: 45px;
	position: relative;
	line-height: 45px;
	padding: 0 10px;
}
#main-navigation ul li a,
#jPanelMenu-menu li a,
a.menu-trigger {
	color: #fff;
}
#jPanelMenu-menu li a {
	border-bottom: 1px solid #8E0000
}
#jPanelMenu-menu li:last-child a {
	border-bottom: none
}
#main-navigation ul ul {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
	float: left;
	background: #fafafa !important;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #DEDEDE;
	border-top: none;
}
#main-navigation ul ul li a:last-child {
}
#main-navigation ul ul,
#main-navigation ul li.mega-menu .mega-menu-block {
	top: 45px !important;
}
#main-navigation ul ul li,
#main-navigation ul ul li:first-child {
	background: none !important;
	z-index: 99999;
	border: 0 none;
	font-size: 12px;
	height: auto;
	margin: 0;
}
#main-navigation ul ul li,
#main-navigation ul ul li a {
	display: block !important;
	width: auto !important;
	clear: both !important;
	white-space: nowrap;
	min-width: 180px;
	max-width: 336px
}
#main-navigation ul ul li:first-child,
#main-navigation ul li.current-menu-item ul li:first-child,
#main-navigation ul li.current-menu-parent ul li:first-child,
#main-navigation ul li.current-page-ancestor ul li:first-child {
	border-top: 0 none !important;
}
#main-navigation ul ul ul,
#main-navigation ul li.current-menu-item ul ul,
#main-navigation ul li.current-menu-parent ul ul,
#main-navigation ul li.current-page-ancestor ul ul {
	right: auto;
	left: 100%;
	top: 0 !important;
	z-index: 99999;
}
#main-navigation ul.sub-menu a,
#main-navigation ul li.current_page_item ul li a,
#main-navigation ul li.current_page_ancestor ul li a,
#main-navigation ul ul li.current-menu-item a,
#main-navigation ul ul li.current-menu-parent a,
#main-navigation ul ul li.current-page-ancestor a {
	border: 0 none;
	background: none !important;
	height: auto !important;
	line-height: 1em;
	padding: 10px !important;
	display: block !important;
	margin-right: 0 !important;
	z-index: 99999;
	color: #333333 !important;
}
#main-navigation ul li:hover > ul {
	display: block;
}
#main-navigation ul li.current-menu-item a,
#main-navigation ul li.current_page_ancestor a,
#main-navigation ul li.current_page_item a,
#main-navigation ul li.current-menu-item a:hover,
#main-navigation ul li.current-menu-parent a,
#main-navigation ul li.current-menu-parent a:hover,
#main-navigation ul li.current-page-ancestor a,
#main-navigation ul li.current-page-ancestor a:hover {
	background: #871616;
}
#main-navigation ul li.current-menu-parent ul li a,
#main-navigation ul li.current-menu-parent ul li.current_page_item ul li a {
	font-weight: normal !important;
}

#main-navigation ul li.current-menu-parent ul li.current_page_item a {
	font-weight: bold !important
}
#main-navigation ul li:hover > a,
#main-navigation li.current-menu-item.menu-item-home:hover > a,
#jPanelMenu-menu li a:hover,
#jPanelMenu-menu li a:focus,
a.menu-trigger:hover,
a.menu-trigger:active,
.menu-trigger:focus {
	background: #8E0000 !important;
	color: #fff !important;
}
#main-navigation ul li.current-menu-item a:hover,
#main-navigation ul li.current-menu-parent a:hover,
#main-navigation ul li.current-menu-parent:hover > a,
#main-navigation ul li.current-page-ancestor a:hover  #main-navigation li.current-menu-item a:hover,
#main-navigation ul li.current-menu-item a:hover,
#main-navigation ul li.current-menu-item:hover > a,
#main-navigation li.current-menu-item.menu-item-home ul li:hover >a,
#main-navigation ul ul li:hover > a,
#main-navigation ul ul:hover > a,
#main-navigation ul li ul li:hover > a,
#main-navigation ul li ul li ul li:hover > a {
	background: #EBEBEB !important;
	color: #8E0000 !important;
}
#main-navigation ul.sub-menu li.current-menu-item,
#main-navigation ul.sub-menu li.current-menu-item a,
#main-navigation li.current-menu-item ul.sub-menu a,
#main-navigation ul.sub-menu li.current-menu-parent,
#main-navigation ul.sub-menu li.current-menu-parent a,
#main-navigation li.current-menu-parent ul.sub-menu a,
#main-navigation ul.sub-menu li.current-page-ancestor,
#main-navigation ul.sub-menu li.current-page-ancestor a,
#main-navigation li.current-page-ancestor ul.sub-menu a {
}
#main-navigation ul li.menu-item-home a {
}
#main-navigation ul li.menu-item-home a .sub-indicator {
	display: none;
}
#main-navigation ul li.menu-item-home.current-menu-item a {
}
#main-navigation ul li.menu-item-home ul li a,
#main-navigation ul ul li.menu-item-home a,
#main-navigation ul li.menu-item-home ul li a:hover {
}
.top-navigation li.has-children > a:after,
.top-navigation ul.sub-menu li.has-children > a:after,
.top-navigation ul.sub-menu ul li.has-children > a:after,
#main-navigation li.has-children > a:after,
#main-navigation ul.sub-menu li.has-children > a:after,
#main-navigation ul.sub-menu ul li.has-children > a:after,
#main-navigation ul.sub-menu li.has-children > a:before,
li.full-mega-menu > a:after,
#topcontrol:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main-navigation li.has-children > a:after,
#header4 #main-navigation li.has-children > a:after,
li.full-mega-menu > a:after {
	content: "\f0d7";
	padding-left: 1em;
	speak: none;
	font-size: 10px;
}
#main-navigation li.has-children:hover > a:after,
li.full-mega-menu:hover > a:after {
 
}
#main-navigation ul.sub-menu li.has-children > a:after {
	content: "\f0da";
	position: relative;
	top: 1px;
	font-size: 10px;
	padding-right: 1em;
	speak: none;
}
#main-navigation ul li .mega-menu-block ul.sub-menu li.has-children > a:after {
	content: "\f0d7";
}
#main-navigation ul li .mega-menu-block ul.sub-menu ul li.has-children > a:after {
	content: "\f0da";
}
#main-navigation ul.sub-menu ul li.has-children > a:after {
	font-size: 10px;
}
#main-navigation ul li .mega-menu-block {
}
#main-navigation ul li.mega-menu {
	position: static;
}
#main-navigation ul li .mega-menu-block ul.sub-menu {
	display: none;
	top: 0 !important;
	position: absolute;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	border-radius: 0px;
}
#main-navigation ul li .mega-menu-block .post-box-title a {
	color: #fff !important;
}
#main-navigation ul li .mega-menu-block .post-box-title a:hover {
	color: #ccc !important;
}
#main-navigation ul li .mega-menu-block ul.sub-menu li:last-child {
	border-radius: 0px !important
}
#main-navigation ul li .mega-menu-block ul.sub-menu ul {
	padding: 0;
	position: absolute;
	left: 0 !important;
	top: 32px !important;
	z-index: 99999 !important;
	float: left !important;
	background: #fafafa !important;
	-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
}
#main-navigation ul li.mega-menu .mega-menu-block {
	background: #F2F2F2 !important;
	-webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
	display: none;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 99999;
	left: 0;
	padding-bottom: 15px !important;
}
.mega-menu-content {
	width: 100%;
}
.mega-menu-content {
	padding-top: 15px !important;
}
.mega-menu-content .thumbnail {
}
.mega-menu-item {
}
.mega-menu-item.last-column {
}
.mega-menu-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.mega-menu-item img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#main-navigation ul li .mega-menu-item a,
#main-navigation ul li.current-menu-parent .mega-menu-item a,
#main-navigation ul li.current-menu-parent .mega-menu-item a:hover,
#main-navigation ul li.current-menu-item .mega-menu-item a,
#main-navigation ul li.current-menu-item .mega-menu-item a:hover {
	display: inline-block;
	height: auto;
	line-height: 20px;
	padding: 0;
	border: 0 none;
	background: transparent !important;
}
.menu-item-has-children .mega-menu-content {
	padding-top: 40px !important
}
.mega-menu-item .post-box-title a {
	font-size: 16px;
	line-height: 16px;
}
#main-navigation ul li .mega-menu-block ul.sub-menu li,
#main-navigation ul li .mega-menu-block ul.sub-menu li a {
	min-width: inherit !important;
	max-width: inherit !important;
	clear: none !important
}
#main-navigation ul li .mega-menu-block ul.sub-menu ul {
	min-width: 190px !important;
	max-width: 336px !important
}
#main-navigation ul li .mega-menu-block ul.sub-menu ul li,
#main-navigation ul li .mega-menu-block ul.sub-menu ul li a,
#main-navigation ul li .mega-menu-block ul.sub-menu ul li ul li,
#main-navigation ul li .mega-menu-block ul.sub-menu ul li ul li a {
	display: block !important;
	width: auto !important;
	clear: both !important;
	white-space: nowrap;
	min-width: 188px !important;
	max-width: 336px !important
}
#main-navigation ul li .mega-menu-block ul.sub-menu ul ul {
	right: auto !important;
	left: 100% !important;
	top: 0 !important;
	z-index: 99999 !important;
}
#main-navigation ul > li.parent-list:hover > a:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 40px;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #B80000;
	display: block;
	width: 0;
	z-index: 999;
}
#main-navigation ul > li.current-menu-item.parent-list:hover > a:after {
	top: 45px;
}
#main-navigation ul ul > li.parent-list:hover > a:after,
#main-navigation ul li .mega-menu-block ul.sub-menu:before {
	display: none;
}
#main-navigation ul ul ul,
#main-navigation ul li .mega-menu-block ul.sub-menu {
	border-top: 0 none;
}
.full-mega-menu .mega-menu-content {
	width: 100%;
}
#top-menu-mob,
#main-menu-mob {
	background: #FFF;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px auto !important;
	padding: 10px;
	color: #000;
	float: none;
}
#top-menu-mob {
	padding: 5px
}
.fixed-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}
.fixed-nav .logo,
.fixed-nav .header-content {
	display: none !important
}
.fixed-nav body {
}

.fixed-nav #main-navigation ul {
	float: right;
}
.fixed-nav ul li:first-child a {
 
	}
.container-boxed .fixed-nav {
	width: 1170px;
}
.container-full .fixed-nav {
	width: 100%;
}
#main-navigation-uber.fixed-nav {
	top: 0;
}
body.admin-bar .fixed-nav {
	top: 27px;
}
body.admin-bar #main-navigation-uber.fixed-nav {
	top: 32px;
}

/* Full Width Logo */
header#theme-header.full-logo .header-content {
	padding: 0;
}
header#theme-header.full-logo .logo {
	float: none;
	margin-top: 0 !important;
}
header#theme-header.full-logo .logo a {
	line-height: normal !important;
	padding: 0px !important;
	margin: 0px !important
}
header#theme-header.full-logo .logo img {
	width: 100%;
	height: auto;
}
header#theme-header.full-logo #main-navigation {

}

/* Center The Logo */
header#theme-header.center-logo .logo,
header#theme-header.center-logo .ads-top {
	float: none;
	text-align: center;
}

/* Breaking News */
.breaking-news {
	background: #FFF;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	height: 32px;
	overflow: hidden;
	position: relative;
	margin: 0px auto !important;
	margin-top: 10px !important;
	line-height: 30px;
}
.container-boxed .breaking-news { margin-top: 10px !important}
.breaking-news ul,
.breaking-news ul li,
.breaking-news ul li a {
	padding: 0px;
	margin: 0px
}
.breaking-news ul li a {
	padding-left: 10px;
}
.home .breaking-news {
	margin-bottom: 0px !important
}
.breaking-news span {
	background: #FF0000;
	display: block;
	float: left;
	padding: 0px 10px !important;
	line-height: 32px !important;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
}
.breaking-news ul {
	float: left;
}
.breaking-news ul li {
	display: block
}
.breaking-news ul a {
	padding: 8px;
	display: block;
	white-space: nowrap;
}

/* Content  Column */
#main-content {
	margin: 15px auto 15px;
	position: relative;
}
#main-content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.full-width {
	background-image: none;
}
.content {
	float: left;
	width: 845px;
	margin-bottom: 15px !important;
}
#crumbs,
.woocommerce-breadcrumb {
	clear: both;
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
	background: #fff;
	position: relative;
}
.container-boxed #crumbs {
	border: 1px solid #ddd
}
div.not-found {
	padding: 20px;
}
.full-width .content,
body.error404 .content {
	width: auto;
	float: none;
}

/* Post Thumbnail */
.post-thumbnail,
.thumbnail {
	margin: 0 5px 5px 0px;
	position: relative;
	background: #FFF;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dedede;
	line-height: 0;
	overflow: hidden;
}

#main-navigation .post-thumbnail {
	margin: 0px !important;
}
.thumbnail {
	margin-bottom: 0px !important
}
.post-thumbnail a,
.thumbnail a {
	display: block;
}
.post-thumbnail img,
.thumbnail img {
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.post-thumbnail img.attachment-tnov-small,
.post-thumbnail img.avatar-50 {
	width: 55px !important;
}
.item-list:hover .post-thumbnail a img,
.loop-grid:hover .post-thumbnail a img,
.post-thumbnail a:hover img,
.thumbnail a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*
.post-thumbnail a:hover img,
.thumbnail a:hover img {
	opacity: 0.8;
}*/
.post-thumbnail a:hover .postype-icon:before,
.thumbnail a:hover .postype-icon:before {
	opacity: .8;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	font-size: 32px;
}

.postype-icon:before {
	/*content: '\f15c';*/
	color: #FFF;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	line-height: 30px;
	margin: -15px 0 0 -15px;
	font: 20px;
}
.tnov_map .postype-icon:before {
	content: '\f041';
}
.tnov_slider .postype-icon:before {
	content: '\f03e';
}
.tnov_lightbox .postype-icon:before {
	content: '\f03e';
}
.tnov_audio .postype-icon:before,
.tnov_soundcloud .postype-icon:before {
	content: '\f026';
}
.tnov_video .postype-icon:before {
	content: '\f01d';
}
.archive-wide-thumb .postype-icon:before,
.first-news .postype-icon:before {
	font-size: 26px;
}

/* Post Caption */
.post-caption {
	position: absolute;
	bottom: 4px !important;
	left: 4px !important;
	right: 4px !important;
	transition: all 200ms ease-in-out 0s;
	padding: 6px !important;
	text-align: left;
	color: #fff !important;
	z-index: 2;
}
.post-caption-style1 {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll center top / 100% 105% transparent;
	box-shadow: 2px 0px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 0 1px 0 #333;
}
.post-caption-style2 {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll center top / 100% 105% transparent;
	box-shadow: 2px 0px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 0 1px 0 #333;
}
.post-caption-style3 {
	background-color: rgba(0, 0, 0, .6);
}
.post-caption a {
	color: #fff !important
}
.post-caption a:hover {
}
.post-caption .post-box-title a {
 
}
.date-caption, .review-caption {
	position: absolute;
	top: 4px !important;
	right: 4px !important;
	float: right;
	opacity: .75;
	filter: alpha(opacity=75);
	background: #000;

	text-align: right;
	color: #fff !important;
	z-index: 2;
}
.date-caption a {
	color: #fff
}
.date-caption a:hover {
	color: #ccc
}
.date-caption h2 {
	font-size: 16px;
}
.date-caption span {padding: 3px 6px !important;}
.review-caption { right: 0 !important; 
	left: 4px !important; top:0px !important;
	float: left; 
	display: table; 
	background: none;
	opacity: 10;
	filter: alpha(opacity=100);
	padding: 3px 6px !important;

}
.date-caption p.post-meta span { margin: 0px 2px;}
.date-caption p.post-meta span.stars-small { float:right;}

.loop-grid {
	margin-bottom: 15px !important;
	clear: none !important;
	overflow: hidden !important;
}
.loop-grid .post-box-title a {
	font-size: 22px;
}
.loop-grid-caption .post-thumbnail { margin: 0px !important}
/* Post Loops */
.item-list p.post-meta {
	margin: 10px 0;
}
.post-listing .item-list,
.algum-box .loop-simplelist,
.algum-box  .loop-full-content,
.recent-box .loop-excerpt.item-list,
.recent-box .loop-onegrid.item-list,
.recent-box .loop-simplelist.item-list,
.recent-box .loop-full-content.item-list {
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.post-listing div.item-list:last-child,
.recent-box.loop-excerpt .item-list:last-child {
}
.loop-excerpt {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.algum-box .item-list {margin-bottom: 15px;padding-bottom: 15px}
.loop-excerpt .post-thumbnail {
	margin-right: 15px !important;
	width: 128px;
}
.algum-box .loop-simplelist:last-child, .algum-box  .loop-full-content:last-child { margin-bottom: 0px !important;}
.recent-box .loop-excerpt.item-list,
.recent-box .loop-onegrid.item-list,
.recent-box .loop-simplelist.item-list,
.recent-box .loop-full-content.item-list {
	margin: 0px 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.recent-box .loop-excerpt {
}
.loop-full-content {
}
.loop-onegrid .post-thumbnail {
	margin: 0px auto !important;
	margin-bottom: 10px !important;
}
.loop-2grid {
 
}
.loop-2grid:nth-child(2n+1) {
}
.loop-2grid:nth-child(2n+2) {
}
.loop-threegrid {
}
.cat-post-widget .item-list { border-bottom: 1px solid #dedede; padding-bottom: 10px; margin-bottom: 10px;}
.cat-post-widget .item-list:last-child { border-bottom: none !important; margin-bottom: 0px !important}
.loop-simplelist .post-box-title {
	font-size: 18px;
}

.post-box-title a,
.post-box-title {
	line-height: none !important
}
.loop-3grid:nth-child(3n+1){

}
.loop-3grid:nth-child(3n+2){

}
.loop-3grid:nth-child(3n+3){

}
.loop-3grid.loop-3grid-caption {}
.loop-grid-layout .post-listing { padding: 15px 0px !important}
.loop-grid-layout .pagination, .loop-grid-layout .page-head { margin:0px 15px 15px 15px !important;}
/* Global Categories Box Styles */
.cat-box {
	margin-bottom: 15px !important;
}
.cat-box-content {
	padding: 10px 0px !important;
	overflow: hidden;
}
.algum-box .cat-box-content { padding: 10px 15px !important}
.cat-box-title {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	padding: 10px 15px;
	background: #F5F5F5;
	border-bottom: 1px solid #DEDEDE;
}
.cat-box-title h2 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.cat-box-title h2 a {
}
.cat-box-title h2 a:hover {
}
.stripe-line {
}
.cat-box .entry {
	font-size: 12px;
}
.cat-box,
.widget,
.post-listing,
#comments {
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	overflow: hidden;
}
.post-listing {
	padding: 15px;
}
.cat-box .first-news .inner-content {
}
p.post-meta {
	color: #aaa;
	margin: 7px 0 !important;
	font-size: 85%;
}


p.post-meta a {
	color: #aaa;
}
p.post-meta a:hover {
	text-decoration: none;
}
.post-meta .stars-small {
	float: left;
	margin: -1px 10px 0 0;
}
a.more-link {
	font-weight: bold;
}
.cat-box .thumbnail {
}
.other-news {
	overflow: hidden !important;
}
.other-news .post-box-title,
.other-news .post-box-title a {
	font-size: 16px;
	line-height: normal;
}
#related_posts .post-box-title,
#related_posts .post-box-title a,
.scroll-box .post-box-title,
.scroll-box .post-box-title a,
.recent-box  .loop-3grid .post-box-title,
.recent-box .loop-3grid.post-box-title a {
	font-size: 16px;
	line-height: normal;
}
.first-news p {
	padding: 0;
}
/*Newsbox General*/
.box-title-position-default {}
.box-title-position-right { text-align: right !important; padding-right: 5px !important}
.box-title-position-center { text-align: center !important;}
.list-box.box-first-img-position .first-news { float: right !important;}
.list-box.box-first-img-position .other-news { float: left !important}
.wide-box.box-first-img-position .first-news { float: right !important;}
.wide-box.box-first-img-position .post-box-title-first { float: left !important;}

/* wide-box */
.wide-box {
	clear: both;
}
.wide-box li {
}
.wide-box ul {
}
.wide-box li.first-news p.post-meta {
	margin: 10px 0;
}
.wide-box li.first-news .thumbnail {
}
.wide-box .first-news {
	margin-bottom: 15px !important;
}
.wide-box .other-news .thumbnail {
	margin-bottom: 0px !important
}

/* list-box */
.list-box {
	clear: both;
	padding: 0px
}
.list-box li {
}
.list-box .other-news {
	margin-bottom: 15px !important;
}
.list-box .other-news-content {
}
.list-box .other-news .thumbnail {
	float: left;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 10px
}
.list-box .first-news p.post-meta {
	margin: 10px 0;
}
.list-box .first-news {
}
.list-box-first-right.list-box li {
	float: left;
	clear: left;
}
.list-box-first-right.list-box li.first-news {
	float: right;
}
.list-box-rtl-thumb.list-box li .thumbnail {
	float: right;
	margin-right: 0px !important;
	margin-left: 5px !important
}

/* Scrolling Box */
.scroll-box{clear:both;}
	.scroll-box .cat-box-content{position:relative;}
		.scroll-box .scroll-item {
			width:260px; float: left; margin-left: 15px; margin-top: 5px;
		}
			.scroll-box .scroll-item .post-thumbnail{}
			
	.group_items {height:160px;}
	.group_items-box{overflow: hidden; height:160px;}
	.group_items .scroll-item:last-child{}
	.scroll-nav{
		padding:15px;
		padding-bottom: 0px;
	}
		.scroll-nav a{
			background:#b4b4b4;
			width:16px;
			height:16px;
			text-indent:-9999px;
			overflow:hidden;
			display:inline-block;
			margin:2px 2px 0;
			-moz-border-radius: 50px;-webkit-border-radius: 50px; border-radius: 50px;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
		}
		.scroll-nav a:hover{background:#939393;}
		.scroll-nav a.activeSlide{background:#666;}

/* Recent Posts Box */
.recent-box {
	clear: both;
}
.recent-box .recent-item .post-thumbnail:nth-child(3n+3) {
	margin-right: 0 !important;
}
.recent-box-pagination {
	position: relative;
	margin: -35px 0 35px;
}
.recent-box-pagination .pagination {
	margin: 0;
}

/* Post Styles */
.page-head {
	border-bottom: 1px solid #DEDEDE;
	overflow: hidden;
}
.page-head-archive {
	margin-bottom: 15px
}
.page-title {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: bold;
	float: left;
}
.box-head-title { margin-bottom: 15px;}
.box-head-title h1 { font-size: 20px;}
a.rss-cat-icon {
	float: right;
	position: relative;
	content: '\f09e';
	width: 27px;
	height: 27px;
}
a.rss-cat-icon:hover {
	text-decoration: none
}
a.rss-cat-icon:before {
	content: '\f09e';
	width: 27px;
	height: 27px;
	font-size: 27px;
	line-height: 27px;
	color: #f8bc2e;
}

/* Author Page Styles */
.author-bio {
	clear: both;
	overflow: hidden;
	padding: 15px 3px;
}
#author-avatar {
	float: left;
	margin-right: 15px;
}
#author-avatar img {
	background: white;
	padding: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
}

/* Single Post Styles */
.post-listing.post {
	margin-bottom: 15px;
}
.post-inner {
}
.single-post-thumb {
	margin: 0 -1px !important;
	line-height: 0 !important;
}
.single .single-post-thumb, .single .single-post-video, .single .google-map,
.single .single-post-audio,.page .single-post-thumb, .page .single-post-video, .page .google-map,
.page .single-post-audio { margin-bottom:15px !important;}
.single-post-thumb img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.full-width .single-post-thumb {
	margin: 0 !important;
}
.head-lightbox a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.head-lightbox a:hover {
	opacity: .8;
}
.single-post-caption {
	background: #eee;
	text-align: center;
	color: #555;
	padding: 5px;
	font-size: 90%;
}
.post-title {
	margin-bottom: 10px !important;
	font-size: 28px;
	font-weight: bold;
}
.post-inner p.post-meta {
	margin-bottom: 15px !important
}
p.post-meta span {
	display: inline-block;
	margin-right: 10px;
}
.page-link {
	margin: 15px 0 0;
	padding: 10px;
	background: #f6f6f6;
}
.page-link a {
	color: #FFF;
	padding: 5px 6px;
	background: #999;
}
.page-link a:hover {
	background: #777;
}
.edit-link {
	clear: both;
	display: block;
	margin-top: 10px;
}
.post-edit-link { margin-bottom: 15px}
.post-tag {
	margin: 10px 0px;
}
.post-tag a {
	border-color: #dedede #d8d8d8 #d3d3d3;
	text-shadow: 0 1px 0 #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	display: inline-block;
	text-decoration: none;
	font-size: 10px;
	padding: 4px;
	line-height: 20px;
	color: #555;
	text-transform: uppercase;
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.post-tag a:hover {
	background: #FFF;
}
.sticky {
}
.item-list .post-thumbnail {
	float: left;
	margin-bottom: 0;
}
.cat-box li .post-thumbnail {
	margin: 0 15px 0 2px;
}
.column2 .post-thumbnail {
	float: left;
}
.cat-box.column2 .first-news .post-thumbnail {
	margin: 0 0 10px 0;
	float: none;
}
.wide-box li .post-thumbnail,
.list-box li .post-thumbnail {
	float: left;
}
.wide-box .first-news .post-thumbnail {
	width: 240px;
}
.list-box .first-news .post-thumbnail {
	margin: 0 0 15px 0;
	float: none;
	width: 306px;
}
.cat-tabs-wrap li .post-thumbnail {
	float: left;
	margin-bottom: 0;
}
.cat-tabs-wrap .first-news .post-thumbnail {
	margin: 0 0 10px 0;
	float: none;
	width: 306px;
}
.recent-item .post-thumbnail {
}
.single-post-audio {
	position: relative;
	min-height: 56px;
}
.single-audio {
	bottom: 20px;
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 90%;
	padding: 10px 5%;
}
.single-post-audio div.mejs-container {
	margin-bottom: 0;
}
.single-post-video iframe,
.single-post-video embed,
.video-box .big-video-column iframe,
.video-box .big-video-column embed,
.google-map iframe {
	width: 100%;
}
.thumbnail {
}

/* Share */
.share-post {
	clear: both;
	margin: 10px -20px -20px;
	padding: 10px 0 10px 10px;
	background: #F7F7F7;
	border-top: 1px solid #EAEAEA;
	height: 20px;
}
.mini-share-post {
	clear: both;
	margin: 10px -20px -20px;
	padding: 10px 10px 10px 25px;
	height: 20px;
}
.mini-share-post .share-text,
.entry .share-post .share-text {
	display: none;
}
.entry .share-post {
	margin: 0 0 15px;
	background: transparent;
	border: 0 none;
	height: auto;
	padding: 0;
}
.entry .share-post li,
.entry .share-post ul {
	list-style: none;
	margin: 0;
}
.recent-box .mini-share-post {
	margin-bottom: -5px;
}
.share-post li,
.mini-share-post li {
	float: left;
	width: 106px;
}
.entry .share-post li iframe,
.share-post li iframe,
.mini-share-post li iframe {
	max-width: none !important;
}
.share-post span.share-text {
	background: #B80000;
	margin: -10px 10px -10px -10px;
	display: block;
	float: left;
	color: #FFF;
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

/* Post Elements */
.entry {
	padding-top: 0.0em;
	margin-bottom: 25px;
}
.content .entry iframe {
	max-width: 100%;
}
.entry p {
	padding-top: 0.0em;
	padding-bottom: 1.0em;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin-bottom: 25px;
	line-height: 1em;
	font-family: Helvetica;
	font-weight: normal;
}
.entry {padding-top: 0.5em;}
.entry h1 {
	font-size: 36px;
}
.entry h2 {
	font-size: 30px;
}
.entry h3 {
	font-size: 24px;
}
.entry h4 {
	font-size: 18px;
}
.entry h5 {
	font-size: 14px;
}
.entry h6 {
	font-size: 12px;
}
.entry ol,
.entry ul {
	margin: 0 0 25px 10px;
}
.entry ul li {
	list-style: outside disc;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}
.entry ol li {
	list-style: outside decimal;
}
.entry li {
	margin: 0 0 5px 10px;
}
.entry #user-login ul li {
	list-style: inside disc;
}
.entry #user-login ul {
	margin-bottom: -5px;
}
.entry table {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
	color: #333;
	border-collapse: separate;
	border-spacing: 0;
}
.entry table td,
.entry table th {
	border-top: 1px solid white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.entry table th {
	text-shadow: 0 1px 0 #fff;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
.entry table td {
	font-size: 12px;
	padding: 4px 7px 4px;
	vertical-align: top;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery .gallery-item img {
	background: #FFF;
	padding: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;
	-moz-box-shadow: 0 0 2px #b5b5b5;
	-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width: 88%;
	height: auto;
}
.gallery .gallery-item a:hover img {
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity: 0.6;
	margin: -5px 0 5px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 0 none !important;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	margin: 0 0 12px;
}
.gallery br + br {
	display: none;
}
.attachment img {
	display: block;
	margin: 0 auto;
}
blockquote {
	border-left: 0px !important;
}
blockquote {
	font-size: 12px !important;
	font-style: italic !important;
	line-height: 22px !important;
	padding: 0 0 0 60px !important;
	padding-top: 20px !important;
	margin: 25px !important;
	margin-right: 20px !important;
	min-height: 60px !important;
}
blockquote:before {
	content: '\f10d' !important;
	color: #555 !important;
	font-size: 55px !important;
	width: 55px !important;
	height: 55px !important;
	line-height: 0px !important;
	margin-left: -70px !important;
	margin-top: 10px !important;
	float: left !important;
}

/* Related Posts */
#related_posts,
#author-box {
	clear: both;
}
.block-head {
	padding: 3px 0 0;
	overflow: hidden;
}
.block-head h3 {
	float: left;
	margin-right: 10px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#related_posts,
#author-box {
	padding: 10px;
	margin-bottom: 15px !important;
}
#related_posts li {
	background: url(images/sidebar-bullet.png) no-repeat left 8px;
	padding: 0 12px 10px 0;
	line-height: 18px;
	overflow: hidden;
}
#related_posts li:hover {
	margin-right: 5px;
}
#related_posts .related-item {
	float: left;
	width: 195px;
	height: 180px;
	margin: 0 10px 10px 0;
	padding: 2px;
}
#related_posts .related-item:nth-child(3n+3) {
	margin-right: 0;
}
#related_posts .related-item .post-thumbnail {
	margin: 0 0 10px 0;
}

/* Post Navigation */
.navigation {
	margin: 10px 0;
	clear: both;
	overflow: hidden;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.post-navigation {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
}
.post-navigation div {
	display: block;
	width: 245px;
	position: relative;
	font-size: 14px;
	color: #999;
}
.post-previous {
	float: left;
	padding-left: 40px;
}
.post-next {
	float: right;
	text-align: right;
	padding-right: 40px;
}
.post-navigation div span {
	display: block;
	font-size: 80%;
	color: #999;
	line-height: n
}
.post-navigation div a:after {
	position: absolute;
	font-size: 56px;
	margin-top: -11px;
	height: 22px;
	line-height: 22px;
	top: 34%;
}
.post-navigation div a { display: block !important; line-height: normal !important}
.post-previous a:after {
	content: '«';
	left: 0;
}
.post-next a:after {
	content: '»';
	right: 0;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 310px;
}
.full-width #sidebar {
	display: none !important;
}
.sidebar-left #sidebar {
	float: left;
}
.sidebar-left .content {
	float: right;
}

/* Widgets Styles */
.widget {
	margin-bottom: 15px;
}
#sidebar .widget {
	clear: both;
}
.widget-top {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	padding: 10px;
	background: #F5F5F5;
	border-bottom: 1px solid #DEDEDE;
}
.widget-top h4 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.widget-top h4 a {

}
.widget-top h4 a:hover {

}
.widget-container {
	padding: 10px;
}
.widget_recent_entries .widget-container ul, 
.widget_categories .widget-container ul,
.widget_recent_comments .widget-container ul,
.widget_pages .widget-container ul,
.widget_archive .widget-container ul,
.widget_meta .widget-container ul {
 
}
.widget_recent_entries .widget-container ul li, 
.widget_categories .widget-container ul li,
.widget_recent_comments .widget-container ul li,
.widget_pages .widget-container ul li,
.widget_archive .widget-container ul li,
.widget_meta .widget-container ul li {
	list-style: outside disc; 
	list-style-type: disc; 
	list-style-image: none; 
	list-style-position: outside;}
.widget_recent_entries .widget-container li,
.widget_categories .widget-container li,
.widget_recent_comments .widget-container li,
.widget_pages .widget-container li,
.widget_archive .widget-container li,
.widget_meta .widget-container li {
	margin: 0 0 5px 10px; 
	line-height: inherit; 
	overflow: inherit;
}
.widget-container h3 {
	font-size: inherit;
}
.widget-container li {
 
}
.widget-container p {
	padding-bottom: 1.0em;
}
.widget-container a:hover {
	text-decoration: underline;
}
.widget-container li span.date,
.footer-widget-container li span.date {
	color: #AAA;
	margin: 5px 0;
	font-size: 85%;
}
.widget-container .post-thumbnail,
.footer-widget-container .post-thumbnail {
	float: left;
	margin-right: 10px;
}
.review-widget .review-box {
	margin: 0;
}
.review-widget .review-box h2.review-box-header {
	display: none;
}
.review-widget .review-box p {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
.entry ul.best-reviews li {
	list-style: none;
	margin: 0 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2
}
.entry ul.best-reviews .best-review-score {
	background: #AAA;
	-webkit-border-radius: 50px;
	moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 28px;
	margin: 15px 15px 0 0;
	width: 50px;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
}
.entry ul.best-reviews {
	margin: 0;
}
.entry ul.best-reviews .post-thumbnail,
.entry ul.best-reviews .best-reviews-content,
.entry ul.best-reviews .best-review-score {
	float: left;
}
.entry ul.best-reviews h3 {
	margin: 2px 0 5px;
}
.entry ul.best-reviews .best-reviews-content {
	width: 442px;
}
.entry ul.best-reviews p.post-meta {
	border-bottom: 0 none;
	padding: 0;
	margin: 5px 0 0;
}
.entry ul.best-reviews .post-thumbnail {
	width: 90px;
}
.text-html-box {
	margin-bottom: 20px;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#tabbed-widget .tabs-wrap li:last-child,
.comments-avatar .widget-container li:last-child,
.posts-list .widget-container li:last-child,
.categort-posts .widget-container li:last-child,
.authors-posts .widget-container li:last-child {
	border-bottom: 0 none;
}
.categort-posts ul li { overflow: hidden;}
.cat-post-widget .loop-excerpt .post-thumbnail {width: 100px !important;}
.cat-post-widget .loop-excerpt .post-box-title { font-size: 18px;}
.cat-post-widget p { padding: 0px !important; margin: 4px 0px !important}
.cat-post-widget .date-caption p { padding: 3px !important}

#tabbed-widget .tabs-wrap li,
.comments-avatar .widget-container li,
.posts-list .widget-container li,
.categort-posts .widget-container li,
.authors-posts .widget-container li,
.widget.woocommerce .widget-container li {
	background: transparent;
	padding: 8px 0 4px !important;
	border-bottom: 1px solid #f2f2f2;
}
.authors-posts .widget-container li strong {
	float: right;
	display: block;
}
.facebook-box {
	text-align: center;
}
.facebook-box iframe {
	width: 100% !important
}
.google-box {
	text-align: center;
	position: relative;
	overflow: hidden;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

/* Twitter Widget */
#twitter-widget ul {
	margin: 0 -10px;
}
#twitter-widget li {
	background: transparent;
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 10px 10px 30px;
}
#twitter-widget li:before {
	float: left;
	margin-left: -30px;
	margin-top: -5px;
	color: #45b0e3;
}
#twitter-widget li:last-child {
	border-bottom: 0 none;
}
#twitter-widget .tweet_list .tweet_avatar img {
	padding: 2px;
	margin-left: 5px;
	float: right;
	background: #FFF;
	border: 1px solid #d6d6d6;
}
.twitter-timestamp {
	font-style: italic;
	color: #888;
	font-size: 10px;
	float: right;
	clear: both;
}

/* Tabbed Widget */
#tabbed-widget .widget-top {
	padding: 0px !important;
	margin: 0px !important;
	border: none;
}
#tabbed-widget .widget-container {
	border: none !important;
}
.tabs-wrap,
.cat-tabs-wrap {
	clear: both;
	display: none;
}
.tabs-wrap#tab1,
.cat-tabs-wrap.cat-tabs-wrap1 {
	display: block;
}
#tabbed-widget ul.tabs li {
	float: left;
	position: relative;
	margin-right: 3px;
	padding: 0px;
	background: transparent;
}
#tabbed-widget ul.tabs li a {
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
}
#tabbed-widget ul.tabs li a:hover {
	color: #000;
}
#tabbed-widget ul.tabs li.active a {
	background: #f4f4f4;
	text-decoration: none;
}
#tabbed-widget .tabs-wrap.tagcloud a {
	padding: 6px 8px;
	border: 1px solid #e9e9e9;
	background: #F7F7F7;
	text-shadow: 0 1px 0 white;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin: 0px 0px 3px 0px;
}
#tabbed-widget .tabs-wrap.tagcloud a:hover {
	background: #ededed;
}
.tabs-wrap ul li { clear: both !important; overflow: hidden !important;}
/* Calender */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad,
footer #wp-calendar tbody .pad {
	background: none;
	border: 0 none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
footer #wp-calendar tbody td {
	background: #333;
	border-color: #555;
}
footer #wp-calendar caption {
	color: #FFF;
}

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
}
.author-description {
	font-size: 95%;
	line-height: 17px;
}
.author-social {
	float: left;
	margin-top: 10px;
}
.author-social a i { color: #fff;}
.author-social i { }
.author-social a {

}
.author-social a:hover {
	opacity: 0.7;
}
.author-social a img {
	width: 18px;
}

/* Flickr Widget */
.flickr-widget .flickr_badge_image {
	float: left;
	margin: 8px;
}
.flickr-widget .flickr_badge_image img {
	opacity: 1;
	padding: 2px;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 2px #B2B2B2;
	-moz-box-shadow: 0 0 2px #b2b2b2;
	-webkit-box-shadow: 0 0 2px #B2B2B2;
}
.flickr-widget .flickr_badge_image a:hover img {
	opacity: 0.6;
}

/* Social Icons Widget */
.social-icons-widget {

}
.social-icons {
	text-align: center;
}
.social-icons a {
	margin: 2px;
	position: relative;
}
.social-icons a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.social-icons.icon_24 img {
	width: 24px;
	height: 24px;
}
.social-icons.icon_16 img {
	width: 16px;
	height: 16px;
}

/* Search Widget */
.search-widget input {
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px !important;
	clear: both;
	margin-bottom: 15px;
	width: 288px;
	color: #999;
}
.search-widget input:hover,
.search-widget input:focus {
	color: #000;
}


/* Login Widget */
#login-form {
	padding: 11px 11px 0;
}
#login-form #log,
#login-form #pwd,
.widget-feedburner .feedburner-email {
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	width: 250px;
	height: 24px;
}
#login-form #log:hover,
#login-form #pwd:hover,
.widget-feedburner .feedburner-email:hover {
	color: #000;
}
#login-form #log:focus,
#login-form #pwd:focus,
.widget-feedburner .feedburner-email:focus {
	background: #FFF;
	color: #000;
}
#login-form .login-button {
	margin-right: 20px;
}
#login-form p {
	padding-bottom: 0;
}
ul.login-links {
	margin-top: 15px;
}
.welcome-text {
	margin-bottom: 10px;
}
.content .entry #login-form p {
	padding: 0
}

/* ADS Widgets */
.widget-container .ads125 {
	margin: 0 -7px -8px 13px;
	padding-left: 0;
}
.ads125 {
	overflow: hidden;
	padding-left: 22px;
	margin-bottom: 20px;
}
.ads125 .ads-cell {
	width: 125px;
	height: 125px;
	display: block;
	margin: 3px 15px 12px 0;
	float: left;
}
.widget-container .ads120-90,
.widget-container .ads120-60,
.widget-container .ads120-600,
.widget-container .ads120-240 {
	margin: 0 -7px -8px 18px;
	padding-left: 0;
}
.ads120-90,
.ads120-60,
.ads120-600,
.ads120-240 {
	overflow: hidden;
	padding-left: 27px;
	margin-bottom: 20px;
}
.ads120-90 .ads-cell,
.ads120-60 .ads-cell,
.ads120-600 .ads-cell,
.ads120-240 .ads-cell {
	width: 120px;
	height: 90px;
	display: block;
	margin: 3px 15px 12px 0;
	float: left;
}
.ads120-60 .ads-cell {
	height: 60px;
}
.ads120-600 .ads-cell {
	height: 600px;
}
.ads120-240 .ads-cell {
	height: 240px;
}
.ads160-600,
.ads250-250 {
	margin-bottom: 20px;
}
.widget-container .ads160-600,
.widget-container .ads250-250 {
	margin-bottom: 0
}
.ads160-600 .ads-cell {
	width: 160px;
	height: 600px;
	display: block;
	margin: 0 auto;
}
.ads250-250 .ads-cell {
	width: 250px;
	height: 250px;
	display: block;
	margin: 0 auto;
}
.ads300-100 {
	padding-left: 5px;
	margin-bottom: 20px;
}
.widget-container .ads300-100 {
	margin: 0 -5px -5px;
	padding-left: 0;
}
.ads300-100 .ads-cell {
	margin-bottom: 3px;
	width: 300px;
	height: 100px;
	margin: 10px auto;
}
.ads300-250,
.ads300-600 {
	padding-left: 5px;
	margin-bottom: 20px;
}
.widget-container .ads300-250,
.widget-container .ads300-600 {
	margin: 0 -6px;
	padding-left: 0;
}
.ads300-250 .ads-cell {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}
.ads-one {
	padding-left: 0 !important;
	margin: 0 !important;
}
.ads-one .ads-cell {
	float: none !important;
	clear: both !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Footer */
footer#theme-footer {
	position: relative;
	margin-top: 15px;
	background: #fafafa url("images/footer-widgets-bg.png") repeat-x top;
}
footer#theme-footer a {
}
footer#theme-footer a:hover {
}
.footer-copy {
	line-height: 32px !important;
}
.container-boxed footer#theme-footer .container,
.container-boxed .footer-bottom .container {
	padding: 0px 10px !important
}
.container-boxed .footer-bottom {
	margin-bottom: 10px !important
}

/* Footer Widgets */
/* Footer Widgets */
#footer-widget-area {
	margin: 0 auto;
}
.footer-widgets-box {
	float: left;
	margin: 15px 0;
	margin-right: 2%;
}
.footer-1c .footer-widgets-box {
	width: 100%
}
.footer-2c .footer-widgets-box {
	width: 48%;
}
.footer-3c .footer-widgets-box {
	width: 31.66666666666667%;margin-right: 2.5%;
}
.footer-4c .footer-widgets-box {
	width: 23.5%;
}

/* .footer-4c .footer-widgets-box:first-child .widget-content {
}
.footer-4c .footer-widgets-box:last-child .widget-content {
}
.footer-4c .footer-widgets-box:last-child {
	margin-right: 0px !important
}
*/
.narrow-wide-2c #footer-first,
.wide-narrow-2c #footer-second {
	width: 32%;
}
.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-first {
	width: 64%;
}
.wide-left-3c #footer-first,
.wide-right-3c #footer-third {
	width: 46%;
}
.wide-left-3c .footer-widgets-box,
.wide-right-3c .footer-widgets-box {
	width: 23%;
}
.footer-1c .footer-widgets-box,
.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-second,
.footer-2c #footer-second,
.footer-3c #footer-third,
.footer-4c #footer-fourth,
.wide-right-3c #footer-third,
.wide-left-3c #footer-third {
	margin-right: 0;
}
.footer-widget-container {
	padding: 10px;
}
.footer-widget-container p {
	padding-bottom: 1.0em;
}
.footer-widget-container ul,
footer#theme-footer .tabs-wrap ul {
}
.footer-widget-container li,
footer#theme-footer #tabbed-widget .tabs-wrap li {
	padding: 6px 12px 6px 0;
	line-height: 18px;
	overflow: hidden;
}
.footer-widget-container li:first-child,
footer#theme-footer #tabbed-widget .tabs-wrap li:first-child {
	border-top: 0 none;
}
/* Footer Bottom */
.footer-bottom {
	position: relative;
	line-height: 35px;
	border-top: 1px solid #444;
	color: #ccc;
	background: #333;
}
.container-boxed .footer-bottom {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.footer-bottom .social-icons {
	float: right;
	line-height: 0;
}
.footer-bottom .social-icons img {
	width: 25px;
	height: 25px;
}
.footer-bottom a {
	color: #ccc;
}
.footer-bottom a:hover {
	color: #FFF;
}

/* Footer Nav */
.footer-nav {
}
.footer-nav ul {
	float: right;
}
.footer-nav ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 16px;
}
.footer-nav ul li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #838383;
}
.footer-nav ul li a:hover {
}
.footer-nav ul ul {
	display: none !important;
}
.footer-nav ul ul li {
	display: none !important;
}
.footer-nav ul ul ul {
	display: none !important;
}
.footer-nav ul ul a {
	display: none !important;
}
.footer-nav ul ul li.current-menu-item:after {
	display: none;
}
.footer-nav ul li:hover > a,
.footer-nav ul:hover > a,
.footer-nav ul li.current-menu-item a {
}
.footer-nav ul li.current-menu-item:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	right: 45%;
	border: 4px solid transparent;
	border-top-color: #2e2e2e;
}
.footer-nav ul ul li:hover > a,
.footer-nav ul ul:hover > a {
	color: #000 !important;
	background: #f4f4f4 !important
}
.footer-nav ul li:hover > ul {
	display: block;
}
#topcontrol {
	z-index: 2;
	background: #B80000;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: fixed;
	bottom: -100px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	overflow: auto;
}
#topcontrol:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 26px
}
#topcontrol:hover {
	background-color: #8E0000;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	border: 1px solid #cbcdcc;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
	border: 1px solid #cbcdcc;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
	border: 1px solid #cbcdcc;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption img {
	max-width: 100% !important;
}
.wp-caption p.wp-caption-text {
	color: #888;
	margin: 5px;
	padding: 0;
}

/* Navigation */
.pagination {
	overflow: hidden;
	margin-bottom: 15px;
	border: #eee 1px solid;
}
.pagination a,
.pagination span.extend,
.pagination span.current {
	float: left;
	text-shadow: 0 1px 0 #FFF;
	margin-right: 3px;
	color: #777;
	padding: 8px;
}
.pagination a,
.pagination span.extend {}
.pagination a:hover {

}
.pagination span.current {
	color: #333;
	font-weight: bold;
	background: #eee;
	text-shadow: 0 1px 0 #000;
}
.pagination .pages {
	float: right;
	display: block;
	font-size: 85%;
	padding: 10px;
	padding-bottom: 0px;
}

/* CommentList */
#comments {
	border: 1px solid #ddd;
	padding: 10px
}
#comments-title,
#reply-title,
#respond,
.comment-form,
p.logged-in-as {
	padding: 0px !important;
	margin: 0px !important;
}
#comments-title {
	font-size: 22px;
	padding-bottom: 10px !important;
}
#comments-title em {
	color: #333;
}
.commentlist li {
	margin-bottom: 20px;
	clear: both;
	position: relative;
	clear: both;
}
.commentlist {
	color: #000
}
.commentlist a {
	color: #666
}
.comment-avatar {
	overflow: hidden;
	width: 45px;
	height: 45px;
	margin: 0 10px 5px -30px;
	background: white;
	padding: 2px !important;
	float: left;
}
.author-comment {
	overflow: hidden;
	position: relative;
}
.author-comment cite {
	color: #3b3b3b;
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding-top: 4px;
}
.commentmetadata {
	display: block;
	font-size: 85%;
	clear: both;
}
.commentmetadata a {
	color: #3b3b3b;
}
.commentmetadata a:hover {
	color: #000;
}
.comment-wrap {
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #ddd;
	position: relative;
	padding: 10px;
	margin-left: 20px;
}
.comment-content {
	position: relative;
	clear: both;
	display: block;
	margin-top: 15px;
	overflow: hidden;
	padding-bottom: 5px;
}
.comment-content p {
	line-height: 17px;
	margin-bottom: 15px;
}
.nocomments {
	text-align: center;
}
.commentlist {
	overflow: hidden;
}
.commentlist li ul li {
	margin-left: 4px;
}
.commentlist li.pingback {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.commentlist .children {
	margin-top: 15px !important;
	margin-left: 50px !important;
}
.commentlist .reply a {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 10px;
	font-size: 11px;
	border: 1px solid #ddd;
	border-right: 0px;
	border-bottom: 0px;
}
.commentlist .reply a:hover {
}
.bypostauthor {
}

/* Add Comments Form */
#respond {
	overflow: hidden;
	position: relative;
	clear: both;
}
.commentlist li #respond {
	margin: 10px 0 20px 70px !important;
}
#respond h3 {
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
}
#commentform {
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
}
#commentform .required {
	font-weight: bold;
}
#commentform label {
	color: #888;
}
#commentform p {
	margin: 10px 0;
}
textarea {
	overflow: auto;
	width: 97%;
}
#commentform textarea,
#commentform input,
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentform input {
	display: block;
	width: 250px;
}
#commentform input[type="checkbox"] {
	margin: 2px 7px 0 0;
	float: left;
	clear: left;
}
#commentform textarea {
	width: 95%;
}
#commentform input:hover,
#commentform textarea:hover {
}
#commentform input:focus,
#commentform textarea:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
	background: #fff;
}
#commentform .form-allowed-tags,
.comment-form-comment label {
	display: none;
}
.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
	clear: both;
}
.comment-notes {
	margin-bottom: 10px;
}
input.error,
textarea.error {
	border: 1px solid #FF0000 !important;
}

/* Add Comments Form */
#respond {
	margin: 20px 0 10px;
	overflow: hidden;
	position: relative;
	clear: both;
}
.commentlist li #respond {
	margin: 10px 0 20px 70px !important;
}
#respond h3 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform {
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
}
#commentform .required {
	font-weight: bold;
}
#commentform label {
	color: #888;
}
#commentform p {
	margin: 10px 0;
}
textarea {
	overflow: auto;
	width: 97%;
}
#commentform textarea,
#commentform input,
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentform input {
	display: block;
	width: 250px;
}
#commentform input[type="checkbox"] {
	margin: 2px 7px 0 0;
	float: left;
	clear: left;
}
#commentform textarea {
	width: 95%;
}
#commentform input:hover,
#commentform textarea:hover {
}
#commentform input:focus,
#commentform textarea:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
	background: #fff;
}
#commentform .form-allowed-tags,
.comment-form-comment label {
	display: none;
}
.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
	clear: both;
}
.comment-notes {
	margin-bottom: 10px;
}
input.error,
textarea.error {
	border: 1px solid #FF0000 !important;
}

/* Ads */
.ads-top {
	float: right;
	line-height: 0;
}
.ads-bottom {
	line-height: 0;
	margin: 15px auto 20px;
	text-align: center;
	position: relative;
}
.ads-post {
	line-height: 0;
	margin: 20px auto;
	text-align: center;
}
.home-ads {
	clear: both;
	margin: 15px auto !important;
	text-align: center;
}
.ads-top iframe,
.ads-bottom iframe,
.home-ads iframe,
.ads-post iframe {
	margin: 0 auto;
}
.ads-top img,
.ads-bottom img,
.home-ads img,
.ads-post img {
	max-width: 100%;
	height: auto;
}
.ads-top ins,
.ads-bottom ins {
	width: 728px;
	height: 90px;
}
.home-ads ins,
.ads-post ins {
	width: 468px;
	height: 60px;
}

/* Tooltip */
a.ttip,
a.tooldown {
	display: inline-block;
}
.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
	z-index: 100000;
}
.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}
.tipsy-arrow-n {
	border-bottom-color: #000;
}
.tipsy-arrow-s {
	border-top-color: #000;
}
.tipsy-arrow-e {
	border-left-color: #000;
}
.tipsy-arrow-w {
	border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* Slider */
.flexslider .slides > li,
.full-width .content .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 367px;
}
.flexslider .slides img {
	width: 100%;
	height: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider,
.full-width .content .flexslider {
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	zoom: 1;
	width: 1170px;
	height:auto;
	background: #fafafa url('images/slider.gif') no-repeat 50% 48%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee
}
.date-slider-caption, .review-slider-caption {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
	float: right;
	opacity: .75;
	filter: alpha(opacity=75);
	background: #000;
	padding: 3px 6px !important;
	text-align: right;
	color: #fff !important;
	z-index: 2;
}
.date-slider-caption span {}
.review-slider-caption { top: inherit !important; bottom: 0px !important;display: table !important; float: left !important;}
.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;
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 52%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff !important;
	text-decoration: none !important;
}
.flex-direction-nav .flex-next {
	right: -30px;
}
.flex-direction-nav .flex-prev {
	left: -30px;
}
.flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before { background: #000;
	font-size: 32px;	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)}
.flex-direction-nav .flex-next:before {
	content: '\f105';
}
.flex-direction-nav .flex-prev:before {
	content: '\f104';
}

.flexslider:hover .flex-next {
	opacity: 0.4;
	filter: alpha(opacity=4);
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.4;
	filter: alpha(opacity=4);
	left: 5px;
}
.flexslider:hover .flex-prev:active {
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.flex-direction-nav .disabled {
	opacity: .3 !important;
	filter: alpha(opacity=3);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	filter: alpha(opacity=7);
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.flex-control-thumbs .active {
	opacity: 1;
	filter: alpha(opacity=1);
	cursor: default;
}
.flex-control-nav {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	height: 13px;
}
.flex-control-nav li {
	margin: 0;
	*display: inline;
	display: inline-block;
	zoom: 1;
}
.flex-control-nav li a {
}
.flex-control-paging li {
	width: 25px !important
}
.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	margin-right: 10px;
	width: 16px;
	background: #ccc;
	height: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.flex-control-paging li a:hover {
	background: #999;
}
.flex-control-paging li a.flex-active {
	background: #666;
	cursor: default;
}
.slider-caption {
	position: absolute;
	width: 100%;
	padding: 10px;
	right: 0;
	bottom: 0px !important;
	color: #FFF;
/*ie8*
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=8);
	*/
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.99) 80%, rgba(0, 0, 0, 0.9) 100%) repeat scroll center top / 100% 105% transparent;
	box-shadow: 2px 0px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 0 1px 0 #333;
}
.slider-caption h2 a,
.slider-caption h2,
.full-width .content .slider-caption h2 {
	color: #FFF;
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
}
.slider-caption h2 a:hover {
	color: #fff
}
.slider-caption h2,
.slider-caption p {
	padding: 0px;
	margin: 0px !important
}
.flexslider-type2 h2 { font-size: 30px}
.flexslider-type2 .slideshow-container-thumb { width: 480px; float: left;}
.flexslider-type2 .slideshow-container-content { width: 336px;float: right; padding-right: 40px; padding-top: 10px}
.flexslider-type2, .flexslider-type2 .slideshow-container-content, .flexslider-type2 .slideshow-container-thumb { height: 269px !important}
.flexslider-type2 .flex-control-nav { top: inherit; left: inherit; bottom: 0; right: 0}
.flexslider-type2 .flex-direction-nav { }

.flexslider-type2-inverted .slideshow-container-thumb { float: right;}
.flexslider-type2-inverted .flexslider-type2 .slideshow-container-content { float: left;padding-left: 40px; padding-right: 0px;}

/* small */
.content .flexslider {
	width: 845px;
	height: 380px;
}
.cat-slider .flexslider { width: 815px;}
.content .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	height: 380px;
}
.content .flexslider .slides img {
	width: 100%;
	display: block;
}
.content .slider-caption h2 a,
.content .slider-caption h2 {
	font-size: 22px;
}


/* sidebar slider */
#sidebar .flexslider {
	width: 310px;
	height: 204px;
	clear: both;
}
#sidebar .flexslider .slides > li {
	height: 204px;
}
#sidebar .slider-caption {
	width: 100%;
	padding: 0;
	bottom: 0;
}
#sidebar .slider-caption h2 {
	padding: 3px 10px;
	line-height: 20px;
}
#sidebar .slider-caption h2 a {
	font-size: 18px;
}

/* Reviews Styles */
.review-box {
	margin: 20px 0;
}
h2.review-box-header {
	border-bottom: 4px solid #333;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 6px;
	margin-bottom: 3px;
	margin-top: 0;
}
.review-item {
	padding: 5px 0 8px;
	opacity: 0.8;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.review-item:hover {
	opacity: 1;
}
.review-item h5 {
	font-size: inherit;
	margin-bottom: 5px;
	color: #555;
	margin-top: 0;
}
.review-percentage .review-item span {
	background: #F2F2F2;
	display: block;
	height: 15px;
}
.review-percentage .review-item span span {
	background-color: #B80000;
	background-image: url(images/stripes.png);
	display: block;
	height: 15px;
}
.review-stars .review-item,
.user-rate-wrap {
	background: #F2F2F2;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 5px;
}
.review-stars .review-item h5 {
	float: left;
	padding-top: 5px;
	margin-top: 0;
}
.review-stars .stars-large {
	float: right;
}
.review-final-score .stars-large {
	float: none !important;
	margin: 0 auto 10px;
}
.review-summary {
	background-color: #F2F2F2;
	overflow: hidden;
	margin-bottom: 3px;
}
.review-short-summary {
	padding: 0 10px;
	display: table-cell;
	vertical-align: top;
}
.review-final-score {
	background-color: #B80000;
	width: 100px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	color: #fff;
	padding: 10px 5px;
}
.review-final-score h3 {
	margin-bottom: -5px;
	font-size: 44px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0;
}
.review-final-score h3 span {
	font-size: 24px;
}
.review-final-score h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.review-top {
	float: left;
	width: 55%;
	margin-right: 20px;
}
.user-rate {
	float: right;
	width: 98px;
}
.user-rate-active span span {
	cursor: pointer;
}
.tnov-rate-load {
	background: url(images/ajax-loader.gif) no-repeat center;
	width: 98px;
	height: 22px;
	display: block;
}
span.stars-large {
	width: 98px;
	display: block;
	background: url(images/stars-large.png) no-repeat left bottom;
	height: 22px;
}
span.stars-large span {
	width: 100%;
	display: block;
	background: url(images/stars-large.png) no-repeat left top;
	height: 22px;
	float: left;
}
span.stars-small {
	width: 52px;
	display: block;
	background: url(images/stars-small.png) no-repeat left bottom;
	height: 15px;
	float: left;
	margin: 2px 5px 0 0;
}
span.stars-small span {
	width: 100%;
	display: block;
	background: url(images/stars-small.png) no-repeat left top;
	height: 15px;
	margin: 0 !important;
	float: left;
}

/* Page Templates */
/* sitemap */
#sitemap {
	overflow: hidden;
	padding: 10px 0 0 15px;
}
.sitemap-col {
	float: left;
	margin: 0 2% 10px 0;
	width: 23%;
}
#sitemap .last {
	margin-right: 0px;
}
.sitemap-col h2 {
	color: #111;
	font-size: 20px;
	font-family: Georgia, serif;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: -3px;
}
.sitemap-col ul {
	padding-left: 0px;
	margin-left: 0;
}
.sitemap-col ul li a {
	padding: 4px 0px 4px;
	display: inline-block;
}

/* Authors List */
ul.authors-wrap li {
	background: transparent;
	padding: 20px;
	margin: 0 -20px 10px;
	border-bottom: 1px solid #f2f2f2;
	list-style: none;
}
ul.authors-wrap li h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}

/* Timeline */
ul.timeline {
	border-left: 2px solid #DFDFE0;
	margin: 0 0 30px 35px;
	overflow: hidden;
}
h2.timeline-head {
	background: #DFDFE0;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	margin-bottom: 0;
	display: inline-block;
	padding: 3px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
ul.timeline li {
	background: transparent;
	list-style: none;
	padding: 2px 10px 2px 100px;
	position: relative;
}
ul.timeline li span {
	left: 0;
	position: absolute;
	display: inline-block;
	color: #999;
}
body.bbpress #crumbs {
	display: none;
}

/* Shortcodes */
.google-map.alignleft {
	margin-right: 10px;
}
.google-map.alignright {
	margin-left: 10px;
}
.google-map.aligncenter {
	text-align: center;
}
.post-tooltip {
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px #666 dotted;
	color: #ed5109;
}
.post-tooltip:hover {
	border-bottom-color: #ed5109;
}
.highlight {
	background: #FF9;
}
.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 50px;
	font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}
.starlist li,
.checklist li {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style: none !important;
}
.starlist li {
	background-image: url(images/bullet_star.png);
}
.checklist li {
	background-image: url(images/bullet_check.png);
}
.box {
	padding: 20px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
	word-wrap: break-word;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.box div.box-inner-block {
	padding-left: 60px;
	min-height: 50px;
}
.box .fontico-boxicon {
	float: left;
	margin-left: -70px;
}
.box .fontico-boxicon:before {
	line-height: 60px;
	height: 60px;
	width: 60px;
	font-size: 60px;
	margin: 0;
}
.box.shadow {
	-moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
	-webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
	box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
	border: 1px solid #AAA;
}
.box.shadow div {
	padding: 0;
}
.box.info {
	background: #d6f6ff;
	border-color: #BFE3EC;
}
.box.info .fontico-boxicon:before {
	content: '\2757';
	color: #2CB4DA
}
.box.success {
	background: #e2f2cb;
	border-color: #D1E4B7;
}
.box.success .fontico-boxicon:before {
	content: '\2713';
	color: #8AB84D
}
.box.warning {
	background: #fffddb;
	border-color: #E9E59E;
}
.box.warning .fontico-boxicon:before {
	content: '\26a0';
	color: #ECC21B;
	font-size: 55px;
}
.box.error {
	background: #ffe6e2;
	border-color: #EEBFB8;
}
.box.error .fontico-boxicon:before {
	content: '\2715';
	color: #F03317;
	font-size: 70px;
}
.box.download {
	background: #e2f2cb;
	border-color: #D1E4B7;
}
.box.download .fontico-boxicon:before {
	content: '\e0c3';
	color: #8AB84D
}
.box.note {
	background: #fffddb;
	border-color: #E9E59E;
}
.box.note .fontico-boxicon:before {
	content: '\f15c';
	color: #ECC21B;
}
a.shortc-button {
	border: 1px solid #a3a3a3;
	background: #d4d4d4;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	display: inline-block;
	margin: 0 5px 20px;
	padding: 0 10px;
	position: relative;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: background .40s;
	-moz-transition: background .40s;
	-o-transition: background .40s;
	transition: background .40s;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #c7c7c7));
	background: -webkit-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
	background: -moz-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
	background: -o-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
	background: -ms-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
	background: linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
}
a.shortc-button:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d8d6d6), color-stop(100%, #cdcdcd));
	background: -webkit-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
	background: -moz-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
	background: -o-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
	background: -ms-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
	background: linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
}
a.shortc-button:active {
	top: 1px;
}
a.shortc-button.red {
	border: 1px solid #B63540;
	background: #ED596A;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F77087), color-stop(100%, #E3414D));
	background: -webkit-linear-gradient(top, #F77087 0, #E3414D 100%);
	background: -moz-linear-gradient(top, #F77087 0, #E3414D 100%);
	background: -o-linear-gradient(top, #F77087 0, #E3414D 100%);
	background: -ms-linear-gradient(top, #F77087 0, #E3414D 100%);
	background: linear-gradient(top, #F77087 0, #E3414D 100%);
}
a.shortc-button.red:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F8889B), color-stop(100%, #E65762));
	background: -webkit-linear-gradient(top, #F8889B 0, #E65762 100%);
	background: -moz-linear-gradient(top, #F8889B 0, #E65762 100%);
	background: -o-linear-gradient(top, #F8889B 0, #E65762 100%);
	background: -ms-linear-gradient(top, #F8889B 0, #E65762 100%);
	background: linear-gradient(top, #F8889B 0, #E65762 100%);
}
a.shortc-button.green {
	border: 1px solid #5E8C22;
	background: #89C03E;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A8D34E), color-stop(100%, #6AAD2D));
	background: -webkit-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
	background: -moz-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
	background: -o-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
	background: -ms-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
	background: linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
}
a.shortc-button.green:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #B2D862), color-stop(100%, #76C132));
	background: -webkit-linear-gradient(top, #B2D862 0, #76C132 100%);
	background: -moz-linear-gradient(top, #B2D862 0, #76C132 100%);
	background: -o-linear-gradient(top, #B2D862 0, #76C132 100%);
	background: -ms-linear-gradient(top, #B2D862 0, #76C132 100%);
	background: linear-gradient(top, #B2D862 0, #76C132 100%);
}
a.shortc-button.blue {
	border: 1px solid #1e638b;
	background: #00a2ff;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #00a2ff), color-stop(100%, #028edf));
	background: -webkit-linear-gradient(top, #00a2ff 0, #028edf 100%);
	background: -moz-linear-gradient(top, #00a2ff 0, #028edf 100%);
	background: -o-linear-gradient(top, #00a2ff 0, #028edf 100%);
	background: -ms-linear-gradient(top, #00a2ff 0, #028edf 100%);
	background: linear-gradient(top, #00a2ff 0, #028edf 100%);
}
a.shortc-button.blue:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #3cb6fc), color-stop(100%, #31a6ea));
	background: -webkit-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
	background: -moz-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
	background: -o-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
	background: -ms-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
	background: linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
}
a.shortc-button.orange {
	border: 1px solid #be8a2b;
	background: #FFA500;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FFA500), color-stop(100%, #ed9900));
	background: -webkit-linear-gradient(top, #FFA500 0, #ed9900 100%);
	background: -moz-linear-gradient(top, #FFA500 0, #ed9900 100%);
	background: -o-linear-gradient(top, #FFA500 0, #ed9900 100%);
	background: -ms-linear-gradient(top, #FFA500 0, #ed9900 100%);
	background: linear-gradient(top, #FFA500 0, #ed9900 100%);
}
a.shortc-button.orange:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffb93a), color-stop(100%, #f3ab26));
	background: -webkit-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
	background: -moz-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
	background: -o-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
	background: -ms-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
	background: linear-gradient(top, #ffb93a0, #f3ab26 100%);
}
a.shortc-button.pink {
	border: 1px solid #cc198b;
	background: #ff00a2;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff00a2), color-stop(100%, #ed0097));
	background: -webkit-linear-gradient(top, #ff00a2 0, #ed0097 100%);
	background: -moz-linear-gradient(top, #ff00a2 0, #ed0097 100%);
	background: -o-linear-gradient(top, #ff00a2 0, #ed0097 100%);
	background: -ms-linear-gradient(top, #ff00a2 0, #ed0097 100%);
	background: linear-gradient(top, #ff00a2 0, #ed0097 100%);
}
a.shortc-button.pink:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff6cc9), color-stop(100%, #ea51b2));
	background: -webkit-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
	background: -moz-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
	background: -o-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
	background: -ms-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
	background: linear-gradient(top, #ff6cc9, #ea51b2 100%);
}
a.shortc-button.purple {
	border: 1px solid #833083;
	background: #d700d7;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d700d7), color-stop(100%, #b000b0));
	background: -webkit-linear-gradient(top, #d700d7 0, #b000b0 100%);
	background: -moz-linear-gradient(top, #d700d7 0, #b000b0 100%);
	background: -o-linear-gradient(top, #d700d7 0, #b000b0 100%);
	background: -ms-linear-gradient(top, #d700d7 0, #b000b0 100%);
	background: linear-gradient(top, #d700d7 0, #b000b0 100%);
}
a.shortc-button.purple:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f969f9), color-stop(100%, #c302c3));
	background: -webkit-linear-gradient(top, #f969f9 0, #c302c3 100%);
	background: -moz-linear-gradient(top, #f969f9 0, #c302c3 100%);
	background: -o-linear-gradient(top, #f969f9 0, #c302c3 100%);
	background: -ms-linear-gradient(top, #f969f9 0, #c302c3 100%);
	background: linear-gradient(top, #f969f9, #c302c3 100%);
}
a.shortc-button.black {
	border: 1px solid #000;
	background: #434343;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #434343), color-stop(100%, #232323));
	background: -webkit-linear-gradient(top, #434343 0, #232323 100%);
	background: -moz-linear-gradient(top, #434343 0, #232323 100%);
	background: -o-linear-gradient(top, #434343 0, #232323 100%);
	background: -ms-linear-gradient(top, #434343 0, #232323 100%);
	background: linear-gradient(top, #434343 0, #232323 100%);
}
a.shortc-button.black:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #5a5959), color-stop(100%, #3d3d3d));
	background: -webkit-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
	background: -moz-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
	background: -o-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
	background: -ms-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
	background: linear-gradient(top, #5a5959, #3d3d3d 100%);
}
a.shortc-button.white {
	border: 1px solid #d9d9d9;
	background: #fbfbfb;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eee ));
	background: -webkit-linear-gradient(top, #fbfbfb 0, #eee 100%);
	background: -moz-linear-gradient(top, #fbfbfb 0, #eee 100%);
	background: -o-linear-gradient(top, #fbfbfb 0, #eee 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0, #eee 100%);
	background: linear-gradient(top, #fbfbfb 0, #eee 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}
a.shortc-button.white:hover {
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -moz-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -o-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #FFF 0, #f8f8f8 100%);
	background: linear-gradient(top, #FFF, #f8f8f8 100%);
}
a.shortc-button.medium {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
}
a.shortc-button.big {
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	padding: 0 25px;
}
.flickr-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}
.flickr-wrapper .flickr_badge_image {
	float: left;
	margin: 8px;
}
.flickr-wrapper .flickr_badge_image img {
	opacity: 1;
	background: #FFF;
	padding: 4px;
	box-shadow: 0 0 3px #B2B2B2;
	-moz-box-shadow: 0 0 3px #b2b2b2;
	-webkit-box-shadow: 0 0 3px #B2B2B2;
}
.flickr-wrapper .flickr_badge_image a:hover img {
	opacity: 0.6;
}
#twitter-shortcode {
	margin-bottom: 10px;
}
#twitter-shortcode li {
	padding: 5px 10px 5px 30px;
	overflow: hidden;
	list-style: none;
}
#twitter-shortcode li:last-child {
	border-bottom: 0 none;
}
#twitter-shortcode .tweet_list .tweet_avatar img {
	padding: 2px;
	margin-left: 5px;
	float: right;
	background: #FFF;
	border: 1px solid #d6d6d6;
}
#twitter-shortcode .loading {
	text-align: center;
	padding: 10px;
}
.toggle {
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	overflow: hidden;
	margin-bottom: 15px;
	padding: 5px 10px;
	position: relative;
}
.toggle h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0;
	margin: 0;
	text-shadow: 0 1px 1px #FFF;
	cursor: pointer;
}
h3.toggle-head-close {
	display: none;
}
h3.toggle-head-open .fontico-up,
h3.toggle-head-close .fontico-down {
	float: right;
	margin: -6px;
}
.toggle-content {
	padding-top: 15px;
}
.toggle.close .toggle-content,
.toggle.close h3.toggle-head-open {
	display: none;
}
.toggle.close h3.toggle-head-close {
	display: block;
}
.author-info {
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	-moz-box-shadow: 0 0 5px #cacaca;
	-webkit-box-shadow:  0 0 5px #CACACA;
	box-shadow: 0 0 5px #CACACA;
}
.author-info-content {
	padding-left: 100px;
}
.author-info-content h3 {
	margin-bottom: 15px;
	margin-top: 0;
}
.author-info img.author-img {
	max-width: 70px;
	float: left;
	margin-right: 15px;
	background: #FFF;
	padding: 4px;
	box-shadow: 0 0 3px #B2B2B2;
	-moz-box-shadow: 0 0 3px #b2b2b2;
	-webkit-box-shadow: 0 0 3px #B2B2B2;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.66%
}
.two_third {
	width: 65.33%
}
.one_fourth {
	width: 22%
}
.three_fourth {
	width: 74%
}
.one_fifth {
	width: 16.8%
}
.two_fifth {
	width: 37.6%
}
.three_fifth {
	width: 58.4%
}
.four_fifth {
	width: 67.2%
}
.one_sixth {
	width: 13.33%
}
.five_sixth {
	width: 82.67%
}
.entry .last {
	margin-right: 0 !important;
	clear: right;
}
.post-tabs,
.post-tabs-ver {
	margin-bottom: 20px;
}
.post-tabs ul.tabs-nav {
	height: 33px;
	margin: 0;
	padding-left: 20px;
}
.post-tabs ul.tabs-nav li {
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	line-height: 32px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 16px;
	border-bottom: 0 none;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
	background: #eee;
	border: 1px solid #DEDEDE;
	border-bottom: none;
}
.post-tabs ul.tabs-nav li.current {
	background: #fff;
	z-index: 1;
	height: 33px;
}
.post-tabs .pane {
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 15px;
	padding: 20px;
}
.post-tabs-ver ul.tabs-nav {
	float: left;
	width: 170px;
	margin: 0;
	padding-top: 10px;
}
.post-tabs-ver ul.tabs-nav li {
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	font-weight: bold;
	line-height: 32px;
	cursor: pointer;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 16px;
	background: #eee;
	border-right-width: 0;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;width: 200px;
}
.post-tabs-ver ul.tabs-nav li.current {
	background: #fff;
	z-index: 1;
	width: 200px;
}
.post-tabs-ver .pane {
	margin-left: 200px;
	margin-bottom: 15px;
	padding: 20px;
	min-height: 200px;
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* Audio Player */
.mejs-container {
	margin-bottom: 10px;
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}
.me-plugin {
	position: absolute;
}
.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}
.mejs-fullscreen {
	overflow: hidden !important;
}
.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}
.mejs-clear {
	clear: both;
}
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
:root .mejs-poster img {
	display: none;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px !important;
	background: url(images/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
	background-image: url(images/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(images/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
	background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(images/loading.gif) 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(images/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(images/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
	background-image: url(images/controls.png);
}
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
.mejs-controls .mejs-play button {
	background-position: 0 0;
}
.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 7px 5px;
	background: #706d6d;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-moz-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-ms-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@-o-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, 0.8);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
	background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
	position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 13px;
	width: 50px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #706d6d;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 13px;
	width: 50px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
.mejs-controls .mejs-captions-button {
	position: relative;
}
.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}
.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}
.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
	overflow: hidden;
	border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, 0.7);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}
.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.mejs-captions-position-hover {
	bottom: 45px;
}
.mejs-captions-text {
	padding: 3px 5px;
	background: url(images/background.png);
	background: rgba(20, 20, 20, 0.8);
}
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/background.png);
	background: rgba(50, 50, 50, 0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/background.png);
	background: rgba(50, 50, 50, 0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
	background: #464646;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #d54e21;
}
.me-cannotplay {
	width: auto !important;
}
.wp-video-shortcode.mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 57% !important;
}
.wp-video-shortcode.mejs-container video,
.mejs-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Pretty-Photo */
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(images/prettyPhoto/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url(images/prettyPhoto/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url(images/prettyPhoto/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url(images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url(images/prettyPhoto/sprite_y.png) top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url(images/prettyPhoto/sprite_next.png) center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url(images/prettyPhoto/sprite_prev.png) center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_expand:hover {
	background: url(images/prettyPhoto/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url(images/prettyPhoto/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_contract:hover {
	background: url(images/prettyPhoto/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(images/prettyPhoto/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}
div.pp_default .pp_gallery ul li a {
	background: url(images/prettyPhoto/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(images/prettyPhoto/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(images/prettyPhoto/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(images/prettyPhoto/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(images/prettyPhoto/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url(images/prettyPhoto/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url(images/prettyPhoto/loader.gif) center center no-repeat
}
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: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 150px;
	overflow: hidden
}
.pp_social .twitter {
	float: left;
	width: 70px;
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px
}
.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 {
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important
}
a.pp_next {
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
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
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.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
}
.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
}
.social-icons [class^="fontico-"]:before,
.social-icons [class*=" fontico-"]:before {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
}
.social-icons-widget .social-icons.icon_24 [class^="fontico-"]:before,
.social-icons-widget .social-icons.icon_24 [class*=" fontico-"]:before {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.fontico-delicious:before {
	content: '\f31a';
}
.fontico-delicious:before {
	background: #2567ee;
}
.fontico-stumbleupon:before {
	content: '\f31e';
}
.fontico-stumbleupon:before {
	background: #f42424;
}
.fontico-fivehundredpx:before {
	content: '\30';
}
.fontico-fivehundredpx:before {
	background: #00adf1
}
.fontico-foursquare:before {
	content: '\f180';
}
.fontico-foursquare:before {
	background: #0d9ed1
}
.fontico-grooveshark:before {
	content: '\38';
}
.fontico-grooveshark:before {
	background: #248fd3
}
.fontico-forrst:before {
	content: '\3a';
}
.fontico-forrst:before {
	background: #297e09
}
.fontico-digg:before {
	content: '\f1a6';
}
.fontico-digg:before {
	background: #b2b2b2
}
.fontico-reddit:before {
	content: '\f30f';
}
.fontico-reddit:before {
	background: #ff915c
}
.fontico-blogger:before {
	content: '\f314';
}
.fontico-blogger:before {
	background: #f39d38
}
.fontico-flickr:before {
	content: '\f16e';
}
.fontico-flickr:before {
	background: #ff0084
}
.fontico-viadeo:before {
	content: '\48';
}
.fontico-viadeo:before {
	background: #f97618
}
.fontico-vimeo:before {
	content: '\f194';
}
.fontico-vimeo:before {
	background: #3fbfce
}
.fontico-myspace:before {
	content: '\5f';
}
.fontico-myspace:before {
	background: #487ccd
}
.fontico-googleplay:before {
	content: '\25b6';
}
.fontico-googleplay:before {
	background: #a0b532
}
.fontico-soundcloud:before {
	content: '\f30b';
}
.fontico-soundcloud:before {
	background: #F76700
}
.fontico-yelp:before {
	content: '\79';
}
.fontico-yelp:before {
	background: #c1230d
}
.fontico-github:before {
	content: '\f09b';
}
.fontico-github:before {
	background: #666
}
.fontico-youtube:before {
	content: '\f167';
}
.fontico-youtube:before {
	background: #cc181e
}
.fontico-xing:before {
	content: '\f168';
}
.fontico-xing:before {
	background: #00605e
}
.fontico-dropbox:before {
	content: '\f16b';
}
.fontico-dropbox:before {
	background: #459ce6
}
.fontico-tumblr:before {
	content: '\f173';
}
.fontico-tumblr:before {
	background: #385a75
}
.fontico-apple:before {
	content: '\f179';
}
.fontico-apple:before {
	background: #7e878b
}
.fontico-dribbble:before {
	content: '\f17d';
}
.fontico-dribbble:before {
	background: #d875a2
}
.fontico-skype:before {
	content: '\f17e';
}
.fontico-skype:before {
	background: #00c6ff
}
.fontico-vkontakte:before {
	content: '\f189';
}
.fontico-vkontakte:before {
	background: #336699
}
.fontico-friendfeed:before {
	content: '\f312';
}
.fontico-friendfeed:before {
	background: #93b4dd
}
.fontico-deviantart:before {
	content: '\f316';
}
.fontico-deviantart:before {
	background: #5d6f6d
}
.fontico-lastfm:before {
	content: '\f321';
}
.fontico-lastfm:before {
	background: #f54a3d
}
.fontico-instagram:before {
	content: '\f16d';
}
.fontico-instagram:before {
	background: #517fa4
}
.fontico-spotify:before {
	content: '\f327';
}
.fontico-spotify:before {
	background: #7fb718
}
.fontico-evernote:before {
	content: '\f315';
}
.fontico-evernote:before {
	background: #1c8328
}
.fontico-paypal:before {
	content: '\f1ed';
}
.fontico-paypal:before {
	background: #34aad2
}
.fontico-picasa:before {
	content: '\f31d';
}
.fontico-picasa:before {
	background: #9d48a1
}
.fontico-behance:before {
	content: '\f1b4';
}
.fontico-behance:before {
	background: #1769ff
}
.fontico-wordpress:before {
	content: '\f19a';
}
.fontico-wordpress:before {
	background: #2071ad
}
.fontico-twitter:before,
#twitter-widget li:before {
	content: '\f099';
}
.fontico-twitter:before {
	background: #45b0e3
}
.fontico-facebook:before {
	content: '\f09a';
}
.fontico-facebook:before {
	background: #39599f
}
.fontico-rss:before {
	content: '\f09e';
}
.fontico-rss:before {
	background: #f8bc2e
}
.fontico-pinterest-circled:before {
	content: '\f0d2';
}
.fontico-pinterest-circled:before {
	background: #f42424
}
.fontico-gplus:before {
	content: '\f0d5';
}
.fontico-gplus:before {
	background: #fa0101
}
.fontico-linkedin:before {
	content: '\f0e1';
}
.fontico-linkedin:before {
	background: #65b7d2
}
.fontico-share:before {
	content: '\f305';
}
.fontico-share:before {
	background: #55ac60
}
.fontico-up-open:before {
	content: '\f106';
}
.fontico-search:before {
	content: '🔍';
}
.fontico-shuffle:before {
	content: '🔀';
}
.fontico-down:before {
	content: '\f107';
}
.fontico-up:before {
	content: '\f106';
}
.content #dd_start {
	clear: none !important;
	position: absolute;
	left: 0;
	margin-left: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2) {
	span.stars-large,
	span.stars-large span {
		background-image: url(images/stars-large@2x.png);
		background-size: 98px 44px;
	}
	span.stars-small,
	span.stars-small span {
		background-image: url(images/stars-small@2x.png);
		background-size: 52px 30px;
	}
}