/*
Theme Name: rsd
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: LICENSE
Text Domain: rsd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

rsd is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Theme
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,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:transparent;text-decoration:none}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
h1{font-size:2em;margin:.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:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
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],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6,{font-weight:700;color:inherit;}
h1,.h1{font-size:41px;line-height:1.2}
h2,.h2{font-size:34px;line-height:1.2}
h3,.h3{font-size:28px;line-height:1.2}
h4,.h4{font-size:20px;line-height:1.2}
h5,.h5{font-size:16px;line-height:1.2}
h6,.h6{font-size:14px;line-height:1.2}
h1,h2,h3{margin-top:15px;margin-bottom:15px}
h4,h5,h6{margin-top:8px;margin-bottom:8px}
b,strong,optgroup{font-weight:700}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}

body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-wrap:break-word;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 3em;
}

ul {
	list-style: disc;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/

.mf-site-title {
    font-size: 30px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	padding: 5px 10px;
	border:solid 2px black;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

textarea {padding-left: 3px;width: 100%;}

select { padding:5px}

.button { display:inline-block}

select,input[type="text"],input[type="password"],input[type="email"] , input[type="search"], input[type="url"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;box-sizing:border-box;margin:0;outline:none;vertical-align:middle;width:100%; font-size: 1.000em; border: solid 1px #666; border-radius:0px;}
area:focus,input:focus, textarea:focus {}
button,html input[type="button"],input[type="reset"],input[type="submit"] {border:0px; display:inline-block}
area,textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;box-sizing:border-box;height:auto;overflow:auto;margin:0;outline:none;padding:8px 10px;width:100%; border: solid 1px #666;}

textarea, input[type="search"] {-webkit-appearance: none; border-radius:0px;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand { /* for IE 11 */
    display: none;
}

@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border: solid 1px #000;
    background: #000;
    color: #fff;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}


