/*
Theme Name: Flato
Theme URI: http://www.themememe.com/flato
Author: ThememMeme
Author URI: http://www.themememe.com
Description: Flato is a simple blogging theme with a flat design.
Version: 1.3

License: GNU General Public License
License URI: license.txt
Text Domain: themememe

Tags: white, blue, two-columns, responsive-layout, sticky-post, theme-options, threaded-comments, full-width-template, light, right-sidebar
*/

/* ==========================================================================
   General
   ========================================================================== */

body {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Georgia, Times, serif;
	line-height: 1.9;
	background: #f2f3f8;
	min-width: 415px;
}

h1, h2, h3, h4, h5, h6 {
	color: #323e4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
blockquote p {
	color: #828a8c;
	font-size: 18px;
	font-style: italic;
	font-family: Verdana, "Noto Serif", Georgia, Times, serif;
	line-height: 1.6;
}
blockquote cite {
	margin-top: 10px;
	display: block;
	color: #384750;
	font-size: 14px;
	font-weight: 700;
}
pre {
	background: #f7f7f7;
	border-radius: 0;
	border: 2px solid #e2e2e2;
}

/* Links */
a {
	color: #78a3b9;
	-webkit-transition: color .1s linear;
	   -moz-transition: color .1s linear;
		-ms-transition: color .1s linear;
		 -o-transition: color .1s linear;
			transition: color .1s linear;
}
a:hover,
a:focus {
	color: #de3a31;
	outline: none;
}

/* Forms
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	height: 45px;
	border-color: #71C15B;
	border-width: 2px;
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
select {
	height: 45px;
	padding: 10px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#61AB55;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none repeat scroll 0% 0% #70C05A;
	color:#fff;
}
input[type="reset"] {
	color: #333;
	background: #eee;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
}
input[type="reset"]:hover,
input[type="reset"]:focus {
	color: #333;
	background: #e5e5e5;
}

/* Media
   ========================================================================== */
img.alignleft,
.wp-caption.alignleft {
	margin: .5em 1.5em 1em 0;
}
img.alignright,
.wp-caption.alignright {
	margin: .5em 0 1em 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: 1.5em auto;
}
.page-content img,
.entry-content img,
.comment-content img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	padding: .6em;
	background: #f7f7f7;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #878787;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: .6em 0 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.entry-attachment .attachment {
	margin: 0 0 1.5em;
}
.attachment-thumbnail {
	border-color: #f7f7f7!important;
}

/* FlexSlider
   ========================================================================== */
.flexslider {
	min-height: 100px;
	margin-bottom: 1.5em;
	position: relative;
	border: none;
	zoom: 1;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .slides li {
	margin: 0;
	display: none;
	position: relative;
	background: #f7f7f7;
}
.flexslider .slides li p {
	margin: 0;
}
.flex-container {
	zoom: 1;
	position: relative;
}
.flexslider .slides img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

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

/* Caption style */
.flex-caption {
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
    padding: 20px 30px;
	font-size: 14px;
	line-height: 1.5;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
 }

/* Direction nav */
.flex-direction-nav {	
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50%;
	margin: 0;
	padding: 0;
	display: block !important;
	list-style: none;
    z-index: 1;
}
.flex-direction-nav li a {
	visibility: hidden;
	text-decoration: none;
}
.flex-direction-nav li a:after {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: FontAwesome;
	text-align: center;
	visibility: visible;
	line-height: 60px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}
.flex-direction-nav li a:hover:after {
	color: #fff;
	background: rgba(0, 0, 0, .45);
	border-color: rgba(0, 0, 0, 0);
}
.flex-direction-nav li a.flex-next {
	float: right;
}
.flex-direction-nav li a.flex-prev {
	float: left;
}
.flex-direction-nav li a.flex-next:after {
	content: "\f054";
}
.flex-direction-nav li a.flex-prev:after {
	content: "\f053";
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
    margin: 20px 0 0;
	padding: 0!important;
	text-align: center;
    list-style: none;
	line-height: 1;
}
.flex-control-nav li {
    margin: 0 0 0 5px!important; 
    display: inline-block;
    text-indent: -999em;
    zoom: 1; 
}
.flex-control-nav li a {
    width: 12px; 
    height: 12px; 
    display: block;
    cursor: pointer; 
	text-decoration: none;
    text-indent: -999em; 
    background: #e2e2e2; 
    background: rgba(0, 0, 0, .1); 
    border-radius: 50%; 
}
.flex-control-nav li a:hover {
	background: rgba(0, 0, 0, .75);
}
.flex-control-nav li a.flex-active {
	background: #de3a31;
	cursor: default;
}

/* DropKick - custom select style
   ========================================================================== */
.dk_container {
	display: none;
	max-width: 100%;
	background: #fff;
}
.dk_container:focus {
	outline: 0;
}
.dk_container a {
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}
.dk_container select {
	position: absolute;
	top: -99999em;
	visibility: hidden;
}
.dk_toggle {
	padding: 10px 15px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	position: relative;
	color: #828a8c!important;
	border: 2px solid #e2e2e2;
	zoom: 1;
}
.dk_toggle:hover {
	color: #828a8c!important;
	text-decoration: none;
}
.dk_toggle:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	padding: 12px 17px;
	content: '\f078';
	color: #fff;
	font-family: FontAwesome;
	background: #de3a31;
}

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
}

