/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* 
 * Top Posts Widget styles for Jetpack
 */

/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content:"";
	display:table;
}
.widgets-list-layout li:after {
	clear:both;
}
.widgets-list-layout li {
	zoom:1;
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}
/*
======================================================================================================

Theme Name: JustWrite
Theme URI: http://www.acosmin.com/theme/justwrite/
Author: Alexandru Cosmin
Author URI: http://www.acosmin.com/
Description: JustWrite is a theme with clean lines and an open-spaced design, that can be used to show off your latest articles.
Version: 1.0.9.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-colors, custom-header, custom-menu, editor-style, featured-images, fluid-layout, full-width-template, theme-options, translation-ready, responsive-layout

======================================================================================================

WARNING! DON'T EDIT THIS FILE ...

If you would like to modify/add your own styles, please use a child theme.

-- http://codex.wordpress.org/Child_Themes

Thank you!

======================================================================================================

	Some info:
	-- Deafault fonts used:
	--- Source Sans Pro:		font-family: 'Source Sans Pro', sans-serif;
	--- Montserrat:				font-family: 'Montserrat', sans-serif;
	--- Questrial:				font-family: 'Questrial', sans-serif;
	--- Arimo:					font-family: 'Arimo', sans-serif;
	
	-- Colors:
	--- Main Gray:		#e1e1e1;
	--- Main Color:		#be5656

------------------------------------------------------------------------------------------------------

	Table of Contents:
	- 1.0 Reset, Necessary & Repeating Styles
	- 2.0 Page Structure
	- 3.0 Header
	-- 3.1 Main Menu
	--- 3.1.1 Mobile Menu
	-- 3.2 Search Box
	-- 3.3 Browse more
	- 4.0 Content
	-- 4.1 Posts
	--- 4.1.1 Single Posts
	--- 4.1.2 Post - About & Share
	--- 4.1.3 Comments
	--- 4.1.4 Post Formats
	--- 4.1.5 Gallery
	--- 4.1.6 Plugins Compatibility
	-- 4.2 Sidebars
	-- 4.3 Widgets
	-- 4.4 Pages
	--- 4.4.1 404 Page
	-- 4.5 Slider
	- 5.0 Footer
	- 10.0 Buttons
	-- 10.1 Inputs
	- 11.0 Media Queries
	
------------------------------------------------------------------------------------------------------
*/

/* - 1.0 Reset, Necessary & Repeating Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section 
img {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

audio,
canvas,
video {
	display: inline-block;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border-width: 1px;
	border-style: solid;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin-bottom: 25px;
}

abbr[title] {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}

small {
	font-size: smaller;	
}

cite {
	border: 0;
}

cite,
dfn,
em,
i,
q {
	font-style: italic;
}

mark,
ins {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: inherit;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

p,
pre,
dl,
dd {
	margin: 0 0 25px 0;
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

fieldset {
	border-width: 1px;
	border-style: solid;
	margin: 0 0 25px;
	padding: 25px 26px 0;
}

legend {
	white-space: normal;
	font-size: 1.5em;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border-width: 1px;
	border-style: solid;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}


::selection {
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-shadow: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}
img, figure img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	height: auto;
	display: block;	
}
figure img {
	width: 100%;
}
strong, b, dt {
	font-weight: bold;	
}
.sticky,
.gallery-caption, 
.bypostauthor {
	
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
/* -- Necessary Styles */
body {
	background-color: #fff;
}
a, a:visited {
	color: #be5656;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
	background: none;	
}
.nobs {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.left {
  float: left !important; 
}
.right {
  float: right !important; 
}
.clearfix {
  *zoom: 1; 
 }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table; 
}
.clearfix:after {
    clear: both; 
}
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img,
.single-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
.comment-content img[height],
.single-content img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}
.wp-smiley, .rsswidget img {
	width: auto;
	height: auto;
	display: inline-block;
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}
.clear-border {
	position: absolute;
	display: block;
}

/* -- Repeating Styles */
.top, .top.logo-image, .menu-wrap, .container, .footer-wrap {
	/* Same Style */
	position: relative; 
	width: 100%; 
	max-width: 1800px;
	margin: 0 auto; 
}

div.sharedaddy h3.sd-title, #jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 24px!important;
}

#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 20px!important;
    line-height: 28px!important;
}

.intro-text {
    padding: 10px 20px;
    background: rgb(187, 75, 75);
    color: #fff;
    font-size: 18px;
    text-align:center;
}

.intro-text a{
	color:#FFB4B4!important;
}

body, .post-template-1 .details .detail em, .single-template-1 .details detail em, textarea, input, select, .about-share, .logo .description, .content-wrap .review-wrap-up, .content-wrap #review-statistics .review-wu-bars h3, .content-wrap .review-wu-bars span, .content-wrap #review-statistics .review-wrap-up .review-wu-right ul li, .comments-area #cwp-slider-comment .comment-form-meta-option label {
	/* Same Font - Source Sans Pro */
	font-family: 'Source Sans Pro', sans-serif;
}
.menu-main,  .browse-more, .sidebar-heading, .tabs-widget-navigation, .post-template-1 .title, .single-template-1 .title, .sidebar .social-btn, .ac-popular-posts .position, .ac-popular-posts .title, .ac-featured-posts .thumbnail .details .title, .ac-ad-title-300px, .posts-pagination .paging-wrap, .page-links-wrap .page-links, .comments-pagination .paging-wrap, .footer-credits .copyright, .browse-by-title, #wp-calendar tbody td, #wp-calendar thead th, #wp-calendar #prev, #wp-calendar #next, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6, .ac-recent-posts .title, .sidebar #recentcomments li a, .slider .title, .about-share .title, .comments-title, .comment-main .vcard .fn, .comment-reply-title, .form-submit input[type=submit], .page-404 h1, .main-page-title, .menu-wrap .search-field, .menu-wrap .search-submit, .banner-small-title, .post-thumbnail .sticky-badge, .no-comments, .content-wrap #review-statistics .review-wrap-up .review-wu-right h2, .content-wrap #review-statistics h1, .content-wrap #review-statistics h2, .content-wrap #review-statistics h3, .content-wrap #review-statistics h4, .content-wrap #review-statistics h5, .content-wrap #review-statistics h6, .content-wrap  #review-statistics .cwp-review-percentage span, .content-wrap .cwp-item-price, .content-wrap .affiliate-button a span
{ 
	/* Same Font - Montserrat */
	font-family: 'Montserrat', sans-serif;
}
.logo, .footer-credits .blog-title { 
	/* Same Font - Questrial */
	font-family: 'Questrial', sans-serif;
}
.ac-featured-posts .category, .ac-recent-posts .category, .slider .details .info, .comments-number, .post-template-1 .details .detail, .single-template-1 .details, .detail, .ac-popular-posts .category, .ac-twitter-tweet-time, .post-template-1 .details .p-share .contents em, .sidebar #recentcomments a.url, .sidebar #recentcomments, .comments-title .comments-number, .comment-main .vcard .comm-edit, .comment-main .comment-reply-link, label { 
	/* Same Font - Arimo */
	font-family: 'Arimo', sans-serif;
}
a.social-btn, .sidebar-social a.social-btn, .post-small-button a.social-btn, .logo a, .logo a:visited, .logo a:hover, .slider a.category, .about-the-author .links a, .header-social-icons li a, .post-thumbnail .sticky-badge, .post-format-icon, .post-content .details .post-format-icon, .post-content .details .post-format-icon:visited, .post-content .details .post-format-icon:hover, button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"], button:hover, button:focus, .contributor-posts-link:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus  {
	/* Same Color - #fff */
	color: #fff
}
.kk, .share-pagination .title i {
	/* Same Color - #be5656 */
	color: #be5656
}
.menu-main > li > a:hover, .mobile-drop-down > a, .mobile-drop-down > a:visited, .menu-wrap a.mobile-menu-button:hover, .menu-wrap a.search-button:hover, .menu-main > li.sfHover > a, .menu-main .sub-menu li.sfHover > a, .menu-wrap a.browse-more, .menu-wrap .search-button.activated, .mobile-menu-button.activated, .menu-wrap a.browse-more:hover, .sidebar-heading, .ac-popular-posts .position, .posts-pagination a.selected, .page-links-wrap a.selected, .comments-pagination a.selected, a.back-to-top, .footer-credits .blog-title, .post-template-1 .details .p-share .contents .close-this-temp1, .tabs-widget-navigation ul li.selected a, .browse-by-title, a.close-browse-by, .menu-main > li.current_page_item > a, .menu-main > li.current_page_ancestor > a, .menu-main > li.current-menu-item > a, .menu-main > li.current-menu-ancestor > a, .menu-main .sub-menu .sf-sub-indicator i, .comment-main .vcard .fn a, .comment-main .vcard .fn a:visited, .comment-main .vcard a.comment-edit-link, .comment-main a.comment-reply-link, .menu-wrap .search-submit:hover, .menu-wrap .search-submit:focus {
	/* Same Color - #000 */
	color: #000
}
.logo .description, .normal-list .current_page_item a, .normal-list .current-menu-item a, .normal-list .current-post-parent a, .menu-wrap a.mobile-menu-button, .wp-caption, textarea, input, .main-page-title .page-title, blockquote cite, blockquote small {
	/* Same Color - #666 */
	color: #666
}
.slider-controls a.slide-btn, .slider .title a, .slider .title a:visited, .slider .com:hover, .post-template-1 .title a, .post-template-1 .title a:visited, .ac-recent-posts a.title, .ac-popular-posts a.title, .ac-featured-posts .thumbnail .details .title, legend, .single-template-1 .title, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6, .category > a:hover, .sidebar .category > a:hover, .sidebar #recentcomments li a, .sidebar #recentcomments a.url:hover, .tagcloud a, .tagcloud a:visited, .about-share .title, .post-navigation a.next-post, .post-navigation a.prev-post, label, .comment-reply-title, .page-404 h1, .main-page-title .page-title span {
	/* Same Color - #222 */
	color: #222
}
.slider .title a:hover, .post-template-1 .title a:hover, .ac-recent-posts a.title:hover, .ac-popular-posts a.title:hover, .ac-featured-posts .thumbnail .details .title:hover, .footer-credits .theme-author a:hover, .sidebar #recentcomments li a, .comment-main .vcard .fn a:hover, .menu-wrap .search-submit {
	/* Same Color - #333 */
	color: #333
}
.menu-main > li > a, .menu-wrap a.search-button, .menu-wrap a.browse-more, body, .comments-number, .comments-number:visited, .post-template-1 p, .single-template-1 .single-content, .post-template-1 .details .detail a, .single-template-1 .details .detail a, .post-template-1 .details .detail a:visited, .back-to-top:hover, .footer-credits .copyright, .close-browse-by:hover, .tagcloud a:hover, .post-navigation a.next-post:hover, .post-navigation a.prev-post:hover, .comment-main .vcard .fn, .comment-main .vcard a.comment-edit-link:hover, .menu-wrap .search-field, .content-wrap #review-statistics .review-wrap-up .review-wu-right ul li, .content-wrap #review-statistics .review-wu-bars h3, .content-wrap .review-wu-bars span, .content-wrap #review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
	/* Same Color - #444 */
	color: #444
}
.post-template-1 .details .detail, .single-template-1 .details .detail, .category > a, .sidebar .category > a,  .ac-twitter-tweet-time, .ac-featured-posts .thumbnail .details .category, .footer-credits .theme-author, .footer-credits .theme-author a, .footer-credits .theme-author a:visited, .post-template-1 .details .p-share .contents em, .sidebar #recentcomments, .sidebar #recentcomments a.url, .slider .date, .slider a.com, a.slide-btn:hover, .banner-small-title, .banner-small-title a, .banner-small-title a:hover, .banner-small-title a:visited {
	/* Same Color - #bbb */
	color: #bbb
}
q, .single-content blockquote, .comment-text blockquote, .about-share .author, .post-navigation span, .comment-main .vcard a.comment-date, .not-found-header h2, .menu-wrap .search-submit:active {
	/* Same Color - #aaa */
	color: #aaa
}
body, .post-content, .content-wrap, .menu-main,  .menu-main ul, .mobile-menu .sub-menu a, .menu-wrap, .slider-pagination a, .slide-btn, .slider .title, .slider .com, .container, .search-wrap, .menu-wrap, .ac-ad-title-300px:before, .post-template-1 .details .post-small-button, #wp-calendar, .menu-main li:hover .sub-menu, textarea, input, .banner-small-title a, .comment-list .comment-avatar, .ac-featured-posts .thumbnail .details {
	/* Same Background Color - #fff */
	background-color: #fff;
}
.ac-popular-posts .the-percentage, .slider .category, .post-thumbnail .sticky-badge, .post-format-icon, button, .contributor-posts-link, input[type="button"], input[type="reset"], input[type="submit"]  {
	/* Same Background Color - #be5656 */
	background-color: #be5656;
}
.mobile-menu .sub-menu li:before, .no-thumbnail, .featured-image-wrap, .add-some-widgets, a.slide-btn:active, .slider-pagination a span, .comment-list .children:before, .menu-wrap .search-submit:active {
	/* Same Background Color - #e1e1e1 */
	background-color: #e1e1e1;
}
ins, .slider-controls, .posts-pagination span.current, .page-links-wrap span, .posts-pagination span.current:hover, .page-links-wrap span:hover, .tabs-widget-navigation ul li.selected a, .menu-wrap .browse-more.activated, .tagcloud a:hover, .slide-btn:hover, .about-share .title, .post-navigation a, .post-navigation span, .comment-reply-title small, .menu-wrap .search-submit, .ac-popular-posts .position, pre, .comments-area #cwp-slider-comment .comment-form-meta-option .comment_meta_slider, .comments-area .user-comments-grades .comment-meta-grade-bar, #review-statistics .review-wu-bars ul li {
	/* Same Background Color - #f7f7f7 */
	background-color: #f7f7f7;
}
mark, #wp-calendar tbody a, .tagcloud a, .post-navigation a:hover, .comment-reply-title small:hover, .menu-wrap .search-submit:hover, .banner-small-title:before, .banners-125-wrap ul:before {
	/* Same Background Color - #f2f2f2 */
	background-color: #f2f2f2;
}
.slider .date {
	/* Same Background Color - #000000 */
	background-color: #000000;
}
abbr[title], .back-to-top, .close-browse-by, .tagcloud a:hover, .comment-main .comment-reply-link {
	/* Same Border Color - #be5656 */
	border-color: #be5656;
}
fieldset, .container, .menu-main > li, .mobile-menu > li, .mobile-menu .sf-sub-indicator, .menu-wrap .search-button, .menu-wrap .browse-more, .mobile-menu-button, .header-wrap, .menu-wrap, .menu-main,  .sidebar, .main-page-title, .post-template-1 .details .p-share .contents .close-this-temp1, .posts-pagination, .page-links-wrap, .posts-pagination .paging-wrap, .page-links-wrap .page-links, .posts-pagination a, .page-links-wrap a, .page-links-wrap span, .comments-pagination, .comments-pagination .paging-wrap, .comments-pagination a, .posts-pagination span.current, .posts-pagination span.dots, .tabs-widget-navigation ul li a, .mini-sidebar.browse-window-opened, .browse-by-wrap, .browse-window-opened:after, #wp-calendar, #wp-calendar tbody td, #wp-calendar thead th, .menu-main .sub-menu, .menu-main .sub-menu a, .single-template-1 .details, .single-template-1 .single-content, .single-content blockquote, .comment-text blockquote, .single-content.featured-image:before, .ac-recent-posts li.full-width, .sidebar #recentcomments li, .tagcloud a, .slider-controls, .slide-btn, .slider-pagination a, .as-wrap, .share-pagination, .about-the-author, .about-share .title, .post-navigation, .post-navigation a, .ata-wrap .avatar-wrap, .clear-border, .post-navigation span, .content-wrap, .comments-title, .comment-avatar, .comment-main,  textarea, input, li .comment-reply-title small, .menu-wrap .search-submit, .search-wrap.search-visible, .post-template-1 .details .post-small-button, .sidebar-heading, .tabs-widget-navigation, .sidebar .sidebar-heading, .sidebar .tabs-widget-navigation, .ac-popular-posts .position, .ac-twitter-widget-ul li.ac-twitter-tweet, select, table, th, td, pre, .comment-list li.pingback, .content-wrap #review-statistics .review-wrap-up .review-wu-right, .content-wrap #review-statistics .review-wrap-up, .content-wrap #review-statistics .review-wrap-up .cwpr-review-top, .content-wrap #review-statistics .review-wu-bars, .content-wrap #review-statistics .review-wrap-up .review-wu-left .review-wu-grade, .wrap .cwp-popular-review {
	/* Same Border Color - #e1e1e1 */
	border-color: #e1e1e1;
}
.back-to-top:hover, .close-browse-by:hover, .comment-main a.comment-reply-link:hover, textarea:focus, input:focus, li .comment-reply-title small:hover, textarea:hover:focus, input:hover:focus {
	/* Same Border Color - #000000 */
	border-color: #000;
}
textarea:hover, input:hover, select:hover {
	/* Same Border Color - #333333 */
	border-color: #666;
}
.menu-wrap.visible, .search-wrap.search-visible {
	/* Same Box Shadow */
	-webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 6px 6px -6px rgba(0,0,0,0.3);
}
.menu-wrap, .social-btn, .ac-twitter-tweet-time i, .back-to-top, .close-browse-by, .tagcloud a, .slider .com, .slider .date, .slider .category, .slide-btn, .slider-pagination a, .slider-pagination a span, .slider li, .slider .details, .about-the-author .links a, .menu-wrap .search-submit, .post-content .details .post-format-icon {
	/* Same Animation */
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-backface-visibility: hidden;
}
.slider .info, .ac-popular-posts .category, .comments-number, .ac-twitter-tweet-time, .ac-featured-posts .thumbnail .details .category, .post-template-1 .details .p-share .contents em, .ac-recent-posts .category, .sidebar #recentcomments a.url, .sidebar #recentcomments, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
	/* Same CSS Style */
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
}
/* - 2.0 Page Structure */
.wrap {
	padding: 0 45px;	
}
.container {
	margin: 0 auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top:none;
}

