/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

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

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

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

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

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

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

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

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

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

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

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

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

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

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

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

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

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

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

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

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #000;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

.secondary-navigation .customize-partial-edit-shortcut button,
.footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
	left: 0;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 474px;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(//florma.co.il/wp-content/themes/twentyfourteen/images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

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

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

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

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.entry-content .more-link {
	white-space: nowrap;
}

/* Mediaelements */

.hentry .mejs-container,
.widget .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time,
.widget .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading,
.widget .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button,
.widget .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	width: 48px;
}

.hentry .mejs-overlay-button:before,
.widget .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: relative;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus,
.widget .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button,
.widget .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before,
.widget .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before,
.widget .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before,
.widget .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.widget .mejs-volume-button.mejs-unmute button:before,
.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before,
.widget .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before,
.widget .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button,
.widget .mejs-overlay:hover .mejs-overlay-button {
	background-color: #24890d;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover,
.widget .mejs-controls .mejs-button button:hover {
	color: #41a62a;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

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

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

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

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

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


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #41a62a;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_text li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_text li {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child,
.widget_text li li:last-child {
	padding-bottom: 0;
}

.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

.widget_text ul,
.widget_text ol {
	margin: 0 0 12px 10px;
}

.widget_text li > ul,
.widget_text li > ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: disc inside;
}

.widget_text ol {
	list-style: decimal inside;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul,
.content-sidebar .widget_text li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #41a62a;
}

.site-info span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(//florma.co.il/wp-content/themes/twentyfourteen/images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (max-width:800px) {
	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 8px;
	}

	.site-header .customize-partial-edit-shortcut button {
		top: 10px;
	}
}