/* Applied whenever the dropdown is open */
.dk_open {
	position: relative;
	z-index: 10;
}
.dk_open .dk_options {
	display: block;
}
.dk_open .dk_label {
	color: inherit;
}

/* The outer container of the options */
.dk_options {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
			box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.dk_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dk_options ul li {
	margin: 0!important;
	padding: 0!important;
	border-bottom: 1px solid #e2e2e2;
}
.dk_options ul li:before {
	display: none!important;
	margin: 0!important;
	content: ""!important;
}
.dk_options a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #333a42!important;
}
.dk_options a:hover,
.dk_options .dk_option_current a {
	color: #de3a31!important;
	text-decoration: none;
	background: #f7f7f7;
}
.dk_options li:last-child a {
}
.dk_options .disabled {
	cursor: default;
}
.dk_options .disabled a {
}
.dk_options .disabled:hover,
.dk_options .disabled:hover a {
	cursor: default;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
	max-height: 250px;
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/*	nativeMobile override */ 
.dk_mobile {
	position: relative;
}
.dk_mobile select {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

/* Search Forms
   ========================================================================== */
.search-form {
	padding-right: 53px;
	position: relative;
}
.search-form .form-group {
	margin: 0;
}
.search-form .form-submit {
	position:absolute;
	right:0;
	top:0;
}
.search-form .fa-search {
	font-size: 18px;
	line-height: 1;
}

/* Layout
   ========================================================================== */
.container {
	max-width: 1224px;
	position: relative;
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Top Bar
   ========================================================================== */
.site-top {
	background: #37495c;
}

/* Header
   ========================================================================== */
.site-header {
	background: url('/wp-content/uploads/2014/09/header-top.png') no-repeat center 0;
}

.site-header .container {
	padding-top: 130px;
	padding-bottom: 40px;
}

#nojsWarning{
	padding: 20px;
	text-align: center;
	background: #37495c;
	color: #ff9090;
}

#nojsWarning p {
	margin: 0.5em;
	margin-top: 0;
}


/* Logo
   ========================================================================== */
.site-title {
	margin: 0;
	font-size: 70px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}

@media only screen and (max-width: 720px) {
        .site-title img {
              width: 100%;
        }
}

.site-title img {
	max-width: 422px;
}


.site-title a {
	color: #fff;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-description {
	color: #8b99a0;
	font-size: 15px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Navigation
   ========================================================================== */
.menu-bar ul {min-height:72px}

.menu-toggle,
.menu-bar ul li a {
	color: #fff;

}

.menu-bar ul li > a {
	min-height:72px;
	line-height:72px;
}

.menu-bar ul li > a:hover {
	background: none;
	box-shadow: inset 0px 0 5px 0 #111323,inset -2px 0 0 0 rgba(255,255,255,.15),inset 0px 0 0 0 rgba(255,255,255,.15);
}

.menu-bar ul li {
	box-shadow: inset -1px 0 0 0 #111323,inset -2px 0 0 0 rgba(255,255,255,.15),inset 1px 0 0 0 rgba(255,255,255,.15);
}


.menu-bar ul li > a:hover, 
.menu-bar ul li:hover > a, 
.menu-bar ul li.current_page_item > a, 
.menu-bar ul li.current-menu-item > a,
.menu-bar ul li.current-menu-ancestor > a,
.menu-bar ul li.current_page_ancestor > a,
.menu-bar ul li.current-post-parent > a {
	color: #fff;
}


@media only screen and (min-width: 720px) {
	.menu-bar > ul > li > a {
		font-size: 12px;
		font-weight: 400;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.menu-bar ul ul li a {
		padding: 10px 20px;
		color: #333;
		color: rgba(0, 0, 0, .7);
		font-size: 13px;
	}
	.menu-bar ul ul li > a:hover, 
	.menu-bar ul ul li:hover > a {
		color: #de3a31;
		background-color: #f7f7f7;
	}
	.menu-bar ul ul li:hover > a, 
	.menu-bar ul ul li.current_page_item > a, 
	.menu-bar ul ul li.current-menu-item > a,
	.menu-bar ul ul li.current-menu-ancestor > a,
	.menu-bar ul ul li.current_page_ancestor > a,
	.menu-bar ul ul li.current-post-parent > a {
		color: #de3a31;
	}
}
@media only screen and (max-width: 719px) {
	.site-top > .container {padding-left:0 !important; padding-right:0 !important}







.hitbtc-guestMenu {position:absolute; right:0; left:86px !important; top:0; z-index:100; margin-top:-80px;}
	.hitbtc-guestMenu li {margin-top:0px; margin-left:12px}

        	html body .hitbtc-guestMenu .hitbtc-link-signin a {
			font-size: 10px !important;
			/*font-weight:bold;*/
			line-height:10px !important;
			border-radius: 5px;
			background-color: #40b9cd;
			border: 1px solid #2ec9e2;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:2px 4px;
		}

		.hitbtc-guestMenu .hitbtc-link-register a {
			font-size: 10px !important;
			/*font-weight:bold;*/
			line-height:10px !important;
			border-radius: 5px;
			background-color: #F5675D;
			border: 1px solid #F19E98;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:2px 4px;
		}

		.hitbtc-guestMenu .hitbtc-link-trydemo a {
			font-size: 10px !important;
			line-height:10px !important;
			border-radius: 5px;
			border: 1px solid #71c15b;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:4px 8px !important;
			position:relative;
			top:0px !important;
		}










	.hitbtc-logo-top-menu img {height:30px; margin-left:15px;}

	#menu-hitbtc-top-menu {margin-left:0px !important;}
		#menu-hitbtc-top-menu li {}

	.menu-bar ul {
		border-top: 1px solid #2b3542;
	}
	.menu-bar ul li {
		border-bottom: 1px solid #2b3542 !important;
	}
	.menu-bar ul li a {
		font-size: 18px;
		line-height: 50px;
	}
	.menu-bar ul ul li a {
		font-size: 12px;
	}
}

/* Search
   ========================================================================== */
.site-search {
}
.search-toggle {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	padding: 0 20px;
	cursor: pointer;
	color: #999;
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	background: #de3a31;
	z-index: 999;
}
.search-toggle:hover,
.search-toggle.active {
	background: rgba(0, 0, 0, .15);
}
.search-expand {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 330px;
	display: none;
	background: #323e4e;
	z-index: 999;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .01);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .01);
			box-shadow: 0 1px 0 rgba(255, 255, 255, .01);
}
.search-expand-inner {
	padding: 15px;
	background: rgba(0, 0, 0, .15);
}
.site-search .search-form .search-submit {
}
.site-search .search-form .search-submit:hover,
.site-search .search-form .search-submit:focus {
}
@media only screen and (max-width: 719px) {
	.search-toggle,
	.search-expand {
		left: 15px;
		right: auto;
	}
}

/* ==========================================================================
   Main Area
   ========================================================================== */
.site-main .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 719px) {
	.site-main .container {
		padding-bottom: 0;
	}
}