/* - 3.0 Header */
.header-wrap {
	width: 100%;
	background-color: #111;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;	
}
.top.logo-text {
	height: auto;
	min-height: 150px;
}
.logo {
	display: inline-block !important;
	position: absolute;
	font-size: 36px;
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	top: 50%;
	left: 35px;
	-webkit-transform: 	translateY(-50%);
	-ms-transform: 		translateY(-50%);
	-o-transform: 		translateY(-50%);
	transform: 			translateY(-50%);
}
.logo a, .logo .description {
	display: inline-block;
	float: left;
}
.logo .description {
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	font-style: italic;
	line-height: 36px;
	margin-left: 20px;
}
.logo.logo-image .description {
	min-width: 300px;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	font-style: italic;
	line-height: 1.2;
	margin-left: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:	translate(105%, -50%);
	-ms-transform: 		translate(105%, -50%);
	-o-transform: 		translate(105%, -50%);
	transform: 			translate(105%, -50%);
}
.logo-image {
	display: inline-block;
	max-width: 450px;	
}
.top.logo-image {
	display: block;
	padding: 30px 0;	
}
.logo.logo-image {
	float: left;
	position: relative;
	max-width: none;
	top: auto;
	left: auto;
	margin-left: 35px;
	-webkit-transform: 	none;
	-ms-transform: 		none;
	-o-transform: 		none;
	transform: 			none;
}
a.logo-image img {
	display: block;
	width: 100%;
	height: auto;	
}
.advertising728 {
	width: 728px;
	height: 90px;
    float: left;
    margin-top: 20px;
    margin-left: 150px;
}

/* -- 3.1 Main Menu */
.menu-wrap {
	width: 100%;
	height: 90px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	margin-bottom: -1px;
	z-index: 9999 !important;
	
}
.menu-wrap.visible {
	width: 100%;
	min-width: 100%;
	left: 0;
	right: 0;
	bottom: auto;
	position: fixed;
	top: 0;
	border-left: none;
	border-right: none;
	border-top: none;
	z-index: 9999 !important;
}
.menu-wrap ul {
	list-style: none;	
}
.menu-main {
	position: relative;
	float: left;
	list-style: none;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	border-right:none!important;
	padding: 0 15px;
}
.menu-main a {
	display: block;
	padding: 10px 20px 0;
	line-height: 68px;	
}
.menu-main li {
	position: relative;	
}
.menu-main > li {
	display: block;
	height: 100%;
	float: left;
	text-transform: uppercase;
}
.menu-main li{
	background-size: 20%!important;
	   padding: 0 20px 0 40px;
}
.menu-main li.menu-item-44 {
	background: url("../../../themes/justwrite/assets/icons/svg/bingo_8615d1.svg") left center no-repeat;
}
.menu-main li.menu-item-45 {
	background: url("../../../themes/justwrite/assets/icons/svg/casino_8615d1.svg") left center no-repeat;
}
.menu-main li.menu-item-46 {
	background: url("../../../themes/justwrite/assets/icons/svg/slots_8615d1.svg") left center no-repeat;
}
.menu-main li.menu-item-245 {
	background: url("../../../themes/justwrite/assets/icons/svg/football_8615d1.svg") left center no-repeat;
}
.menu-main li.menu-item-94 {
	background: url("../../../themes/justwrite/assets/icons/svg/mobile_8615d1.svg") left center no-repeat;
	padding: 0 20px 0 30px;

}

.menu-main .sf-sub-indicator {
	display: none;
}
.menu-main .sub-menu .sf-sub-indicator {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-right: 10px;
}
.menu-main .sub-menu {
	position: absolute;
	top: -999em;
	z-index: 99;
	list-style: none;
	width: 318px;
	font-size: 13px;
	text-transform: none;
	padding: 10px 0 10px 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 15px  rgba(0,0,0,0.1);
	box-shadow: 0 0 15px  rgba(0,0,0,0.1);
	border-width: 1px;
	border-style: solid;
	margin: 0;
}
.menu-main .sub-menu li {
	padding: 0 20px;	
}
.menu-main .sub-menu a {
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0;	
}
.menu-main .sub-menu li:last-child a {
	border: none;	
}
.menu-main li:hover .sub-menu {
	top: 68px;
	left: 0;
}
.menu-main li:hover .sub-menu .sub-menu, .menu-wrap.visible .menu-main li:hover .sub-menu .sub-menu {
	top: -11px;
	left: 316px;
}
.menu-wrap.visible .menu-main li:hover .sub-menu {
	top: 69px;	
}

/* --- Some Buttons */
.search-button, .browse-more, .mobile-menu-button {
	position: relative;
	float: right;
	width: 90px;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 10px;
}
.search-button.activated:after,
.mobile-menu-button.activated:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: -1px;
	left: 0;
	z-index: 9999;
	background-color: inherit;
}

/* --- 3.1.1 Mobile Menu */
.mobile-menu-button {
	display: none;
	float: left;
	border-left: none;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 18px;
	position: relative;	
}
.mobile-menu-button .fa-times {
	font-size: 16px;	
}

/* --- Header - Social Buttons */
.header-social-icons {
	list-style: none;
	float: right;
	height: 100%;
	padding: 0 35px;
	display: none;
	margin-right: 20px;
}
.header-social-icons li {
	float: left;
	display: block;
	padding: 20px 2px;	
}

/* -- 3.2 Search Box */
.search-wrap {
	position: absolute;
	width: 100%;
	height: 180px;
	top: 88px;
	left: -1px;
	display: none;
	z-index: 3;	
}
.search-wrap.search-visible {
	display: block;
	border-width: 1px;
	border-style: solid;
}
.search-wrap.search-visible .search-field {
	display: inline-block;
} 
.menu-wrap.visible .search-wrap.search-visible {
	border-left: none;
	border-right: none;
	left: 0;	
}
.search-wrap .search-form {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;	
}

/* -- 3.3 Browse More */
.browse-more {
	display: none;
	float: left;
	border-left: none;
	border-right-width: 1px;
	border-right-style: solid;
	width:auto;
	padding: 0 30px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;	
}
.browse-more.activated, .browse-more:hover {
	text-decoration: underline;	
}
.mini-sidebar.browse-window-opened {
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-shadow: 0 5px 6px -6px #000;
	-moz-box-shadow: 0 5px 6px -6px #000;
	box-shadow: 0 5px 6px -6px #000;
	z-index: 99;
	background-color: inherit;
}
.browse-by-wrap {
	width: 100%;
	float: left;
	clear: both;
	display: none;	
}
.browse-window-opened .browse-by-wrap {
	display: block;
	height: 75px;
	padding: 10px 45px 0 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;	
}
.browse-by-title {
	display: inline-block;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: lowercase;	
}
.browse-window-opened .side-box {
	float: left;
	width: 20%;
	padding-top: 35px;
}
.browse-window-opened .side-box.larger {
	display: block;
	width: 40%;		
}
.mini-sidebar.browse-window-opened .side-box.larger .sb-content {
	width: 100%;	
}
.mini-sidebar.browse-window-opened .side-box.larger .sidebar-heading, .mini-sidebar.browse-window-opened .side-box.larger .sb-content {
	padding-left: 45px;		
}
.browse-window-opened:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	margin-top: 125px;
	height: auto;
	right: 40%;
	border-left-width: 1px;
	border-left-style: solid;	
}

/* - 4.0 Content */
.wrap-template-1 {
	position: relative;
	margin-left: 245px;	
}
.content-wrap {
	width: 72%;
	float: left;
	margin: 0;
	padding-top: 45px;
	line-height: 170%;
	border-right-width: 1px;
	border-right-style: solid;
	position: relative;
}
.content-wrap.with-title {
	padding-top: 0;
}
.mini-disabled .container .wrap-template-1 {
	margin-left: 0;
}
.mini-disabled .container .posts-wrap,
.mini-disabled .container .slider-wrap {
	padding-left: 0;	
}
.top.mini-disabled,
.top.mini-disabled.logo-image, 
.menu-wrap.mini-disabled, 
.container.mini-disabled, 
.footer-wrap.mini-disabled {
	max-width: 1550px;
}
.mini-disabled .single-style-template-1, 
.mini-disabled .about-share, 
.mini-disabled .comments-area,
.mini-disabled #disqus_thread {
	padding-left: 0;	
}
.main-page-title {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 45px;
	padding: 45px;
	-webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 6px 6px -6px rgba(0,0,0,0.1);
	box-shadow: 0 6px 6px -6px rgba(0,0,0,0.1);	
}
.main-page-title .page-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
}
.main-page-title .page-title span {
	font-weight: 700;	
}
.main-page-title .page-title i {
	margin-left: 20px;	
}

/* -- 4.1 Posts */
.posts-wrap {
	width: 100%;
	padding: 0 45px;
	display: inline-block;	
}
.post-template-1, .single-template-1 {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}
.post-thumbnail {
	width: 28.70813397129187%;
	float: left;
	margin: 0;
	position: relative;
}
.post-thumbnail .sticky-badge {
	font-size: 11px;
	font-weight: 700;
	line-height: 28px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	padding: 0 10px;
	z-index: 2;
}
.post-thumbnail img {
	width: 100%;
	height: auto;	
}
.post-content {
	width: 71.29186602870813%;
	float: right;
	padding: 0 0 0 45px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}
