/*
Theme Name: Sagiv
Theme URI: http://wordpress.org/themes/sagiv

*/

/**
 * 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 http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
/* FONTS */

		@font-face{
			font-family:'metal-web';
			font-weight:400; /*(regular)*/
			font-style: normal;
			src: url('fonts/fbmetali-regularwebfont.eot'); 
			src: url('fonts/fbmetali-regularwebfont.eot?#iefix') format('embedded-opentype'), 
				url('fonts/fbmetali-regularwebfont.ttf') format('truetype'), 
				url('fonts/fbmetali-regularwebfont.woff') format('woff');
		}

		@font-face{
			font-family:'metal-web';
			font-weight:500; /*(medium)*/
			font-style: normal;
			src: url('fonts/fbmetali-mediumwebfont.eot'); 
			src: url('fonts/fbmetali-mediumwebfont.eot?#iefix') format('embedded-opentype'), 
				url('fonts/fbmetali-mediumwebfont.ttf') format('truetype'), 
				url('fonts/fbmetali-mediumwebfont.woff') format('woff');
		}
		
/**, *::before, *::after {
    box-sizing: border-box;
}*/

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;
	xvertical-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: #333333;
	font-family: "metal-web", 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}



body {
	background: #fff;
}

body:lang(en) {
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-size:11px;
}

a {	
	text-decoration: none;
}

a:focus {
	
}

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

a:active,
a:hover {
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	
}

h1 {
	font-size: 26px;
	
}

h2 {
	font-size: 24px;
	
}

h3 {
	font-size: 25px;
	
}

h4 {
	font-size: 20px;
	
}

h5 {
	font-size: 18px;
	
}

h6 {
	font-size: 16px;
	
}

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

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

b,
strong {
	font-weight: 500;
}

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

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



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: 500;
}

dd {
	margin-bottom: 24px;
}


ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	
}

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;
	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 {
	border-collapse: separate;
	border-spacing: 0;	
	width: 100%;
}

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

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

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: #006797;
	color: #fff;
	text-shadow: none;
}

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


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

/* Input fields */

input,
textarea {
	border: none;
	border-radius: 0px;
	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: 500;
	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 {
	
}

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 {
	background-color: transparent !important;
	background-image: url('images/button-search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	color: transparent !important;
	display: block;
	float: left;
	height: 27px;
	margin: 2px 0 0 2px;
	padding: 0 !important;
	width: 27px;
}
.search-submit:hover {
	background-position: 0 -30px;
	color: transparent !important;
}

/* 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);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #d8e8f2;
	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: 500;
	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 */


/* 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 {
	
	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 {
	
	position: relative;
	width: 100%;
	z-index: 4;
}

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

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 500;
	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 */
}


#site-header {
	float: right;
}
#search-container {
	background: -moz-linear-gradient(top, #a7cbdb 0%, #e1eff6 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cbdb), 
						color-stop(100%,#e1eff6));
			background: -webkit-linear-gradient(top, #a7cbdb 0%, #e1eff6 100%);
			background: -o-linear-gradient(top, #a7cbdb 0%, #e1eff6 100%);
			background: -ms-linear-gradient(top, #a7cbdb 0%, #e1eff6 100%);
			background: linear-gradient(top, #a7cbdb 0%, #e1eff6 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cbdb', endColorstr='#e1eff6',GradientType=0 );
			box-shadow: 0 0 3px 1px #7ba4b9;
			border: 1px solid #97b9c9;
			border-radius: 10px;
			padding: 2px;
			width: 180px;
}
.search-box {
	xbackground: url('images/bg-search.png') no-repeat center;
	border: 1px solid #909ba2;
	border-radius: 5px;
	height: 30px;
	margin: auto;
	width: 95%;
}

.search-box .search-field {
	background-color: transparent;
	border: 0;
	float: right !important;
	font-size: 16px;
	margin: 2px 7px 0 0;
	padding: 2px 2px 3px 6px;
	width: 135px !important;
}


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

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

.site-navigation li {
	xborder-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: none;
}

.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: 500;
}

/* 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 ul ul {
	position: absolute;
}
.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	xborder-bottom: 1px solid rgba(255, 255, 255, 0.2);
	xdisplay: none;
}
.sub-menu {
	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;
}


/**
 * 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(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: 500;
	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: 500;
	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: 500;
	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 {
	margin: 12px 0 18px;
}

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

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

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

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

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

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

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

.hentry .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;
	margin-left: -24px;
	width: 48px;
}

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

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

.hentry .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 {
	content: '\f452';
}

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

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

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

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

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

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

.hentry .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: 500;
	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) {
	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 {
	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: 500;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 500;
	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: 500;
	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: 500;
	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: 500;
	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: 500;
}

.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: 500;
	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;
}


/**
 * 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: 0px;
}

.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;	
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #4d4d4d;
}

.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: 500;
	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: 500;
	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: 500;
	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 {
	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 {
	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 {
	padding-bottom: 0;
}

/* 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;
}


/**
 * 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: 500;
	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 {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

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

.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: 5900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#black-studio-tinymce-5, #black-studio-tinymce-5 p, #black-studio-tinymce-5 span {
	color: #333333 !important;
	overflow: visible;
	position: relative;
	z-index: 100000;
}
#supplementary {
	padding: 0 10px;
}

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

.site-footer {
		background: -moz-linear-gradient(top, #ffffff 0%, #c2e4f4 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), 
						color-stop(100%,#c2e4f4));
			background: -webkit-linear-gradient(top, #ffffff 0%, #c2e4f4 100%);
			background: -o-linear-gradient(top, #ffffff 0%, #c2e4f4 100%);
			background: -ms-linear-gradient(top, #ffffff 0%, #c2e4f4 100%);
			background: linear-gradient(top, #ffffff 0%, #c2e4f4 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2e4f4',GradientType=0 ); 
			clear: both;
	font-size: 12px;
	/*height: 185px;*/
	position: relative;
	z-index: 3;
}

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

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

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

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


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

.featured-content {
	background: #000 url(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: 500;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

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

.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;
}
/*----------------------------------------------- Sagiv custom css *-----------------------------------------------*/

/*general*/
body {
	
	font-weight:400;
}
.content-wrapper, .content-wrapper-full {	
	margin: auto !important;
	 max-width: 984px;
    padding: 0 20px;
}
.content-wrapper-full {
	max-width: 1024px;
}
.content {
	float: left;
	width: 68%;
}
#primary-navigation .content-wrapper {
	
    padding: 0;
}
.clear {
	display: block;
	clear: both;
	float: none;
	width: 100%;
}
a {
	color: #333333;
}

/*header*/
.header-top {
	background: -moz-linear-gradient(top, #54b3e0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b3e0), 
						color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #54b3e0 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #54b3e0 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #54b3e0 0%, #ffffff 100%);
	background: linear-gradient(top, #54b3e0 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3e0', endColorstr='#ffffff',GradientType=0 );
	height: 90px;
	padding-top: 15px;
}

.service-navigation {
	float: left;
	line-height: 23px;
	margin-top: 13px;
	position: relative;
}
.search-box-wrapper {
    float: left;
	margin: 7px 0 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}
.search-box-wrapper, .featured-content {
    padding-left: 0;
    padding-right: 0 !important;
}
#menu-main-menu a {
	color: #fff;
	font-size: 17px;

}
#menu-service-navigation li {
	list-style-type: none;
	float: left;
}
#menu-service-navigation li:after {
	content: "|";
	color: #333333;
	padding: 0 10px;
}
#menu-service-navigation li:first-child:after {
	content: "";
}
#menu-service-navigation li a{
	font-size:18px;

}
#menu-service-navigation li:hover a  {
	color: #006797;
}
.primary-navigation {
		background: #006797;
		border-bottom: 2px solid #0f4963!important;
		border-top: 2px solid #0f4963 !important;
		height: 35px;
		margin: 0 auto 0 !important;
		padding:0 !important;
		width: 100%
}
.primary-navigation li a {
	text-align: normal !important;
}
.primary-navigation li {
	border-left: 2px solid #0f4963 !important;	
	cursor:pointer;
	float: right;
	line-height: 31px;
    position: relative;
	text-align: center;
	width: 17.1%;
	-webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;
}
.primary-navigation li:hover {
	background: #006797 !important;
}