a:hover,
a:focus,
a:active {
	color: #a51e22;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-header-menu {
	display: none;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 10px 10px 5px;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #000;
	background:#fff
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	    
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	padding: 0px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 5px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {}

.dropdown-toggle {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: #fff;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	content: "+";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color:red;
	color: #fff;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "-";
}

.menu-toggle {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}


@media (max-width: 910px) {
	
	
	.menu-toggle {
		margin:10px;

	}
	
	.main-navigation ul {
	padding:0px}
	
	
	}



/** * 14.1 - >= 710px */

@media screen and (min-width: 44.375em) {

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		padding: 0.8125em 0.875em 0.6875em;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

}


/*** 14.3 - >= 910px*/

@media screen and (min-width: 56.875em) {

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {

	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 10px 10px 5px;
		white-space: nowrap;
		transition: all 0.5s ease;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		
		color: #000;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		transition: all 0.5s ease;
		opacity:0;

	}
	
	.main-navigation ul ul a {
		    font-size: 15px;
			padding:10px
	
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		border-bottom-width: 0;
		background: #fff;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	} 
	
/*		.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		left: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		left: 11px;
		top: -7px;
	} */

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		/* right: 0;    POSITION SUBMENU*/
		opacity:1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;	
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "+";
		margin-left: 5px;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

}























.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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%;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.widget li {
    padding: 5px;
    border-bottom: solid 1px #ccc;
}

/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 18px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 18px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { border: 1px solid #000; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 18px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 18px; text-transform: uppercase; padding-top: 10px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
/* WordPress Gallery */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery .gallery-item {
position: relative;
}

.gallery-item a:before {
font-family: FontAwesome;
content: "\f002";
position: absolute;
color:#fff;
background:#333;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
font-size: 35px;
width: 65px;
height: 65px;
line-height: 55px;
opacity:0;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-border-radius: 100%;
border-radius: 100%;
}

.gallery-item a:hover:before {
font-family: FontAwesome;
content: "\f002";
color:#fff;
background: rgba(51, 51, 51, 0.5);
opacity:1;	
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d3c2515b983d127be7af0cdadb20a8a3)
 * Config saved to config.json and https://gist.github.com/d3c2515b983d127be7af0cdadb20a8a3
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1140px;
  }
}


@media (min-width: 1380px) {
  .container {
    width: 1340px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1380px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@media (max-width: 980px) {.no-b-tab {display: none !important;}}
@media (max-width: 850px) {.no-tab {display: none !important;}}
@media (max-width: 767px) {.no-mobile {display: none !important;}}
@media (min-width: 768px) {.no-desktop {display: none !important;}} 
@media print {.no-print {display: none !important;}}

.site-branding {
    padding: 20px 0;
    text-align: center;
}

.entry-title {
    position: relative;
    text-transform: uppercase;
}

#wpmem_reg .noinput {
    border: 0px;
    font-size: 35px;
    background: #f2f2f2;
    padding: 10px;
	width: 100%;
}

a.pok-btn-u {
    border: solid 1px;
    padding: 0px 5px;
    display: inline-block;
}

a.pok-edit {
    background: red;
    padding: 3px 5px;
    color: #fff;
    border-radius: 5px;
}

a.btn-prod-tk {
    border: solid 2px;
    padding: 3px 25px;
    margin-top: 0px;
    display: block;
  font-size: 22px
}

.pok-reserved-form {
    max-width: 400px;
    display: inline-block;
    padding: 20px;
}

.mf-article a {
    text-decoration: underline;
}

a.post-edit-link {
    background: red;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.add-p-log {
    position: absolute;
    left: 0px;
    top: 0;
    background: red;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 8px;
	color:#fff;
	border-radius: 20px;
}

.add-p-log:hover {
    background: black;
}

.add-p-log a {
    color: #fff;
}

.pok-log-cont {
    margin: 10px 0 0;
}

.pok-log-btn {
    background: green;
    display: inline-block;
    padding: 0px 10px 0px 24px;
    right: 15px;
    top: 30px;
    font-size: 20px;
}

.pok-log-btn a {
color:#fff;
	display: block;
}

.pok-log-btn-adm {
    background: red;
    display: inline-block;
    padding: 0px 5px 0px 5px;
    right: 15px;
    top: 30px;
    font-size: 20px;
}

.pok-log-btn-adm a {
color:#fff;
	display: block;
}

#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
    width: 100%;
    margin: 0 0 14px 0;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
    width: 100%;
    /* height: 55px; */
    padding: 6px 0;
    text-align: right;
}

#wpmem_login .link-text {
    padding: 4px 0;
    width: 100%;
    text-align: right;
}

.pok-site-header-menu {
    background: #000;
}

.site-content {
    overflow: hidden;
}

.pok-box {
    text-align: center;
    border: solid 1px #ccc;
    margin: 0 0 28px;
    padding: 0 0 20px;
transition: all 0.5s ease;
	position: relative;
	border-bottom: solid 4px #a11e21;

}

.pok-box:hover {

	-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.42);
box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.42);
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    letter-spacing: 0.046875em;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}


.mf-tags {
    display: block;
    padding: 10px 0;
}

.tag-cloud-link {
    display: inline-block;
    /* border: 1px solid #666; */
    padding: 5px 10px;
    background-color: transparent;
    font-size: 14px!important;
    color: #333;
    margin: 0 0 5px 5px;
    /* border-radius: 3px; */
    background: #fff;
  border-radius: 3px;
}