.post-template-1 .title, .single-template-1 .title, .post-template-1 p, .post-template-1 .details, .single-template-1 .details, .single-template-1 .single-content {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.post-template-1 .title, .single-template-1 .title {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 110%;
}
.post-template-1 .title a:hover {
	text-decoration: underline;	
}
.post-template-1 p, .single-template-1 .single-content {
	font-size: 20px;
}
.post-template-1 .details, .single-template-1 .details {
	height: 48px;
	line-height: 48px;
}
.post-template-1 .details .post-small-button {
	width: 48px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	-webkit-box-shadow: 0 2px 0 rgba(225,225,225,0.5);
	-moz-box-shadow:    0 2px 0 rgba(225,225,225,0.5);
	box-shadow:         0 2px 0 rgba(225,225,225,0.5);
}
.post-template-1 .details .post-small-button a {
	display: block;
	width: 48px;
	height: 100%;	
}
.post-template-1 .details .p-share {
	border-left: none;
}
.post-template-1 .details .p-share.opened {
	position: absolute;
	top: 0;
	left: 48px;
	z-index: 2;
}
.post-template-1 .details .p-share .contents {
	width: 100%;
	display: none;
	text-align: left;
	padding: 0 0 0 20px;
	position: relative;
	opacity: 0;	
}
.post-template-1 .details .p-share .contents em, .post-template-1 .details .p-share .contents a {
	float: left;	
}
.post-template-1 .details .p-share .contents em {
	line-height: 48px;
	margin-right: 10px;	
}
.post-template-1 .details .detail, .single-template-1 .details .detail {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 25px;
}
.post-template-1 .details .detail em, .single-template-1 .details .detail em {
	font-style: italic;
	text-transform: lowercase;	
}
/* --- Navigation */
.posts-pagination, .comments-pagination, .page-links-wrap {
	width: 100%;
	display: block;
	padding: 45px;
	border-top-width: 1px;
	border-top-style: solid;	
}
.comments-pagination {
	padding: 45px 0 0 0;
	margin-top: 45px;
	text-align: center;	
}
.posts-pagination .paging-wrap, .comments-pagination .paging-wrap, .page-links-wrap .page-links {
	float: right;
	border-width: 1px;
	border-style: solid;	
	font-weight: 700;
	font-size: 22px;
}
.comments-pagination .paging-wrap {
	float: none;
	margin: 0 auto;
	display: inline-block;	
}
.posts-pagination .paging-wrap a, 
.comments-pagination .paging-wrap a,
.page-links-wrap .page-links a,
.posts-pagination .paging-wrap span,
.comments-pagination .paging-wrap span,
.page-links-wrap .page-links span {
	display: block;
	float: left;	
}
.posts-pagination .paging-wrap a:last-child, 
.comments-pagination .paging-wrap a:last-child,
.page-links-wrap .page-links a:last-child,
.posts-pagination .paging-wrap span:last-child,
.page-links-wrap .page-links span:last-child {
	border-right: none;	
}
.page-links-wrap {
	padding-left: 0;
	padding-right: 0;
	border-top-width: 4px;
	clear: both;
	margin-top: 70px;	
}
.page-links-wrap .page-links-title,
.page-links-wrap .page-links-title:hover,
.page-links-wrap a span {
	background: none;	
}
.page-links-wrap a span {
	padding: 0;	
}

/* --- 4.1.1 Single Posts */
.single-style-template-1, .about-share, .comments-area, #disqus_thread {
	padding: 0 90px;	
}
.single-template-1 .post-content {
	width: 100%;
	padding: 0;
}
.single-template-1 .title {
	font-size: 52px;
	margin-bottom: 10px;	
}
.single-template-1 .details {
	margin-bottom: 15px;	
}
.single-template-1 .details .detail {
	margin: 0 25px 0 0;
}
.single-template-1 .single-content {
	position: relative;
	padding-top: 0;
	border-top-width: 5px;
	border-top-style: solid;
	line-height: 145%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}
.single-content.featured-image {
	border-top: none;	
}
.single-content.featured-image:before {
	content: "";
	width: 44%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-top-width: 4px;
	border-top-style: solid;	
}
.single-template-1 .featured-image-wrap {
	width: 50%;
	margin:0 0 35px 60px;
	float: right;
	-webkit-box-shadow: -8px 8px 0 #e1e1e1;
	-moz-box-shadow:    -8px 8px 0 #e1e1e1;
	box-shadow:         -8px 8px 0 #e1e1e1;
}
.single-content p, 
.single-content ul, 
.single-content ol,
.single-content blockquote,
.comment-text blockquote {
	margin-bottom: 35px;
}
.single-content .wp-caption-text,
.single-content li ul, 
.single-content li ol {
	margin-bottom: 0;	
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	font-weight: 400;
	letter-spacing: -1px;
	padding-top: 20px;
	margin-bottom: 35px;
	line-height: 130%;
}
.single-content h1 {
	font-size: 38px;	
}
.single-content h2 {
	font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 19px;
}
.single-content h3 {
	font-size: 30px;
}
.single-content h4 {
	font-size: 26px;
}
.single-content h5 {
	font-size: 22px;
}
.single-content h6 {
	font-size: 20px;
}
.single-content ul, 
.single-content ol,
.comment-text ul,
.comment-text ol {
	list-style: disc;
	list-style-position: inside;
}
.single-content ol,
.comment-text ol {
	list-style: decimal;
	list-style-position: inside;
}
.single-content ul li, 
.single-content ol li,
.comment-main .comment-text ul li,
.comment-main .comment-text ol li {
	padding-bottom: 10px;
}
.single-content strong {
	font-weight: 700;
}
.single-content em {
	font-style: italic;
}
blockquote.alignleft,
img.alignleft {
	margin: 30px 35px 30px 0;
}

.wp-caption.alignleft {
	margin: 30px 35px 30px 0;
}

blockquote.alignright,
img.alignright {
	margin: 30px 0 30px 35px;
}

.wp-caption.alignright {
	margin: 30px 0 30px 35px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 0;
	margin-bottom: 35px;
}
.single-content .wp-caption .wp-caption-text p {
	margin-bottom: 0	
}
.single-content blockquote,
.comment-text blockquote {
	border-left-width: 4px;
	border-left-style: solid;
	padding: 35px 0 5px 35px;
	display: block;
	font-style: italic;	
}
.single-content table,
.comment-text table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.single-content th,
.comment-text th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.single-content td,
.comment-text td {
	padding: 8px;
}
.single-content .post-tags-wrap {
	width: 100%;
	float: left;
	clear: both;
	font-size: 0.760em;
	font-style: italic;
}

/* --- 4.1.2 Post - About & Share */
.about-share {
	width: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.main-page-title .about-share {
	margin: 45px 0 0 0;
	padding: 0;	
}
.as-wrap {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-top-width: 5px;	
}
.share-pagination {
	border-right-width: 1px;
	border-right-style: solid;	
	height: 100%;
	position: relative;
}
.share-pagination {
	float: left;
	width: 40%;
}
.share-pagination.about-disabled {
	width: 100%;
	border-right: none;	
}
.about-the-author {
	width: 60%;
	float: right;
	position: relative;	
}
.main-page-title .about-the-author {
	width: 100%;	
}
.ata-wrap {
	width: 100%;	
}
.ata-wrap .avatar-wrap {
	float: left;
	width: 60px;
	border-width: 1px;
	border-style: solid;
	padding: 4px;	
}
.ata-wrap .avatar-wrap .links {
	width: 100%;
	overflow: hidden;	
}
.ata-wrap .info {
	margin-left: 85px;	
}
.about-share .title, .share-post-box, .ata-wrap {
	padding: 25px;	
}
.about-share .title {
	width: 100%;
	display: block;
	line-height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
}
.share-pagination .title {
	text-align: center;	
}
.about-share .about-inner {
	float: left;	
}
.about-share .author {
	float: right;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;	
}
.share-post-box {
	width: 100%;
	text-align: center;	
}
.share-post-box span {
	display: inline-block;
	margin: 0 5px;	
}
.share-post-box span.facebook-like {
	overflow: hidden;	
}
.post-navigation {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;	
}
.share-pagination .clear-border {
	width: 100%;
	height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	bottom: -1px;
	left: 0;	
}
.about-the-author .clear-border {
	width: 0;
	height: 100%;;
	border-left-width: 1px;
	border-left-style: solid;
	top: 0;
	left: -1px;	
}

/* --- 4.1.3 Comments */
.no-comments {
	display: inline-block;
	width: 100%;
	clear: both;
	margin-top: 45px;
	font-size: 20px;
	font-weight: 400;	
}
.comments-area, #disqus_thread {
	width: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.comments-title {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top-width: 5px;
	margin-bottom: 75px;
	padding: 50px 0;	
}
.comments-title:after, .comments-title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comments-title:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 31px;
	margin-left: -31px;
}
.comments-title:before {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: inherit;
	border-width: 33px;
	margin-left: -33px;
}
.comments-title .comments-number, .comments-title .title {
	display: block;
	width: 100%;
	font-weight: 700;
}
.comments-title .comments-number {
	font-size: 10px;
	margin-bottom: 10px;	
}
.comments-title .title {
	font-size: 24px;
	letter-spacing: -1px;	
}
.comment-list {
	list-style: none;
}
.comment-list .children {
	margin-left: 120px;
	overflow: hidden;
	list-style: none;
	padding-top: 40px;
	position: relative; 	
}
.comment-list .children .children {
	margin-left: 90px;	
}
.comment-list li.comment, .comment-list li.pingback {
	margin-bottom: 45px;
	position: relative;	
}
.comment-list li.pingback {
	margin-bottom: 10px;
	padding: 10px;	
}
.comment-list li.pingback {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	width: 100%;	
}
.comment-list .ping-edit {
	margin-left: 5px;
	display: inline-block;	
}
.comment-list li.comment:last-child {
	margin-bottom: 0;	
}
.comment-list .comment-avatar {
	float: left;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 2;	
}
.comment-list > li > .comment-body > .comment-avatar {
	width: 80px;
	height: 80px;
}
.comment-list .children .comment-avatar {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	position: relative;
	z-index: 2;	
}
.comment-list .children:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 55px;
	top: 0;
	left: 25px;	
}
.comment-main {
	margin-left: 120px;	
	border-width: 2px;
	border-style: solid;
	padding: 25px 35px;
	position: relative;
}
.comment-list .children .comment-main {
	margin-left: 90px;	
}
.comment-main:after, .comment-main:before {
	right: 100%;
	top: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment-main:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.comment-main:before {
	border-color: rgba(225, 225, 225, 0);
	border-right-color: inherit;
	border-width: 13px;
	margin-top: -13px;
}
.comment-main .vcard, .comment-main .comment-text, .comment-main .reply {
	width: 100%;
	display: inline-block;	
}
.comment-main .vcard {
	margin-bottom: 10px;	
}
.comment-main .vcard .fn {
	float: left;
	font-weight: 700;
	font-size: 16px;
	font-style: normal;	
}
.comment-main .vcard .fn a:hover {
	text-decoration: underline;	
}
.comment-main .vcard .comm-edit {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.comment-main .vcard .comment-date {
	letter-spacing: 1px;	
}
.comment-main .vcard .comment-edit-link { 
	text-transform: none;
	margin-left: 10px;
}
.comment-main .vcard .comment-edit-link:hover {
	text-decoration: underline;
}
.comment-main .comment-text {
	font-size: 16px;
	margin-bottom: 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}
.comment-main .comment-text p,
.comment-main .comment-text blockquote p:last-child  {
	margin: 0 0 15px 0;	
}
.comment-main .comment-text p:last-child {
	margin: 0;	
}
.comment-text blockquote {
	padding-top: 20px;
	font-size: 20px;	
}
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
	padding-top: 10px;
	margin-bottom: 15px;
}
.comment-text h1 {
	font-size: 28px;	
}
.comment-text h2 {
	font-size: 26px;	
}
.comment-text h3 {
	font-size: 24px;	
}
.comment-text h4 {
	font-size: 22px;	
}
.comment-text h5 {
	font-size: 20px;	
}
.comment-text h6 {
	font-size: 18px;	
}
.comment-main .comment-reply-link { 
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-transform: uppercase;
	padding: 0 1px 0 2px;
	margin-bottom: 10px;
}
.comment-text li ul, 
.comment-text li ol {
	margin-bottom: 0;	
}
.comment-respond {
	margin: 75px 0 0 0;	
}
.comment-respond, .comment-form, .comment-form p, .comment-reply-title {
	width: 100%;
	overflow: hidden;
	clear: both;
	display: inline-block;	
}
.comment-reply-title {
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 110%;	
}
.comment-reply-title small {
	float: right;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: normal;
	padding: 0 10px;
	display: inline-block;	
}
li .comment-reply-title small {
	border-width: 1px;
	border-style: solid;	
}
.comment-form p {
	float: left;
}
.comment-form .required {
	color: red;	
}
.comment-notes,
.logged-in-as,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	font-size: 12px;	
}
.comment-form .comment-form-author, 
.comment-form .comment-form-email, 
.comment-form .comment-form-url {
	width: 33.333%;
	clear: none;
	overflow: hidden;	
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 92%;
	display: inline-block;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.comment-form-url label,
.comment-form-url input {
	width: 100%;
}
.comment-form-comment textarea {
	width: 100%;
	margin-bottom: 0;
}
.form-submit input[type=submit] {
	padding: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

/* --- 4.1.4 Post Formats */
.post-format-icon {
	display: inline-block;
	position: absolute;
	width: 56px;
	line-height: 56px;
	z-index: 2;
	bottom: -14px;
	left: 0;
	text-align: center;
	font-size: 18px;	
}
.post-format-icon:after {
	position: absolute;
	content: "";
	bottom:0;
	right: -14px;
	display: block;
	width: 0;
	height: 0;
	border-style: inset;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #000 transparent transparent transparent;
	-webkit-transform:rotate(360deg);
}
.post-content .details .post-format-icon {
	position: absolute;
	bottom: -34px;
	right: 10px;
	left: auto;
}
.post-content .details .post-format-icon:hover {
	padding-bottom: 9px;	
}
.post-content .details .post-format-icon:after {
	right: auto;
	left: -14px;
	border-width: 0 14px 14px 0;
	border-color: transparent #000 transparent transparent;
}

/* --- 4.1.5 Gallery */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 8px 8px 0;
	overflow: hidden;
	position: relative;
}

.gallery-item img {
	border: none;	
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 8px);
	max-width:         calc(50% - 8px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 8px);
	max-width:         calc(33.3% - 8px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 8px);
	max-width:         calc(25% - 8px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 8px);
	max-width:         calc(16.7% - 8px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 8px);
	max-width:         calc(14.28% - 8px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 8px);
	max-width:         calc(12.5% - 8px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 8px);
	max-width:         calc(11.1% - 8px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* --- 4.1.6 Plugins Compatibility */
/* Content - WP Product Review */
.content-wrap #review-statistics .review-wrap-up {
	border-width: 1px;
	border-style: solid;	
}
.content-wrap #review-statistics .review-wrap-up .review-wu-left {
	margin-top: 0;
}
.content-wrap #review-statistics .review-wu-bars h3, .content-wrap .review-wu-bars span {
	font-size: 14px !important;
}
.content-wrap #review-statistics .review-wrap-up .review-wu-right h2 {
	font-size: 16px;
	letter-spacing: 0.1em;	
}
.content-wrap #review-statistics .review-wrap-up .review-wu-right ul li {
	font-size: 16px;	
}
.content-wrap #review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
	height: 150px;
	border-right: none;
	border-left-width: 1px;
	border-left-style: solid;
}
.content-wrap #review-statistics .review-wrap-up .review-wu-left .rev-wu-image {
	position: relative;	
}
.content-wrap #review-statistics .review-wrap-up .review-wu-left .rev-wu-image a {
	display: block;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	overflow: hidden;
}
.content-wrap #review-statistics .review-wrap-up .cwpr-review-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.content-wrap #review-statistics .review-wrap-up .cwpr-review-top .cwp-item {
	font-weight: 700;	
}
.content-wrap #review-statistics .review-wu-bars {
	width: 100%;
	border-right: none;
	box-shadow: 1px 1px 0 #e1e1e1;
	padding-bottom: 20px;
	border-top-width: 1px;	
	border-top-style: solid;
}
.content-wrap #review-statistics .review-wu-bars ul li {
	padding-bottom: 0;
	height: 12px;	
}
.content-wrap #review-statistics .review-wrap-up .review-wu-right {
	border-left-width: 1px;
	border-left-style: solid;
}
.content-wrap .review-wu-bars, .content-wrap .review-wu-right {
	box-sizing: inherit !important;	
}
.content-wrap .affiliate-button a {
	border-radius: 0px;	
}
.content-wrap .affiliate-button a span {
	font-style: normal;
	font-weight: 700;	
}
.comments-area #cwp-slider-comment {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 30px 0;	
}
.comments-area #cwp-slider-comment .comment-form-meta-option {
	width: 50% !important;
	float: left;
	padding: 10px 20px;
	margin: 0;	
}
.comments-area #cwp-slider-comment .comment-form-meta-option label {
	font-style: italic;
}
.comments-area #cwp-slider-comment .comment-form-meta-option .comment_meta_slider {
	box-shadow: inset 0px 0px 5px #e1e1e1;
}
.comments-area .user-comments-grades {
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.comments-area .user-comments-grades .comment-meta-option-name {
	color: inherit !important;
}
.wrap .cwp-popular-review {
	min-height: 60px;
	overflow: hidden;
	padding: 15px 15% 15px 0 !important;
	margin-bottom: 0px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.wrap .cwp-popular-review .cwp_rev_image {
	width: 30% !important;
	float: left;
	border-radius: 0;
}
.wrap .cwp-popular-review a {
	display: block;
	float: left;	
}
.wrap .review-grade-widget {
	position: absolute;
	height: 100%;
	top: 0; 
	right: 0;
	width: 15%;	
}
.wrap .cwp-popular-review .cwp-review-chart {
	border: 0px solid #fff;
	width: 40px;
	height: 40px;
	top: 10px;
	margin-top: 0;
}
.wrap .cwp-popular-review .cwp-review-chart .cwp-review-percentage {
	width: 40px !important;
	height: 40px !important;
}

/* -- 4.2 Sidebars */
.add-some-widgets {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	display: inline-block;	
}
.mini-sidebar, .sidebar, .mini-sidebar-bg {
	padding-top: 50px;
	-webkit-box-shadow: 1px 0 0 #e1e1e1;
	-moz-box-shadow:    1px 0 0 #e1e1e1;
	box-shadow:         1px 0 0 #e1e1e1;
}
.mini-sidebar, 
.mini-sidebar-bg {
	height: 100%;
	width: 245px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.02) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.02)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.02) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=1 );
}
.mini-sidebar {
	background: none;	
}
.mini-sidebar {
	position: relative;
	float: left;
	z-index: 2;	
}
.mini-sidebar-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
		
}
.sidebar {
	position: relative;
	float: right;
	width: 28%;
	-webkit-box-shadow: -1px 0 0 #e1e1e1;
	-moz-box-shadow:    -1px 0 0 #e1e1e1;
	box-shadow:         -1px 0 0 #e1e1e1;	
}
.sidebar-heading, .tabs-widget-navigation {
	position: relative;
	display: block;
	width: 100%; 
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	line-height: 1.4;
	padding: 0 0 25px 35px;
	margin-bottom: 15px;
}
.side-box {
	width: 100%;
	margin-bottom: 45px;
	line-height: 150%;	
}
.side-box.larger {
	display: none;	
}
.sb-content {
	width: 100%;
	position: relative;
}
.mini-sidebar .sb-content {
	padding: 0 45px 0 35px;	
}
.sidebar .sb-content {
	padding: 0 0 0 45px;	
}
.sb-content li > ul,
.sb-content li > ol {
	margin: 0;
}
.sb-content ul {
	list-style: none;
	width: 100%;
	position: relative;
}
.sb-content ul li {
	display: block;
	padding: 0;
	margin-bottom: 15px;	
}
.sb-content ul li:last-child {
	margin-bottom: 0;	
}
.sb-content ul.normal-list li {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 0;	
}
.mini-sidebar .normal-list {
	font-size: 16px;
	font-weight: 700;
}
.sidebar .sidebar-heading, .sidebar .tabs-widget-navigation {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 25px 45px 25px 0px;
	margin-bottom: 45px;
	position: relative;
}
.sidebar .tabs-widget-navigation {
	padding: 0 0 0 45px;	
}
.sidebar .sidebar-heading:before,
.sidebar .sidebar-heading:after {
	content: "";
	display: block;
	position: absolute;
	width: 45px;
	height: 100%;
	left: -45px;
	top: -1px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: double;
	border-color: inherit;
}
.sidebar .sidebar-heading:after {
	left: auto;
	right: -45px;
	display: none;	
}
.mini-sidebar p, .sidebar p {
	margin-bottom: 25px;	
}
.mini-sidebar p:last-child, .sidebar p:last-child {
	margin-bottom: 0;	
}