@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (max-width:320px) {
	.site-header .customize-partial-edit-shortcut button {
		left: -32px;
	}

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 28px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

@media screen and (min-width: 673px) {
	.header-main {
		padding: 0 30px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: -48px;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 783px) {
	.site-title {
		/* Search-toggle width = 48px */
		max-width: -webkit-calc(100% - 48px);
		max-width:         calc(100% - 48px);
	}

	.header-main {
		padding-right: 0;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	.masthead-fixed .site-main {
		margin-top: 48px;
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #24890d;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

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

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

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

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

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 72px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: -72px;
	}

	.featured-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1008px) {
	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		float: left;
	}

	.site-content {
		margin-right: 29.04761904%;
		margin-left: 182px;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		margin-left: -29.04761904%;
		width: 29.04761904%;
	}

	.site:before {
		background-color: #000;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 182px;
		z-index: 2;
	}

	#secondary {
		background-color: transparent;
		border: 0;
		clear: none;
		float: left;
		margin: 0 0 0 -100%;
		min-height: 100vh;
		width: 122px;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #24890d;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}

	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_text li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_text li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul,
	.primary-sidebar .widget_text li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 12px;
		line-height: 1.5;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}

@media screen and (min-width: 1040px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1080px) {
	.search-box .search-field {
		width: 324px;
	}

	.site-content,
	.site-main .widecolumn {
		margin-left: 222px;
	}

	.site:before {
		width: 222px;
	}

	.search-box-wrapper,
	.featured-content {
		padding-left: 222px;
	}

	#secondary {
		width: 162px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 54px;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.site, body {
direction: ltr;
}
*:focus {
outline: none;
}
a:focus {
outline: none;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover, a:focus {
color: #2a6496;
text-decoration: underline;
}
html {
height: 100%;
}
*:focus {
outline: none;
}
body{
padding:0;
margin:0;
}
p,span,h1,h2,h3,h4,h5,h6
{
padding:0;margin:0;
}
*:focus {
outline: 0;
}
*
{
padding:0;margin:0;
}
img
{
border:0;
}
#container
{
clear:both;float:left;width:100%;
}
.header,.middle,.footer
{
clear:both;float:left;width:100%;
}
.hbg1
{
clear: both;
float: left;
width: 100%;
height: auto;
}
.center
{
margin:0 auto;width:980px;
}
.logo
{
float:left;width:121px;height:120px;margin:-37px 0px 0px 33px;
position: relative;
}
.logo img {
position: absolute;
left: 0;
}
.topright
{
float:right;width:auto;margin-top:35px;
}
.srchbg
{
float:left;width:218px;height:25px;background-color:#fff;border:1px solid #aeaeaf;
}
.srchtext
{
float:right;width:192px;height:25px;background:none;;border:none;color:#231f20;font:normal 15px arial;text-align:right;
margin:-1px 5px 0px 0px;
}
.srchbg img
{
float:left;width:auto;margin:-20px 0px 0px 4px;
}
.letters
{
float:left;width:45px;height:25px;color:#fff;text-align:center;line-height:25px;
margin-right:0;
margin-left:8px;
}
.letters a
{
text-decoration:none;color:#fff;
}
.navbg
{
float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/navbg.png) no-repeat top center;height:44px;margin-top:12px;
}
.nav
{
float:left;width:auto;margin-left:50px;
}
.nav ul
{
list-style:none;padding:0px;margin:0px;
}
.nav ul li
{
width:auto;color:#231f20;font:normal 17px arial;line-height:44px;padding:0px 0px 0px 30px;
}
.nav ul li:first-child
{
width:auto;color:#231f20;font:normal 17px arial;line-height:44px;padding:0px 3px 0px 27px;
}
.nav ul li a
{
text-decoration:none;color:#231f20;display:block;
}
.nav ul li.snav
{
float:left;width:auto;color:#231f20;font:normal 17px arial;line-height:44px;padding:0px 0px 0px 35px;
}
.nav ul li.snav1
{
float:left;width:auto;color:#231f20;font:normal 17px arial;line-height:44px;padding:0px 0px 0px 26px;
}
.home
{
float:left;width:43px;height:40px;margin:1px 0px 0px 16px;
}
.home:hover
{
float:left;width:43px;height:51px;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/homehover.png) no-repeat;margin:1px 0px 0px 16px;
}
.home a.selected
{
float:left;width:43px;height:51px;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/homehover.png) no-repeat;
}
.transbg
{
clear:both;float:right;width:608px;height:116px;margin:100px 0px 0px 0px;
}
.transbg h1
{
clear:both;float:right;width:570px;color:#231f20;font:bold 23px arial;text-align:right;margin:10px 20px 0px 0px;
}
.transbg p
{
direction: rtl;
clear:both;float:right;width:570px;color:#231f20;font:normal 15px arial;text-align:right;margin:4px 20px 0px 0px;line-height:18px;
}
.fbg
{
float:left;width:100%;background-color:#eff0f0;height:39px;margin:35px 0px 0px 0px;
}
.sicons
{
float:left;width:auto;
}
.sicons ul
{
list-style:none;padding:0px;margin:0px;
}
.sicons ul li
{
float:left;width:auto;padding:9px 7px 0px 0px;
}
.fnav
{
float:right;width:auto;margin:13px 0px 0px 0px;
}
.fnav ul
{
list-style:none;padding:0px;margin:0px;
}
.fnav ul li
{
float:left;width:auto;padding:0px 13px 0px 13px;color:#231f20;font:normal 14px arial;border-left:1px solid #adaeaf;
line-height:14px;
}
.fnav ul li:first-child
{
border-left:none;
}
.fnav ul li a
{
text-decoration:none;
color:#231f20 !important;
}
.copy
{
float:right;width:auto;text-align:right;color:#231f20;font:normal 12px arial;margin:13px 10px 0px 0px;padding-bottom:60px;
}
.rightside
{
float:right;width:49px;height:158px;margin:50px 0px 0px 0px;
} .special
{
float:left;width:980px;margin-top:52px;
}
.show
{
float:left;width:980px;height:46px;background-color:#5a6fb5;
}
.show h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.whbg
{
float:left;width:980px;background-color:#fff;height:370px;margin-top:15px;
}
.whbg h1
{
float:right;width:auto;color:#5b6fb5;font:normal 30px arial;margin-right:28px;margin-top:14px;
}
.divder
{
float:left;width:980px;border-top:4px solid #939598;margin-top:10px;
} .show1
{
float:left;width:980px;height:46px;background-color:#8d63ab;
}
.show1 h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.slist
{
float:left;width:auto;margin-left:8px;
}
.slist ul
{
list-style:none;padding:0px;margin:0px;
}
.slist ul li
{
float:left;width:auto;color:#fff;font:normal 18px arial;line-height:44px;
}
.slist ul li a
{
text-decoration:none;color:#fff;padding:11px 14px 13px 14px;
}
.slist ul li a:hover
{
color:#fff;background-color:#6c2f7a;
}
.htext
{
float:right;width:auto;color:#6c2f7a;font:normal 30px arial;margin-right:28px;margin-top:14px;
}
four
{
float:left;width:auto;
}
.press
{
float:left;width:395px;border-bottom:1px solid #918f8f;padding-bottom:28px;margin-top:5px;margin-left:94px;
}
.press h1,.press1 h1,.press2 h1,.press3 h1
{
float:left;width:395px;color:#6d6e71;font:normal 20px arial;text-align:right;
}
.press p,.press1 p,.press2 p,.press3 p
{
float:left;width:395px;color:#231f20;font:normal 14px arial;line-height:17px;text-align:right;margin-top:5px;
}
.press1
{
float:right;width:395px;border-bottom:1px solid #918f8f;padding-bottom:28px;margin-top:5px;margin-right:30px;
}
.press2
{
float:left;width:395px;padding-bottom:28px;margin-top:5px;margin-left:94px;
}
.press3
{
float:right;width:395px;padding-bottom:28px;margin-top:5px;margin-right:30px;
} .show2
{
float:left;width:980px;height:46px;background-color:#f8991d;
}
.show2 h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.wleft
{
float:left;width:449px;height:298px;margin:34px 0px 0px 28px;
}
.hbg2
{
clear:both;float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/h2bg.png) no-repeat top center;height:640px;
}
.wright
{
float:right;width:320px;margin:40px 30px 0px 0px;
}
.wright p
{
float:left;width:320px;color:#4d4d4f;font:normal 14px arial;text-align:right;line-height:22px;
}
.form
{
clear:both;float:right;width:auto;margin-top:10px;
}
.textbg
{
clear:both;float:left;width:211px;height:22px;background-color:#fff;border:1px solid #858687;margin-top:15px;
}
.textf
{
float:right;width:205px;height:22px;background:none;border:none;color:#4d4d4f;font:normal 13px arial;text-align:right;
margin-right:5px;margin-top:-1px;
}
.textbg1
{
clear:both;float:left;width:211px;height:63px;background-color:#fff;border:1px solid #858687;margin-top:15px;
}
.textf1
{
float:right;width:205px;height:63px;background:none;border:none;color:#4d4d4f;font:normal 13px arial;text-align:right;
margin-right:5px;
}
.btn
{
float:left;width:80px;height:28px;background-color:#f8991d;border:none;color:#fff;font:normal 21px arial;text-align:center;
line-height:26px;cursor:pointer;margin:180px 0px 0px 7px;
} .show3
{
float:left;width:980px;height:46px;background-color:#d9e01f;
}
.show3 h1
{
float:right;width:auto;line-height:46px;color:#231f20;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.mlogos
{
float:left;width:auto;
}
.mlogos ul
{
list-style:none;padding:0px;margin:0px;
}
.mlogos ul li
{
float:left;width:auto;padding:23px 22px 5px 45px;
}
.mlogos ul li.imgs
{
float:left;width:auto;padding:30px 22px 5px 45px;
}
.hbg3
{
clear:both;float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/h3bg.png) no-repeat top center;height:640px;
} .show4
{
float:left;width:980px;height:46px;background-color:#2c9f41;
}
.show4 h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.show4 h1 span
{
float:left;width:auto;line-height:46px;color:#fff;font:normal 16px arial;margin-top:8px;margin-right:6px;
}
.show4 h1 a
{
text-decoration:none;color:#fff;
}
.slist1
{
float:left;width:auto;margin-left:13px;
}
.slist1 ul
{
list-style:none;padding:0px;margin:0px;
}
.slist1 ul li
{
float:left;width:auto;color:#fff;font:normal 18px arial;line-height:44px;text-align:center;padding:0px 15px 0px 15px;
}
.slist1 ul li a
{
text-decoration:none;color:#fff;
}
.slist1 ul li:hover,.slist1 ul li.selected
{
color:#fff;background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/greenbg.png) no-repeat;height:55px;
}
.hbg4
{
clear:both;float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/h4bg.png) no-repeat top center;height:640px;
}
.arwlist
{
float:left;width:980px;margin-left:0px;margin-top:23px;border-bottom:4px solid #939598;padding-bottom:6px;
}
.arwlist ul
{
list-style:none;padding:0px;margin:0px;
}
.arwlist ul li
{
float:left;width:auto;color:#231f20;font:normal 16px arial;line-height:13px;text-align:center;padding:0px 8px 0px 8px;
border-left:1px solid #918f8f;
}
.arwlist ul li:first-child
{
border-left:none;padding-left:20px;
}
.arwlist ul li a
{
text-decoration:none;color:#231f20;
}
.arwlist ul li a:hover,.arwlist ul li a.selected
{
float:left;color:#2b9f42;background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/menuarw.png) no-repeat  bottom center;height:8px;position:relative;
line-height:13px;
}
.arwlist h1
{
float:right;width:auto;color:#2b9f42;font:normal 30px arial;margin-right:35px;margin-top:-15px;
}
.two
{
float:left;width:980px;
}
.fact
{
float:left;width:420px;margin:13px 0px 0px 36px;
}
.fact_left
{
float:left;width:189px;height:159px;margin:56px 0px 0px 0px;
}
.fact_right
{
float:right;width:230px;
}
.fact_right h1
{
float:left;width:230px;color:#6d6e71;font:normal 22px arial;
}
.fact_right p
{
float:left;width:190px;text-align:right;color:#231f20;font:normal 14px arial;margin-top:20px;margin-left:32px;
}
.fact_right a
{
float:left;width:230px;color:#2b9f42;font:normal 15px arial;margin-top:40px;text-decoration:none;margin-left:-40px;
}
.sep
{
float:left;width:2px;border-right:1px solid #939598;padding-right:23px;height:250px;margin-top:30px;
}
.fact1
{
float:right;width:420px;margin:13px 30px 0px 0px;
} .show5
{
float:left;width:980px;height:46px;background-color:#51c1b1;
}
.show5 h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.htext1
{
float:right;width:auto;color:#53c1b1;font:normal 30px arial;margin-right:28px;margin-top:14px;
}
.slist2
{
float:left;width:auto;margin-left:13px;
}
.slist2 ul
{
list-style:none;padding:0px;margin:0px;
}
.slist2 ul li
{
float:left;width:auto;color:#fff;font:normal 18px arial;line-height:44px;text-align:center;padding:0px 15px 0px 15px;
}
.slist2 ul li a
{
text-decoration:none;color:#fff;
}
.slist2 ul li:hover,.slist2 ul li.selected
{
color:#fff;background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/greenbg1.png) no-repeat;height:55px;
}
.hbg5
{
clear:both;float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/h5bg.png) no-repeat top center;height:640px;
}
.total
{
float:left;width:980px;
}
.timg
{
float:left;width:449px;height:298px;margin:-30px 0px 0px 30px;
}
.nolist
{
float:right;width:auto;margin:16px 30px 0px 0px;
}
.nolist ul
{
list-style:none;padding:0px;margin:0px;
}
.nolist ul li
{
float:right;clear:both;width:auto;font:normal 16px arial;color:#231f20;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/rightarw.png) no-repeat right 16px;
padding:13px 14px 0px 0px;
}
.nolist ul li span
{
float:left;width:auto;font:normal 12px arial;color:#231f20;text-decoration:underline;margin:2px 10px 0px 0px;
}
.nolist ul li a
{
color:#231f20;text-decoration:none;
} .hbg6
{
clear:both;float:left;width:100%;background:url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/h6bg.png) no-repeat top center;height:640px;
}
.show6
{
float:left;width:980px;height:46px;background-color:#009dce;
}
.show6 h1
{
float:right;width:auto;line-height:46px;color:#fff;font:normal 25px arial;margin-right:28px;margin-top:6px;
}
.slist3
{
float:left;width:auto;margin-left:13px;
}
.slist3 ul
{
list-style:none;padding:0px;margin:0px;
}
.slist3 ul li
{
float:left;width:auto;color:#fff;font:normal 18px arial;line-height:44px;text-align:center;padding:0px 15px 0px 15px;
}
.slist3 ul li a
{
text-decoration:none;color:#fff;
}
.slist3 ul li:hover,.slist3 ul li.selected
{
color:#fff;background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/greenbg2.png) no-repeat;height:55px;
}
.htext2
{
float:right;width:auto;color:#009dce;font:normal 30px arial;margin-right:28px;margin-top:14px;
}
.least
{
float:right;width:425px;margin:10px 30px 0px 0px;
}
.least h1
{
float:left;width:425px;color:#231f20;font:normal 20px arial;text-align:right;
}
.least p
{
float:left;width:425px;color:#231f20;font:normal 14px arial;line-height:18px;text-align:right;margin-top:12px;
}
@font-face{
font-family:'almoni';
font-weight:300; font-style: normal;
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-300.eot);
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-300.eot?#iefix) format('embedded-opentype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-300.ttf) format('truetype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-300.woff) format('woff');
}
@font-face{
font-family:'almoni';
font-weight:400; font-style: normal;
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-400.eot);
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-400.eot?#iefix) format('embedded-opentype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-400.ttf) format('truetype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-400.woff) format('woff');
}
@font-face{
font-family:'almoni';
font-weight:700; font-style: normal;
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-700.eot);
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-700.eot?#iefix) format('embedded-opentype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-700.ttf) format('truetype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-700.woff) format('woff');
}
@font-face{
font-family:'almoni';
font-weight:900; font-style: normal;
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-900.eot);
src: url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-900.eot?#iefix) format('embedded-opentype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-900.ttf) format('truetype'),
url(//florma.co.il/wp-content/themes/twentyfourteen-child/fonts/almoni-dl-aaa-900.woff) format('woff');
}
body {
width: auto;
}
body,
.nav ul li a, .copy {
font-family: 'almoni';
}
.copy {
text-align: right;
direction: rtl;
}
.sicons ul li {
padding: 7px 7px 0 0;
}
.sicons ul li.facebook {
margin-top: 3px;
}
.sicons ul li i {
font-size: 21px;
text-decoration: none;
color: white;
background: #4c4d4f;
width: 26px;
border-radius: 3px;
text-align: right;
padding: 4px 3px 1px 3px;
}
.letters {
background-color: rgba(92, 93, 95, 0.2);
font-family: 'almoni';
font-size: 20px;
list-style-type: none;
}
.letters li {
display: inline-block;
}
.letters li:first-child {
padding-right: 9px;
border-right: 1px solid white;
margin-right: 4px;
}
.srchtext {
font-family: 'almoni';
}
#container {
width: 100%;
overflow: hidden;
}
#container.contact .contact_box {
display: none;
}
.rightside {
position: fixed;
right: 0;
top: 120px;
}
.rightside.r_button {
right: -50px;
-webkit-transition: right 0.3s ease-out;
-moz-transition: right 0.3s ease-out;
-o-transition: right 0.3s ease-out;
transition: right 0.3s ease-out;
}
.rightside.form {
right: -240px;
-webkit-transition: right 0.5s ease-out;
-moz-transition: right 0.5s ease-out;
-o-transition: right 0.5s ease-out;
transition: right 0.5s ease-out;
}
.rightside.form.visible {
right: 0;
-webkit-transition: right 0.5s ease-out 0.4s;
-moz-transition: right 0.5s ease-out 0.4s;
-o-transition: right 0.5s ease-out 0.4s;
transition: right 0.5s ease-out 0.4s;
display: block;
}
.rightside.r_button.visible {
right: 0;
-webkit-transition: right 0.3s ease-out 0.6s;
-moz-transition: right 0.3s ease-out 0.6s;
-o-transition: right 0.3s ease-out 0.6s;
transition: right 0.3s ease-out 0.6s;
}
.nav {
margin-left: 0;
}
.navbar {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}
.navbar li {
float: right;
height: 42px;
}
.navbar li.bg_before,
.navbar li.bg_after{
width: calc((100% - 980px) / 2);
}
.navbar li.bg_before ul,
.navbar li.bg_after ul {
margin: 0;
padding: 0;
}
.navbar li.bg_before ul li,
.navbar li.bg_after ul li{
list-style-type: none;
}
.navbar li.bg_before ul li:nth-child(1){
width: 37%;
}
.navbar li .top{
height: 28px;
background: #D10167;
}
.navbar li .bottom{
height: 14px;
background: #F069A7;
}
.navbar li.bg_before ul li:nth-child(2){
width: 16%;
background: #AA2477;
}
.navbar li.bg_before ul li:nth-child(3){
width: 17%;
background: #6C2F7A;
}
.navbar li.bg_before ul li:nth-child(4){
width: 10%;
background: #8D63AB;
}
.navbar li.bg_before ul li:nth-child(5){
width: 20%;
background: #5A6FB5;
}
.navbar li.center {
width: 980px;
background: #FFDC00;
}
.navbar li.bg_after ul li:nth-child(1) {
width: 66%;
background: #CF171F;
}
.navbar li.bg_after ul li:nth-child(2){
width: 34%;
background: #AB2328;
}
.navbg {
background: transparent;
float: none;
}
.navbar .center {
background: #FFDC00;
width: 980px;
}
.navbar .nav ul.menu > li.menu_item{
float: right;
padding: 0 13px;
text-align: center;
width: auto;
position: relative;
}
.navbar .nav {
float: right;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color: inherit;
color: black;
}
.navbar .nav ul.menu > li.menu_item:nth-child(1),
.navbar .nav ul.menu > li.menu_item:nth-child(1) .dropdown-menu {
background: #00BDF2;
}
.navbar .nav ul.menu >li.menu_item:nth-child(2),
.navbar .nav ul.menu > li.menu_item:nth-child(2) .dropdown-menu {
background: #009DCE;
}
.navbar .nav ul.menu > li.menu_item:nth-child(2) .dropdown-menu > li:hover,
.navbar .nav ul.menu > li.menu_item:nth-child(2) .dropdown-menu > li:focus {
background: #0061A6;
}
.navbar .nav ul.menu > li.menu_item:nth-child(3),
.navbar .nav ul.menu > li.menu_item:nth-child(3) .dropdown-menu {
background: #51C1B1;
}
.navbar .nav ul.menu > li.menu_item:nth-child(3) .dropdown-menu > li:hover,
.navbar .nav ul.menu > li.menu_item:nth-child(3) .dropdown-menu > li:focus {
background: #439c8f;
}
.navbar .nav ul.menu > li.menu_item:nth-child(4),
.navbar .nav ul.menu > li.menu_item:nth-child(4) .dropdown-menu {
background: #2C9F41;
}
.navbar .nav ul.menu > li.menu_item:nth-child(4) .dropdown-menu > li:hover,
.navbar .nav ul.menu > li.menu_item:nth-child(4) .dropdown-menu > li:focus {
background: #217530;
}
.navbar .nav ul.menu > li.menu_item:nth-child(5),
.navbar .nav ul.menu > li.menu_item:nth-child(5) .dropdown-menu {
background: #7FA737;
}
.navbar .nav ul.menu > li.menu_item:nth-child(5) .dropdown-menu > li:hover,
.navbar .nav ul.menu > li.menu_item:nth-child(5) .dropdown-menu > li:focus {
background: #64842a;
}
.navbar .nav  ul.menu >li.menu_item:nth-child(6),
.navbar .nav ul.menu > li.menu_item:nth-child(6) .dropdown-menu {
background: #8DC63F;
}
.navbar .nav ul.menu > li.menu_item:nth-child(6) .dropdown-menu > li:hover,
.navbar .nav ul.menu > li.menu_item:nth-child(6) .dropdown-menu > li:focus {
background: #719f33;
}
.navbar .nav li.menu_item:nth-child(7),
.navbar .nav li.menu_item:nth-child(7) .dropdown-menu {
background: #D9E01F;
}
.navbar .nav li.menu_item:nth-child(7) .dropdown-menu > li:hover,
.navbar .nav li.menu_item:nth-child(7) .dropdown-menu > li:focus {
background: #6e9a32;
}
.navbar .nav li.menu_item:nth-child(8),
.navbar .nav li.menu_item:nth-child(8) .dropdown-menu {
background: #F8991D;
}
.navbar .nav ul.menu > li.menu_item.active:after,
.navbar .nav ul.menu > li.menu_item:hover:after {
content: "";
padding: 6px 0 10px;
border-top: 8px solid;
border-left: transparent 8px solid;
border-right: transparent 8px solid;
}
.navbar .nav ul.menu > li.menu_item.active a{
font-family: 'almoni';
font-weight: bold;
}
.navbar .nav ul.menu > li.menu_item:nth-child(1):after{
border-top-color: #00BDF2;
}
.navbar .nav ul.menu > li.menu_item:nth-child(2):after{
border-top-color: #009DCE;
}
.navbar .nav ul.menu > li.menu_item:nth-child(3):after{
border-top-color: #51C1B1;
}
.navbar .nav ul.menu > li.menu_item:nth-child(4):after{
border-top-color: #2C9F41;
}
.navbar .nav ul.menu > li.menu_item:nth-child(5):after{
border-top-color: #7FA737;
}
.navbar .nav ul.menu > li.menu_item:nth-child(6):after{
border-top-color: #8DC63F;
}
.navbar .nav ul.menu > li.menu_item:nth-child(7):after{
border-top-color: #D9E01F;
}
.navbar .nav ul.menu > li.menu_item:nth-child(8):after{
border-top-color: #F8991D;
}
.navbar .nav ul.menu > li.menu_item:nth-child(9):after{
border-top-color: #FFDC00;
}
.navbar .nav ul.menu > li.menu_item:nth-child(10):after{
border-top-color: #FFDC00;
}
.transbg {
background: rgba(209, 1, 103, 0.7);
margin: 310px 0 0 0;
direction: rtl;
height: auto;
}
.transbg h1,
.transbg p{
font-family: 'almoni';
}
.transbg h1 {
margin: 0;
padding: 20px 20px 10px;
}
.transbg p {
width: auto;
padding: 0px 20px 20px;
margin: 0;
font-size: 11pt;
}
.hbg1 {
background-size: auto 100%;
float: none;
text-align: center;
}
.center.search {
clear: both;
text-align: right;
}
.center.search .topright {
float: none;
display: inline-block;
width: auto;
}
.center.content {
height: 525px;
}
.fnav ul li,
.fnav ul li:first-child,
.fnav ul li:last-child {
float: right;
padding: 0 10px 0 10px;
}
.fnav ul li a {
font-family: 'almoni';
}
.fnav ul li a:hover {
color: #666;
}
.fnav ul li:first-child {
border-left: 1px solid #adaeaf;
}
.fnav ul li:last-child {
border-left: none;
}
.mlist ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.mlist ul li {
float: right;
padding: 5px 14px 0 14px;
}
.mlist ul li h5 {
max-width: 75px;
text-align: right;
font-size: 17px;
color: black;
margin-right: 65px;
margin-left: 0px;
margin-top: 15px;
font-family: 'almoni';
font-weight: bold;
display: inline-block;
line-height: 17px;
}
.mlist ul li h5.three-lines {
margin-top: 5px;
max-width: 95px;
}
.mlist ul li h5.small {
max-width: 60px;
}
.mlist ul li h5.very_small {
max-width: 45px;
}
.mlist ul li:nth-child(1){
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/paint.png) no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(1).active,
.mlist ul li:nth-child(1):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/paint_hover.png) no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(1) h5,
.mlist ul li:nth-child(3) h5{
max-width: 55px;
margin-left: 0;
}
.mlist ul li:nth-child(4) h5 {
margin-left: 0px;
margin-right: 60px;
max-width: 65px;
}
.mlist ul li:nth-child(6) h5 {
max-width: 53px;
margin-right: 80px;
margin-left: 0px;
}
.mlist ul li:nth-child(1).active h5,
.mlist ul li:nth-child(1):hover h5 {
color: #6C2F7A;
}
.mlist ul li:nth-child(2) {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/cosmetics.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(2) h5 {
max-width: 102px;
margin-right: 60px;
margin-left: 0px;
}
.mlist ul li:nth-child(2).active,
.mlist ul li:nth-child(2):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/cosmetics_hover.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(2).active h5,
.mlist ul li:nth-child(2):hover h5 {
color: #AA2477;
}
.mlist ul li:nth-child(3) {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/building.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(3).active,
.mlist ul li:nth-child(3):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/building_hover.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(3).active h5,
.mlist ul li:nth-child(3):hover h5 {
color: #00BDF2;
}
.mlist ul li:nth-child(4) {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/chemistry.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(4).active,
.mlist ul li:nth-child(4):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/chemistry_hover.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(4).active h5,
.mlist ul li:nth-child(4):hover h5 {
color: #8DC63F;
}
.mlist ul li:nth-child(5) {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/plastica.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(5) h5 {
margin-right: 60px;
margin-left: 0;
max-width: 70px;
}
.mlist ul li:nth-child(5).active,
.mlist ul li:nth-child(5):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/plastica_hover.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(5).active h5,
.mlist ul li:nth-child(5):hover h5{
color: #F8991D;
}
.mlist ul li:nth-child(6) {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/other.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(6).active,
.mlist ul li:nth-child(6):hover {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/other_hover.png)no-repeat top 5px right 15px;
}
.mlist ul li:nth-child(6).active h5,
.mlist ul li:nth-child(6):hover h5 {
color: #CF171F;
}
.mlist {
margin-top: 24px;
}
.mlist ul li {
min-height: 70px;
border-left: 1px solid #adaeaf;
padding-left: 16px;
}
.mlist ul li:first-child {
border-right: none;
border-left: 1px solid #adaeaf;
}
.mlist ul li:last-child {
border-right: none;
border-left: none;
} .content .sub_nav {
width: 100%;
clear: both;
display: inline-block;
font-family: Arial;
margin-top: 111px;
padding: 0 20px 0 0;
box-sizing: border-box;
}
.content .sub_nav.lilach {
background: #8D64AA;
}
.content .sub_nav.swamp {
background: #7FA737;
}
.content .sub_nav.green {
background: #2C9F41;
}
.content .sub_nav.light_green {
background: #8DC63F;
}
.content .sub_nav.lime {
background: #D9E01F;
}
.content .sub_nav.yellow {
background: #FFDC00;
}
.content .sub_nav.orange {
background: #F8991D;
}
.content .sub_nav.blue {
background: #009DCE;
}
.content .sub_nav.mint {
background: #51C1B1;
}
.content .sub_nav.lilac {
background: #8D64AA;
}
.content .sub_nav.pink {
background: #AA2477;
}
.content .sub_nav.light_blue {
background: #00BDF2;
}
.content .sub_nav.chemistry {
background: #8DC63F;
}
.content .sub_nav.plastica {
background: #F8991D;
}
.content .sub_nav.red {
background: #D0181F;
}
.content .sub_nav.lime .crumbs ul li,
.content .sub_nav.lime .crumbs ul li a{
color: black;
}
.content .sub_nav .crumbs {
float: right;
}
.content .sub_nav .crumbs ul {
list-style-type: none;
}
.content .sub_nav .crumbs ul li {
float: right;
color: white;
font-family: 'almoni';
line-height: 20px;
padding-top: 15px;
font-size: 13pt;
direction: rtl;
}
.content .sub_nav .crumbs ul li a,
.content .sub_nav .crumbs ul li a:hover{
color: white;
text-decoration: none;
}
.content .sub_nav .crumbs ul li:after {
content: ">";
padding: 0 5px;
}
.content .sub_nav .crumbs ul li:first-child:after {
content: ">";
padding: 0 5px;
}
.content .sub_nav .crumbs ul li:last-child:after {
content: "";
padding: 0;
}
.content .sub_nav .crumbs ul li:first-child {
font-size: 25px;
font-family: 'almoni';
font-weight: bold;
line-height: 45px;
padding-top: 0;
}
.content .sub_nav .sub_menu {
float: left;
}
.content .sub_nav .sub_menu ul {
list-style-type: none;
height: 44px;
padding: 0;
margin: 0;
}
.content .sub_nav .sub_menu ul li {
float: right;
padding: 0 13px;
font-size: 13pt;
font-family: 'almoni';
text-align: center;
width: auto;
line-height: 47px;
height: 45px;
}
.content .sub_nav .sub_menu ul li a {
display: block;
}
.content .sub_nav.lilach .sub_menu ul li.active,
.content .sub_nav.lilach .sub_menu ul li:hover {
background: #6C2F7A;
}
.content .sub_nav.green .sub_menu ul li.active,
.content .sub_nav.green .sub_menu ul li:hover {
background: #16782F;
}
.content .sub_nav.light_green .sub_menu ul li.active,
.content .sub_nav.light_green .sub_menu ul li:hover {
background: #719f33;
}
.content .sub_nav.orange .sub_menu ul li.active,
.content .sub_nav.orange .sub_menu ul li:hover {
background: #cd7e17;
}
.content .sub_nav.swamp .sub_menu ul li.active,
.content .sub_nav.swamp .sub_menu ul li:hover {
background: #64842a;
}
.content .sub_nav.blue .sub_menu ul li.active,
.content .sub_nav.blue .sub_menu ul li:hover {
background: #007CA2;
}
.content .sub_nav.lilac .sub_menu ul li.active,
.content .sub_nav.lilac .sub_menu ul li:hover {
background: #6C2F7A;
}
.content .sub_nav.pink .sub_menu ul li.active,
.content .sub_nav.pink .sub_menu ul li:hover {
background: #721950;
}
.content .sub_nav.light_blue .sub_menu ul li.active,
.content .sub_nav.light_blue .sub_menu ul li:hover {
background: #0298c2;
}
.content .sub_nav.chemistry .sub_menu ul li.active,
.content .sub_nav.chemistry .sub_menu ul li:hover {
background: #6e9a32;
}
.content .sub_nav.plastica .sub_menu ul li.active,
.content .sub_nav.plastica .sub_menu ul li:hover {
background: #e08400;
}
.content .sub_nav.red .sub_menu ul li.active,
.content .sub_nav.red .sub_menu ul li:hover {
background: #AB2328;
}
.content .sub_nav.mint .sub_menu ul li.active,
.content .sub_nav.mint .sub_menu ul li:hover {
background: #419C8F;
font-family: 'almoni';
font-weight: bold;
font-weight: normal;
padding: 0 12px;
}
.content .sub_nav .sub_menu ul li.active:after,
.content .sub_nav .sub_menu ul li:hover:after {
content: "";
padding: 9px 0 10px;
border-top: 8px solid;
border-left: transparent 8px solid;
border-right: transparent 8px solid;
}
.content .sub_nav.green .sub_menu ul li.active:after,
.content .sub_nav.green .sub_menu ul li:hover:after {
border-top-color: #16782F;
}
.content .sub_nav.light_green .sub_menu ul li.active:after,
.content .sub_nav.light_green .sub_menu ul li:hover:after {
border-top-color: #719f33;
}
.content .sub_nav.orange .sub_menu ul li.active:after,
.content .sub_nav.orange .sub_menu ul li:hover:after {
border-top-color: #cd7e17;
}
.content .sub_nav.swamp .sub_menu ul li.active:after,
.content .sub_nav.swamp .sub_menu ul li:hover:after {
border-top-color: #64842a;
}
.content .sub_nav.lilach .sub_menu ul li.active:after,
.content .sub_nav.lilach .sub_menu ul li:hover:after {
border-top-color: #6C2F7A;
}
.content .sub_nav.blue .sub_menu ul li.active:after,
.content .sub_nav.blue .sub_menu ul li:hover:after {
border-top-color: #007CA2;
}
.content .sub_nav.mint .sub_menu ul li.active:after,
.content .sub_nav.mint .sub_menu ul li:hover:after {
border-top-color: #419C8F;
}
.content .sub_nav.lilac .sub_menu ul li.active:after,
.content .sub_nav.lilac .sub_menu ul li:hover:after {
border-top-color: #6C2F7A;
}
.content .sub_nav.pink .sub_menu ul li.active:after,
.content .sub_nav.pink .sub_menu ul li:hover:after {
border-top-color: #721950;
}
.content .sub_nav.light_blue .sub_menu ul li.active:after,
.content .sub_nav.light_blue .sub_menu ul li:hover:after {
border-top-color: #0298c2;
}
.content .sub_nav.chemistry .sub_menu ul li.active:after,
.content .sub_nav.chemistry .sub_menu ul li:hover:after {
border-top-color: #6e9a32;
}
.content .sub_nav.plastica .sub_menu ul li.active:after,
.content .sub_nav.plastica .sub_menu ul li:hover:after {
border-top-color: #e08400;
}
.content .sub_nav.red .sub_menu ul li.active:after,
.content .sub_nav.red .sub_menu ul li:hover:after {
border-top-color: #AB2328;
}
.content .sub_nav .sub_menu ul li a {
color: white;
text-decoration: none;
}
.content .content_container {
width: 100%;
height: 360px;
background: white;
margin-top: 15px;
overflow-x: hidden;
overflow-y: auto;
}
.content_container .header {
border-bottom: 4px solid #939598;
height: 51px;
}
.content_container .header h2 {
text-align: right;
font-size: 30px;
font-family: 'almoni';
font-weight: bold;
padding: 6px 20px 10px 0;
line-height: 42px;
float: right;
}
.content_container.blue .header h2 {
color: #009DCE;
}
.content_container.mint .header h2 {
color: #51C1B1;
}
.content_container.swamp .header h2 {
color: #6e9a32;
}
.content_container.light_green .header h2 {
color: #8DC63F;
}
.content_container.orange .header h2 {
color: #F8991D;
}
.content_container.lime .header h2 {
color: #D9E01F;
}
.content_container.lilac .header h2 {
color: #6C2F7A;
}
.content_container.pink .header h2 {
color: #881e60;
}
.content_container.light_blue .header h2 {
color: #0298c2;
}
.content_container.chemistry .header h2 {
color: #6e9a32;
}
.content_container.plastica .header h2 {
color: #e08400;
}
.content_container.red .header h2 {
color: #AB2328;
}
.content_container .header .header_menu{
float: left;
height: 100%;
}
.content_container .header .header_menu ul{
list-style-type: none;
height: 100%;
padding-left: 15px;
}
.content_container .header .header_menu ul li {
float: right;
height: 100%;
line-height: 57px;
padding: 0 10px 0 0;
font-family: 'almoni';
}
.content_container .header .header_menu ul li a {
text-decoration: none;
color: #737172;
font-family: 'almoni';
display: block;
}
.content_container .header .header_menu ul li.menu_item.active:after,
.content_container .header .header_menu ul li.menu_item:hover:after {
content: "";
padding: 14px 0 10px;
border-top: 8px solid;
border-left: transparent 8px solid;
border-right: transparent 8px solid;
}
.content_container .tab-content {
display: inline-block;
height: 302px;
overflow: hidden;
}
.content_container .header .header_menu ul.nav-tabs li.menu_item.active:after,
.content_container .header .header_menu ul.nav-tabs li.menu_item:hover:after {
content: "";
padding: 19px 0 10px;
border-top: 8px solid;
border-left: transparent 8px solid;
border-right: transparent 8px solid;
}
.content_container.green .header .header_menu ul li.menu_item.active:after,
.content_container.green .header .header_menu ul li.menu_item:hover:after {
border-top-color: #2C9F41;
}
.content_container.swamp .header .header_menu ul li.menu_item.active:after,
.content_container.swamp .header .header_menu ul li.menu_item:hover:after {
border-top-color: #7FA737;
}
.content_container.green .header .header_menu ul li.menu_item.active a,
.content_container.green .header .header_menu ul li.menu_item:hover a {
color: #2C9F41;
}
.content_container.swamp .header .header_menu ul li.menu_item.active a,
.content_container.swamp .header .header_menu ul li.menu_item:hover a {
color: #7FA737;
}
.content_container.lilach .header h2 {
color: #6C2F7A;
}
.content_container.green .header h2 {
color: #2C9F41;
}
.content_container .content ul {
list-style-type: none;
}
.content_container .content ul.hidden {
display: none;
}
.content_container .content.sub_content {
height: 309px;
overflow: hidden;
}
.content_container .content ul li {
float: right;
text-align: right;
width: 400px;
margin: 30px 0;
padding: 0 26px;
direction: rtl;
border-bottom: 1px solid #939598;
}
.content_container .content ul li:nth-child(n + 3){
border-bottom: none;
}
.content_container .content ul li h3 {
font-family: 'almoni';
font-weight: bold;
font-size: 22px;
color: #6D6E71;
padding: 0 0 10px 0;
}
.content_container .content ul li p {
font-family: 'almoni';
font-size: 14px;
color: #231F20;
line-height: 16px;
}
.content_container .content.industry ul li {
width: 400px;
margin: 0 26px 0 38px;
padding: 26px 0;
min-height: 144px;
}
.plastica .content_container .content.industry ul li {
min-height: 144px;
}
.content_container .content.industry ul li h3 {
font-size: 20px;
line-height: 20px;
padding-bottom: 7px;
}
.content_container .nav {
margin-left: 0;
}      .content_container .content.sub_content li {
border-bottom: none;
border-left: 1px solid #939598;
padding: 0 30px 0 40px;
margin: 26px 0;
width: 50%;
height: 490px;
}
.content_container .content.sub_content li:last-child,
.content_container .content.sub_content li:nth-child(2n + 2) {
border-left: none;
}
.content_container .content.sub_content li .category_info {
display: inline-block;
width: 100%;
height: 180px;
clear: both;
}
.content_container .content.sub_content li img {
float: right;
}
.content_container .content.sub_content li p {
direction: rtl;
padding-left: 20px;
box-sizing: border-box;
}
.content_container .content.sub_content li ul {
list-style-type: disc;
padding: 0 10px;
}
.content_container .content.sub_content li ul li {
float: none;
text-align: right;
width: auto;
margin: 0;
padding: 0;
direction: rtl;
line-height: 16px;
height: auto;
border: none;
font-size: 15px;
}
.content_container .content.sub_content li a {
line-height: 45px;
text-decoration: none;
font-family: 'almoni';
font-weight: bold;
}
.content_container .content.sub_content li a.main_link {
line-height: inherit;
}
.content_container .content.sub_content li .text {
display: inline-block;
height: 100%;
width: 50%;
float: right;
}
.content_container .content.sub_content li .text p,
.content_container .content.sub_content li .text ul,
.content_container .content.sub_content li .text li {
font-size: 14px !important;
}
.content_container.swamp .content.sub_content li a.main_link:hover h3,
.content_container.swamp .content.sub_content li a.main_link:hover li,
.content_container.swamp .content.sub_content li a.main_link:hover p {
color: #7FA737;
}
.content_container.green .content.sub_content > ul > li > a {
color: #2C9F41;
}
.content_container.swamp .content.sub_content > ul > li > a {
color: #7FA737;
}
.content_container.swamp .content.sub_content > ul > li > a.main_link {
color: black;
}
.content_container .content.sub_content > ul li .bg_image{
background-color: white;
background-size: contain;
width: 190px;
height: 160px;
float: right;
background-repeat: no-repeat;
background-position: top right;
}
.content_container .content.gallery {
display: inline-block;
clear: both;
width: 100%;
}
.content_container .content.gallery.hidden {
display: none;
}
.content_container .content.gallery h3 {
font-size: 20px;
color: #6D6E71;
text-align: right;
font-family: 'almoni';
font-weight: bold;
padding: 15px 20px 10px;
}
.content_container .content.gallery ul {
margin: 0 30px;
}
.content_container .content.gallery ul li {
border-bottom: none;
}
.content_container .content.gallery ul li h4 {
margin: 0 0 10px 0;
font-family: 'almoni';
font-weight: bold;
}
.content_container .content.gallery .carousel {
height: 225px;
overflow: hidden;
text-align: center;
}
.content_container .content.gallery .carousel-gallery {
height: 185px;
width: 900px;
margin: 0 auto;
}
.content_container .content.gallery  .carousel-gallery .item {
margin: 0;
width: 230px;
box-sizing: border-box;
padding: 0;
border-left: 1px solid #939598;
text-align: right;
height: 225px;
}
.content_container .content.gallery  .carousel-gallery .item.slick-active:first-child {
border-left: none;
}
.content_container .content.gallery .carousel-gallery .item h4 {
font-size: 20px;
line-height: 20px;
font-weight: bold;
font-family: 'almoni';
margin: 0 15px 10px;
color: black;
}
.content_container .content.gallery  .carousel-gallery .item p {
width: auto;
padding: 0 15px;
color: black;
}
.content_container .content.gallery  .carousel-gallery .item:last-child{
border-left: none;
}
.content_container .content.gallery  .carousel-gallery .item ul {
list-style-type: disc;
margin: 0 15px 0 0;
padding: 0;
}
.content_container .content.gallery  .carousel-gallery .item ul li {
float: none;
text-align: right;
width: auto;
margin: 0;
padding: 0;
direction: rtl;
font-size: 15px;
line-height: 16px;
}
.content_container.swamp .content.gallery a {
color: #7FA737;
padding: 0;
}
.content_container.swamp .content.gallery a.file {
float: right;
margin-top: 10px;
}
.content_container.swamp .content.gallery a.item_link {
color: #000000;
padding: 3px 10px;
width: 100%;
display: inline-block;
}
.content_container.swamp .content.gallery a.item_link:hover h4 {
color:#7FA737;
}
.content_container .content.gallery .carousel-gallery .item .description {
padding: 10px 0;
}
.content_container .content.gallery .carousel-gallery .item p,
.content_container .content.gallery a li {
font-size: 15px;
line-height: 15px;
}
.content_container.swamp .content.gallery a:hover {
text-decoration: none;
}
.content_container.swamp .content.gallery a.full_info {
float: left;
padding: 0 10px;
}
.content_container.swamp .content.gallery a.full_info img {
width: 24px;
margin: 0;
position: absolute;
left: 10px;
top: 0;
}
.content_container .content.partners ul li {
width: auto;
border-bottom: none;
border-left: 1px solid #6D6E71;
}
.content_container .content.partners ul li:nth-child(5n + 1){
border-left: 1px solid #6D6E71;
}
.content_container .content.partners ul li:nth-child(5n + 5){
border-left: none;
}
.content_container .content.partners ul {
padding: 0 20px;
}
.content_container .content.partners ul li {
margin: 15px 0;
padding: 0;
width: 187px;
height: 70px;
text-align: center;
position: relative;
}
.content_container .content.partners ul li .picture_small {
margin: 0 auto;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
width: 120px;
height: 70px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.content_container .content.partners ul li:hover .picture_small {
filter: none;
-webkit-filter: grayscale(0%);
}
.content_container .content.partners ul li .overlay {
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
display: none;
}
.content_container .content.partners ul li .overlay a {
margin: 0 auto;
color: #D0181F;
font-family: 'almoni';
font-size: 14px;
}
.content_container .content.partners ul li:hover .overlay {
display: block;
}
.content_container.contact .right,
.content_container.contact .left{
float: right;
width: 50%;
padding: 30px;
box-sizing: border-box;
}
.content_container.contact .right .contact_info {
margin-bottom: 15px;
}
.content_container.contact .right .contact_info h4{
text-align: right;
direction: rtl;
color: #4d4d4f;
font-family: 'almoni';
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
.content_container.contact .contact_form div {
text-align: right;
margin-top: 50px;
font-size: 20px;
}
.wpcf7-form-control-wrap {
float: right;
}
span.wpcf7-not-valid-tip {
right: -10px;
}
.content_container.contact .contact_form #contact div {
margin-top: 0;
}
.content_container.contact .contact_form #contact form .wpcf7-response-output {
position: absolute;
left: -40px;
display: block;
width: 230px;
text-align: center;
top: 16px;
font-size: 17px;
}
.content_container.contact .contact_form input,
.content_container.contact .contact_form textarea {
width: 210px;
padding: 4px 7px;
height: 26px;
float: right;
text-align: right;
margin: 15px 0 0 20px;
font-family: 'almoni';
font-weight: 400;
font-size: 14px;
border: 1px solid #AEAEAF;
}
.content_container.contact .contact_form input[type=submit] {
background: #F8991D;
color: white;
border-radius: 0;
text-align: center;
direction: rtl;
width: 80px;
height: 30px;
border: none;
font-size: 22px;
font-family: 'almoni';
font-weight: bold;
margin-top: 50px;
padding: 0 10px;
}
.content_container.contact .contact_form textarea {
height: 65px;
resize: none;
}
.content_container .content .section{
width: 48%;
padding: 20px 30px 30px 15px;
float: right;
font-family: 'almoni';
text-align: right;
direction: rtl;
}
.content_container .content.about .section h4 {
font-size: 20px;
font-weight: normal;
margin-bottom: 15px;
line-height: 22px;
}
.content_container .content .section img {
margin-top: -42px;
margin-bottom: -42px;
max-width: 450px;
max-height: 300px;
}
.content_container .content .section .bg_image {
width: 450px;
height: 300px;
margin-top: -42px;
margin-bottom: -42px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.content_container .content.about .section p {
font-size: 11pt;
font-weight: normal;
}
.content_container .content.products .section ul li {
border: none;
margin: 5px 0;
padding: 0;
}
.content_container .content.products .section h5 {
font-size: 13pt;
font-weight: normal;
line-height: 12pt;
margin-right: 0;
margin-left: 10px;
}
.content_container .content.products .section a {
font-size: 10pt;
line-height: 22pt;
text-decoration: underline;
}
.content_container .content.products .section h5,
.content_container .content.products .section i,
.content_container .content.products .section a {
float: right;
color: #737172;
}
.content_container .content.products .section p {
margin-right: 20px;
}
.content_container .content.products .section i.icon.custom_caret {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/caret_left.png) no-repeat;
border: none;
padding: 10px 10px 10px 1px;
margin: 7px 0 -6px 8px;
display: inline-block;
float: none;
transform: rotate(0);
}
.content_container.green .content.products .section i.icon.custom_caret {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/caret_left_green.png) no-repeat;
}
.content_container.light_green .content.products .section i.icon.custom_caret {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/caret_left_light_green.png) no-repeat;
}
.content_container.lime .content.products .section i.icon.custom_caret {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/caret_left_lime.png) no-repeat;
}
.catalog_btn {
display: block;
position: absolute;
right: 50%;
margin-right: 20px;
top: 50%;
margin-top: -30px;
}
.catalog_btn_2 {
display: block;
position: absolute;
right: 50%;
margin-right: 20px;
bottom: 50%;
margin-bottom: -140px;
}
.catalog_btn_3 {
display: block;
position: absolute;
right: 50%;
margin-right: 100px;
bottom: 50%;
margin-bottom: -140px;
}                                                     .machinery.center.content .content.gallery,
.machinery.content .content_container {
height: auto;
}
.machinery.center.content .content.gallery {
padding: 20px;
}
.machinery .gallery .item {
width: 100%;
display: inline-block;
padding: 0 20px 20px;
margin-bottom: 20px;
border-bottom: 1px solid #939598;
}
.machinery .gallery .item .p30 {
width: 30%;
float: right;
}
.machinery .gallery .item .p70 {
width: 70%;
float: right;
}
.machinery .gallery .item h4 {
text-align: right;
width: 100%;
line-height: 50px;
float: right;
color: #6D6E71;
}
.machinery .gallery .logo_img {
float: right;
height: 30px;
width: 90px;
margin: 18px 0 8px 14px;
background-color: white;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.machinery .gallery .item .product_img {
width: 100%;
height: 165px;
background-color: white;
background-position: top center;
background-repeat: no-repeat;
background-size: contain;
margin-left: 15px;
}
.machinery .gallery .item .description {
font-size: 16px;
}
.machinery .gallery .item_header {
width: 100%;
display: inline-block;
}
.machinery .description p {
text-align: right;
}
.machinery .description ul {
list-style-type: disc;
display: inline-block;
}
.machinery .content_container .content ul li {
float: left;
width: auto;
margin: 0;
padding: 0;
direction: ltr;
border-bottom: none;
}
.menu_item .dropdown-menu {
left: auto;
right: 0;
border-radius: 0;
margin-top: 15px;
border: none;
box-shadow: none;
-webkit-border-shadow: none;
text-align: right;
}
.nav .menu_item .dropdown-menu > li {
height: 35px;
width: 100%;
padding: 0 15px;
}
.menu_item .dropdown-menu > li > a {
padding: 0;
line-height: 35px;
}
.menu_item .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: transparent;
}
.nav ul li a:focus {
outline: none;
}
.center.content,
.center.content .content {
width: 980px;
padding: 0;
display: inline-block;
}
.center.content .content.gallery {
overflow: hidden;
height: 300px;
padding: 40px 0 10px;
margin-bottom: 0;
}
.slick-prev, .slick-next {
height: 36px;
top: 45%;
}
.slick-prev {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/left_arrow.png) no-repeat;
margin-left: 20px;
}
.slick-next {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/right_arrow.png) no-repeat;
margin-right: 20px;
}
.slick-next:before,
.slick-prev:before {
content: "";
}
.slick-slide img {
margin-top: 55px;
}
.rightside.form {
width: 240px;
height: 260px;
background: #CF171F;
}
.rightside.form div:not(.wpcf7) {
font-size: 20px;
color: white;
text-align: center;
margin-top: 70px;
width: 120px;
margin-left: 63px;
}
.rightside.form h3 {
color: white;
font-family: 'almoni';
font-weight: normal;
font-size: 24px;
float: right;
text-align: right;
direction: rtl;
margin-right: 14px;
line-height: 34px;
}
#box_contact_form input,
#box_contact_form textarea {
float: right;
text-align: right;
direction: rtl;
width: 210px;
margin: 14px 14px 0 14px;
border: none;
height: 24px;
font-family: 'almoni';
padding: 5px;
border-radius: 0;
}
#box_contact_form input[name="name"] {
margin-top: 0;
}
#box_contact_form textarea {
height: 65px;
resize: none;
}
#box_contact_form input[type="submit"] {
height: 33px;
background: #f8991d;
margin: 14px 0 0;
width: 100%;
text-align: left;
font-size: 26px;
font-weight: bold;
color: white;
padding: 0 16px;
line-height: 27px;
}
.rightside.form .close_btn {
color: white;
font-size: 12px;
border: 1px solid white;
line-height: 12px;
padding: 0 4px 0 3px;
margin: 12px 10px 0 16px;
float: left;
}
#box_contact_form .close_btn:hover,
#box_contact_form .close_btn:focus {
text-decoration: none;
}
#st-results-container .swiftype {
margin-top: 55px;
text-align: right;
} .swiftype-widget .autocomplete{
margin-left: -11px !important;
width: 217px !important;
border-radius: 0 !important;
}
.swiftype-widget .autocomplete ul li p.title {
color: #009DCE;
} .swiftype-widget .autocomplete ul li.active {
background: none;
background-color: #009DCE;
border-top: 1px solid #009DCE;
border-bottom: 1px solid #009DCE;
-webkit-box-shadow: none;
text-shadow: none;
}
.swiftype-widget .autocomplete ul li .title,
.swiftype-widget .autocomplete ul li .sections {
font-family: 'almoni';
font-weight: 100;
}
.swiftype-widget .autocomplete li.active p.title,
.swiftype-widget .autocomplete li.active p.sections {
text-shadow: none !important;
} .swiftype-widget .autocomplete ul li.active .sections em {
color: white;
}
div.swiftype div.st-result-listing div.st-search-summary {
background: #5A6FB5;
border-bottom: none !important;
padding: 5px 20px;
margin: 15px 0 !important;
}
div.swiftype div.st-result-listing .st-results {
background: white;
height: 334px;
padding: 20px 30px 0 50px;
}
div.swiftype div.st-result-listing div.st-search-summary h2 {
color: white !important;
font-family: 'almoni';
font-size: 25px !important;
}
div.swiftype div.st-result-listing div.st-search-summary h2 strong {
font-weight: normal;
}
div.swiftype div.st-result-listing div.st-search-summary h2 .st-query {
color: white !important;
}
div.swiftype div.st-result-listing .st-pagination {
background: white;
margin-top: 0 !important;
}
div.swiftype div.st-result-listing div.st-result div.st-result-text h3 {
font-size: 24px !important;
margin: 0 !important;
font-weight: 100 !important;
}
div.swiftype div.st-result-listing .st-pagination {
font-family: arial;
padding: 10px 25px;
font-size: 16px;
border-top: none !important;
}
div.swiftype div.st-result-listing div.st-result.final {
border-bottom: 1px solid #ddd !important;
}
.slick-slide img {
margin-top: 5px;
display: inline-block;
}
.slick-track {
margin-left: -7px;
}
.carousel-gallery .slick-prev {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/swamp_arrow_left.png)no-repeat;
top: 50%;
margin-left: 5px;
}
.carousel-gallery .slick-next {
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/swamp_arrow_right.png)no-repeat;
top: 50%;
margin-right: -5px;
}
.logos {
text-align: right;
float: left;
width: 100%;
margin-top: 15px;
}
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:visited,
.footer a {
color: #428bca;
}
.footer a.fly-design {
margin-top: 10px;
font-family: Alef;
font-size: 14px;
padding: 6px 0 0 10px;
color: black;
}
.footer a.fly-design:hover {
color: black;
text-decoration: underline;
}
.content_container .content.products .section i.more_arrow {
padding: 5px;
float: left;
background: url(//florma.co.il/wp-content/themes/twentyfourteen-child/images/more_arrow.png) no-repeat;
margin-bottom: -10px; width: 10px;
margin-top: 12px;
margin-right: 3px;
}
input:focus, textarea:focus {
border: none;
outline: 0;
}
.middle,.footer {
background: white;
}
.slick-prev:before, .slick-next:before {
content: "" !important;
}
.slick-next, .slick-prev {
height: 23px !important;
}
@media screen and (max-width: 992px) {
#container {
width: auto;
}
}