/* Entries
   ========================================================================== */
.sticky {
}
.hentry {
	margin-bottom: 30px;
	padding-bottom: 40px;
}

/* Entry Header */
.entry-header {
	margin: 0 0 20px;
}

/* Entry Title */
.entry-title {
	margin: 0 0 5px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom:13px;
}
.entry-title a {
	color: #323e4e;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #2ec9e2;
	text-decoration: none;
}
.entry-title a:visited {

}

/* Entry Meta */
.entry-meta {
	color: #a2bcc9;
	font-size: 13px;
	font-family: Verdana;
}
.entry-meta a {
	color: #a3a3a3;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #323e4e;
	text-decoration: none;
}
.entry-meta a:visited {
}

/* Entry Footer */
.entry-footer {
	margin-top: 30px;
}

/* Entry Meta Icons */
.entry-meta .fa {
	margin-right: 5px;
	font-size: 12px;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .bookmark-link {
	margin-right: 15px;
}

/* Entry Thumbnail */
.entry-thumbnail {
}

/* Entry Content */
.entry-content {
	margin-bottom: 30px;
}
.entry-summary {
	margin-bottom: 30px;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-top: 5px;
}

/* More Links */
.more-link {
	}
.more-link a {
	padding: 12px 15px;
	display: inline-block;
	color: #323e4e;
	font-size: 12px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	background: #f7f7f7;
}
.more-link a:hover,
.more-link a:focus {
	color: #fff;
	background: #de3a31;
}

/* Post Formats
   ========================================================================== */
.mejs-container {
	margin-bottom: 30px;
}

/* Search results/No posts
   ========================================================================== */
.page-header {
	margin: 16px 0 30px;
	border: none;
}
.page-title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 5px solid #dfdfdf;
}
.taxonomy-description {
	margin: 10px 0 0;
	font-size: 14px;
}
.taxonomy-description p:last-child {
	margin: 0;
}

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