/* -- 4.3 Widgets */
/* --- WP RSS Widget */
.widget_rss .rsswidget, .widget_rss .rss-date {
	font-size: 11px;
	text-transform: uppercase;	
}
/* --- WP Calendar */
#wp-calendar {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	text-align: center;	
}
#wp-calendar td, #wp-calendar th {
	text-align: center;	
}
#wp-calendar table {
	line-height: 2;
	margin: 0;
}
#wp-calendar caption {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
}
#wp-calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

#wp-calendar tbody td,
#wp-calendar thead th {
	border-style: solid;
	font-size: 12px;
	font-weight: 700;
}

#wp-calendar tbody a {
	display: block;
}
#wp-calendar #prev, #wp-calendar #next {
	font-weight: 700;
	font-size: 12px;
	text-transform:uppercase;
	padding: 6px 0;
	
}
/* --- Tabs Widget */
.tabs-widget-navigation ul {
	list-style: none;
	float: left;	
}
.tabs-widget-navigation ul li {
	display: block;
	float: left;
}
.tabs-widget-navigation ul li a {
	display: block;
	position: relative;
	width: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	margin-right: -1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
}
.tabs-widget-navigation ul li.selected a:after {
	content: "";
	display: block;
	position: absolute;
	width: auto;
	height: 15px;
	bottom: -15px;
	left: -1px;
	padding: 0 29px;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-color: inherit;
	background-color: inherit;	
}
.ac-tabs-init-wrap .tabs-widget-tab {
	display: none;	
}

/* --- Same styles in some widgets */
.ac-popular-posts .category, .ac-popular-posts .title, .ac-popular-posts .the-percentage, .ac-recent-posts .category, .ac-recent-posts .title {
	width: 100%;
	display: block;	
}
.ac-popular-posts .title, .ac-recent-posts .title, .sidebar #recentcomments a {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
	margin: 8px 0 12px 0;	
}
.ac-popular-posts .title:hover, .ac-recent-posts .title:hover {
	text-decoration: underline;	
}

/* --- Popular Posts */
.ac-popular-posts li {
	display: block;
	width: 100%;
	position: relative;
	min-height: 60px;
	margin-bottom: 30px;
}
.ac-popular-posts li:last-child {
	margin-bottom: 0;	
}
.ac-popular-posts .position {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 60px;
	line-height: 60px;
	border-width: 1px;
	border-style: solid;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.ac-popular-posts .details {
	width: auto;
	margin: 0 0 0 80px;
	padding-right: 15px;	
}
.ac-popular-posts .the-percentage {
	height: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	margin-bottom: 5px;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc5JyBoZWlnaHQ9JzknIHZpZXdCb3g9JzkgMCA5IDknIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgOSAwIDkgOScgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+Cgk8cG9seWdvbiBvcGFjaXR5PSIwLjE1IiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjE1LDkgOSw5IDE0LDAgMjAsMCAiLz4KCTxwb2x5Z29uIG9wYWNpdHk9IjAuMTUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNiw5IDAsOSA1LDAgMTEsMCAiLz4KPC9zdmc+');
	background-repeat: repeat-x;
}

/* --- Recent Posts Widget */
.sb-content .ac-recent-posts > li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.ac-recent-posts .thumbnail {
	width: 30%;
	float: left;	
}
.ac-recent-posts .details {
	width: 65%;
	float: right;	
}
.ac-recent-posts li.full-width {
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ac-recent-posts li.full-width:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.ac-recent-posts li.full-width .details {
	width: 100%;
	float: left;
}
.ac-recent-posts .title {
	margin-bottom: 0px;	
}

/* --- Recent Comments Widget */
.sidebar #recentcomments li {
	overflow: hidden;
	padding: 0 15px 15px 0;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}
.sidebar #recentcomments li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;	
}
.sidebar #recentcomments a {
	float: left;
	display: block !important;
	width: 100%;
	clear: both;
	text-transform: none;
	position: relative;
}
.sidebar #recentcomments a:hover {
	text-decoration: underline;	
}
.sidebar #recentcomments a.url {
	display: inline !important;
	float: none;
	padding-top: 0;	
}
.sidebar #recentcomments a:before {
	content: "";
	width: 100%;
	display: block;
	height: 8px;	
}
.sidebar #recentcomments a.url:hover {
	text-decoration: none;	
}
.sidebar #recentcomments a.url:before {
	display: none;	
}

/* --- Tag Cloud Widget */
.tagcloud {
	width: 100%;
	overflow: hidden;	
}
.tagcloud a {
	float: left;
	font-size: 13px; 
	display: inline-block;
	line-height: 22px;
	padding: 0 7px;
	text-transform: lowercase;
	margin: 0 3px 3px 0;
	border-width: 1px;
	border-style: solid;
}

/* --- Twitter Widget */
.ac-twitter-widget-ul {
	overflow: hidden;
	padding-bottom: 3px;	
}
.ac-twitter-widget-ul li.ac-twitter-tweet {
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 3px 0 rgba(225,225,225,0.5);
	-moz-box-shadow:    0 3px 0 rgba(225,225,225,0.5);
	box-shadow:         0 3px 0 rgba(225,225,225,0.5);
	font-size: 14px;
}
.ac-twitter-tweet-time {
	margin-top: 10px;	
}
.ac-twitter-tweet-time em, .ac-twitter-tweet-time i {
	float: left;
	margin-right: 5px;
	font-style: normal;	
}
.ac-twitter-tweet-time em {
	line-height: 15px;
}
.ac-twitter-tweet-time i {
	color: #65b8e3;
	opacity: 0.5;
	font-size: 16px;
}
.ac-twitter-widget-ul li:hover i {
	opacity: 1;
}
.ac-twitter-follow-button {
	width: 100%;
	clear: both;
	margin-top: 25px;
	text-align: center;	
}

/* --- Social Buttons Widget */
.ac-social-buttons-widget ul {
	list-style: none;	
}
.ac-social-buttons-widget ul li {
	width: 48%;
	margin-bottom: 10px;
}
.mini-sidebar .ac-social-buttons-widget li {
	width: 100%;
	clear: both;	
}

/* --- Featured Posts Widget */
.ac-featured-posts li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.ac-featured-posts .thumbnail .details {
	width: 75%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 30px 0 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.6) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.6) 100%);
	
}
.ac-featured-posts .thumbnail .details .category {
	display: block;
	width: 100%;
}
.ac-featured-posts .thumbnail .details .title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 140%;
	margin: 10px 0 0 0;
	display: block;
}
.ac-featured-posts .thumbnail .details .title:hover {
	text-decoration: underline;	
}
.ac-featured-posts .thumbnail .details .read-more {
	display: block;
	font-size: 12px;
	position: relative;
	line-height: 30px;
	width: 20px;
	margin-bottom: 15px;
}

/* --- Some Advertising Styles */
.banner-small-title {
	display: block;
	width: 100%;
	clear: both;
	height: 9px;
	margin-bottom: 8px;
	position: relative;
}
.banner-small-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
}
.banner-small-title a {
	position: relative;
	display: inline-block;
	line-height: 9px;
	float: left;
	clear: both;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
	padding-right: 10px;
}
.banner-small-title a:hover {
	text-decoration: underline;	
}

/* --- 300x250px Ad Widget */
.banner-300-wrap {
	width: 300px;
	margin: 0 auto;
}

/* --- 160x600px Ad Widget */
.banner-160-wrap {
	width: 100%;
	clear: both;	
}
.banner-160-wrap .ad160 {
	width: 160px;
	overflow: hidden;
	margin: 0 auto;	
}
.mini-sidebar .banner-160-wrap {
	padding-left: 35px;
	margin-bottom: 45px;	
}
.mini-sidebar .banner-160-wrap .ad160 {
	margin: 0;	
}

/* --- 125x125px Ads Widget */
.banners-125-wrap {
	width: 300px;
	margin: 0 auto;
}
.banners-125-wrap.under {
	margin-top: -25px;	
}
.banners-125-wrap ul {
	list-style: none;
	width: 100%;
	padding: 0 0 -20px 0;
	margin: 0;
	overflow: hidden;
	position: relative;	
}
.banners-125-wrap ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 8px;
	height: 100%;
	margin-left: -4px;	
}
.banners-125-wrap ul li {
	padding: 0;
	margin: 0;
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin-bottom: 20px;	
}
.banners-125-wrap ul li.last {
	margin-bottom: 0;	
}

/* -- 4.4 Pages */
.page-template-normal .title, .page-template-full .title {
	margin-bottom: 45px;
}
.page-full-width {
	margin: 0;
	padding: 0 45px;	
}
.page-full-width .content-wrap {
	width: 100%;
	border: none;	
}
.page-full-width .single-style-template-1 {
	padding: 0;	
}

/* -- 4.4.1 404 Page */
.page-404, .not-found-header {
	width: 100%;
	overflow: hidden;	
}
.not-found-header {
	margin: 90px 0;	
}
.not-found-header h1,
.not-found-header h2 {
	text-align: center;
	display: block;
	width: 100%;
}
.not-found-header h1 {
	font-size: 140px;
	font-weight: 700;
	letter-spacing: -5px;
}
.not-found-header h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 145%;	
}
.try-a-search {
	font-size: 16px;
	font-weight: 700;
} 

