/*
Theme Name: tmf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmf
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tmf is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'bordamedium';
    src: url('css/font/borda_medium-webfont.eot');
    src: url('css/font/borda_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/borda_medium-webfont.woff2') format('woff2'),
         url('css/font/borda_medium-webfont.woff') format('woff'),
         url('css/font/borda_medium-webfont.ttf') format('truetype'),
         url('css/font/borda_medium-webfont.svg#bordamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bordabold';
    src: url('css/font/borda_bold-webfont.eot');
    src: url('css/font/borda_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/borda_bold-webfont.woff2') format('woff2'),
         url('css/font/borda_bold-webfont.woff') format('woff'),
         url('css/font/borda_bold-webfont.ttf') format('truetype'),
         url('css/font/borda_bold-webfont.svg#bordabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bordalight';
    src: url('css/font/borda_light-webfont.eot');
    src: url('css/font/borda_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/borda_light-webfont.woff2') format('woff2'),
         url('css/font/borda_light-webfont.woff') format('woff'),
         url('css/font/borda_light-webfont.ttf') format('truetype'),
         url('css/font/borda_light-webfont.svg#bordalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bordaregular';
    src: url('css/font/borda_regular-webfont.eot');
    src: url('css/font/borda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/borda_regular-webfont.woff2') format('woff2'),
         url('css/font/borda_regular-webfont.woff') format('woff'),
         url('css/font/borda_regular-webfont.ttf') format('truetype'),
         url('css/font/borda_regular-webfont.svg#bordaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* @import url(https://fonts.googleapis.com/css?family=Lora); */
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic);


html {
	font-family: "bordamedium";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "bordaregular";
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "bordaregular";
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
	list-style-image: url('images/list-bullet-line.png');
	font-family:"Lora";
	font-style:italic;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.entry-title a, .entry-content a, .tmf-text a{
	color:#212121!important;
	text-decoration:none;
}
.entry-title a:hover{
	text-decoration:underline;
}
.entry-content a, .tmf-text a{
	border-bottom:1px dashed;
}
.entry-content a:hover, .tmf-text a:hover{
	border-bottom:1px solid;
}

.content-area{
	color:#2b2d2f;
}
.content-area a{
	color:#2e4059;
}
.content-area a.img{
	border:none!important;
}
.content-area p a{
	border-bottom:1px dashed;
	text-decoration:none;
}
.content-area p a:hover{
	border-bottom:1px solid;
	text-decoration:none;
}
.tmf-cat-links a{
	padding:7px;
	padding-top:3px;
	background-color:#2b2d2f;
	border-radius:3px;
	color:#FFF;
	font-family:"bordamedium";
	display:inline-block;
	margin-top:3px;
}
h2{
	font-size:24px;
	margin-top:10px;
}
h2.title{
	font-size:26px;
	font-family:"bordamedium";
}
.wpcf7 h1{
	font-size:32px;
	font-family:"bordabold";
}
h2.entry-title{
	font-family:"bordabold";
}
h2.title.md{
	font-size:28px;
	font-family:"bordabold";
}
img.bigger{
	max-width: none;
    width: 120%;
    margin-left: -10%;
}
.pad{
	padding:5px;
}
.navbar-inverse {
    background-color: #272727;
    border-color: #272727;
    font-size:16px;
    color:#FFF;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}
#navbar-tmf a{
	font-family:"bordabold";
	color:#FFF;
	min-width:130px;
	text-align:center;
	outline:none;
	font-style:normal;
}
#navbar-tmf .dropdown-menu a{
	text-align:left;
}
#tmf-logo{
	width:80px;
}
a.navbar-brand{

	outline:none!important;
}
.article-top{
	position:fixed;
	top:-80px;
	left:0;
	width:100%;
	background:#FFF;
	z-index:1000;
  -webkit-transition: top 0.2s; 
  transition: top 0.2s;
}
.article-top.shown{
	top:0px;
}
.taxonomy-description{
	color:#FFF;
}
.article-top #tmf-logo{
	width:80px;
	margin-top:0px;
	margin-right:20px;
	margin-left:-2px;
}
.article-top h1, .article-top h2, .article-top h3, .article-top h4{
	clear:none;
}
.article-top h4{
	font-size:16px;
	font-family:"bordamedium";
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  color:#2b2d2f;
}
body {
  /* Margin bottom by footer height */
  overflow-x:hidden;
}
#content{
	min-height:50vh;
}
.footer {
  margin-top:30px;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 400px;
  background-color: #2b2b2b;
  color:#FFF;
}
footer a{
	color:#FFF!important;
}
footer ul{
	list-style-image: url('images/list-bullet.png');
	padding-left:0px;
	margin-left:10px;
	font-style:normal;
}