.primary-navigation li.current-menu-item, .primary-navigation li.current-menu-parent{
	background: #6ebbd3;
}
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after  {
	content: "" !important;
}
.primary-navigation li:first-child {
	border-right: 2px solid #0f4963 !important;
	width: 30%;
}

.primary-navigation a {
	line-height: 10px;
    padding: 0 !important;
}
.primary-navigation .sub-menu a {
	line-height: 40px !important;
    padding: 0 !important;
}
.primary-navigation li:hover a {
	background: none !important;
}

#english-site {
	float: left;
	margin: 12px 20px 0 0;
}
#english-site a {
	font-family: Arial;
	font-size: 14px;
}
#english-site:hover a {
	color: #006797;
}
.primary-navigation ul ul {
    background-color: #006797 !important;
	border-bottom: 2px solid #006797 !important;
	border-left: 2px solid #006797 !important;
	border-right: 2px solid #006797 !important;
	left: -2px !important;
	top: 33px !important;
	width: 100% !important;
}
.primary-navigation .sub-menu li {
	border: none !important;
	float: none !important;
    line-height: 40px;
    min-height: 40px;
    padding-right: 45px;
    position: relative;
    text-align: right;
    width: auto !important;
}

#menu-main-menu a {
    color: #fff;
    font-size: 18.5px;
	display:block;
	line-height:30px;
	font-weight:normal;
}
.primary-navigation ul ul a {
	line-height: 25px;
}
.primary-navigation li:first-child ul{
	padding-top:10px;
}
.primary-navigation .sub-menu li:before {
	/*content: url('images/drop-cyan.png');*/
	display: block;
	height: 33px;
	position: absolute;
	top: 4px;
    right: 5px;
	width: 33px;
}
.primary-navigation li:first-child .sub-menu li:before{
	content: url('images/drop-cyan.png');
}
.primary-navigation li .sub-menu li.yellow:before {
	content: url('images/drop-yellow.png');
}
.primary-navigation li .sub-menu li.blue:before {
	content: url('images/drop-blue.png');
}
.primary-navigation li .sub-menu li.white:before {
	content: url('images/drop-white.png');
}