/* -- 4.5 Slider */
.slider-wrap { 
	width: 100%;
	overflow: hidden;
	padding: 0 45px;
	margin-bottom: 50px;
	position: relative;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    float: left;
	padding: 0 ;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.slider img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.slider .details {
	width: 100%;
	position: relative;	
	margin-top: -70px;
	z-index: 2;
}
.slider .title, .slider .info {
	width: 80%;
	padding: 20px;	
}
.slider .title {
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 120%;
	min-height: 85px;
}
.slider li:hover .title a, .slider li:hover .category, .slider .title a:hover, .slider .category:hover {
	text-decoration: underline;	
}
.slider .details .info {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
	font-size: 10px;
	
}
.slider .com, .slider .date, .slider .category {
	display: inline-block;
	float: left;
	padding: 0 14px;
	box-shadow: 0 -5px 5px rgba(0,0,0,0.1) inset;
	opacity: 0.9;
}
.slider .com {
	font-size: 11px;
	opacity: 1;	
}
.slider .com:hover, .slider .date:hover, .slider .category:hover {
	opacity: 1;
}
.slider-controls {
	position: relative;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-top-width: 5px;
	margin-top: 25px;
	line-height: 55px;
}
.slider-pagination {
	display: inline-block;
	float: right;
	margin: 0 25px 0 0;
}

/* - 5.0 Footer */
.footer-wrap {
	padding-top: 45px;
	padding-bottom: 150px;
}
.footer-credits {
	width: auto;
	margin-right: 155px;
	margin-left: 0;
}
.footer-credits .blog-title, .footer-credits .copyright, .footer-credits .theme-author {
	float: left;
	clear: both;
	margin-bottom: 20px;	
}
.footer-credits .blog-title {
	font-size: 24px;
	text-align: left;
	opacity: 0.5;
	word-break: break-all;	
}
.footer-credits .copyright {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-credits .theme-author {
	font-size: 14px;
	font-style: italic;
	border-bottom: 2px solid rgba(225,225,225,0.9);
	padding-bottom: 5px;
}
.footer-credits .theme-author a {
	margin-right: 5px;
}
.footer-credits .theme-author em {
	margin-left: 5px;	
}
.footer-credits .theme-author a:last-child {
	margin: 0;	
}
.footer-nav {
	clear:both;
	background:#f1f1f1;
	padding:20px;
}
.footer-nav li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

/* - 10.0 Buttons */
/* -- Slider Controls */
.slide-btn {
	float: left;
	text-align: center;
	padding: 0 30px;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 12px;	
}
.slider-pagination a {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin: 15px 0 0 10px;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}
.slider-pagination a span {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}
.slider-pagination a:hover span {
	background-color: rgba(0,0,0,0.3);
}

.slider-pagination a.active span {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);	
}
/* -- Browse By Close Button */
.close-browse-by {
	display: inline-block;
	float: right;
	font-size: 14px;
	height: 40px;
	width: 40px;
	line-height: 34px;
	text-align: center;	
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border-width: 3px;
	border-style: solid;	
}
/* -- Post Navigation Buttons */
.post-navigation a, .post-navigation span {
	display: inline-block;
	width: 50%;
	line-height: 130px;
	text-align: center;
	font-size: 60px;
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-bottom: none;
	border-top: none;
}
.post-navigation .prev-post {
	float: left;	
}
.post-navigation .next-post {
	border-right: none;
	float: right;	
}
/* -- About The Author Links */
.about-the-author .links a {
	display: inline-block;
	width: 100%;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	float: left;
	box-shadow: 0 0 5px rgba(255,255,255,0.4) inset;	
}
/* -- Sidebar Social Buttons */
.sidebar .social-btn i, 
.mini-sidebar .social-btn i, 
.sidebar .social-btn,
.mini-sidebar .social-btn {
	line-height: 55px;	
}
.social-btn {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 0 15px;
	position: relative;
	overflow: hidden;	
}
.sidebar .social-btn i, 
.mini-sidebar .social-btn i {
	width: 55px;
	float: right;
	border-left: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
	font-weight: normal;
	text-align: center;	
}
.social-btn:hover {
	padding-left: 20px;	
}
.header-social-icons a.social-btn { 
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
}
.header-social-icons a.social-btn i {
	width: auto;
	float: none;
	border: none;
	line-height: 30px;
	font-size: 13px;
}
/* --- Social Buttons Colors */
.social-btn.facebook {
	background-color: #659de3;	
}
.social-btn.twitter {
	background-color: #65b8e3;	
}
.social-btn.google-plus {
	background-color: #e3be65;	
}
.social-btn.rss {
	background-color: #e38c65;	
}
.social-btn.youtube {
	background-color: #e36a65;	
}
.social-btn.instagram {
	background-color: #65a3e3;	
}
.social-btn.flickr, .about-the-author .author-link {
	background-color: #666;	
}
.social-btn.tumblr {
	background-color: #6eb8d9;	
}
.social-btn.vk {
	background-color: #659de3;	
}
.social-btn.pinterest {
	background-color: #e36a65;	
}
.social-btn.linkedin {
	background-color: #6eb8d9;	
}
.social-btn.dribbble {
	background-color: #e265aa;	
}
.social-btn.github {
	background-color: #666666;	
}
/* --- Social Buttons Colors | :hover state */
.social-btn.facebook:hover {
	background-color: #559af2;	
}
.social-btn.twitter:hover {
	background-color: #55bcf2;	
}
.social-btn.google-plus:hover {
	background-color: #f2c355;	
}
.social-btn.rss:hover {
	background-color: #f28555;	
}
.social-btn.youtube:hover {
	background-color: #f25c55;	
}
.social-btn.instagram:hover {
	background-color: #55a1f2;	
}
.social-btn.flickr:hover, .about-the-author .author-link:hover {
	background-color: #777777;	
}
.social-btn.tumblr:hover {
	background-color: #60bce6;	
}
.social-btn.vk:hover {
	background-color: #559af2;	
}
.social-btn.pinterest:hover {
	background-color: #f25c55;	
}
.social-btn.linkedin:hover {
	background-color: #60bce6;	
}
.social-btn.dribbble:hover {
	background-color: #f155ab;	
}
.social-btn.github:hover {
	background-color: #777777;	
}
/* --- Social Buttons Colors | :active state */
.social-btn.facebook:active {
	background-color: #779ed0;	
}
.social-btn.twitter:active {
	background-color: #77b1d0;	
}
.social-btn.google-plus:active {
	background-color: #d0b677;	
}
.social-btn.rss:active {
	background-color: #d09277;	
}
.social-btn.youtube:active {
	background-color: #d07c77;	
}
.social-btn.instagram:active {
	background-color: #77a2d0;	
}
.social-btn.flickr:active, .about-the-author .author-link:active {
	background-color: #888888;	
}
.social-btn.tumblr:active {
	background-color: #7db1c9;	
}
.social-btn.vk:active {
	background-color: #779ed0;	
}
.social-btn.pinterest:active {
	background-color: #d07c77;	
}
.social-btn.linkedin:active {
	background-color: #7db1c9;	
}
.social-btn.dribbble:hover {
	background-color: #cf77a7;	
}
.social-btn.github:active {
	background-color: #888888;	
}
/* -- Posts Small Share Buttons Template 1 */
.post-template-1 .details .p-share em {
	font-style: normal;
	display: inline-block;
	padding-right: 6px;
}
.post-template-1 .details .p-share .contents a {
	line-height: 32px;
	width: 32px;
	font-size: 12px;
	text-align: center;
	margin: 8px 0 0 2px;
	padding: 0;	
}
.post-template-1 .details .p-share .contents a i {
	line-height: 32px;	
}
.post-template-1 .details .p-share .contents .close-this-temp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	line-height: 48px;
	border-left-width: 1px;
	border-style: solid;
	margin: 0;	
}
/* --- Posts Pagination Buttons */
.posts-pagination a, 
.comments-pagination a,
.page-links-wrap a,
.posts-pagination span.current,
.posts-pagination span.dots,
.page-links-wrap span {
	display: block;
	padding: 15px 25px;
	border-right-width: 1px;
	border-right-style: solid;
}
.posts-pagination .next,
.comments-pagination .next {
	border: none;	
}
.posts-pagination a:hover,
.page-links-wrap a:hover,
.comments-pagination a:hover {
	background-color: rgba(225,225,225,0.2);
}
/* -- Footer Buttons */
.back-to-top {
	position: absolute;
	top: 45px;
	right: 45px;
	display: block;
	font-size: 45px;
	height: 110px;
	width: 110px;
	line-height: 1;
	padding-top: 25px;
	text-align: center;	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border-width: 5px;
	border-style: solid;
}

/* -- 10.1 Inputs */
.sidebar select, .mini-sidebar select {
	width: 100%;
}
select {
	font-size: 0.875em;
	-webkit-border-radius: 0;
	border-radius: 0; 
}
textarea,
input,
select {
	padding: 10px 6px;
	border-width: 2px;
	border-style: solid;
	font-size: 0.875em;
  	-webkit-transition: all 100ms ease-in-out;
  	-moz-transition: all 100ms ease-in-out;
  	-o-transition: all 100ms ease-in-out;
  	-ms-transition: all 100ms ease-in-out;
  	transition: all 100ms ease-in-out;
	margin: 0;
}
textarea { width: 100%; line-height:160%; }
textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover {
	outline: 0;
  	outline: thin dotted \9;
}
textarea:focus,
input:focus {
  	outline: 0;
  	outline: thin dotted \9;
}
::-webkit-input-placeholder {
   	color: #e1e1e1;
}

:-moz-placeholder {
   	color: #e1e1e1; 
}

::-moz-placeholder {
   	color: #e1e1e1;  
}

:-ms-input-placeholder {  
   	color: #e1e1e1; 
}

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	font-size: 0.875em;
	font-weight: 700;
	padding: 12px 32px;
	text-transform: uppercase;
	vertical-align: bottom;
	margin: 0;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: 0.9;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.7
}

.screen-reader-text {
	width: 100%;
	display: block;
	float: left; clear: both;
	margin-bottom: 5px;	
}
.sidebar .search-field, .sidebar .search-submit {
	height: 46px;
	line-height: 1;	
}
.sidebar .search-field {
	float: left;
	width: 58%;
}
.sidebar .search-submit {
	float: right;
	width: 40%;
}


/* --- Header Search Form */
.menu-wrap .field-wrap {
	margin-right: 280px;	
}
.menu-wrap .search-field {
	display: block;
	width: 100% !important;
	height: 180px; 
	padding: 0 30px;
	margin: 0;
	line-height: 1.2;
	border: none;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -0.035em;	
}
.menu-wrap .search-field:focus {
	outline: 0;
  	outline: thin dotted \9;
}
.menu-wrap .search-submit {
	display: inline-block;
	float: right;
	width: 220px;
	height: 90px;
	border-width: 2px;
	border-style: solid;
	margin: 45px 30px 0 0;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: none;
	cursor: pointer;
	padding:0;	
}
.menu-wrap .search-submit:focus, .menu-wrap .search-submit:hover {
	opacity: 1 !important;	
}
.menu-wrap .search-submit:active {
	margin-top: 50px;	
	opacity: 1 !important;
}

/* - 11.0 Media Queries */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Desktop version */
@media screen and (max-width: 1700px) {
	/* ------ */
	.content-wrap { width: 70%; }
	.sidebar { width: 30%; }
}


@media screen and (max-width: 1600px) {
	.mini-sidebar, .mini-sidebar-bg, .wrap-over-1600, .browse-more .banner-160-wrap {
		/* Elements with Display None */
		display: none;	
	}
	.browse-more {
		/* Elements with Display Block */
		display: block;	
	}
	
	/* ------ */
	.content-wrap { width: 68%; }
	.sidebar { width: 32%; }
	.wrap-template-1 { margin: 0; }
	.posts-wrap { padding: 0 45px 0 0; }
	.post-template-1 .details .detail, .single-template-1 .details .detail { margin-left: 15px; }
	.single-template-1 .details .detail:first-child { margin-left: 0; }
	.single-style-template-1, .about-share, .comments-area, #disqus_thread { padding: 0 45px 0 0; }
	.slider-wrap { padding: 0 45px 0 0; }
	.ac-social-buttons-widget ul li { width: 48%; }
}


@media screen and (max-width: 1366px) {
	.post-template-1 .details .detail.index-post-author {
		/* Elements with Display None */
		display: none;	
	}
	
	/* ------ */
	.logo-image { max-width: 380px; }
	.content-wrap { width: 66%; }
	.sidebar { width: 34%; }
	.slider .title, .slider .info { width: 90%; }
	/*.ac-social-buttons-widget ul li { width: 100%; }*/
	.post-template-1 .title { font-size: 40px; }
	.post-template-1 p, .single-template-1 .single-content { font-size: 19px; }
	.single-template-1 .title { font-size: 48px; }
}


@media screen and (max-width: 1280px) {
	/* ------ */
	.logo-image { max-width: 330px; }
	.slider .title, .slider .info { width: 100%; }
	.slider .details { margin-top: -30px; }
	.share-pagination, .about-the-author { width: 100%; clear: both; }
	.share-pagination { border-right: none; border-bottom-width: 1px; border-bottom-style: solid; }
	.post-navigation a, .post-navigation span { line-height:80px; font-size: 30px; }
}