footer ul li{
	margin-bottom:10px;
}
@media (min-width: 768px){
	.navbar-nav>li>a {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
}

#menu-top-menu ul.dropdown-menu{
	background-color: rgba(39,39,39,0.9);
	border: 0px solid #f7f5e7;
	width:750px!important;
	padding:25px;
	padding-left:0px;
	border-radius:0px;
	box-shadow:none;
}

#menu-top-menu ul.dropdown-menu li{
	min-width:33%;
	margin:auto;
	float:left;
	padding:10px;
	padding-left:0px;
}
#menu-top-menu ul.dropdown-menu li a,
#menu-top-menu ul.dropdown-menu li a:hover{
	background:none;
}

#menu-top-menu ul.dropdown-menu li a:hover{
	text-decoration:underline;
}
.navbar-inverse .navbar-nav a:hover{
	border-top:3px solid rgba(255, 255, 255, 0.6);
	margin-top:7px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-radius:2px 2px 0px 0px;
	opacity:0.9;
}
.navbar-inverse .navbar-nav .dropdown-menu a:hover{
	border-top:0px solid rgba(255, 255, 255, 0.6);
	margin-top:inherit;
	    padding: 3px 20px;
	border-radius:0px;
	opacity:inherit;
}
#navbar-tmf .menu-item a:hover{
	
	opacity:0.9;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: rgba(39,39,39,0.9);
	border-top:3px solid #FFF;
	margin-top:7px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-radius:2px 2px 0px 0px;
	opacity:1;
}
#menu-top-menu li:first-child ul.dropdown-menu li {
	width:60%;
}
#menu-top-menu li:first-child ul.dropdown-menu {
	width:500px!important;
}