.all-type-prod {
	width: 100% !important;
}
.all-type-prod li {
	background: #e4e4e4;
	height: auto;
	float: right;
	list-style-type: none;
	margin-right: 1.5%;
	max-height: 165px;
	
	position: relative;
	text-align: center;
	width: 31.5%;
	margin-bottom:12px;
}
.all-type-prod li.cat_prod_4 h3 span{
	padding:8px 10px;
}
.all-type-prod li.cat_prod_29 h3 span{
	padding:8px 60px;
}
.all-type-prod li.cat_prod_15 h3 span{
	padding:8px 50px;
}
.all-type-prod li.cat_prod_16 h3 span{
	padding:8px 30px;
}
.all-type-prod li a {
	height: auto;
    margin: 0px 2.5% 2.5%;
    /*position: relative;*/
    width: 95%;
	float:right;
}
.all-type-prod li img {
	display: block;
	height: auto;
	margin: 38px auto 0 ;
	/*max-height: 138px;*/
	width: 100%;
}
.all-type-prod li span:before, .all-type-prod li span:after{
	 box-sizing: border-box;
}
.all-type-prod li h3 {
	background: rgb(186,224,242);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhZTBmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Y5ZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(186,224,242,1) 0%, rgba(243,249,253,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,224,242,1)), color-stop(100%,rgba(243,249,253,1)));
	background: -webkit-linear-gradient(top,  rgba(186,224,242,1) 0%,rgba(243,249,253,1) 100%);
	background: -o-linear-gradient(top,  rgba(186,224,242,1) 0%,rgba(243,249,253,1) 100%);
	background: -ms-linear-gradient(top,  rgba(186,224,242,1) 0%,rgba(243,249,253,1) 100%);
	background: linear-gradient(to bottom,  rgba(186,224,242,1) 0%,rgba(243,249,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bae0f2', endColorstr='#f3f9fd',GradientType=0 );

	box-shadow: 0 2px 5px 0px #737373;
	color:#006797;
	font-weight: 500;
	font-size:18px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0px;
	
	width: 100%;
	z-index: 1;
	display:inline-block;
	vertical-align:middle;

}
.all-type-prod li h3 span{
	display:inline-block;
	padding:8px 50px;
	font-family:"metal-web";
	
	vertical-align:middle;
	line-height:18px;
	font-weight:normal;
}
.all-type-prod .type-prod-img {

}
.all-type-prod .type-prod-hover-img {
	display: none;
	opacity: 0;
}
ul.all-prod-tax{
	overflow:hidden;
	clear:both;
}
.all-prod-tax li {
	float: right;
	height: 220px;
    margin: 0 5% 35px 0;
	position: relative;
	text-align: center;
	list-style-type: none !important;
	width:20%;	
}
.all-prod-tax li p {
	font-size: 15px;
    line-height: 16px;
    max-height: 30px;
    overflow: hidden;
}
.all-prod-tax li h6 {
	line-height: 18px;
    max-height: 30px;
    overflow: hidden;
    padding-bottom: 5px;
	font-size:18px;
}
.all-prod-tax  .prod-img {
	height: 100px;
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
}
.all-prod-tax li a.btn_toproduct {
	background: -moz-linear-gradient(top, #1e82c2 0%, #016899 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e82c2), 
						color-stop(100%,#016899));
			background: -webkit-linear-gradient(top, #1e82c2 0%, #016899 100%);
			background: -o-linear-gradient(top, #1e82c2 0%, #016899 100%);
			background: -ms-linear-gradient(top, #1e82c2 0%, #016899 100%);
			background: linear-gradient(top, #1e82c2 0%, #016899 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e82c2', endColorstr='#016899',GradientType=0 );
	bottom: 0;
    color: #fff;
    font-weight: normal;
	font-size:18px;
    height: 38px;
    left: 0px;
    line-height: 38px;
    margin-top: 7px;
	text-decoration: none;
    position: absolute;
	width: 100%;
	-webkit-transition: background 0.3s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;

}
.all-prod-tax h6 a {
	text-decoration: none;
}
.content a {
	color: #006898;
	text-decoration: underline;
}
.content a:hover {
	color: #008ac9;
}
.prod-img a {
    height: 100%;
	display:block;
}
.all-prod-tax li a.btn_toproduct:hover {
	background: -moz-linear-gradient(top, #04b1ef 0%, #007fd1 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04b1ef), 
						color-stop(100%,#007fd1));
			background: -webkit-linear-gradient(top, #04b1ef 0%, #007fd1 100%);
			background: -o-linear-gradient(top, #04b1ef 0%, #007fd1 100%);
			background: -ms-linear-gradient(top, #04b1ef 0%, #007fd1 100%);
			background: linear-gradient(top, #04b1ef 0%, #007fd1 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b1ef', endColorstr='#007fd1',GradientType=0 );
			-webkit-transition: background 0.3s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;

}
.page-content-block.full-content-page {
	width: 100%;
}
.all-prod-tax li img {
    height: 100%;
    width: auto;
}
.category-page{
}
.category-page h3{
	color:#333333;
	font-size:34px;
	text-align:center;
	margin-top:10px;
	font-weight:500;
}
.category-page h4{
	font-size:28px;
	margin-top:10px;
	text-align:center;
}
.sub-menu li:hover {
	background: #0f4963 !important;
}
.nav-menu li.menu-item-has-children:hover > a,
	.nav-menu li.menu-item-has-children.focus > a {
		background-color: #6ebbd3 !important;
		color: #fff;
	}
/* product content */
#product-content {
	padding: 30px 2% 0 2%;
    width: 66%;
}
#product-content .prod-title{
	color:#333333;
	font-size:34px;
	font-weight:500;
}
#product-content .prod-img {
	float: left;
	margin: 0 5% 30px 0;
	width: 45%;
}
#product-content .prod-img img {
	width: 100%;
}
.prod-details {
	float: right;
	width: 100%;
}
.prod-details tr:first-child td{
	text-align:center;
}
.prod-details .odd td, .prod-details .even td, .prod-details tr td{
	text-align:right;
}
.content table {
	margin: 20px 0 20px 0;
	width: auto;
}
.hide-banner {
	display: none;
}
#product-content p{
	font-size:18px;
}
#product-content p strong, #product-content p b{
	font-weight:500;
}
.product-block{
	padding-right:20px;
}
.prod-details td, .style-table td {
	background: #b6dde9;
	border: 1px solid #fff;
	padding: 3px 7px;
}
.prod-details tr:first-child td, .style-table tr:first-child td {
	background: #e5e5e5;
	
    font-weight: 500;
}
.prod-details .odd td, .style-table .odd td {
	background: #fcdd9d;
}
#black-studio-tinymce-4 p{
	margin-bottom:0;
	color:#100f0f;
}
#black-studio-tinymce-4 p a{
	color:#100f0f;
}
#black-studio-tinymce-4 p a:hover{
	color:#000;
	
}
/* contact sidebar */
#info-contac-form {
	background: #e5f0f4;
	color: #1b4364;
	padding: 20px 4%;
}
.wpcf7-form .message {
	float: right;
	width: 40%;
}
.wpcf7-form .contact-info {
	float: right;
	width: 55%;
}
.wpcf7-form .contact-info label{
	overflow:hidden;
	display:block;
}
.wpcf7-form .message {
	float: left;
}
.wpcf7-form .message textarea{
	height:200px;
}
.wpcf7-submit, input[type="submit"].wpcf7-submit {
	background: -moz-linear-gradient(top, #1b7fc0 0%, #016899 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b7fc0), 
						color-stop(100%,#016899));
			background: -webkit-linear-gradient(top, #1b7fc0 0%, #016899 100%);
			background: -o-linear-gradient(top, #1b7fc0 0%, #016899 100%);
			background: -ms-linear-gradient(top, #1b7fc0 0%, #016899 100%);
			background: linear-gradient(top, #1b7fc0 0%, #016899 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7fc0', endColorstr='#016899',GradientType=0 ); 
			border-radius: 0 !important;
			 display: block;
			height: 35px;
			position: relative;
			width: 140px;
			font-size:18px;
			float:left;
			margin-top:20px;
			font-weight:400;
			padding-top: 7px;
}
input[type="submit"].wpcf7-submit:hover {
	background: -moz-linear-gradient(top, #00acec 0%, #007ecd 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acec), 
						color-stop(100%,#007ecd));
			background: -webkit-linear-gradient(top, #00acec 0%, #007ecd 100%);
			background: -o-linear-gradient(top, #00acec 0%, #007ecd 100%);
			background: -ms-linear-gradient(top, #00acec 0%, #007ecd 100%);
			background: linear-gradient(top, #00acec 0%, #007ecd 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acec', endColorstr='#007ecd',GradientType=0 ); 
			-webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;

}
.wpcf7-submit:after {
	content: ">";
	color: #000 !important;
	font-size: 30px;
}
.contact-info label span, .message label span {
	float: right;
	font-size:18px;	
	line-height: 35px;
}
.message label span {
	line-height: 5px;
    padding-bottom: 13px;
}

.contact-info label span.wpcf7-form-control-wrap {
	float: left;
	width: 70%;
}
/* page */
.side-banners-block {
	float: left;
	padding: 20px 0;
	width: 28%;
}
.page-content-block {
	float: right;
	width: 70%;
}
.page-content-block h1 {
	line-height: 55px;
}
.page-content-block p {
	 line-height: 22px;
    padding-bottom: 20px;
}

/* page sidebar */
#page-sidebar .wpcf7-form .contact-info  {
	width: 100%;
}
#page-sidebar .contact-info label span.wpcf7-form-control-wrap {
	width: 100%;
}
#page-sidebar .wpcf7-form .contact-info label {    
    margin-top: -15px;   
}

#page-sidebar .contact-info label span, #page-sidebar .message label span {    
    line-height: 20px;
}
#page-sidebar .message label span {
    line-height: 20px;
    padding-bottom: 0;
}
#page-sidebar .wpcf7-form .message {
	margin-top: 10px;
	width: 100%;
}
#page-sidebar h3 {
	border-bottom: 2px solid #fff;
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
}
#page-sidebar nav {
	background: #e5e5e5;
	margin-bottom: 20px;
	padding: 20px 6% 20px 1%;
}
#page-sidebar li a {
    font-size: 18px;
}
.content li {
	list-style-type: disc;
}
.content ul {
    list-style: inside none none;
	margin: 10px 0;
}
.content ul ul{
	list-style: circle inside none;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
}
.content ul ul li{
	list-style-type:circle;
	}
.content strong, .content b {
	font-weight: bold;
}
.page-thumbnail {
	background: #e5e5e5;
	margin-bottom: 20px;
	padding: 0px 0;
}
.side-banners-block a {
	background: -moz-linear-gradient(top, #85c6da 0%, #66aec4 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c6da), 
						color-stop(100%,#66aec4));
			background: -webkit-linear-gradient(top, #85c6da 0%, #66aec4 100%);
			background: -o-linear-gradient(top, #85c6da 0%, #66aec4 100%);
			background: -ms-linear-gradient(top, #85c6da 0%, #66aec4 100%);
			background: linear-gradient(top, #85c6da 0%, #66aec4 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c6da', endColorstr='#66aec4',GradientType=0 );
	box-shadow: 2px 2px 2px 1px #a1a1a1;
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
	margin-bottom: 20px;
    padding: 10px 4%;
	text-decoration: none;
    text-align: center;
    width: 92%;
}
.side-banners-block a:hover {
	background: -moz-linear-gradient(top, #78ccdf 0%, #49b1ca 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78ccdf), 
						color-stop(100%,#49b1ca));
			background: -webkit-linear-gradient(top, #78ccdf 0%, #49b1ca 100%);
			background: -o-linear-gradient(top, #78ccdf 0%, #49b1ca 100%);
			background: -ms-linear-gradient(top, #78ccdf 0%, #49b1ca 100%);
			background: linear-gradient(top, #78ccdf 0%, #66aec4 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ccdf', endColorstr='#49b1ca',GradientType=0 );
			-webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;
		color: #fff;
}
#page-sidebar .wpcf7-form .message textarea {
    height: 100px;
}

/* products sidebar */
#product-sidebar {
	
	float: right;
	min-height: 460px;
	/*padding: 20px 2% 10px 1%;*/
    width: 27%;
	margin-right:2%;
}
#product-sidebar .side_menu{
	background: #e5e5e5;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
#product-sidebar  ul{
	margin: 20px 3% 10px 3%;
}
#product-sidebar  ul.sub-menu-prod{
	margin:0 25px 0 0;
	
}
.video_side{
	background:#0f4963;
	/*float:right;*/
	clear:both;
	}
.video_side h4{
	color:#fff;
	text-align:center;
	padding:10px 0;
}

#page-sidebar {	
	float: right;
	min-height: 460px;
	padding: 20px 0;
    width: 28%;
	margin-right:2%;
}
#product-sidebar a {
	font-size: 18px;
}
#product-sidebar a.active-cat-a, .side_menu a.active-cat-a   {
	font-weight: 500;
	 color: #006a98;
}
.sub-menu-prod a, .sub-menu-prod a{
	font-size: 14px !important;
}
.sub-menu-prod li {
	color: #636364;
	list-style-type: none;
}
.sub-menu-prod {
	display: none;
}
.active-cat .sub-menu-prod {
	display: block;
}
.sub-menu-prod li:before {
	/*content: "-";*/
}
.sagiv-team .bord-b td {
	/*border-bottom: 2px solid #cccccc;
	padding-bottom: 25px;*/
}
.sagiv-team h3 {
	padding-top: 10px;
}
.sagiv-team td:first-child {
	
}
.sagiv-team img {
	box-shadow: 2px 2px 5px 3px #c8c8c8;
	margin: 10px 0 10px 20px;
    padding: 10px;
}
/* banner sidebar */
.banner-technical-info {
	background: #0f4963;
	color: #fff;
    min-height: 90px;
    padding: 20px 2%;
	position: relative;
    width: 96%;
}
.banner-technical-info .banner-part-right{
	float:right;
	width: 270px;
}
.banner-technical-info .big-drop {
	background: #0c3d56;
	border-radius: 50px;
	float: left;
	height: 95px;
	width: 95px;
}
.banner-technical-info h5 {
	text-align:center;
}
.banner-technical-info p {
	float: left;
    margin-left: 5%;
    text-align: center;
    width: 50%;
}
.big-drop img {
	display: block;
	margin: 10px auto 0;
}
.button-wrapper {
	border: 1px solid #728d9a;
	padding: 3px;
}
.banner-technical-info .button-wrapper {
	float: right;
    height: 36px;
    margin: 20px auto auto;
    width: 257px;
}
.banner-technical-info button, .banner-technical-info .button  {
	background: #66cccc;
	border-color: #0084ae;
    border-style: groove;
    border-width: 1px;
    color: #fff;
    font-size: 21px;
	font-weight:500;
    height: 15px;
    line-height: 15px;
    text-shadow: 1px 1px #00415f;
    width: 255px;
	padding:10px 0;
	text-align:center;
}
.banner-technical-info .yellow{
	background:#ffcc66;
	color:#996600;
	font-weight:500;
	text-shadow: none;
}
.banner-technical-info .white{
	background:#fff;
	color:#666666;
	font-weight:500;
	text-shadow: none;
	
}
.banner-technical-info .blue{
	background:#006797;
	color:#fff;
	font-weight:500;
	
	
}
.banner-technical-info .button:hover {
	background: #50a4a4;
	-webkit-transition: background 0.3s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;
}
.banner-technical-info .yellow:hover{
	background:#d9ad56;
}
.banner-technical-info .white:hover{
	background:#e9e9e9;
}
.banner-technical-info .blue:hover{
	background:#024666;
}
.txt-yellow {
	color: #fabc3b;
}
.banner_big{
	margin-top:10px;
}
.banner_big img{
	width:100%;
}
.video_side{
	margin:20px 0;
}
.video_side p > iframe{
	height:auto;
}

/* icons */
.icon {
	background-image: url('images/images.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 20px;
	width: 20px;
}
.icon.icon-home {
	height: 28px;
	width: 28px;
}
.icon.icon-drop {
	background-position: 0 -128px;
	 float: right;
	height: 21px;
	margin: 3px 0 0 7px;
	width: 17px;
}
.icon.icon-drop.blue-drop {
	background-position: 0 -98px;
}
.icon.icon-drop.yellow-drop {
	background-position: 0 -38px;
}
.icon.icon-drop.white-drop {
	background-position: 0 -68px;
}
#link-to-homepage:hover .icon.icon-home {
	background-position: -40px 0;
}
.menu-service-navigation-container {
	float: left;
}
#link-to-homepage {
	float: right;
	margin-left: 10px;
}
.home-slider.content-wrapper {
	padding: 0;
	
	margin-bottom:10px !Important;
}
.sub-menu-prod {
	margin-right: 20px;
}
.footer.widget_nav_menu{
	float:none;
	text-align:center;
}
.widget_nav_menu li{
	border-right: 1px solid #4d4d4d;
    display: inline-block;
    line-height: 10px;
    margin-bottom: 6px;
    padding-bottom: 0 !important;
    padding-top: 0;

}
.widget_nav_menu li:first-child{
	border-right:none;
}
.widget_nav_menu a{
	color:#4d4d4d;
	font-size:15px;
	padding:0 10px;

}
.widget_nav_menu a:hover{
	color:#000;
}
.footer-sidebar  .widget_black_studio_tinymce{
	margin-top:20px;
}
.footer-sidebar .widget_black_studio_tinymce h1{
	display:none;
}
.soliloquy-container .soliloquy-pager-item:first-child{
	margin-left:7px !important;
}
.content-wrapper .contact-form{
	margin-top:20px;
}
#black-studio-tinymce-4 p {
	text-align: center;
	font-size:12px;
}
/* mobile menu */
#mobile-navigation {
	display: none;
}
.menu-toggle-mobile {
	background: #fff;
	border-radius: 0;
	color: #3b8aaf;
	display: none;
	float: right;
	font-size: 16px;
	font-weight: 500;
	height: 100px;
	text-align: center;
	padding: 0 !important;
	width: 60px;
}
.menu-toggle-mobile:hover {
	background: #fff;
	color: #01a7ec;
}
.icon.icon-menu-mobile {
	background-position: -60px -100px;
	height: 40px;
	margin: auto;
	width: 55px;
}
.menu-toggle-mobile:hover .icon.icon-menu-mobile {
	background-position: -140px -100px;
}
#mobile-navigation {
	background: #fff;
	position: absolute;
	width: 100%;
	top:95px;
}
#mobile-navigation li {
	border-bottom: 1px solid #8a8a8a;
	padding: 0.1em 3%;
	width: 100%;
}
#mobile-navigation a {
	color: #333333;
	font-size: 1.3em;
	font-weight: 500;
}
#mobile-navigation a:hover {
	color: #006797;
}
#mobile-navigation .menu-item-type-taxonomy {
	background: #006797;
	border-bottom: 1px solid #5d96b0;
}
#mobile-navigation .menu-item-type-taxonomy a {
	color: #fff;
	font-weight: normal;
}
#mobile-navigation .menu-item-type-taxonomy:hover a {
	color: #9eddfa;
}
#mobile-navigation .menu-item-type-taxonomy a:before {
	content: url('images/drop-cyan-mobi.png');
	display: block;
    float: right;
    height: 20px;
    margin: 5px 0 0 15px;
}
#mobile-navigation .menu-item-type-taxonomy.white a:before {
	content: url('images/drop-white-mobi.png');
}
#mobile-navigation .menu-item-type-taxonomy.yellow a:before {
	content: url('images/drop-yellow-mobi.png');
}
#mobile-navigation .menu-item-type-taxonomy.blue a:before {
	content: url('images/drop-blue-mobi.png');
}