.mf-tags a { background:#ccc; padding: 0 10px; color:white}

img {
    vertical-align: middle;
}

section.mf-section-footer {
    background: #f2f2f2;
}

.breadcrumbs {
    padding: 10px 0;
}

.mf-site-title {
    font-size: 30px;
}

.mf-site-title a {
    color: #000;
}

.mf-widget-title {
    position:relative;
    z-index: 1;
	margin-bottom:30px;
	font-size: 25px;
}

.entry-title {
    position: relative;
}



.mf-widget-title:after {
    position: absolute;
    z-index: 1;
    bottom: -9px;
    left: 0;
    width: 20%;
    height: 4px;
    margin: auto;
    background: #a52021;
    content: "";
}

.widget li a {
	color:#000
}

.main-navigation a {
    color: #fff;
    font-size: 17px;
}

.main-navigation .menu-item-has-children > a:after {
	font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
    padding: 5px ;
    border-radius: 100%;
    color: #000;
    font-weight: bold;
}

.mf-article {
    padding: 0px 0px 20px;
    background: #fff;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    padding: 10px;
    border-bottom: solid 4px #a52021;
	position: relative;
}

.mf-image-scale img {
    width: 100%;
}

.mf-social-share span {
    padding: 5px;
    font-size: 22px;
    width: 25%;
    display: inline-block;
    float: left;
}

button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border: solid 1px #000;
    background: #000;
    color: #fff;
}

.comment-form-author {
    width: 50%;
    float: left;
}

.comment-form-email {
    width: 50%;
    float: left;
}

div#comments {
    border: solid 1px #ccc;
    padding: 10px;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
    border: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

ol.comment-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li.odd {
    background: #f6f6f6;
}


/*Numeric pagination*/
.mf-pagination {margin: 20px 0px 20px;}
.mf-pagination ul {padding: 0px;margin: 0px;}
.mf-pagination li a {-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.mf-pagination li a, .mf-pagination li a:hover, .mf-pagination li.active a, .mf-pagination li.disabled {color:#fff;text-decoration:none; display:inline-block; margin-top: 5px;}
.mf-pagination li {display: inline-block;margin-right: 10px;}
.mf-pagination li a,.mf-pagination li a:hover,.mf-pagination li.active a,
.mf-pagination li.disabled {background-color: #333;cursor: pointer;  padding: 10px 18px}
.mf-pagination li a:hover,.mf-pagination li.active a {background-color: #ccc; color:#000;}



@media (max-width: 767px) {
	
	.main-navigation li {
    border-top: solid 1px #ccc;
}
	
	ul.sub-menu.toggled-on {
    background: #f2f2f2;
    padding: 0;
    margin: 0;
}
	
	.menu-toggle {
    width: 47px;
}
	
	.dropdown-toggle {
	height: 47px;
}
	
	.main-navigation .menu-item-has-children > a:after {
    content: "";

}
	
}

.site-info {
    padding: 20px;
}

.pok-head-btn {
    padding: 10px 0;
}

h3.art-entry-title {
    text-transform: uppercase;
}

input#pass1 {
    border: solid 2px #000 !important;
}

input#pass2 {
    border: solid 2px #000 !important;
}

input#log {
    border-bottom: solid 4px #a21f23 !important;
    text-align: center;
    font-size: 24px;
}

input#pwd {
    border-bottom: solid 4px #a51e22 !important;
    text-align: center;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
    text-align: center;
}

form#wpmem_login legend {
    display: none;
}

span.link-text-forgot {
    text-align: center;
    display: block;
}

input.buttons {
    display: block;
    width: 100%;
}

.wpmem_msg {
    width: 100%;
}

.pok-head-btn a {
    border: solid 2px #a32021;
    margin-left: 10px;
}

.pok-box-adm {
    border: solid 1px #000;
}

p.login-error {
    background: red;
    color: #fff;
    padding: 10px;
}

input#user_login, input#user_pass {
   border-bottom: solid 4px #a51e22 !important;
    text-align: center;
	    font-size: 24px;
}

p.login-info {
    background: green;
    color: #fff;
    padding: 10px;
}

a.forgot-password {
    border: solid 1px;
    padding: 0px 3px;
    display: inline-block;
    margin: 10px;
}

a.pok-art-btn {
    background: black;
    color: #fff;
    padding: 5px;
    text-decoration: none;
	    border-radius: 5px;
}
.pok-art-crp {
    border-bottom: solid 1px;
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    text-align: center;
}


.pok-art-crp-wr {
    margin-bottom: 20px;
}

.mf-tax-title-crp {
    text-align: center;
    border: solid 2px;
    margin-bottom: 20px;
}