/* Page Links
   ========================================================================== */
.page-links {
	margin-bottom: 30px;
}
.page-links a {
	margin: 0 5px;
	padding: 12px 15px;
	display: inline-block;
	color: #323e4e;
	font-size: 14px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	background: #e2e2e2;
}
.page-links a:first-child {
	margin-left: 5px;
}
.page-links a:hover,
.page-links a:focus {
	color: #fff;
	background: #de3a31;
}

/* Content Navigations
   ========================================================================== */
.site-main [class*="navigation"] {
}
.site-main [class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}
.site-main [class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.site-main [class*="navigation"] a {
	padding: 20px;
	display: inline-block;
	color: #323e4e;
	font-size: 13px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
	background: #f7f7f7;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus {
	color: #fff;
	background: #de3a31;
}

/* Single post navigation */
.site-main .post-navigation {
	margin: -30px 0 30px;
	background: #f7f7f7;
}
.site-main .post-navigation a {
	padding: 20px 30px;
	display: block;
	color: #78a3b9;
	font-size: 14px;
	font-weight: 400;
	font-family: Verdana, "Noto Serif", Georgia, Times, serif;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5;
	background: transparent;
}
.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	color: #de3a31;
	background: transparent;
}
.site-main .post-navigation .meta-nav {
	display: block;
	margin-bottom: 5px;
	color: #323e4e;
	font-size: 13px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Comments navigation */
.site-main .comment-navigation {
	margin-bottom: 30px;
}
.site-main .comment-navigation a {
	padding: 15px;
	font-size: 12px;
}

/* Comments
   ========================================================================== */
.comments-area {
}
.comments-title {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 1.2;
}

/* Comment List */
.comment,
.pingback {
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.comment-avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	display: block;
}
.comment-body {
}
.comment-meta {
	overflow: hidden;
	color: #999;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.comment-meta a {
}
.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none;
}
.comment-meta .fa {
	margin-right: 5px;
	color: #c5c5c5;
	font-size: 12px;
}
.comment-author {
	display: block;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-footer .edit-link {
	margin-right: 15px;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply {
}
.comment-list {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}
.comment ul.children {
	margin: 25px 0 -15px 55px;
	padding: 0;
	list-style: none;
}
.bypostauthor {
}

/* Comment Form */
.comment .comment-respond {
	margin-top: 20px;
}
.comment-reply-title {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.2;
}
a#cancel-comment-reply-link {
	margin-left: 10px;
}
a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:focus {
	text-decoration: none;
}
a#cancel-comment-reply-link:before {
	width: 1em;
	margin-right: 3px;
	display: inline-block!important;
	content: "\f00d";
	color: #666;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
}
.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 50%;
}
.comment-form-comment textarea.form-control {
	min-height: 150px;
}
.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	margin: 5px 0 0;
	display: block;
	color: #999;
	white-space: normal;
	background: none;
}