.prod-title span{
	font-family: 'Open Sans', sans-serif;
}
.all-prod-tax li h6 a span{
	font-family: 'Open Sans', sans-serif;
}
.font{
	font-family: 'Open Sans', sans-serif;
}
.page-content-block h1{
	font-size:28px;
}
.page-content-block h3{
	font-size:22px;
}
.sagiv-team {
	float: right !important;
    margin-left: 3% !important;
    width: 47% !important;
}
.sagiv-team a {
	font-size: 12px;
}
.sagiv-team table .bord-b td, .sagiv-team table td {
	border-bottom: none !important;
	padding: 0 0 0 5px !important;
}
.sagiv-team table {
	margin: 10px 0 0 0 !important;
}
/* new home */
.content-home{
	width:63%;
	float:right;
}
#home-sidebar{
	width:34.5%;
	margin-left:1.5%;
	float:left;
}
#home-sidebar .widget{
	margin-bottom:12px;
}
#home-sidebar .widget:first-child{
	background:#999999;
}
#home-sidebar .widget:first-child .textwidget{
	padding:15px 20px 10px;
}
#home-sidebar .widget .widget-title{
	display:none;
}
#home-sidebar .widget iframe{
	text-align:center;
	/*margin:15px 20px 10px;*/
	width:100%;
	
}
#home-sidebar .widget{
	background:#e4e4e4;
	clear:both;
}
#home-sidebar .widget .textwidget{
	text-align:center;
	padding:5px 0;
	
}
#home-sidebar p{
	margin-bottom:0;
}
.content-all-products{
	background:#0a5374;
	max-width:980px;
}
.all-products{
	margin:0px auto;
	padding:20px 0;
	width:67% !important;
	overflow:hidden;
	
}
.all-products li{
	max-height:500px;
}
.social_icons{
	text-align:center;
}
.social_icons span{
	display:inline-block;
	width:25px;
	height:25px;
	margin-right:5px;
}
.social_icons span:first-child{
	margin-right:0;
}
.social_icons span a{
	display:block;
	-webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
	
	width:100%;
	height:100%;
}
.social_icons span a:hover{
	opacity:0.8;
}
.facebook a{
	background:transparent url(images/icon_facebook.png) no-repeat center;
}
.youtube a{
	background:transparent url(images/icon_youtube.png) no-repeat center;
}
.google a{
	background:transparent url(images/icon_google.png) no-repeat center;
}
.twitter a{
	background:transparent url(images/icon_twitter.png) no-repeat center;
}
.linkedin a{
	background:transparent url(images/icon_in.png) no-repeat center;
}
.pinterest a{
	background:transparent url(images/icon_pin.png) no-repeat center;
}
.footer_logo{
	text-align:center;
	width:126px;
	display:block;
	margin: 0 auto;
}
.f_smaler{
	padding:0 !important;
	font-size:0.85em;
	font-family:'Open Sans', Arial, sans-serif !IMPORTANT;
	font-weight:bold;
	display:inline !important;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.error404 .page-content .search-form {
	position:relative;
}
.error404 .page-content .search-form input{
	border:1px solid #999;
	line-height:20px;
}
.error404 .page-content .search-form .search-submit{
	position:absolute;
	left:2px;
	top:2px;
}
.soliloquy-container span{
	display:none;
}
.sidebar_logos{
	background:#c0c1c1;
	overflow:hidden;
	clear:both;
}
.sidebar_logos li{
	float:right;
	border-left:1px solid #fff;
	

}
.sidebar_logos li:first-child{
border-right:1px solid #fff;
	

}
.sidebar_logos li a:hover{
	background:#767979;
}
.sidebar_logos li:nth-child(1) a{
	border-bottom:2px solid #ff6600;
}
.sidebar_logos li:nth-child(2) a{
	border-bottom:2px solid #3b70b5;
}
.sidebar_logos li:nth-child(3) a{
	border-bottom:2px solid #a0b92d;
}
.sidebar_logos li:nth-child(4) a{
	border-bottom:2px solid #9b5ba4;
}
.sidebar_logos li:nth-child(5) a{
	border-bottom:2px solid #7ecffe;
}
.sidebar_logos li:nth-child(6) a{
	border-bottom:2px solid #ffd800;
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width:1600px){
	
	
}
@media screen and (max-width:1420px){
	
}
@media screen and (max-width: 1024px) {
	.all-type-prod li {
		max-height: 210px;
		width: 31%;
	}
	.all-type-prod li img {		
		max-height: 175px;		
	}
	.all-prod-tax li {
		width: 27%;
	}
	.banner-technical-info p{
		width:45%;
	}
	.all-products{
		width:100% !important;
	}

}
@media screen and (max-width: 780px) {

	
	.site {
		overflow: hidden;		
		width: 100%;
	}
	#product-content {
		width: 100%;
	}
	#product-content .prod-img {
		float: none;
		margin: auto;
		padding: 25px 0;
		width: 45%;
	}
	.prod-details {		
		width:100%;
	}
	.content-wrapper, .content-wrapper-full {		
		padding: 0;
	}
	.header-top {
		height: 100px;
		padding-top: 0;
	}
	#site-header {		
		margin: 5px 5% 0 0;
	}
	.search-box-wrapper {		
		margin: 7px 0 0 4%;
	}
	.header-main {		
		padding: 0;
	}
	.service-navigation, #primary-navigation {
		display: none;
	}
	.menu-toggle-mobile {
		display: block;
	}
	.site-navigation, .service-navigation {
		display: none;
	}
	.content-wrapper {
		width: 95%;
	}
	#english-site a {
		float: left;		
		text-align: left;
	}
	#english-site {
		float: left;
		margin: 12px 20px 0 1%;
		z-index:10;
		/*width: 50%;*/
	}
	#english-site a {
		color: #006797;
		font-weight: bold;
	}
	.all-type-prod li {
		max-height:245px;
		width: 48%;
	}
	.all-type-prod li img {		
		max-height: 205px;		
	}
	footer {
		background: #fff !important;
		height: auto !important;
	}
	footer .widget_nav_menu {
		display: none;
	}
	footer .widget p {		
		text-align: center;
	}
	#product-sidebar {
		display: none;
	}
	.content {		
		width: 100%;
	}
	.banner-technical-info h5 {
		float: none;
		text-align: center;
	}
	.banner-technical-info .banner-part-right{
		width:100%;
		float:none;

	}
	.banner-technical-info .button-wrapper {
		/*left: 50%;
		margin: 0 0 0 -127px;
		position: absolute;
		top: 50px;*/
		float:none;
	}
	.banner-technical-info .big-drop {
		  height: 53px;
			
			/*position: absolute;
			right: 5%;
			top: 45px;*/
			  float: none;
			clear: BOTH;
			 MARGIN: 10PX AUTO;
			width: 53px;
	}
	.big-drop img {		
		height: 50px;
		margin: 1px auto 0;
	}
	.banner-technical-info p {
		float: none;
		margin: 10px auto 0;
		text-align: center;
		width: 90%;
	}
	.contact-form {
		display: none;
	}
	#page-sidebar {
		display: none;
	}
	
	.page-template-page-contact-form .contact-form {
		display: block !important;
	}
	.all-products{
		width:100% !important;
	}
}
@media screen and (max-width: 640px) {
#english-site {
		float: left;
		margin: 12px 20px 0 1%;
		position:absolute;
		left:10px;
		/*width: 50%;*/
	}
	.content-home, #home-sidebar{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.all-type-prod li h3 span, .all-type-prod li.cat_prod_16 h3 span, .all-type-prod li.cat_prod_15 h3 span, .all-type-prod li.cat_prod_29 h3 span {
		padding: 8px 10px ;
	}
	.page-template-default p img{
		clear:both;
		float:none;
		width:100%;
	}
	.side-banners-block {
		float: none;
		margin: auto;
		width: 70%;
	}	
	img.full-size-img {
		width: auto !important;
	}
	.content img, .content table, .page-content-block {
		width: 100% !important;
	}
	.all-prod-tax li img{
		width:auto !important;
	}
	.prod-details td, .style-table td {
		padding: 0;
		text-align: center;
	}
	.page-content-block.full-content-page table {
		width: 95% !important;
	}
	.page-content-block.full-content-page table img {
		height: auto !important;
		xwidth: 100% !important;
	}
	.page-content-block.full-content-page table a {
		text-align: center;
	}
	.sagiv-team {
		margin: 3px 0 !important;
		width: 95% !important;
	}
	.sagiv-team td:first-child {
		width: 200px;
	}
	.sagiv-team table td:first-child {
		width: auto;
	}
	.sagiv-team img {
		margin: 0;
	}
	.sagiv-team td {
		padding: 0 10px;
	}
	#black-studio-tinymce-5 a {
		color: #000;
		font-weight: bold;

		} 
	.contact-info, .wpcf7-form .message, .wpcf7-form .contact-info, .contact-info label span.wpcf7-form-control-wrap, .contact-info label span, .message label span, input, textarea {
		float: none;
		line-height: 20px;
		width: 100%;
	}
	.all-type-prod li span {
		/*height: 25px;
		line-height: 15px;
		padding: 5px 0;*/
	}
	.message {
		margin: 20px auto 0;
	}
	
	#site-header img {
		width: 100%;
	}
	#english-site {		
		margin: 12px 0 0 2%;
		width: 20%;
	}
	.search-box-wrapper {
		margin: 0 0 0 1%;
	}
	#site-header {
		margin: 15px 2% 0 0;
		width: 77%;
	}
	.all-prod-tax li {
		width: 43%;
	}
	.prod-details tr:first-child td {		
		font-weight: normal;
	}
	.prod-details td {
		font-size: 12px;
	}
	.sagiv-team img {
		xdisplay: none;
	}
	.sagiv-team h3 {
		font-size: 16px;
	}
	#search-container {	
				width: 100%;
				margin-left:0;
				margin-bottom:10px;
	}
	.header-top{
		height:auto;
	}
	.search-box {
		xbackground: url('images/bg-search.png') no-repeat center;
		border: 1px solid #909ba2;
		border-radius: 5px;
		height: 30px;
		margin: auto;
		width: 95%;
	}

	.search-box .search-field {
		background-color: transparent;
		border: 0;
		float: right !important;
		font-size: 16px;
		margin: 4px 3px 0 0;
		padding: 2px 2px 3px 6px;
		width: 115px !important;
	}
	.banner-technical-info .button-wrapper {
		/*left: 40%;
		margin: 0 0 0 -100px;*/
		width: 200px;
	}
	
	.banner-technical-info button, .banner-technical-info .button {
		width: 100%;
	}
	.sagiv-team td img {
		border: 10px solid #fff;
		margin-left: 10px !important;
		padding: 0;
		width: auto !important;
	}
	.banner-technical-info .banner-part-right {
		width: 100%;
	}
	.button-wrapper  {
		margin: auto;
		position: relative;
	}
	.banner-technical-info p {
		margin: 15px auto 0;
	}
		
}

@media screen and (max-width: 420px) {
	.banner-technical-info .button-wrapper {
		
		width: 150px;
		margin-top:5px;
	}
}
/**
 * 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;
	}
}

.at4-share,
.at-share-open-control {
    direction: ltr;
}
.at4-share-title {
    background: #fff;
    text-align: center;
    padding: 5px;
}