.navbar-nav{
	float:none;
}
.navbar-nav li:last-child{
	float:right;
}
.tmf-sticky{
	background-size:cover;
	background-position:top center;
	background-color:#565656;
	color:#FFF;
	height:50%;
	position:relative;
	cursor:pointer;
}
.tmf-sticky a{
	color:#FFF!important;
}
.tmf-sticky-body{
	position:absolute;
	bottom:0px;
	padding:20px;
}
.tmf-sticky-body h1{
	font-size:20px;
	font-family:"bordabold";
}
.tmf-sticky.plus .tmf-sticky-body h1{
	font-size:28px;
	font-family:"bordabold";
}
.
.tmf-sticky-mask{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	  background: -webkit-linear-gradient(rgba(39,39,39,0), rgba(39,39,39,0), rgba(39,39,39,0.8)); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(rgba(39,39,39,0), rgba(39,39,39,0), rgba(39,39,39,0.8)); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(rgba(39,39,39,0), rgba(39,39,39,0), rgba(39,39,39,0.8)); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(rgba(39,39,39,0), rgba(39,39,39,0), rgba(39,39,39,0.8)); /* Standard syntax */
}
.tmf-sticky.plus .tmf-sticky-mask, .tmf-sticky-mask{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background-image: url(images/foto-overlay-light.png); 
	background-size:100% 100%;
}
.tmf-mask{
	width:100%;
	height:100%;
	left:0;
	background-image: url(images/foto-overlay.png); 
	background-size:100% 100%;
}
header#masthead.wbg .tmf-mask{
	min-height:500px;
	max-height:100vh;
}
.tmf-hd-body{
	position:absolute;
	bottom:0px;
	padding:10px;
	padding-bottom:30px;
	color:#FFF;
	width:100%;
}
.tmf-hd-body a{
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dashed;
}
.tmf-hd-body a:hover{
	border-bottom:1px solid;
}
.tmf-hd-body h1, .tmf-gc-body h1{
	font-size:54px;
	font-family:"bordabold";
	max-width:70%;
	color:#FFF;
}
.tmf-gc-box h1.title{
	font-size:26px;
	font-family:"bordamedium";
}
.tmf-gc-body{
	color:#FFF;
}
.tmf-gc-body h1{
	margin-top:0px;
	font-size:45px;
}
.tmf-gc-body h4{
	margin-top:80px;
}
.tmf-gc-body p.tmf-desc{
	font-size:24px;
	font-family:"bordabold";
	padding-right:20px;
	padding-top:20px;
}
header#masthead{
	position:relative;
}
header#masthead.wbg{
	min-height:500px;
	max-height:100vh;
}
.tmf-sticky-wrap{
	height:540px;
}
.nopd{
	padding:0px;
}
.tmf-footer-widget{
	padding:40px;
	background-color:#262626;
}
.tmf-footer-widget input[type=search]{
	background-color:#1e1e1e;
	color:#FFF!important;
	border:0px;
	padding:14px;
	padding-left:24px;
	width:300px;
	border-radius: 4px 0 0 4px;
	outline:none;
	font-weight:normal;
	border: 1px solid #141414;
	border-right:0px;
}
.tmf-footer-widget input.search-submit{
	background-color:#414141;
	color:#FFF;
	font-size:22px;
	border:0px;
	padding-top:13px;
	padding-bottom:18px;
	width:140px;
	margin-left:-5px;
	box-shadow:none;
	text-shadow:none;
	font-family:"bordabold";
	border-radius: 0 4px 4px 0 ;
	transition: background-color 0.3s ease
}
.tmf-footer-widget input.search-submit:hover{
	background-color:#545454;
}
.tmf-footer-widget{
	line-height:22px!important;
}
.tmf-subscribe-black-1{
	background-color:#272727;
	border-radius:10px;
	border:2px solid;
	color:#FFF;
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	background-image:url(http://themedicalfuturist.melkweg.hu/wp-content/themes/tmf/images/tmf-logo-white.png);
	background-size:70px;
	background-position:top 25px right 30px;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}
.tmf-subscribe-black-1.black-2{
	min-height:230px;
	margin-bottom:40px;
}
.tmf-subscribe-black-1 h2.title{
	font-size:24px;
}
.tmf-subscribe-black-1 h2.title, .tmf-subscribe-black-1 p{
	width:45%;
}

.tmf-subscribe-black-1.black-2 h2.title, .tmf-subscribe-black-1.black-2 p{
	width:100%;
}
.tmf-subscribe-black-1 input[type=email]{
	position:absolute;
	top:45%;
	left:50%;
	background-color:#1e1e1e;
	border:1px solid #141414;
	width:30%;
	padding:10px;
	border-radius: 5px 5px 5px 5px;
	outline:none;
	color:#FFF;
}
.tmf-subscribe-black-1.black-2 input[type=email]{
	width:60%;
	left:30px;
	top:65%;
}
.tmf-subscribe-black-1 input.submit{
	position:absolute;
	top:45%;
	width:15%;
	right:30px;
	padding:10px;
	padding-bottom:14px;
	font-size:22px;
	color:#FFF;
	background-color:#77a2c0;
	box-shadow:none;
	border:0px;
	border-radius: 5px 5px 5px 5px;
}
input.submit{
  -webkit-transition: opacity 0.2s; 
  transition: opacity 0.2s;
}
input.submit:hover{
	opacity:0.8;
}
.tmf-subscribe-black-1.black-2 input.submit{
	top:65%;
	width:30%;
}
.tmf-subscribe-black-1 p.message, .tmf-subscribe-black-1 .loader{
	position:absolute;
	top:85%;
	left:50%;
}
.tmf-subscribe-black-1.black-2 p.message, .tmf-subscribe-black-1.black-2 .loader{

	left:30px;
}
.tmf-subscribe-white{
	width:100%;
	min-height:230px;
	margin:auto;
	background:#e5e5e5;
	padding:20px;
	clear:both;
}
.tmf-subscribe-white .fa{
	float:left;
	margin-right:15px;
	margin-top:5px;
}
.tmf-subscribe-white p{
	font-size:14px;
	margin-bottom:5px;
}
.tmf-subscribe-white input[type=email]{
	width:60%;
	float:left;
	padding:10px;
	border-right:0px;
	border-radius: 5px 0px 0px 5px;
	outline:none;
}
.tmf-subscribe-white input.submit{
	width:38%;
	float:left;
	padding:10px;
	padding-bottom:14px;
	font-size:22px;
	color:#FFF;
	background-color:#77a2c0;
	box-shadow:none;
	border:0px;
	border-radius: 0px 5px 5px 0px;
}
.tmf-subscribe-white p.message, .tmf-subscribe-white .loader{
	position:absolute;
	bottom:-35px;
	left:20px;
}
.tmf-subscribe-white a{
	color:#2b2d2f;
	outline:none;
}
.tmf-subscribe-white a:hover{
	text-decoration:none;
	opacity:0.8;
}
.tmf-subscribe-white .fa-twitter{
	color:#00aced;
}
.tmf-subscribe-white .fa-linkedin{
	color:#007bb7;
}
.tmf-subscribe-white .fa-facebook-official{
	color:#4a629e;
}
.tmf-subscribe-white .fa-youtube{
	color:#e52727;
}
.sm-box{
	width:40%;
	display:inline-block;
}

.tmf-subscribe-white #text-2{
	padding-left:50px;
}