/* Subscription - Jetpack */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: text-bottom;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
	margin-bottom: 30px;
}
.widget-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.widget-title a {
	color: #323e4e;
}
.widget img {
	max-width: 100%;
	height: auto;
}

/* Widget Lists
   ========================================================================== */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 5px 0;
	margin-left: 23px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
	padding-bottom: 0;
}

/* Widget Icons
   ========================================================================== */
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before,
.widget_rss ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_calendar caption:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before {
	width: 1em;
	margin-left: -23px;
	margin-right: 8px;
	display: inline-block;
	color: #c5c5c5;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
	vertical-align: baseline;
}
.widget_archive ul li:before { content: "\f073"; } 
.widget_categories ul li:before { content: "\f07c"; }
.widget_links ul li:before { content: "\f08e"; }
.widget_meta ul li:before { content: "\f0da"; }
.widget_rss ul li:before { content: "\f09e"; }
.widget_recent_comments ul li:before { content: "\f075"; }
.widget_recent_entries ul li:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li:before,
.widget_nav_menu ul li:before { content: "\f068"; }

/* Widget Specific
   ========================================================================== */
/* Widget Select */
.widget select {
	width: 100%;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Archives Widget */
.widget_archive select,
.widget_categories select {
	margin-top: 10px;
}
.widget_archive .dk_container,
.widget_categories .dk_container {
	margin-top: 15px;
}

/* RSS Widget */
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block;
	color: #999;
	font-size: 12px;
}
.widget_rss li > cite {
	font-style: italic;
	font-weight: 700;
}

/* Calendar Widget */
.widget_calendar caption {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.site-sidebar {
	font-size: 14px;
	line-height: 1.6;
}
.site-sidebar a {
}
.site-sidebar a:hover,
.site-sidebar a:focus {
}
.site-sidebar .widget {
	padding: 20px 30px;
	padding-top:0;
	padding-left:12px;
	padding-bottom:12px;
}
.site-sidebar .widget-title {
}
@media only screen and (max-width: 719px) {
	.site-sidebar {
		margin: 30px 0 0;
		padding: 0;
	}
	.site-sidebar .widget {
		margin: 0;
		padding: 20px 15px;
	}
	.site-sidebar .widget:last-child {
		padding-bottom: 30px;
	}
	.site-sidebar .widget-title {
		font-size: 14px;
	}
}

/* ==========================================================================
   Extra
   ========================================================================== */
.site-extra {
	color: #bed4df;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 1.6;
	background: #323e4e;
}
.site-extra .container {
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2b3542;
}
.site-extra a {
}
.site-extra a:hover,
.site-extra a:focus {
	color: #fff;
}
.site-extra .widget {
}
.site-extra .widget-title {
	margin-bottom: 15px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	border: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	color: #bed4df;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	line-height: 1.5;
	background: #323e4e;
}
.site-footer .container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-footer a {
}
.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}
.site-credit {
	text-align: right;
}

@media only screen and (max-width: 719px) {
	.site-footer,
	.site-credit {
		text-align: center;
	}
}