@media screen and (max-width: 1220px) {
	.advertising728 {
		/* Elements with Display None */
		display: none;	
	}
	.logo.logo-text { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
}

@media screen and (min-width: 1140px) and (max-width: 1380px) {
	
}
@media screen and (max-width: 1140px) {
	.advertising728, .post-template-1 .details .index-post-author, .browse-window-opened:after, .logo .description, .gallery-caption {
		/* Elements with Display None */
		display: none;	
	}
	.sidebar .sidebar-heading:after, .header-social-icons {
		/* Elements with Display Block */
		display: block;	
	}
	a, a:visited, .menu-wrap, .social-btn, .ac-twitter-tweet-time i, .back-to-top, .close-browse-by, .tagcloud a, .slider .com, .slider .date, .slider .category, .slide-btn, .slider-pagination a, .slider-pagination a:before, .slider li, .slider .details, .about-the-author .links a, .menu-wrap .search-submit, textarea, input, .select, .post-content .details .post-format-icon {
		/* Disable Animations */
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	
	/* ------ */
	.logo { }
	.logo-image { max-width: 300px; }
	.logo.logo-image { float: none; margin-left: 0; }
	.logo.logo-text .logo-contents { text-align: center; }
	.top.logo-image { text-align: center; }
	.header-social-icons { padding: 0; margin-right: 30px; }
	.content-wrap { width: 100%; border-right: none; }
	.browse-window-opened .side-box.larger { width: 100%; padding-top: 0; }
	.browse-window-opened .side-box { width: 33.3333%; padding-top: 30px; margin-bottom: 30px; }
	.page-full-width { padding: 0; }
	.sidebar { width: 100%; border-width: 1px; border-style: solid; border-top-width: 5px; border-bottom: none; -webkit-box-shadow:none; -moz-box-shadow: none; box-shadow: none; }
	.sidebar .sb-content { padding: 0 45px; }
	.slider-wrap { padding: 0; }
	.slider .title, .slider .info { width: 80%; }
	.slider .details { margin-top: -70px; }
	.ac-social-buttons-widget ul li { width: 32%; }
	.ac-social-buttons-widget .alignleft, .ac-social-buttons-widget .alignright { float: left; margin-left: 1%; }
	.sb-content .ac-featured-posts > li { width: 50%; float: left; margin-bottom: 0; }
	.ac-popular-posts .title, .ac-recent-posts .title, .sidebar #recentcomments a { font-size: 26px; }
	.sb-content .ac-popular-posts li { margin-bottom: 25px; }
	.ac-featured-posts .thumbnail .details { padding: 30px 30px 0 30px; }
	.posts-wrap { padding: 0; }
	.posts-pagination, .comments-pagination, .page-links-wrap { padding-right: 0; }
	.single-style-template-1, .about-share, .comments-area, #disqus_thread { padding: 0; }
	.search-wrap, .menu-wrap .search-field { height: 100px; font-size: 30px; }
	.menu-wrap .field-wrap { margin-right: 220px;  }
	.menu-wrap .search-submit { width: 180px; height:60px; margin: 20px 30px 0 0; font-size: 20px; } .menu-wrap .search-submit:active { margin-top: 25px; }
	
	/* Mobile Menu */
	.menu-main{display:none!important;} 
	.mobile-menu .sub-menu,.mobile-menu .sub-menu ul{display:none!important;position:relative;visibility:inherit!important;top:0;width:100%;border:none;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none;} 
	.mobile-menu li:hover .sub-menu .sub-menu,.mobile-menu.visible .menu-main li:hover .sub-menu .sub-menu{width:100%;top:0;left:0;} 
	.menu-wrap.visible .mobile-menu{top:70px;} 
	.mobile-menu{display:block;position:absolute;top:69px;left:-1px;width:50%;min-width:300px;height:auto;z-index:98;border-width:1px;border-style:solid;border-top:none;padding:15px 30px;}
	.mobile-menu, .search-wrap{-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);-moz-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);} 
	.mobile-menu a,.mobile-menu .sub-menu a{display:block;padding:0;line-height:24px;border:none;z-index:2;position:relative;} 
	.mobile-menu .sub-menu li{padding:10px 0;position:relative;} 
	.mobile-menu .sub-menu ul li:before{content:"";position:absolute;top:22px;left:0;height:2px;width:100%;z-index:1;} 
	.mobile-menu .sf-sub-indicator{display:inline-block;float:right;margin-right:10px;border-width:2px;border-style:solid;line-height:20px;width:24px;text-align:center;font-size:14px;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;} 
	.mobile-menu > li{width:100%;clear:both;float:none;padding-top:15px!important;padding-bottom:15px!important;border-bottom-width:1px;border-bottom-style:solid;background-size: 7%!important;} 
	.mobile-menu > li:before{display:none;} .mobile-menu > li:last-child{border:none;} 
	.mobile-menu-button{display:block;} 
	.menu-visible, .mobile-drop-down > .sub-menu, .mobile-drop-down > .sub-menu > .mobile-drop-down > .sub-menu{display:block!important;} 
	.mobile-menu li:hover .sub-menu,.menu-wrap.visible .menu-main li:hover .sub-menu .sub-menu, .menu-wrap.visible .menu-main li:hover .sub-menu{top:0;left:0;} 
	.mobile-menu .sub-menu ul li a,.mobile-menu .sub-menu li li{padding-left:10px;}
	.single-content h1 {
	font-size: 32px;	
}
.single-content h2 {
	font-size: 28px;
}
.single-content h3 {
	font-size: 24px;
}
.single-content h4 {
	font-size: 20px;
}
.single-content h5 {
	font-size: 16px;
}
.single-content h6 {
	font-size: 14px;
}
}


@media screen and (max-width: 950px) {
	/* ------ */
	.slider .title, .slider .info { width: 100%; }
	.slider .details { margin-top: -50px; }
}


@media screen and (max-width: 900px) {
	/* ------ */
	.ac-featured-posts .thumbnail .details { height: 100%; overflow: hidden; }
}


@media screen and (max-width: 768px) {
	/* ------ */
	.container { margin: 30px 0; }
	.wrap { padding: 0 30px; }
	.content-wrap, .mini-sidebar, .sidebar, .mini-sidebar-bg { padding-top: 30px; }
	.main-page-title { padding: 30px 0; margin-bottom: 30px; } .main-page-title .page-title { font-size: 20px; } .main-page-title .page-title i { margin-left: 10px; }
	.side-box { margin-bottom: 30px; }
	.slider-wrap, .post-template-1, .single-template-1 { margin-bottom: 30px; }
	.slider .title, .slider .info { width: 100%; }
	.slider .details { margin-top: -30px; }
	.slider-controls { margin-top: 0; }
	.post-template-1 .title { font-size: 36px; }
	.post-template-1 p { font-size: 17px; }
	.post-content { width: 65%; padding-left:30px; }
	.post-thumbnail { width: 35%; }
	.posts-pagination, .comments-pagination, .page-links-wrap { padding: 30px 0 30px 30px; }
	.page-template-normal .title, .page-template-full .title { margin-bottom: 30px; }
	.sidebar .sb-content { padding: 0 30px; }
	.sidebar .tabs-widget-navigation { padding-left: 30px; }
	.sidebar .sidebar-heading, .sidebar .tabs-widget-navigation { margin-bottom: 30px; }
	.sidebar .sidebar-heading:before, .sidebar .sidebar-heading:after { width: 30px; left: -30px; }
	.sidebar .sidebar-heading:after { left: auto; right: -30px; }
	.ac-popular-posts .title, .ac-recent-posts .title, .sidebar #recentcomments a { font-size: 22px; }
	.ac-featured-posts .thumbnail .details { width: 100% }
	.search-wrap, .menu-wrap .search-field { height: 80px; font-size: 26px; }
	.menu-wrap .field-wrap { margin-right: 180px;  } .menu-wrap .search-field { padding: 0 20px;} 
	.menu-wrap .search-submit { width: 140px; height:40px; margin: 20px 20px 0 0; font-size: 18px; } .menu-wrap .search-submit:active { margin-top: 25px; }
	.footer-wrap { padding-top: 30px ;padding-bottom: 200px; }
	.footer-credits { width: 100%; margin-right: 0; margin-left: 0; text-align: center; }
	.back-to-top { top: auto; bottom: 30px; right: 50%; margin-right: -55px; }
	.footer-credits .blog-title, .footer-credits .copyright, .footer-credits .theme-author { float: none; } .footer-credits .blog-title { text-align: center; }
	.footer-credits .blog-title, .footer-credits .copyright { display: inline-block; width: 100%; }
	.gallery-item { margin: 0 2px 2px 0; }
	.gallery-columns-2 .gallery-item { max-width: -webkit-calc(50% - 2px); max-width: calc(50% - 2px); }
	.gallery-columns-3 .gallery-item { max-width: -webkit-calc(33.3% - 2px); max-width: calc(33.3% - 2px); }
	.gallery-columns-4 .gallery-item { max-width: -webkit-calc(25% - 2px); max-width: calc(25% - 2px);}
	.gallery-columns-5 .gallery-item { max-width: -webkit-calc(20% - 2px); max-width:  calc(20% - 8px); }
	.gallery-columns-6 .gallery-item { max-width: -webkit-calc(16.7% - 2px); max-width: calc(16.7% - 2px); }
	.gallery-columns-7 .gallery-item { max-width: -webkit-calc(14.28% - 2px); max-width: calc(14.28% - 8px); }
	.gallery-columns-8 .gallery-item { max-width: -webkit-calc(12.5% - 2px); max-width: calc(12.5% - 2px);}
	.gallery-columns-9 .gallery-item { max-width: -webkit-calc(11.1% - 2px); max-width: calc(11.1% - 2px); }
	.content-wrap #review-statistics .review-wrap-up .review-wu-left { width: 100%; }
	.content-wrap #review-statistics .review-wrap-up .review-wu-right { border:none; width: 100%; max-width: 100%; }
	.content-wrap #review-statistics .review-wrap-up .review-wu-left .review-wu-grade { float: right; }
}