.tmf-subscribe-article{
	width:380px;
	background-color:#f4f4f4;
	float:right;
	margin:30px;
	margin-right:-80px;
	font-family:"bordamedium";
	font-size:16px;
	position:relative;
}
.tmf-subscribe-article-body{
	padding:30px;
}
.tmf-subscribe-article h2{
	font-size:24px;
	margin-top:5px;
}

.tmf-subscribe-article p{
	margin-bottom:0px;
}
.tmf-subscribe-article ul{
	list-style: disc;
	list-style-image: url('images/redplus-bullet.png');
	font-family:"bordamedium";
	font-style:normal;
	margin:20px;
	margin-left:20px;
	margin-right:0px;
	padding:0px;
}
.tmf-subscribe-article input.submit{
    width: 100%;
    padding: 10px;
    padding-bottom: 14px;
    font-size: 22px;
    color: #FFF;
    background-color: #77a2c0;
    box-shadow: none;
    border: 0px;
    border-radius: 5px;
}
.tmf-subscribe-article input[type=email] {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    margin-bottom:10px;
}

section.tmf-topic-head{
	background-position:center right!important;
	background-repeat:no-repeat!important;
	background-size:50% auto;
	min-height:350px;
	background-color:#FFF;
	margin-top:-20px;
}
section.tmf-topic-head h1{
	font-size:54px;
	font-family:"bordabold";
	color:#77a2c0;
}
section.tmf-topic-head .taxonomy-description{
	font-size:24px;
	font-family:"bordamedium";
	line-height:26px;
}
.entry-content, .tmf-text{
	font-size:18px;
	font-family:"Lora";
	line-height:24px;
}
.tmf-gc-sidebar{
	background-color:#eaebec;
	width:100%;
	min-height:700px;
	position:absolute;
	top:-20px;
	right:0px;
	color:#212121;
	padding:20px;
	font-size:14px;
	font-family:"bordamedium";
}
.tmf-gc-sidebar p{
	text-align:left;
	padding:20px;
}
.tmf-gc-sidebar .col-xs-4, .tmf-gc-sidebar .col-xs-6{
	padding:0px;
}
.tmf-gc-sidebar iframe{
	margin-top:5px;
}
.tmf-gc-sidebar img{
	margin-top:5px;
	margin-bottom:5px;
}
.tmf-gc-sidebar a{
	color:#212121!important;
	border-bottom:1px solid #c2c3c3;
}
.tmf-gc-sidebar a:hover{
	text-decoration:none;
	border-bottom:1px solid #212121;
}