/* NEW */
.site-sidebar .widget ul {margin:0 !important; padding:0;}
.site-sidebar .widget li {list-style:none !important; padding:0; margin-bottom:2px;}
.site-sidebar .widget a {color:#2a3b4d !important; text-decoration: underline; font-size:12px !important}
.site-sidebar .widget a:hover {color:#006b8e !important; text-decoration: none;}
.site-sidebar .widget-title {font-size:12px; font-weight:normal; text-transform:uppercase; color:#9f9f9f; padding-bottom:0;}
.site-sidebar .widget_nav_menu ul li:before {display:none;}
.site-sidebar .widget_nav_menu ul li {margin-left:0 !important;}

#menu-hitbtc-social-links {background: url('/wp-content/themes/flato/img/soc-icon-sprite.png') no-repeat 0 6px;}
	#menu-hitbtc-social-links li {padding-left:30px}
	#menu-hitbtc-social-links a {text-decoration:none}

.post.type-post .byline {display:none;}
.tags-links a {text-decoration: underline; color:#a3a3a3 !important}
.tags-links a:hover {text-decoration: none; color:#006b8e !important}

.comments-link a {color:#05a5d6; font-weight:bold;}
.comments-link a:hover {color:#2ec9e2;}
 
.comment-this-post {margin-left:16px; display:inline-block; height:31px; font:12px/31px Verdana; color:#fff !important; padding:0 12px 0 48px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('/wp-content/themes/flato/img/comment-icon.png') #05a5d6 no-repeat 6px 4px;
}
.comment-this-post:hover {background: url('/wp-content/themes/flato/img/comment-icon.png') #2ec9e2 no-repeat 6px 4px;}

.comments-link-bottompost {float:right; position:absolute; right:76px; margin-top:-30px}
@media only screen and (max-width: 600px) {
	.comments-link-bottompost {float:left; position:static; margin-top:0;}
}
.really_simple_share {height:33px; float:left;}

.content-area {border-right:1px solid #e0e0e0; padding-right:76px;}
.post.type-post .fa {color:#1cacd9;}

.hitbtc-logo-top-menu {width:130px; height:55px; position:absolute; top:8px; left:0;}
#menu-hitbtc-top-menu {margin-left:131px;}


@media only screen and (max-width: 1007px) {
	.hitbtc-guestMenu {
		top:70px !important;
		left:0; 
		right:auto;
		margin-left:-12px;		
	}
}

.hitbtc-guestMenu {position:absolute; right:0; top:0; z-index:100}
	.hitbtc-guestMenu li {display:inline-block; margin-top:24px; margin-left:12px}

        	html body .hitbtc-guestMenu .hitbtc-link-signin a {
			font-size: 14px;
			/*font-weight:bold;*/
			line-height:14px;
			border-radius: 5px;
			background-color: #40b9cd;
			border: 1px solid #2ec9e2;
			color: #fff;
			font-family: sans-serif;	
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:4px 16px;
		}

		.hitbtc-guestMenu .hitbtc-link-register a {
			font-size: 14px;
			/*font-weight:bold;*/
			line-height:14px;
			font-family: sans-serif;
			border-radius: 5px;
			background-color: #F5675D;
			border: 1px solid #F19E98;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:4px 16px;
		}

		.hitbtc-guestMenu .hitbtc-link-trydemo a {
			font-size: 14px;
			line-height:14px;
			border-radius: 5px;
			border: 1px solid #71c15b;
			color: #fff;
			cursor: pointer;
			font-family: sans-serif;
			display: inline-block;
			text-align: center;
			text-decoration: none;			
			padding:4px 16px;
			position:relative;
			top:-1px;
		}
		.hitbtc-guestMenu .hitbtc-link-trydemo a:hover {
			background:#71c15b;
		}

.site-search {display:none}

#es_msg {font-size:12px; color:#f5675d !important; position:relative; top:-4px}
input#subscribe {position:relative; top:2px;}
.subscribe-to-doi-comments {margin-top:16px;}
.subscribe-to-doi-comments label {cursor:pointer; padding-left:4px;}

.comment-form-wrap-main {overflow:hidden; width:100%;}
.comment-form-wrap-main:after {content:''; display:block; clear:both;}
	.comment-form-wrap-fields {float:right; width:48%;   margin-top: 43px;}
		.comment-form-wrap-fields div {max-width:100%;}
			.comment-form-wrap-fields input {width:100% !important;}

	.comment-form-wrap-main .comment-form-wrap-textarea {float:left; width:50%;}
		.comment-form-wrap-main .comment-form-wrap-textarea textarea {width:100%; min-height:165px !important}

.es_textbox_class:focus {
	border:1px solid #71C15B !important;
}

.site-menu {float:left;}

.hitbtc-userMenu {
float: right;
list-style: none;
margin: 0;
padding: 0;
}

.hitbtc-userMenu li {
	float: right;
	margin: 0 5px;
}

.hitbtc-userMenu li a {
color: #f2f3f9;
display: inline-block;
font-size: 11px;
height: 72px;
line-height: 90px;
margin: 0 15px;
text-decoration: none;
text-overflow: ellipsis;
width: 40px;
}



.hitbtc-userMenu li a {color: #fff; opacity: 0.7}
.hitbtc-userMenu li a:hover {color: #fff; opacity: 1}

.hitbtc-userMenu li.hitbtc-link-logout a {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNpi/PT5BwMOwAjE/2EcXh52XOoYmND4XkC8HojfAvE/IH4MxIIMBAALlOYE4iVAHIQk9x/ZJfgAzCUroAY8AOJ4IJaByskB8XtiDPEEYj8gfgLEFkC8CIif4tLw+cvPGUDMjm5IApTdD8QviXB9OhDvAxokhWyIOZS9k4F4YAXEp4EGWYGjERjFoDgGOY8P5FokhQug4YMP/ATiPCYiAh0fAKUlRpDCF1ABOTQFcTBFIAxMbGCMJP8ciB2BYjNBhpyECrqTECbHgdgEaMAxmJMXQCUKgVicCANmQ13wDO4naN7ZBMS+QHwfiBuAeDfUuQzE5B2YIdiS/T9ootMHpVpiMuB3IA6GptyNUM1MSAGLP4rwFAVMUNcQ9A5AgAEA16BI6LM6LgYAAAAASUVORK5CYII=') no-repeat 50% 16px;}

.hitbtc-userMenu li.hitbtc-link-settings a {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASBJREFUeNpi+P//PwMWnAzEn4H4JBCr4FADx9gEQZqQwUY0eQkgNiBkiAGaISAXpUENjwLib1DxLfgMkQbiP/+JA2AXsTBAgBAQSwDxayA+BsTMDITBd6h6sEticdh8CSpnDKUvIcmB1Icje+cVFgNuAzEPmjd5oOIwoA6TYwI65j4Wp9YD8Rc0MRC/BonvBGdBA3I1NBZgQBdHmtBFizWQPmlkBZlICsJxGBKCxetnkBWoo4UJJ5oBIP4NLIa8QlYUjhZL59Fi5zyOtFKEnMC+EZnAHgKxKDR8RJETmygQcxKRwP4CsRU0kb2GCTJB6ctAvBUpJUYDsQYQp0P5MMAMtRAVoAWeMdRryGIb0byjQkxRgK1oOAlNF8nY1AAEGACR1gXAFbqBDwAAAABJRU5ErkJggg==') no-repeat 50% 16px;}

.hitbtc-userMenu li.hitbtc-link-support a {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS1JREFUeNpi+P//PwMa5gfiNCDeC8S3/0MAiN4FxAlAzIOuB90AbyC2B+K3/7GDz1D5QFyGFEEVHoa6BBvIB+ItUHYFuiF+aIpzoM5HBoeh3kEGgTBDQGFgg2QDzNkgsWNAPBOIz2Dx5gGoGh6YNz5D6Sgg/gDET4BYCy28DKByILWZUC+D+AkMUBNh4CQQOwGxOpZYgxkEkt+OpGcvA5aYOIzDABhGD6tXTAwMDEIMqOAmA37wCI0vCjLkHZqgCgFD5ND479DD5Bg0FnCFiTpUHjlMDsBi5xuUTsATO+pQ8c/QdARTWwRLJ05oAYaeTmCxhp5OQGL8MFsCiUixx7CkWG/0vFOBFMXJOPIOyMsbceUd5DzkREQu9sNXFKCXJ/egmu9B+WnYyhOAAAMAWp+DPSRC87oAAAAASUVORK5CYII=') no-repeat 50% 16px;}

.hitbtc-userMenu li.hitbtc-link-account a {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpi+P//PwMajgXiq0D8E0rHoatB11DwHzsowKWJHYg/4ND0ASqPoUn/P36gj02THAFNcrj8dASHhqP4AkIFiO+gabgLFYerYwTrRAWcQBwKxCpAfAeIVwPxd2QF2DQRBOiaeIDYGYiNgJgfiD8C8Tkg3gvEX+CqoO5kBeIGAvHUCFUH1sQGxLv+Ewd2g9SDNLX8Jw20gvz0EuhKMRLC4RlI0y8gg5UETb9BmiqBjAQgFoeGGC4ACsnXQDwfIMAA1WPtY/yopWoAAAAASUVORK5CYII=') no-repeat 50% 17px;}


.menuBar__slogan {color: white; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 14px; padding-left: 27px; padding-top: 27px; float: left}


h2 > b {
	font-weight: normal;
}


#es_msg {
color: #71C15B !important;	
}

.site-main .post-navigation {
    position: relative;
    background: transparent;
}

.site-main .post-navigation .nav-previous:before, .site-main .post-navigation .nav-next:before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    background-color: #70C05A;
    z-index: 90;
}

.site-main .post-navigation .nav-previous:hover:before, .site-main .post-navigation .nav-next:hover:before {
    background-color: #61ab55;
}

.site-main .post-navigation .nav-previous *, .site-main .post-navigation .nav-next *,
.site-main .post-navigation .nav-previous:hover *, .site-main .post-navigation .nav-next:hover * {
    z-index: 100;
    position: relative;
    color: white;
}

.more-link a {
    background: #70C05A;
    color: white
}

.more-link a:hover, .more-link a:focus {
    background: #61ab55;
}

.subscribe {
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(5, 25, 34, 0.88);
    padding: 13px 0 23px;
    bottom: -100%;
    display: none;
    transition: bottom .5s ease;
}

.subscribe-close {
    width: 30px;
    height: 30px;
    background: url("/wp-content/themes/flato4/img/close_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -32px;
    opacity: .6;
    cursor: pointer;
}

.subscribe-close:hover {
    opacity: 1;
}

.subscribe-learn {
    font-size: 31px;
    margin: 0;
    font-weight: bold;
}

.subscribe-arrow {
    margin-top: 43px;
    margin-right: 49px;
    width: 55px;
    height: 16px;
    background: url("/wp-content/themes/flato4/img/blog_arrow.png") no-repeat;
    background-size: contain;
}

.subscribe-arrow-wrap {
    float: right;
}

@media all and (max-width: 1200px) {
    .subscribe-arrow {
        display: none;
    }
}

.subscribe-input-wrap {
    width: 59%;
    margin-top: 27px;
    float: right;
    position: relative;
}

input.subscribe-input {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.63);
}

.subscribe-advice {
    background: rgb(1, 162, 217);
    border-radius: 4px;

    height: 45px;
    width: 227px;
    margin-top: 27px;
}

.subscribe-advice-wrap {
    float: right;
    margin-left: 13px;
}

.subscribe-advice:hover, .subscribe-advice:focus {
    background: rgb(1, 143, 196);
}

.subscribe-success {
    float: right;
    color: rgb(1, 162, 217);
    font-size: 16px;
    margin-top: 33px;

    display: none;
}

.subscribe-error {
    color: #cb5c5c;
    font-size: 13px;
    margin-top: 2px;

    display: none;
}


@media all and (max-width: 991px) {
    .subscribe-advice-wrap {
        width: 38%;
        padding-left: 13px;
        box-sizing: border-box;
        margin-left: 0;
    }

    .subscribe-advice {
        width: 100%;
    }

    .subscribe-learn, .subscribe-text {
        text-align: center;
    }

    .subscribe-success {
        float: none;
        text-align: center;
    }
}

.addthis_toolbox.addthis_default_style.addthis_32x32_style:first-child {
    float: right;
    margin-top: -41px;
    margin-bottom: 0;
}

.entry-header {
    margin: 0 0 13px;
}

.entry-meta {
    margin-top: 11px;
}

.addthis_counter.addthis_bubble_style {
    display: none !important;
}