@media screen and (max-width: 650px) {
	.post-template-1 .details .p-share, .single-content.featured-image:before, .comment-main:after, .comment-main:before {
		/* Elements with Display None */
		display: none;	
	}
	
	/* ------ */
	.container { margin: 30px auto; }
	.content-wrap { padding-top: 30px; }
	.header-social-icons li { padding: 10px 2px; }
	.slider-wrap { margin-bottom: 30px; }
	.slider-controls { margin-top: 0; }
	.slider .title, .slider .info { padding: 20px 0; }
	.slider .details { margin-top: -60px; }
	.post-template-1 .title { font-size: 22px; }
	.post-template-1 p { font-size: 15px }
	.post-content { width: 75%; padding-left:25px; }
	.post-thumbnail { width: 25%; }
	.post-template-1 .details .detail, .single-template-1 .details .detail { font-size: 10px; }
	.post-template-1 .details, .single-template-1 .details { height: 36px; line-height: 36px; }
	.post-template-1 .details .post-small-button a, .post-template-1 .details .post-small-button { width: 36px; font-size: 10px; }
	.posts-pagination, .comments-pagination, .page-links-wrap { padding: 10px 0 10px 10px; }
	.posts-pagination .paging-wrap, .comments-pagination .paging-wrap, .page-links-wrap .page-links { font-size: 16px }
	.posts-pagination a, .comments-pagination a, .page-links-wrap a, .posts-pagination span.current, .posts-pagination span.dots, .page-links-wrap span { padding: 6px 16px; }
	.single-template-1 .title { font-size: 44px; }
	.single-template-1 .single-content { font-size: 18px; }
	.single-template-1 .details .detail { margin: 0 15px 0 0; }
	.single-template-1 .featured-image-wrap { width: 100%; margin: 0 0 30px 0; clear: both; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	.about-share { margin-bottom: 20px; }
	.ata-wrap .info, .comment-main .comment-text { font-size: 15px; }
	.comments-title { padding: 30px 0; }
	.comment-list > li > .comment-body > .comment-avatar { width: 50px; height: 50px; }
	.comment-list .comment-avatar { padding: 2px; position: absolute; top: -30px; left: 15px; }
	.comment-main .vcard, .comment-main .comment-text, .comment-main .comment-reply-link { margin-bottom: 0; } .comment-main .vcard { margin-top: 10px; }
	.comment-main .vcard .comm-edit { font-size: 10px; }
	.comment-main .vcard .fn { font-size: 13px; }
	.comment-main { margin-left: 0; padding: 15px; }
	.comment-list .children, .comment-list .children .children { margin-left: 25px; }
	.comment-list .children .comment-main { margin: 0; }
	.comment-list .children .comment-avatar { position: absolute; width: 40px; height: 40px; top: -40px; }
	.comment-list .children:before { left: 35px; }
	.comment-reply-title { font-size: 22px; margin-bottom: 0; }
	.comment-form p { margin-bottom: 15px; }
	.comment-form .comment-form-author, .comment-form .comment-form-author input { width: 100%; }
	.comment-form .comment-form-email, .comment-form .comment-form-url { width: 50%; }
	.ac-social-buttons-widget ul li { width: 48%; }
	.ac-social-buttons-widget .alignleft, .ac-social-buttons-widget .alignright { margin-left: auto; }
	.ac-social-buttons-widget .alignleft { float: left; } .ac-social-buttons-widget .alignright { float: right; }
	.header-wrap { height: auto; }
	.header-wrap .logo { font-size: 24px; }
	.logo-image { max-width: 250px; }
	.menu-wrap { height: 50px; }
	.mobile-menu{top:49px;} .search-visible { top: 48px }
	.search-button, .browse-more, .mobile-menu-button { padding-top:0; width: 60px; line-height: 50px; } .browse-more { width: auto; } .browse-more i { font-size: 14px; }
	.post-format-icon { width: 36px; line-height: 36px; }
}


@media screen and (max-width: 600px) {
	.post-template-1 p, .ac_ad300_widget, .ac_ad125_widget {
		/* Elements with Display None */
		display: none;	
	}
	
	/* ------ */
	.sb-content .ac-featured-posts > li { width: 100%; }
	.ac-featured-posts .thumbnail .details { width: 70%; height: 70%; overflow: hidden; }
	.search-wrap, .menu-wrap .search-field { height: 50px; font-size: 14px; }
	.menu-wrap .field-wrap { margin-right: 120px;  } .menu-wrap .search-field { padding: 0 15px;} 
	.menu-wrap .search-submit { width: 90px; height:30px; margin: 10px 10px 0 0; font-size: 14px; } .menu-wrap .search-submit:active { margin-top: 15px; }
	.slider .info, .ac-popular-posts .category, .comments-number, .ac-twitter-tweet-time, .ac-featured-posts .thumbnail .details .category, .post-template-1 .details .p-share .contents em, .ac-recent-posts .category, .sidebar #recentcomments a.url, .sidebar #recentcomments, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label { font-size: 9px; }
	.footer-credits .theme-author { line-height: 200%; }
	.comments-area #cwp-slider-comment .comment-form-meta-option { width: 80% !important; float: left; clear: both; }
}


@media screen and (max-width: 500px) {
	.slider-pagination, .post-template-1 .details .detail.index-post-date {
		/* Elements with Display None */
		display: none;	
	}
	
	img.alignright {
		display: block;
	    margin: 0 auto 20px;
	    float: none;
	}
	
	.single-content h2 {
		font-size: 1.2em;
	}
	/* ------ */
	p, .single-template-1 .single-content p, .single-template-1 .single-content ul, .single-template-1 .single-content ol, .single-template-1 .single-content blockquote { margin-bottom: 15px; }
	.wrap { padding: 0 10px; }
	.header-wrap { height: auto; }
	.header-wrap .top { height: auto; }
	.logo-image { max-width: 200px; }
	.content-wrap, .mini-sidebar, .sidebar, .mini-sidebar-bg { padding-top: 10px; }
	.main-page-title { padding: 15px 0; margin-bottom: 15px; } .main-page-title .page-title { font-size: 14px; letter-spacing: -1px; } .main-page-title .page-title i { margin-left: 5px; }
	.side-box { margin-bottom: 10px; }
	.slider-wrap, .post-template-1, .single-template-1 { margin-bottom: 15px; }
	.slider .com, .slider .date, .slider .category { font-size: 9px; line-height: 24px; padding: 0 10px; }
	.slider-controls { line-height: 36px; border-top-width: 1px; border-bottom-width: 5px; }
	.slider-controls .slide-btn { padding: 0 20px; }
	.slider-controls .next-slide { float: right; border-right: none; border-left-width: 1px; border-left-style: solid; }
	.container { margin: 10px auto; }
	.header-wrap .wrap { padding: 0; }
	.menu-wrap { border-left: none; border-right: none; }
	.browse-more { display: none; }
	.single-template-1 .single-content { font-size: 16px;}
	.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5 { margin-bottom: 15px; }
	.post-content { width: 90%; padding-left:0; padding-right: 15px; float: left; margin-top: -50px; z-index: 2; position: relative; }
	.single-template-1 .post-content { margin-top: 0; }
	.single-template-1 .title { font-size: 32px; }
	.single-template-1 .details { line-height: 22px; height: auto; }
	.post-template-1 .details .detail, .single-template-1 .details .detail { font-size: 9px; }
	.post-thumbnail { width: 100%; z-index: 1; position: relative; }
	.post-template-1 .title, .post-template-1 p, .post-template-1 .details { margin: 20px 0; }
	.post-template-1 .title { margin-bottom: 10px; } .post-template-1 .details { margin-top: 0; }
	.main-page-title .about-share { margin-top: 20px; }
	.page-template-normal .title, .page-template-full .title { margin-bottom: 15px; }
	.ata-wrap .info { margin-left: 70px; }
	.ata-wrap .info, .comment-main .comment-text { font-size: 13px; }
	.about-share .title, .share-post-box, .ata-wrap { padding: 15px; }
	.about-share .title { line-height: 150%; text-align: center; padding: 20px 10px; } .about-share .author, .about-share .about-inner { display: block; width: 100%; float: none; clear: both; }
	.comment-main .vcard .comm-edit { font-size: 9px; }
	.comment-main .vcard .fn { font-size: 11px; }
	.comment-form .comment-form-author, .comment-form .comment-form-author input, .comment-form .comment-form-email, .comment-form .comment-form-email input, .comment-form .comment-form-url { width: 100%; }
	.comment-reply-title small { font-size: 11px; line-height: 26px; padding: 0 5px; }
	.sidebar .sb-content { padding: 0 10px; }
	.sidebar .sb-content .title { font-size: 20px; }
	.sidebar .tabs-widget-navigation { padding-left: 10px; }
	.sidebar .sidebar-heading { margin-bottom: 10px; }
	.sidebar .tabs-widget-navigation { margin-bottom: 20px; }
	.tabs-widget-navigation ul li a { width: 50px; }
	.tabs-widget-navigation ul li.selected a:after { padding: 0 24px; }
	.sidebar .sidebar-heading:before, .sidebar .sidebar-heading:after { width: 10px; left: -10px; }
	.sidebar .sidebar-heading:after { left: auto; right: -10px; }
	.ac-social-buttons-widget ul li { width: 100%; }
	.ac-popular-posts .position { width: 50px; line-height: 50px; font-size: 24px; }
	.ac-popular-posts .details { margin-left: 65px }
	.ac-featured-posts .thumbnail .details { width: 100%; height: 100%; }
//*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont_v_4_3_0_8615d1.eot");src:url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont.eot") format('embedded-opentype'),url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont_v_4_3_0.woff2") format('woff2'),url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont_v_4_3_0_8615d1.woff") format('woff'),url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont_v_4_3_0_8615d1.ttf") format('truetype'),url("../../../themes/justwrite/assets/icons/fonts/fontawesome-webfont_v_4_3_0.svg") format('svg');font-weight:normal;font-style:normal}.fa{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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url("../../../plugins/jetpack/modules/carousel/images/arrows_8615d1.png") center center/200px 126px no-repeat}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url("../../../plugins/jetpack/modules/carousel/images/arrows-2x_8615d1.png")}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url("../../../plugins/jetpack/modules/carousel/images/carousel-sprite_5_8615d1.png") 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url("../../../plugins/jetpack/modules/carousel/images/carousel-sprite-2x_5_8615d1.png")}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .skypeShare{width:55px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00AFF0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=50)";opacity:.5;direction:ltr;transition:300ms opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url("../../../plugins/jetpack/modules/shortcodes/img/slideshow-controls_8615d1.png")!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url("../../../plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x_8615d1.png")!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url("../../../plugins/jetpack/modules/shortcodes/images/slide-nav_8615d1.png");background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url("../../../plugins/jetpack/modules/shortcodes/images/expand_8615d1.png");background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url("../../../plugins/jetpack/modules/shortcodes/images/collapse_8615d1.png")}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em;content:"\f415"}.jetpack-social-navigation a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation a[href*="wordpress.com"]:before,.jetpack-social-navigation a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}@import url("../../../../wp-includes/css/dashicons.min_8615d1.css"); /* hacky? */

a.fasc-button
{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	margin: 3px 0;
}
a.fasc-button:hover
{
	text-decoration:none;
}

a.fasc-button.fasc-ico:before, a.fasc-button.fasc-ico-before:before
{
	vertical-align:middle;
    display: inline-block;
	
    -webkit-font-smoothing: antialiased;
	margin-top:-2px;
}
a.fasc-size-xsmall.fasc-ico:before, a.fasc-size-xsmall.fasc-ico-before:before
{
   
    font:400 12px/1 dashicons;
	padding-right:4px;
	
}
a.fasc-size-small.fasc-ico:before, a.fasc-size-small.fasc-ico-before:before
{   
    font:400 14px/1 dashicons;
	padding-right:4px;
}
a.fasc-size-medium.fasc-ico:before, a.fasc-size-medium.fasc-ico-before:before
{
    font:400 16px/1 dashicons;
	padding-right:5px;
}
a.fasc-size-large.fasc-ico:before, a.fasc-size-large.fasc-ico-before:before
{
	font:400 20px/1 dashicons;
	padding-right:6px;
	line-height:22px;
}
a.fasc-size-xlarge.fasc-ico:before, a.fasc-size-xlarge.fasc-ico-before:before
{
	font:400 28px/1 dashicons;
	padding-right:6px;
	line-height:22px;
}


a.fasc-button.ico-fa.fasc-ico-before:before
{
	vertical-align:middle;
    display: inline-block;
	 font:400 12px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
	padding-top:0;
	padding-left:1px;
}
a.fasc-size-xsmall.ico-fa.fasc-ico-before:before
{
    font:400 11px/1 FontAwesome;
	padding-right:6px;
}
a.fasc-size-small.ico-fa.fasc-ico-before:before
{   
    font:400 13px/1 FontAwesome;
	padding-right:7px;

}
a.fasc-size-medium.ico-fa.fasc-ico-before:before
{
    font:400 15px/1 FontAwesome;
	padding-right:8px;
}
a.fasc-size-large.ico-fa.fasc-ico-before:before
{
	font:400 19px/1 FontAwesome;
	padding-right:9px;
	line-height:22px;
}
a.fasc-size-xlarge.ico-fa.fasc-ico-before:before
{
	font:400 28px/1 FontAwesome;
	padding-right:9px;
	line-height:22px;
}


/* sizes */
.fasc-size-xsmall
{
	font-size:10px;
	padding:5px 7px;
	border:0;
}
.fasc-size-small
{
	font-size:12px;
	padding:6px 8px;
	border:0;
}

.fasc-size-medium
{
	font-size:14px;
	padding:7px 9px;
	font-size:14px;
	border:0;
}

.fasc-size-large
{
	font-size:18px;
	padding:8px 10px;
	border:0;
}
.fasc-size-xlarge
{
	font-size:24px;
	padding:11px 13px;
	border:0;
}


/* Types */
.fasc-type-flat:hover
{
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}


/* glossy */

.fasc-type-glossy
{	
	background-color: #247edd;
	border:1px solid rgba(0,0,0, 0.1);
	/*text-shadow:5px solid rgba(0,0,0, 0.5);*/
	
	/*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);*/
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	
}
.fasc-type-glossy:hover
{
	/*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), 0(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.1));
	
}

.fasc-type-glossy.fasc-size-xlarge
{
	
}
.fasc-type-glossy.fasc-size-large
{
	
}
.fasc-type-glossy.fasc-size-medium
{
	
}
.fasc-type-glossy.fasc-size-small
{
	
}
.fasc-type-glossy.fasc-size-xsmall
{
	
}



/* 3d */
.fasc-type-popout.fasc-size-xlarge
{
	-webkit-box-shadow: 7px 7px 0px #777777;
	-moz-box-shadow: 7px 7px 0px #777777;
	box-shadow: 7px 7px 0px #777777;
}
.fasc-type-popout.fasc-size-large
{
	-webkit-box-shadow: 6px 6px 0px #777777;
	-moz-box-shadow: 6px 6px 0px #777777;
	box-shadow: 6px 6px 0px #777777;
}
.fasc-type-popout.fasc-size-medium
{
	-webkit-box-shadow: 5px 5px 0px #777777;
	-moz-box-shadow: 5px 5px 0px #777777;
	box-shadow: 5px 5px 0px #777777;
}
.fasc-type-popout.fasc-size-small
{
	-webkit-box-shadow: 4px 4px 0px #777777;
	-moz-box-shadow: 4px 4px 0px #777777;
	box-shadow: 4px 4px 0px #777777;
}
.fasc-type-popout.fasc-size-xsmall
{
	-webkit-box-shadow: 3px 3px 0px #777777;
	-moz-box-shadow: 3px 3px 0px #777777;
	box-shadow: 3px 3px 0px #777777;
}
.fasc-type-popout.fasc-size-xlarge:hover
{
	-webkit-box-shadow: 5px 5px 0px #777777;
	-moz-box-shadow: 5px 5px 0px #777777;
	box-shadow: 5px 5px 0px #777777;
}
.fasc-type-popout.fasc-size-large:hover
{
	-webkit-box-shadow: 4px 4px 0px #777777;
	-moz-box-shadow: 4px 4px 0px #777777;
	box-shadow: 4px 4px 0px #777777;
}
.fasc-type-popout.fasc-size-medium:hover
{
	-webkit-box-shadow: 3px 3px 0px #777777;
	-moz-box-shadow: 3px 3px 0px #777777;
	box-shadow: 3px 3px 0px #777777;
}
.fasc-type-popout.fasc-size-small:hover
{
	-webkit-box-shadow: 3px 3px 0px #777777;
	-moz-box-shadow: 3px 3px 0px #777777;
	box-shadow: 3px 3px 0px #777777;
}
.fasc-type-popout.fasc-size-xsmall:hover
{
	-webkit-box-shadow: 2px 2px 0px #777777;
	-moz-box-shadow: 2px 2px 0px #777777;
	box-shadow: 2px 2px 0px #777777;
}


.fasc-type-popout:hover
{
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* rounded */
a.fasc-button.rounded.fasc-size-xlarge, .fasc-rounded-medium.fasc-size-xlarge
{
	border-radius:15px;
}
a.fasc-button.rounded.fasc-size-large, .fasc-rounded-medium.fasc-size-large
{
	border-radius:10px;
}
a.fasc-button.rounded.fasc-size-medium, .fasc-rounded-medium.fasc-size-medium
{
	border-radius:9px;
}
a.fasc-button.rounded.fasc-size-small, .fasc-rounded-medium.fasc-size-small
{
	border-radius:8px;
}
a.fasc-button.rounded.fasc-size-xsmall, .fasc-rounded-medium.fasc-size-xsmall
{
	border-radius:7px;
}



/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("../../../plugins/forget-about-shortcode-buttons/assets/fonts/fontawesome-webfont_v_4_0_3_8615d1.eot");src:url("../../../plugins/forget-about-shortcode-buttons/assets/fonts/fontawesome-webfont.eot") format('embedded-opentype'),url("../../../plugins/forget-about-shortcode-buttons/assets/fonts/fontawesome-webfont_v_4_0_3_8615d1.woff") format('woff'),url("../../../plugins/forget-about-shortcode-buttons/assets/fonts/fontawesome-webfont_v_4_0_3_8615d1.ttf") format('truetype'),url("../../../plugins/forget-about-shortcode-buttons/assets/fonts/fontawesome-webfont_v_4_0_3.svg") format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}/*
* Plugin Name: WP Review
* Plugin URI: https://wordpress.org/plugins/wp-review/
* Description: Create reviews! Choose from Stars, Percentages or Points for review scores. Supports Retina Display, WPMU & Unlimited Color Schemes.
* Author: MyThemesShop
* Author URI: http://mythemeshop.com/
*/
.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 1.5em;
    clear: both;
    box-sizing: border-box;
}
.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 10px 15px;
}
.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.review-links {
    list-style: none;
    padding: 10px 15px 15px;
    margin: 0;
    overflow: hidden;
}
.review-links li { display: inline-block; }
.review-links:not(:last-child) a { margin-right: 10px }
.review-links li a {
    display: block;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border: 1px solid currentColor;
    border-radius: 5px;
}


.entry-content .review-wrapper li:last-child a {
    margin-right: 0;
}
.review-list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    list-style: none;
}
.review-list li:nth-child(even) { background-color: #fafafa }
.review-list li:last-child { border-bottom: 1px solid #e7e7e7 }
.review-summary-title { margin-bottom: 5px }
.review-desc {
    float: left;
    width: 75%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.rtl .review-desc { float: right }
.review-desc p:last-child { margin-bottom: 0 }
.review-result-wrapper i {
    font-style: normal;
    font-size: 16px;
}
.review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}
.rtl .review-result {
    left: auto;
    right: 0;
}
.review-total-wrapper {
    float: right;
    margin: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    box-sizing: border-box;
    margin: 10px 15px;
}
.review-total-wrapper span.review-total-box {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.circle-point span.review-total-box { height: 180px }
.review-total-wrapper span.review-total-box small {
    font-size: 12px;
    display: block;
}
.percentage-icon {
    font-size: 22px;
    position: relative;
    top: -14px;
}
.review-total-star {
    position: relative;
    margin-top: 5px;
    margin: 0 auto;
    float: right;
}
.review-star.review-total { position: relative }
.wp-review-loading-msg { display: none }
.wp-review-loading .wp-review-loading-msg { display: block }
.review-total {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    z-index: 99;
}
.rtl .review-total {
    left: auto;
    right: 0;
}
.review-star {
    position: relative;
    margin-top: 5px;
    margin: 3px auto;
    display: inline-block;
}
.postbox .review-star {
    position: relative;
    right: auto;
    top: auto;
}
.review-list .review-star, .user-review-area .review-star, .review-total-circle .review-star, .wp-review-point-type .review-total-circle .review-star, .wp-review-percentage-type .review-total-circle .review-star {
    position: absolute;
    right: 15px;
    top: 10px;
}
 .rtl .review-list .review-star,  .rtl .user-review-area .review-star,  .rtl .review-total-circle .review-star, .rtl .wp-review-point-type .review-total-circle .review-star, .rtl .wp-review-percentage-type .review-total-circle .review-star {
    right: auto;
    left: 15px;
 }
.review-total-star .review-result { background: none !important }
.review-total-circle .review-result-wrapper { background: none !important }
/**
 * Bar & Percentage Point
 */
.circle-point .review-list li { padding: 14px 15px }
.review-point .review-result-wrapper, .review-percentage .review-result-wrapper {
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 22px;
}
.review-point .review-result-wrapper { background-color: rgba(0,0,0,0.1) }
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 22px;
    z-index: 99;
}
.rtl .wp-review-point-type .review-result, .rtl .wp-review-percentage-type .review-result, .rtl  .review-total-point .review-result {
    left: auto;
    right: 0px;
}
.review-total-star.allowed-to-rate .review-result-wrapper { background: none }
.wp-review-point-type .review-total-point .review-result-wrapper { background: none }
.review-total-percentage.allowed-to-rate.has-not-rated-yet, .review-total-point.allowed-to-rate.has-not-rated-yet {
    float: none;
    cursor: pointer;
}
.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
    position: relative;
    width: 100%;
}
.review-percentage .review-result, .review-point .review-result { background: currentColor }
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper { cursor: pointer }
.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper { cursor: default }
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result {
    display: block;
    transition: none;
}
.review-point, .review-percentage {
    position: relative;
    clear: both;
}
.wp-review-your-rating {
    position: absolute;
    top: 102%;
    left: 45%;
    font-size: 12px;
    line-height: 18px;
    background: #f0f0f0;
    color: #444;
    pointer-events: none;
    z-index: 999;
    display: none;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 5px 5px 5px;
}
.rtl .wp-review-your-rating {
    left: auto;
    right: 45%;
}
.review-point:hover .wp-review-your-rating, .wp-review-input-set .review-point .wp-review-your-rating, .review-percentage:hover .wp-review-your-rating, .wp-review-input-set .review-percentage .wp-review-your-rating { display: block }
.review-result-text {
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 16px;
    line-height: 22px;
    display: none;
}
.rtl .review-result-text {
    left: auto;
    right: 4px;
}
.wp-review-usercomment-rating .review-result-text, .wp-admin .review-result-text { display: block }
/**
 * Circle
 */
.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper { cursor: pointer }
.user-review-area .wp-review-user-rating-circle { float: right }
.wp-review-user-rating-circle .review-result-wrapper { text-align: right }
.wp-review-circle-rating-send-button { display: none }
.wp-review-circle-rating-send { text-decoration: underline }
.wp-review-circle-rating-send:hover { color: #444 }
.wp-review-input-set .wp-review-circle-rating-send-button {
    display: block;
    text-align: center;
}
.user-review-area .review-circle { float: right }
.wp-review-comment-rating-circle .wp-review-circle-rating-send-button { display: none !important }
.review-list .review-circle {
    float: right;
    margin-top: -4px;
}
.wp-review-circle-type .review-total-wrapper > .review-total-box { display: none }
.review-circle.review-total {
    height: 100px;
    width: 100px;
    position: static;
}
/**
 * Twenty series themes compatibilty
 */
.entry-content .review-title, #content .review-title { margin: 0 }
.entry-content .review-wrapper li { margin: 0 }
.entry-content .review-summary-title, #content .review-summary-title { margin-bottom: 5px }
#content .review-list { margin: 0 }
#content .review-desc p:last-child { margin-bottom: 0 }
/**
 * Basic styling for wp_review_display_total
 */
.review-total-only {
    padding: 3px 8px;
    background: #fff;
    display: inline-block;
}
.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0;
}
.review-total-only .review-type-star {
    font-size: 12px;
    padding: 3px 6px;
}
.review-total-only .review-total-star {
    font-size: 12px;
    margin: 0;
}
.review-total-only canvas {
    width: 21px!important;
    height: auto!important;
}
.review-result-wrapper i {
    opacity: 0.50;
    filter: alpha(opacity=50);
}
.review-result-wrapper .review-result i {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wp-review-box-float-left { margin-right: 20px }
.wp-review-box-float-right { margin-left: 20px }
/**
 * Users review area
 */
.user-review-area {
    border-top: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.user-total-wrapper {
    float: left;
    margin: 0;
}
.rtl .user-total-wrapper { float: right }
.review-total-star.allowed-to-rate {
    float: right;
    margin: 0;
}
.rtl .review-total-star.allowed-to-rate { float: left }
.user-total-wrapper .user-review-title {
    font-weight: bold;
    margin: 0;
}
.wp-review-user-rating .review-result-wrapper span { cursor: pointer }
.wp-review-user-rating .review-result-wrapper span i { opacity: 0.2 }
.wp-review-user-rating .review-result-wrapper:hover span i { opacity: 1 }
.wp-review-user-rating .review-result-wrapper span:hover ~ span i { opacity: 0.2 }
.wp-review-user-rating .review-result-wrapper:hover .review-result { display: none }
.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result { display: block }
.wp-review-user-rating.wp-review-loading .review-result-wrapper, .wp-review-user-rating.wp-review-loading .wp-review-your-rating { display: none }
/**
 * Review in comments
 */
.wp-review-comment-field { margin-bottom: 10px }
.review-comment-field-msg { margin-right: 12px }
.review-total-star-comments {
    position: relative;
    display: inline-block;
}
.comment-text-inner { clear: both }
.wp-review-comment-rating .review-result-wrapper span { cursor: pointer }
.wp-review-comment-rating .review-result-wrapper span i { opacity: 0.2 }
.wp-review-comment-rating .review-result-wrapper:hover span i {
    opacity: 1;
    color: #FFB300;
}
.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
    opacity: 0.2;
    color: currentColor;
}
.wp-review-comment-rating .review-result-wrapper:hover .review-result { display: none }
.wp-review-feedback .review-btn {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #eee;
    padding: 3px 9px;
    color: #333;
    border-radius: 4px;
}
.wp-review-feedback .review-btn.voted {
    background: #4CAF50;
    color: #fff;
}
.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn.voted ~ a { cursor: default }
.wp-review-feedback .review-btn:hover {
    text-decoration: none;
    background: #4CAF50;
    color: #fff;
}
.wp-review-feedback .review-btn:nth-child(2) { margin-left: 5px }
.rtl .wp-review-feedback .review-btn:nth-child(2) { margin-left: auto; margin-right: 5px; }
.wp-review-feedback .review-btn:nth-child(2):hover, .wp-review-feedback .review-btn.voted:nth-child(2) {
    background-color: #F44336;
    color: #fff;
}
.wp-review-comment-title-field {

}
.wp-review-comment-title-field-input { /* margin-left: 20px; _NO__DOTCOMMA__AFTER__*/ }
.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
    vertical-align: middle;
    margin-right: 0;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
    display: inline-block;
    vertical-align: middle;
}
.wp-review-comment-rating .review-result-wrapper a {
    text-decoration: none;
    border: none;
}
.wp-review-comment-rating-star .review-total-star { float: none }
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner { display: inline-block }
.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner { display: inline-block }
.wp-review-usercomment-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
.wp-review-usercomment-rating { margin-bottom: 10px }
.wp-review-comment-rating-star { display: inline-block }
form.wp-review-comment-form input, #commentform.wp-review-comment-form input {
    width: 100%;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.31);
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    padding-left: 2.5%;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form input, .rtl #commentform.wp-review-comment-form input {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form textarea, #commentform.wp-review-comment-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.31);
    max-width: 100%;
    font-size: 16px;
    padding-left: 2.5%;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form textarea, .rtl #commentform.wp-review-comment-form textarea {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form > div, #commentform.wp-review-comment-form > div {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.rtl form.wp-review-comment-form > div, .rtl #commentform.wp-review-comment-form > div { float: right }