.tmf-fp-body{
	font-size:18px;
	font-family:"lora";
	padding-top:10px;
}
.tmf-gc-box{
	min-height:480px;
}
.tmf-gc-img{
	height:240px;
	overflow:hidden;
}
.gc-sticky{
	margin:0px;
}

.blog-item{
	min-height:280px;
}
figure{
	margin:0px;
}
.wp-caption-text{
	text-align:right;
	font-size:12px;
}
.content-area .entry-content{
	padding-left:15%;
	padding-right:15%;
}
.tmf-entry-thumbnail{
	width:100%;
	min-height:250px;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.tmf-entry-thumbnail .tmf-sticky-mask{
	margin:0px;
}
.nav-links{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.nav-previous, .nav-next{
	font-size:20px;
	background:#FFF;
	border:1px solid #b3b3b3;
	color:#b3b3b3!important;
	padding:5px;
	border-radius:5px;
	width:25%!important;
	float:none!important;
	margin:auto;
	text-align:center!important;
	display:inline-block;
	margin:10px;
	font-family:"bordabold";
}
.nav-previous a, .nav-next a{
	width:100%;
	display:inline-block;
	outline:none;
	color:#2e4059;
}
.nav-previous:hover a, .nav-next:hover a{
	text-decoration:none!important;
	opacity:0.8;
}
.nav-next, .nav-next a{
	background-color:#1e1e1e;
	color:#E6E6E6!important;
}
.tmf-gc-sidebar .col-xs-4 img{
	border-radius:60px;
}
.f-sm a:hover{
	opacity:0.8;
}
.container-about{
	margin-bottom:-20px;
}
.about-section{
	min-height:200px;
	padding-top:120px;
	padding-bottom:120px;
	background-size:cover;
	padding-left:200px;
	padding-left:50px;
	padding-right:50px;
	outline:none;
}
.about-section.thin{
	padding-top:60px;
	padding-bottom:60px;
}
.container-about footer{
	display:none;
}
.about-section h1,.about-section h2,.about-section h3,.about-section h4,.about-section h5,.about-section h6{
	clear:none;
	font-family:"bordamedium";
}
.about-section h2{
	font-family:"bordabold";
	font-size:34px;
}
a.tmf-btn{
    padding: 10px;
    padding-bottom: 14px;
    margin-top:10px;
    font-size: 22px;
    color: #FFF!important;
    background-color: #77a2c0;
    box-shadow: none;
    border: 0px!important;
    border-radius: 5px 5px 5px 5px;
    font-family:"bordamedium";
    width:300px;
    max-width:100%;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}
a.tmf-btn:hover{
	opacity:0.8;
}
.tmf-about-menu{
	position:fixed;
	left:0px;
	top:20%;
	width:200px;
}

#masthead .tmf-hd-body p.tmf-desc{
	font-size:18px;
	padding-right:30%;
}
span.theline{
	width:100%;
	height:5px;
	background-color:#e5e5e7;
	display:inline-block;
}
.carousel{
	font-size:30px;
	line-height:28px;
	font-style:italic;
}
.carousel-indicators .active{
	background-color:#000;
}
.carousel-indicators li{
	background-color:#dcdcdc;
}
.carousel-inner .item{
	min-height:430px;
}
.carousel-inner .item img.rounded{
	border-radius: 60px;
	margin-top:0px;
	margin-bottom:20px;
	width:75px;
	height:75px;
}
.carousel-inner h6{
	font-size:15px;
	font-style:normal;
	font-family:"Lora";
}

section.about-section .carousel.slide{
	margin-top:-80px;
	margin-bottom:-80px;
}   
blockquote{
	border:0px;
	background-image:url("images/quote.png");
	background-position:left top 10px;
	background-repeat:no-repeat;
	padding-left:60px;
	font-family:"Lora";
	font-style:italic;
	font-size:20px;
	margin-bottom:10px;
}



.wpcf7 input.wpcf7-form-control{
	border:0px;
	padding:10px;
	width:95%;
	height:70px;
	background:transparent;
	outline:none;
	font-size:22px;
}
.wpcf7 textarea{
	height:80px;
	width:95%;
	border:0px;
}
.wpcf7 span.inp{
	width:49%;
	padding:10px;
	display:inline-block;
	border-top:1px solid #aeaeae;
	position:relative;
	height:130px;
	color:#373737;
	font-family:"Lora";
	position:relative;
}
span.wpcf7-not-valid-tip{
	position:absolute;
	color:#c07777;
	right:0px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	border:0px;
	padding:0px;
}
.wpcf7 span.inp.focus{
	background:#FFF;
}
.modal-content{
	background-color:#f2f2f2;
}
.modal-dialog{
	width:70%;
}
.modal-body{
	padding:30px;
	padding-top:10px;
}
.wpcf7 .tmf-btn{
    padding: 10px!important;
    padding-bottom: 14px!important;
    font-size: 22px!important;
    color: #FFF!important;
    background-color: #77a2c0!important;
    box-shadow: none!important;
    border: 0px!important;
    border-radius: 5px 5px 5px 5px!important;
    font-family: "bordamedium"!important;
    width: 300px!important;
    height:auto!important;
    max-width: 100%!important;
    text-align: center!important;
    display: inline-block!important;
    cursor:pointer;
}
.wpcf7 .tmf-btn:hover{
	opacity:0.8;
}
.tmf-gc-desc{
	font-size:18px;
}
.modal-dialog button.close{
	float:left;
	color:#000!important;
	font-size:16px!important;
	font-family:"Lora"!important;
}
.modal-header{
	border:0px;
	padding-bottom:0px;
}
.article-top .tmf-btn{
	line-height:1em;
	margin-top:0px;
	padding-top:8px;
	padding-bottom:10px;
	text-decoration:none;
}
h2.title.md{
	margin-bottom:30px;
}
.tmf-highlight{
	width:100vw;
	left:0;
	background-color:#404040;
	color:#FFF;
	position:absolute;
	padding:40px;
	padding-right:15vw;
	margin-bottom:120px;
	vertical-align:middle;
}
.tmf-highlight img{
	float:left;
	margin-top:-40px;
	margin-bottom:-40px;
	margin-left:-40px;
	margin-right:40px;

}
@media (max-width: 768px){
	.article-top .tmf-btn{
		width:auto;
	}
	.tmf-subscribe-black-1 p.message, .tmf-subscribe-black-1 .loader{
		top:90%;
		left:30px;
	}
	.tmf-subscribe-article{
		width:100%;
		margin:0px;
	}
	.tmf-subscribe-white input.submit{
		font-size:18px;
		padding-top:13px;
		padding-bottom:15px;
	}
	h2.title.md{
		margin-bottom:10px;
	}
	.wpcf7 h1{
		font-size:28px;
	}
	.wpcf7 p{
		margin-bottom:10px;
	}
	.wpcf7 span.inp{
		width:100%;
	}
	.modal-body{
		padding:10px;
	}
	.carousel{
		font-size:20px;
		line-height:25px;
	}
	.wpcf7 input.wpcf7-form-control{
		height:40px;
	}
	.wpcf7 span.inp{
		min-height:80px;
		height:auto;
	}
	.modal-dialog{
		width:95%;
	}
	.about-section{
		padding-top:100px;
		padding-bottom:100px;
		padding-left:20px;
		padding-right:20px;
	}
	.wp-caption-text{
		text-align:center;
	}
	.tmf-mask-gray{
		background:rgba(39,39,39,1)!important;
	}
	.tmf-gc-img{
		padding-top:40px;
		height:auto;
	}
	.tmf-gc-sidebar{
		position:relative;
	}

	.tmf-footer-widget input.search-submit{
		width:auto;
	}
	.tmf-footer-widget input[type=search]{
		width:auto;
	}

	.tmf-subscribe-black-1.black-2{
		min-height:380px;
	}
	.tmf-subscribe-black-1.black-2 input[type=email]{
		top:76%;
		width:50%;
	}
	.tmf-subscribe-black-1 input.submit{
		top:76%;
		font-size:18px;
		padding:0px;
		padding-top:13px;
		padding-bottom:16px;
	}
	.tmf-subscribe-black-1.black-2 input.submit{
		top:76%;
		font-size:18px;
		padding:0px;
		padding-top:13px;
		padding-bottom:16px;
	}
	.tmf-subscribe-black-1{
		background-image:none;
	}
	.tmf-subscribe-black-1 h2.title, .tmf-subscribe-black-1 p{
		width:auto;
	}
	.tmf-subscribe-black-1 input[type=email]{
		left:30px;
		top:75%;
		width:52%;
	}
	.tmf-subscribe-black-1 input.submit{
		top:75%;
		width:30%;
	}
	.tmf-subscribe-black-1{
		min-height:380px;
	}
	.nav-previous, .nav-next{
		width:35%!important;
	}
	.f-sm{
		padding-left:20%;
	}
	section.tmf-topic-head h1{
		margin-top:0px;
	}
	.tmf-gc-body p.tmf-desc{
		font-size:20px;
	}
	section.tmf-topic-head .container{
		background-color:rgba(255,255,255,0.7);
	}
	.blog-item{
		margin-top:40px;
	}
	.article-top h4{
		display:none;
	}
	.tmf-hd-body h1, .tmf-gc-body h1{
		max-width:100%;
		font-size:33px;
	}
	.navbar-static-top{
		min-height:70px;
	}
	.navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
		background:transparent;
		border:0px;
		box-shadow:none;
		padding:20px;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
		background-color:rgba(0,0,0,0.5);
	}
	#navbar-tmf a{
		text-align:left;
	}
	.navbar-nav li:last-child{
		float:none;
	}
	#menu-top-menu ul.dropdown-menu li{
		min-width:100%;
	}
	#menu-top-menu ul.dropdown-menu{
		padding:0px;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		border:0px;
		margin-top: 7px!important;
	    padding-top: 15px!important;
	    padding-bottom: 20px!important;
	}
	.navbar-inverse .navbar-nav a.dropdown-toggle:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		padding-top:10px!important;
		padding-bottom:10px!important;
		margin-top: 0px!important;
	}
	.navbar-inverse .navbar-nav a.dropdown-toggle:hover{
		border:0px;
	}
	#menu-top-menu ul.dropdown-menu li{
		padding:0px;
	}
	.col-md-7.tmf-sticky-wrap{
		height:270px;
	}
	.nav>li>a, .nav>li{
		clear:both;
	}
	.tmf-sticky.plus .tmf-sticky-body h2{
		font-size:20px;
	}
	#page.site #content.site-content.container .col-md-12{

	}
	.tmf-subscribe-white{
		margin-top:-50px;
	}
	.content-area .entry-content{
		padding-left:0;
		padding-right:0;
	}
	html,body{
		width:100vw;
		overflow-x:hidden;
	}
	section.tmf-topic-head{
		min-height:300px;
	}
	.navbar-inverse #navbar-tmf{width:100%;position:absolute;background:rgba(39,39,39,1)!important;}
	.tmf-hd-body{
		padding-bottom:15px;
	}
	.tmf-hd-body .tmf-desc{
		line-height:16px;
	}
	#masthead .tmf-hd-body p.tmf-desc{
		padding-right:0%;
	}
	#masthead{
		background-position:center;
	}
	.tmf-footer-widget{
		padding-left:10px;
		padding-right:10px;
	}
	.sm-box{
		width:100%;
	}
	.widget_text.col-md-6{
		clear:both;
	}
	.tmf-subscribe-white p.message, .tmf-subscribe-white .loader{
		top:-20px;
		right:auto;
		left:20px;
	}
}