/**
 * Show on thumbnails
 */
.wp-review-thumbnail-wrapper { position: relative }
.wp-review-on-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 2px 4px;
}
.wp-review-on-thumbnail.review-type-star .review-total-star { margin: 0 }
.review-type-circle.latestPost-review-wrapper, .review-type-circle.wp-review-on-thumbnail {
    height: 35px;
    background: #fff;
}
.latestPost-review-wrapper .wp-review-circle-rating, .wp-review-on-thumbnail .wp-review-circle-rating { font-size: 11px !important }
.review-type-circle.review-total-only, .review-type-circle.wp-review-show-total {
    padding-top: 6px;
    height: 34px;
}
.review-type-star.latestPost-review-wrapper {
    padding: 2px 8px;
}
.widget .wp-review-show-total .review-star, .widget .wp-review-user-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
}
/**
 * Animation
 */
.review-wrapper .review-result { transition: width 2s ease }
.review-wrapper.delay-animation .review-result {
    width: 0% !important;
    transition: none;
}
/**
 * Font icon
 */
@font-face {
  font-family: 'font-icons';
  src: url("../../../plugins/wp-review/assets/fonts/font-icons_8615d1.eot");
  src: url("../../../plugins/wp-review/assets/fonts/font-icons_8615d1.eot") format('embedded-opentype'),
       url("../../../plugins/wp-review/assets/fonts/font-icons_8615d1.woff") format('woff'),
       url("../../../plugins/wp-review/assets/fonts/font-icons_8615d1.ttf") format('truetype'),
       url("../../../plugins/wp-review/assets/fonts/font-icons_8615d1.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="mts-icon-"]:before, [class*=" mts-icon-"]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 2px;
}

[class*="mts-icon-loader"]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.mts-icon-star:before { content: '\e800'; }
.mts-icon-loader:before { content: '\e801'; }

.wp-review-plugin-backlink {
    display: block;
    font-size: 11px;
    margin-bottom: 1.5em;
}

#review.wp-review-box-with-backlink {
    margin-bottom: 0;
}

/*
   Spin Animation For Loader
*/
.animate-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin { 
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
@keyframes spin { 
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
/*-----------------------------------------------------*/
/* Responsvie
/*-----------------------------------------------------*/
@media screen and (max-width:1040px) { 
  .review-desc { width: 71% }
}
@media screen and (max-width:860px) { 
  .review-desc { width: 66% }
}
@media screen and (max-width:470px) { 
  .review-desc {
      padding: 4%;
      width: 100%;
  }
  .review-total-wrapper {
      width: 100%;
      margin-right: 0;
  }
  .review-total-wrapper span.review-total-box {
      padding: 10px 0 20px;
      text-align: left;
      padding-left: 10px;
  }
  .rtl .review-total-wrapper span.review-total-box {
      padding: 10px 0 20px;
      text-align: right;
      padding-left: 0;
      padding-right: 10px;
  }
  .review-total-star {
      position: absolute;
      right: 20px;
      top: 5px;
  }
  .rtl .review-total-star {
      right: auto;
      left: 20px;
  }
  .user-total-wrapper { width: 96% }
  .review-total-star.allowed-to-rate {
      position: relative;
      right: auto;
      left: 0;
      float: left;
  }
  .rtl .review-total-star.allowed-to-rat e{
      right: 0;
      left: auto;
      float: right;
  }
}/*
* Plugin Name: WP Review
* Plugin URI: https://wordpress.org/plugins/wp-review/
* Description: Create reviews! Choose from Stars, Percentages or Points for review scores. Supports Retina Display, WPMU & Unlimited Color Schemes.
* Author: MyThemesShop
* Author URI: http://mythemeshop.com/
*/
.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #E4E4E4;
}
.wp_review_tab_widget_content img {
    max-width: 100%;
    height: auto;
}
.wp_review_tab_widget_content a { color: #444 }
.wp_review_tab_widget_content ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.wp_review_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wp_review_tab_widget_content ul.has-2-tabs li {

}
.wp_review_tab_widget_content ul.has-3-tabs li { width: 33.33% }
.wp_review_tab_widget_content ul.has-4-tabs li { width: 50% }
.wp_review_tab_widget_content .tab_title a {
    display: block;
    background: #f0f0f0;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}
.wp_review_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.wp_review_tab_widget_content .tab_title.selected a {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.wp_review_tab_widget_content .inside {
    background: #fff;
    padding-top: 10px;
}
.wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    padding: 0px 15px 10px 15px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}
.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wp_review_tab_widget_content .tab-content li:first-child { padding-top: 5px }
.wp_review_tab_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wp_review_tab_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #999;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}
.wp_review_tab_widget_content .wp-post-image { margin: 0 !important }
/* Pagination */
.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.wp_review_tab_widget_content .wp-review-tab-pagination a { margin: 0 15px }
.wp-review-tab-pagination a.next { float: right }
/* Loading... */
.wp-review-tab-loading { min-height: 120px }
.wp-review-tab-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 11;
}
.clear { clear: both }
.wp-review-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Rating... */
.review-total-only.small-thumb {
    font-size: 15px;
    font-weight: bold;
    padding: 0 4px;
    margin-top: 4px;
    float: left;
}
.review-total-only.small-thumb.review-type-star {
    background: none;
    padding: 0;
}
.review-total-only.large-thumb {
    position: absolute;
    top: 0;
    right: 15px;
}
li:first-child .review-total-only.large-thumb {
    top: 5px;
    right: 15px;
    display: block;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a { border-bottom: 1px solid #E4E4E4 }
.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a { border-left: 0 }
.title-right { overflow: hidden }