/*
Theme Name: Jalaw
Theme URI: http://www.gavick.com
Description: A clear responsive food-focused WordPress theme that cuts out bloated features and focuses on understandable, attractive content. Perfect for small, intimate cafés or restaurants, or just bloggers with a taste for the finer things in life! With a one-column layout, your blog can combine simplicity with minimalist design for a refreshingly clean look that's sure to keep people reading.
License: GNU GPL v.2.0
License URI: LICENSE.txt
Version: 1.0.0
Author: GavickPro
Author URI: http://www.gavick.com
Template: Perfetta
Tags: red, white, one-column, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/
/* 1. Basic Elements
	1.1 Fonts
	1.2 Basic stuff
	1.3 Containers
2. Header
3. Post/Page elements
	3.1 Navigation
	3.2 Content
	3.3 Entry Header
	3.4 Entry Content
	3.5 Galleries
	3.6 Post Formats
	3.7 Attachments
	3.8 Post/Paging Navigation
	3.9 Author Bio
	3.10 Archives
	3.10 Search Results/No posts
	3.12 404 Page
	3.13 Comments
4. Widgets
5. Footer
6. RWD
----------------------------------*/
/*---------------------------------
1. Basic elements
----------------------------------*/
@font-face {
	font-family: "OpenSansHebrew-Bold";
	src: url("libs/fonts/OpenSansHebrew-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "OpenSansHebrew-Light";
	src: url("libs/fonts/OpenSansHebrew-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "OpenSansHebrew-Regular";
	src: url("libs/fonts/OpenSansHebrew-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url("libs/fonts/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
	font-family: "OpenSansHebrew-Regular", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	font-size: 90%;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	background-attachment: fixed;
	background-color: #f3f3f3;
	background-size: cover;
	background-repeat: no-repeat;
	color: #434343;
	font-family: 'Almoni';
	line-height: 1.33;
}

html body.keyboard-navigation>:not(#enable-toolbar) a:focus, html body.keyboard-navigation>a:focus {
	outline: none!important;
	background-color: transparent!important;
}









a, blockquote:before, button, input[type="submit"], input[type="button"], input[type="reset"], .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .entry-title.sticky span:before, .entry-title a:hover, .entry-summary .readon, .author-description .author-title, .comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login, .social-menu li:active, .social-menu li:focus, .social-menu li:hover, #gk-copyrights a {
	/*color: #F39200!important;*/
}




p, .entry-content {
	/*font-family: 'Alef Hebrew';*/
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:active,
a:focus,
a:hover {
	color: #363636;
}

img {
	max-width: 100%;
}

.site {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363636;
	font-weight: 300;
	letter-spacing: -0.15px;
}

article > div > .entry-content h3,
.sg-mode .entry-content h4,
.sg-mode .entry-content h5,
.sg-mode .entry-content h6 {
	font-family: 'Alef Hebrew';
	margin: 0;
}

article > div > .entry-content h3 {
	color: #8e8a8a;
	margin: 14px 0 0;
}

.sg-mode .entry-content h4 {
	font-size: 16px;
}

.sg-mode .entry-content h1:first-child + h1 {
	color: #125c73;
	font-size: 15px;
	font-weight: 600;
	margin: 32px 0 -13px;
}

.sg-mode .entry-content h6 {
	font-size: 12px;
}

hr:after {
	color: #bbbbbb;
	content: "\f006 \f006 \f006";
	display: block;
	font-family: FontAwesome;
	font-size: 13px;
	letter-spacing: 6px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 100%;
}

blockquote:before {
	content: "\"";
	font-family: serif;
	font-size: 50px;
	font-style: italic;
	font-weight: 300;
	height: 10px;
	left: -40px;
	position: absolute;
	top: -25px;
	width: 20px;
}

iframe {
	border: none;
}

code {
	background: #f5f5f5;
	padding: 5px 10px;
}

pre {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.entry-content ul, .entry-content ol {
	padding: 0 40px 0 0;
}
div.header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home header{
	position: absolute;
	top: 0;
	z-index: 1000;

}
.home .nav-menu li a{
	color: #F39100;

}
.home .nav-menu li.current-menu-item a{
	color: #F39100;
	background: none;

}
.home .nav-menu li {
	border-left: 2px solid #F39100;
	display: inline-block;
	margin: 0 -4px 0 0;
	position: relative;
	padding: 4px 0;
}
header .nav-menu .current-menu-ancestor a{
	color: #F39100;

}
/*---------------------------------
1.1 Fonts
----------------------------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\f003";
}

.icon-fb:before {
	content: "\f082";
}

.icon-gplus:before {
	content: "\f0d4";
}

.icon-phone:before {
	content: "\f095";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-rss:before {
	content: "\f143";
}

.icon-star:before {
	content: "\f005";
}

.icon-twitter:before {
	content: "\f081";
}

.icon-youtube:before {
	content: "\f166";
}

/**
 * 1.2 Basic stuff
 * ----------------------------------------------------------------------------
 */
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
#gk-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
#gk-footer .widget-area:before,
#gk-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after,
#gk-social-icons {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Alef Hebrew';
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	height: 28px;
	padding: 0 8px;
	width: 100%;
}

textarea {
	height: 63px;
	max-width: 100% !important;
	padding: 8px;
}

input:focus,
textarea:focus {
	background: #fffef4;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 40px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #34373b;
}

.post-password-required input[type="submit"] {
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

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

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #aaaaaa;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin: 5px 0 10px 0;
	text-align: center;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

/**
 * 1.3 Containers
 * ----------------------------------------------------------------------------
 */
.site-main,
#content > article {
	position: relative;
}

.archive .site-content article,
.search .site-content article {
	background: url("images/dotted-blue.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 15px 0;
}

.site-main .content-area {
	margin: 0 auto;
	/*max-width: 928px;*/
	max-width: none;
	width: 100%;
}

.content-area > section {
	float: right;
	margin: 0 0 25px;
	max-width: 715px;
	width: 100%;
}

.archive .content-area > section {
	margin: 0 0 10px;
}

#sg-sidebar-left {
	float: left;
	margin: 0 0 13px;
	width: 212px;
}

#sg-sidebar-right {
	float: right;
	width: 150px;
}

.site-main .site-content {
	float: left;
	max-width: 565px;
	width: 100%;
}

.error404 .site-main .site-content {
	/*max-width: inherit;*/
}

.category-page .site-content,
.search .site-content {
	padding: 5px 16px 16px;
}

#content > article > div {
	background: #ffffff;
}

.single #content > article > div,
.page #content > article > div {
	margin-bottom: 0;
}

#content > article > aside {
	background: #34373b;
	color: #8e9798;
	font-weight: 400;
	position: absolute;
	text-align: center;
	top: 0;
	width: 130px;
}

#content > article > aside a {
	color: #8e9798;
}

#content > article > aside a:active,
#content > article > aside a:focus,
#content > article > aside a:hover {
	color: #ca3c08;
}

#content > article > aside span {
	display: inline;
	font-size: 12px;
	font-style: italic;
	line-height: 50px;
}

#content .categories-links,
#content .author {
	line-height: 20px;
	margin-bottom: 20px;
}

#content .categories-links {
	display: block;
	margin-top: -12px;
	padding: 0 10px;
}

#content .tags-links {
	border-top: 1px solid #5a5f66;
	display: block;
	line-height: 1;
	margin: 0 auto;
	padding: 13px 0;
	width: 80%;
}

#content > article > aside > time {
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 22px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

#content > article > aside > time span {
	display: block;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
}

#content > article > aside:after {
	background: transparent;
	border: 8px solid transparent;
	content: "";
	position: absolute;
	right: -16px;
	top: 32px;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

/* Left Sidebar */
#sg-sidebar-left .sg-sticky-cat {
	background: url("images/st-cat-bg.jpg") repeat scroll 0 0 transparent;
	height: auto;
	float: none;
	margin: -47px 0 0;
	padding: 12px 8px;
}

#sg-sidebar-left .sg-sticky-cat a {
	font-weight: bold;
}

#sg-sidebar-left .sg-sticky-cat a:hover {
	color: #ffffff;
}

#sg-sidebar-left .widget_gk_contact_form {
	background: url(images/side-contact-bg.jpg) repeat left top;
	overflow: hidden;
	padding: 15px 9px;
}

#sg-sidebar-left .widget .widget-title {
	color: #ffffff;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 15px;
}

#sg-sidebar-left .widget div.widget-title {
	font-size: 2em;
}

#sg-sidebar-left .widget_gk_contact_form a {
	display: none;
}

#sg-sidebar-left input, #sg-sidebar-left textarea {
	max-width: 195px !important;
}

#sg-sidebar-left dt {
	margin: 0 0 5px;
}

/* Contact Page */
#sg-inner-content .sg-contact-details {
	color: #000000;
	float: right;
	font-weight: 600;
}

#sg-inner-content .sg-contact-form {
	float: left;
	position: relative;
}

#sg-inner-content .sg-contact-form dt {
	margin: 0 0 5px;
}

#sg-inner-content .sg-contact-form input, #sg-inner-content .sg-contact-form textarea {
	color: #8e8a8a;
	border: 2px solid #e7e8e8;
	max-width: 275px !important;
}

#sg-inner-content .sg-contact-form textarea {
	min-height: 90px;
}

#sg-inner-content input.bigbutton {
	border: 0 none;
	color: #ffffff;
	font-size: 28px;
	height: auto;
	margin: 7px 0 0;
	max-width: 100%;
	padding: 5px 72px;
	width: auto;
}

#sg-inner-content input.bigbutton:hover {
	background: none repeat scroll 0 0 #39393a;
}

#sg-inner-content .gk-contact-error {
	height: 100%;
}

/*---------------------------------
2. Header
----------------------------------*/
.site-header {
	margin: 0 auto 25px auto;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
	max-width: 1635px;
	width: 100%;
}
.site-header .menu-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 15px 85px;
}
.site-header .menu-block .m{
	display: flex;
	flex-direction: row-reverse;
}
.site-header .menu-block a.phone-header{
	display: flex;
	align-items: center;
	padding-bottom: 12px;
}
.site-header .menu-block a.phone-header img{
	height: 35px;
	width: 35px;
}
.site-header .menu-block a.phone-header p{
	color: #1b2442;
	display: block;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 22px;
	line-height: 1;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.site-header .menu-block .nav-menu > li > a {
	font-size: 22px;
}
.site-header .menu-block a.facebook{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.sg-header {
	margin: 0 auto;
	max-width: 928px;
	padding: 17px 0 0;
	width: 100%;
}

.gk-small-logo {
	float: right;
}

.sg-top-area {
	float: left;
	max-width: 386px;
	width: 100%;
}

.sg-top-area .widget {
	background-color: inherit;
	margin: 0;
	padding: 0;
}

.site-header .home-link {
	color: #ffffff;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	width: 100%;
}

.site-title {
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	color: #ffffff;
	display: inline-block;
	font-family: Cookie, serif;
	font-size: 72px;
	font-weight: normal;
	line-height: 108px;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 0 58px;
	position: relative;
	width: auto;
}

.site-title:after {
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	content: "";
	height: 108px;
	position: absolute;
	width: 100%;
	left: 8px;
	top: 0px;
}

.site-title:before {
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	content: "";
	height: 108px;
	position: absolute;
	width: 100%;
	left: -12px;
	top: -4px;
}

.site-description {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	margin: -22px 0 0 0;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*---------------------------------
3. Post/Page elements
----------------------------------*/
/**
 * 3.1 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
	/*background: rgba(222, 224, 224, 0.7);*/
	clear: both;
	font-family: 'Alef Hebrew';
	margin: 0 auto;
	min-height: 28px;
	padding: 0;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: flex-end;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	border-left: 2px solid #1b2442;
	display: inline-block;
	margin: 0 -4px 0 0;
	position: relative;
	padding: 4px 0;
}

.nav-menu li:last-child {
	border: 0 none;
}

.nav-menu .sub-menu li {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.nav-menu li:hover {
}

.nav-menu li a {
	color: #1b2442;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-menu > li > a {
	font-size: 15px;
}

.nav-menu li a:active,
.nav-menu li a:focus,
.nav-menu li a:hover {
	/*background: #125c73;*/
	/*color: #ffffff;*/
}

.nav-menu li.current-menu-item a {
	/*background: #125c73;*/
	padding-bottom: 4px;
	color: #F39100;

}

.nav-menu .sub-menu li a {
	color: #ffffff;
	font-weight: 300;
	text-transform: none;
	white-space: nowrap;
	font-size: 18px;
	padding: 10px 10px;
	border-bottom: 2px solid #ffffff;
}
.nav-menu .sub-menu li:last-child a{
	border-bottom: none;
}
.nav-menu .sub-menu {
	background-color: #061D46;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	display: none;
	padding:  0;
	position: absolute;
	right: -2px;
	top: 30px;
	width: auto;
	min-width: 200px;
	z-index: 99999;
	border: 2px solid #fff;
	border-radius: 6px;
}
.home .nav-menu .sub-menu li{
	padding: 0;

}
.nav-menu .sub-menu ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu .sub-menu li,
.nav-menu .sub-menu a {
	width: 100%;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 170px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #ffffff;
}



.menu-toggle {
	display: none;
}

/* Navbar */
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #ffffff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

/* Aside menu */
#page {
	left: 0;
	position: relative;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-ms-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
	margin-bottom: -20px;
}

#page.menu-open {
	left: -280px;
}

#aside-menu-toggler {
	color: #21bfd1;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 77px;
	width: 44px;
}

#aside-menu {
	background: #222222;
	float: left;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: width .3s ease-out;
	-moz-transition: width .3s ease-out;
	-ms-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
	width: 0;
}

#aside-navigation,
#aside-menu.menu-open {
	width: 280px;
	overflow-y: auto;
}

#aside-menu h3 {
	color: #cccccc;
	margin: 0 0 0 25px;
}

.admin-bar #aside-menu-toggler {
	top: 40px;
}

.admin-bar #aside-menu h3 {
	margin-top: 26px;
}

.admin-bar #close-menu {
	top: 50px;
}

#aside-menu > div {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding-right: 32px;
	min-width: 280px;
	max-width: 100%;
}

#close-menu {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	position: fixed;
	right: 0px;
	top: 24px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 9999;
}

#close-menu.menu-open {
	opacity: 1.0;
	right: 255px;
}

#aside-navigation > div > ul {
	padding: 20px 25px 20px 0;
}

#aside-menu li {
	font-size: 15px;
	font-weight: 600;
	padding: 3px 0;
	text-transform: uppercase;
}

#aside-menu li li {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

#aside-menu li li li {
	font-weight: 300;
	padding-left: 15px;
}

#aside-menu li a {
	color: #cccccc;
}

#aside-menu li li a {
	color: #aaaaaa;
}

#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
	color: #ffffff;
}

#aside-menu .sub-menu {
	padding-left: 0;
	padding-right: 1em;
}

#aside-menu .nav-aside-menu {
	margin: 0;
}

/* Android fix */
.android-stock-browser #aside-menu {
	height: auto;
	min-height: 100%;
	position: absolute;
}

.android-stock-browser #aside-menu > div {
	height: auto;
	min-height: 100%;
}

/**
 * 3.1.1 Header Area
 * ----------------------------------------------------------------------------
 */
/* Home Page */
.sg-header-bottom {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sg-slider .tparrows.preview1:after {
	height: 266px;
	line-height: 266px;
	width: 30px;
}

.sg-slider .tparrows.preview1 {
	background: #727d7e;
	height: 266px;
	width: 30px;
}

.sg-slider .tparrows.preview1:hover,
.sg-slider .tparrows.preview1:hover:after {
	background: #12576c;
}

.sg-slider .tparrows.preview1 .tp-arr-imgholder {
	min-width: 100px;
}

.sg-slider .tp-bullets {
	right: 35px !important;
	top: 12px !important;
}

.sg-slider .tp-bullets.preview1 .bullet {
	background: none repeat scroll 0 0 #ffffff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0 none !important;
	height: 9px !important;
	margin-right: 9px !important;
	padding: 0;
	width: 9px !important;
}

.sg-slider .tp-bullets.preview1 .bullet:hover, .sg-slider .tp-bullets.preview1 .bullet.selected {
	background: none repeat scroll 0 0 #125c74 !important;
}

.sg-slider .tp-caption img {
	margin: 0 20px 0 0;
}

.sg-slider .tp-caption.black {
	color: #21bfd1;
	font-size: 32px;
	margin: 78px 35px 0 0;
}

.sg-slider .tp-caption.black + div.tp-caption.black {
	color: #ffffff;
	font-family: 'Alef Hebrew';
	font-size: 14px;
	margin: 0 35px 10px 0;
	max-width: 495px !important;
	white-space: inherit !important;
}

.sg-sticky-cat {
	background: url("images/st-cat-bg.png") repeat scroll 0 0 transparent;
	color: #434343;
	float: left;
	height: 145px;
	margin: /*-116px*/ -145px 63px 0;
	padding: 0 7px;
	position: relative;
	width: 212px;
	z-index: 20;
}

.sg-sticky-cat h2 {
	font-size: 27px;
	/*margin: 15px 0 0;*/
	margin: 0;
}

.sg-sticky-cat p {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

.sg-sticky-cat a,
.sg-about-short a {
	color: #434343;
	font-family: 'Alef Hebrew';
}

.sg-sticky-cat a:hover {
	color: #00c0d4;
}

.sg-about-short {
	/*background: url(images/about-bg.jpg) repeat-x left top;*/
	background: rgba(0, 195, 211, 0.6);
	overflow: hidden;
}

.sg-about-short article {
	height: 238px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 30px 0 70px;
	position: relative;
	width: 100%;
}

.sg-about-short figure {
	float: right;
	margin: 0 0 0 20px;
	display: none;
}

.sg-about-short figure img {
	max-height: 238px;
}

.sg-about-short header {
	display: inline-block;
	margin: 25px 0 0;
}

.sg-about-short h1 {
	font-size: 27px;
	margin: 0;
}

.sg-about-short p {
	line-height: 1.33;
	margin: 8px 0 19px;
	font-weight: bold;
}

.sg-about-short .sg-arrow-link {
	position: absolute;
	left: 0;
	top: 0;
}

/**
 * 3.2 Content
 * ----------------------------------------------------------------------------
 */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	padding: 5px 16px 16px;
}

.archive .entry-summary,
.search .entry-summary {
	padding: 0;
}

.archive .entry-summary p,
.search .entry-summary p {
	color: #8e8a8a;
	letter-spacing: -0.3px;
	margin: 0;
}

.entry-content p {
	letter-spacing: -0.4px;
}

.entry-content h4 {
	color: #125c73;
	font-family: 'Alef Hebrew';
	font-size: 90%;
	margin: 19px 0 -13px;
}

.entry-header {
	padding: 0;
}

.single .sg-cat-back {
	color: #363636;
	display: block;
	font-family: 'Alef Hebrew';
	margin: 30px 0 50px;
	position: relative;
}

.single .sg-cat-back:before {
	/*background: url("images/dotted-blue.png") repeat-x scroll left bottom #ffffff;*/
	bottom: -25px;
	content: '';
	height: 2px;
	left: 0;
	max-width: 532px;
	position: absolute;
	width: 100%;
}

/**
 * 3.3 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-thumbnail {
	margin: 0 auto;
	max-width: 1000px;
}

.entry-thumbnail img {
	background: #333333;
	margin: 0 0 -6px;
	width: 100%;
}

.sg-header-wrap {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}

#main > .entry-header {
	background: #4d4d4e;
	display: none;
}

.entry-header figure {
	margin: 0;
}

.archive .entry-header figure {
	background: #ffffff;
	border: 1px solid #434343;
	float: right;
	margin: 0 0 0 10px;
	max-width: 112px;
	overflow: hidden;
	width: 100%;
}

.archive .entry-header figure:hover {
	background: #21bfd1;
}

.archive .entry-header figure img {
	margin: 0 auto;
	display: block;
	vertical-align: top;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.archive .entry-header figure img:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.archive .entry-date {
	font-family: 'Alef Hebrew';
	display: none;
}

.entry-title {
	margin: 0;
	position: relative;
}

.sg-header-wrap .entry-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 46px;
	line-height: 53px;
	padding: 0 73px 0 20px;
	position: absolute !important;
	right: 0;
	top: 25px;
	font-weight: 300;
	letter-spacing: -0.15px;
}

.sg-header-wrap .entry-title:before {
	background: #21bfd1 url(images/icons/icon-4.png) no-repeat center;
	content: "";
	height: 53px;
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
}

.sg-entry-title {
	/*background: url(images/dotted-blue.png) repeat-x left bottom;*/
	color: #000;
	/*border-bottom: 1px solid #F39200;*/
	line-height: 1.5;
	margin: 0 0 25px;
}
.sg-entry-title:after{
	content: '';
	width: 150px;
	height: 2px;
	display: block;
	background: #F39200;
}

.archive .sg-entry-title {
}

.archive .sg-entry-title + p + p {
	color: #125c73;
	font-size: 16px;
}

.entry-title.sticky span {
	position: relative;
}

.entry-title.sticky span:before {
	content: "\f006";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: -32px;
	top: 0;
}

.entry-title a,
.sg-header-wrap .entry-title {
	color: #ffffff;
	display: block;
	position: relative;
}

.archive .entry-title a,
.search .entry-title a {
	color: #00c0d4;
	font-size: 14px;
	font-family: 'Alef Hebrew';
}

/**
 * 3.3.1 Right Sidebar  Area
 * ----------------------------------------------------------------------------
 */
.sg-side-list {
	background: #f2f0f1;
	margin: 0 0 14px;
}

.sg-side-list ul {
	list-style: none;
	margin: 0;
	padding: 28px 8px 23px 3px;
}

.sg-side-list ul li {
	position: relative;
	margin-bottom: 0.5em;
	line-height: 1em;
}

.sg-side-list ul a {
	color: #8e8a8a;
	font-family: 'Alef Hebrew';
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sg-side-list ul a:hover,
.sg-side-list ul li.current-page a {
	color: #434343;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sg-side-list ul li.current-page:before {
	background: url("images/icons/icon-5.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	content: "";
	height: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	right: -23px;
	top: 0;
	width: 11px;
}

.sg-side-list ul li:before {
	background: url("images/icons/icon-5.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	content: "";
	height: 20px;
	position: absolute;
	right: -23px;
	top: 0;
	width: 11px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sg-side-list ul li:hover:before {
	filter: alpha(opacity=100);
	opacity: 1;
}

/**
 * 3.4 Entry Content
 * ----------------------------------------------------------------------------
 */
/* Breadcrumbs */
.gk-breadcrumbs {
	margin: 7px 11px 0;
}

.category-page .gk-breadcrumbs {
	margin: 3px 0;
	display: none;
}
#breadcrumps span.current-item{
	color: #000;
	font-weight: bolder;
	font-family: "OpenSansHebrew-Bold";
}
#breadcrumps span{
	font-size: 17px;
}
#breadcrumps a{
	color: #F39100;
	font-size: 17px;
}
#breadcrumps{
	font-size: 17px;
	max-width: 1650px;
	margin: 20px auto 0 auto;
}
.gk-breadcrumbs a,
.gk-breadcrumbs span {
	color: #7c7878;
	font-family: 'Alef Hebrew';
	font-size: 13px;
	margin: 0 3px;
}

.single .gk-breadcrumbs .gk-current {
	display: none;
}

.single-gavern_cptypes .gk-breadcrumbs span.gk-current {
	display: inline;
}

.gk-breadcrumbs a:hover {
	color: #00c0d4;
}

.gk-breadcrumbs span {
	color: #434343;
}

.entry-summary .readon {
	border: 0 none !important;
	color: #434343 !important;
	display: inline-block;
	font-family: 'Alef Hebrew', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.entry-summary .readon:active,
.entry-summary .readon:focus,
.entry-summary .readon:hover {
	color: #00c0d4 !important;
}

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

.entry-content a,
.comment-content a {
	color: #F39200;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #e83a34;
}

.entry-content blockquote {
	font-size: 24px;
	position: relative;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

footer.entry-meta {
	margin-top: 5px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #ffffff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #ffffff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

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

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

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

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

/**
 * 3.5 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

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

.gallery-item a,
.gallery-item img {
	display: block;
}

.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: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

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

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

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

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

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

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

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

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

.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-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 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;
}

/**
 * 3.6 Post Formats
 * ----------------------------------------------------------------------------
 */
.post-meta .format {
	height: 29px;
	margin: 0 auto;
	width: 26px;
	z-index: 2;
}

.post-meta .format {
	color: #ffffff;
	display: block;
	font-family: FontAwesome;
	font-size: 20px !important;
	font-style: normal !important;
	line-height: 3 !important;
}

#content > .format-aside > aside > time,
#content > .format-audio > aside > time,
#content > .format-chat > aside > time,
#content > .format-gallery > aside > time,
#content > .format-image > aside > time,
#content > .format-link > aside > time,
#content > .format-quote > aside > time,
#content > .format-status > aside > time,
#content > .format-video > aside > time {
	padding-bottom: 32px;
}

.gk-format-aside:before {
	content: "\f0f6";
}

.gk-format-audio:before {
	content: "\f001";
}

.gk-format-chat:before {
	content: "\f086";
}

.gk-format-gallery:before {
	content: "\f00a";
}

.gk-format-image:before {
	content: "\f03e";
}

.gk-format-link:before {
	content: "\f0c1";
}

.gk-format-quote:before {
	content: "\f10e";
}

.gk-format-status:before {
	content: "\f073";
}

.gk-format-video:before {
	content: "\f03d";
}

/**
 * 3.7 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	margin: 0;
	padding: 0;
}

.attachment .entry-title:after {
	display: none;
}

.attachment .entry-header {
	background: #ffffff;
	margin-bottom: 0;
	padding: 20px 40px;
}

.attachment .entry-title {
	display: inline-block;
	margin: 0;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.attachment .entry-meta span {
	margin-left: 12px;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #ffffff;
	max-width: 100%;
	padding: 40px 0;
}

.attachment .entry-attachment img {
	width: 100%;
}

.image-navigation {
	margin: 0 auto !important;
	padding: 0 65px !important;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous {
	float: left;
}

.image-navigation .nav-next {
	float: right;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

.attachment .entry-attachment {
	padding: 0 65px 65px 65px;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/**
 * 3.8 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
#button-home404{
	margin-bottom: 60px;
}
#button-home404 a{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	align-items: center;
}
#button-home404 p{
	font-weight: 500;
	font-size: 20px;
	display: flex;
	justify-content: center;
	font-family: 'Heebo', sans-serif;
	align-items: center;
	color: #000;
	margin: 15px 0 0 0;
}

.navigation {
	margin: 0px 0 20px 0;
	padding-left: 170px;
	text-align: right;
}

.paging-navigation .nav-links {
	display: inline-block;
}
.navigation.paging-navigation{
	display: none;
}
.sg-pagenavi{
	display: none;
}
#pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.page-numbers.current{
	color: #f39200;
	font-weight: bold;
	border-bottom: 1px solid #f39200;
}
#pagination, #pagination a{
	font-family: "OpenSansHebrew-Regular" ;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
#pagination a, #pagination span{
	padding: 0 3px;
}
#pagination .navigation {
	padding-left: 0;
}
.nav-links > div {
	display: inline;
}

.paging-navigation a {
	color: #ffffff;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 12px;
}

.nav-previous + .nav-next a {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.paging-navigation a:active,
.paging-navigation a:focus,
.paging-navigation a:hover {
	background: #34373b !important;
}

/**
 * 3.9 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	font-size: 14px;
	padding: 25px 10px;
	text-align: left;
}

.archive-header + .author-info {
	background: #ffffff;
	border-top: 0;
	margin-left: 170px;
	margin-bottom: 20px;
	padding: 40px;
}

.author-avatar .avatar {
	float: left;
	margin: 10px 40px 10px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	margin: 6px 0 0;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/**
 * 3.10 Archives
 * ----------------------------------------------------------------------------
 */
.archive-title,
.archive-meta,
.page-header {
	color: #ffffff;
	margin: 0 auto;
	padding: 0 0 60px 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: -55px 0 30px 0;
	padding: 0 0 11px;
}

/**
 * 3.11 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-title {
	color: #ffffff;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#gk-search > div {
	padding: 0 0 45px 0;
}

.search-no-results #gk-footer > div {
	margin-left: 0;
}

.page-content {
	background: #ffffff;
	padding: 40px;
	text-align: center;
}

.error404 .page-content {
	margin-bottom: 150px;
}

.search-form {
	text-align: center;
}

/**
 * 3.12 404 Page
 * ----------------------------------------------------------------------------
 */
.error404 #gk-footer > div {
	/*margin-left: 0;*/
}

.error404 #content > article > div {
	margin-left: 0;
}

.error404 .entry-title span {
	display: block;
	padding: 65px 65px 20px 65px;
	position: relative;
}

/**
 * 3.13 Comments
 * ----------------------------------------------------------------------------
 */
#comments {
	background: #ffffff;
	margin-left: 170px;
	padding: 0 65px 65px 65px;
}

#comments .no-password {
	margin-top: 0;
}

.comment-list > .comment:last-child > .comment-body {
	border-bottom: none;
}

.bypostauthor {
}

.comment-post-author {
	background: #e83a34;
	border-radius: 2px;
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	position: relative;
	top: -1px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.comments-title {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
	padding-bottom: 20px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

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

.comment-list > li:after,
.comment-list .children > li:before {
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
	text-align: center;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login,
.comment-list .edit-link {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.comment-reply-link {
	float: right;
}

.says {
	display: none;
}

.comment-list .edit-link {
	float: right;
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	padding-left: 80px;
	width: 100%;
}

.comment-meta {
	position: absolute;
	width: 100%;
}

.comment-metadata {
	position: absolute;
	width: 100%;
}

.comment-content {
	padding-top: 10px;
}

.comment-meta,
.comment-meta a {
	color: #333333;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #e83a34;
}

.comment-metadata {
	margin-bottom: 0;
}

.comment-metadata > a {
	float: right;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

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

/* Comment form */
.comment-respond {
	padding: 30px 0;
}

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

.comment-reply-title {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 40px;
	padding-bottom: 20px;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

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

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/**
 * 4. Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0;
	word-wrap: break-word;
}

.widget .widget-title {
	margin: 0 0 16px 0;
}

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

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

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

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #dddddd;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar th {
	background: #f5f5f5;
	border-left: 1px solid #e5e5e5;
	color: #333333;
	font-size: 11px;
	font-weight: 600;
}

.widget_calendar td {
	padding: 7px;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

#gk-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, #gk-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/* Other */
select {
	max-width: 100%;
}

#gk-bottom .wp-caption .wp-caption-text,
#gk-bottom .entry-caption, .gallery-caption {
	color: #999999;
	font-size: 12px;
}

.tagcloud a {
	margin: 5px;
	vertical-align: middle;
}

.widget widget_rss li {
	padding: 10px 0;
}

#gk-bottom .search-field {
	width: 100%;
}

/**
 * 5.0 Footer
 * ----------------------------------------------------------------------------
 */
#gk-footer {
	background: #39393a;
	padding: 23px 0 0;
	width: 100%;
}

#gk-footer .widget-title {
	color: #00c0d4;
	font-size: 30px;
	margin: -3px 0 7px;
	text-transform: uppercase;
}

#gk-footer .widget-area .widget:nth-child(3n+1) {
	clear: both;
}

#gk-footer .sg-footer-wrap {
	margin: 0 auto;
	max-width: 930px;
	width: 100%;
}

#gk-footer .widget {
	background: transparent;
	color: #ffffff;
	margin: 0;
}

#gk-bottom a:active,
#gk-bottom a:focus,
#gk-bottom a:hover {
	color: #ffffff;
}

#gk-bottom {
	color: #8e9798;
	font-size: 12px;
	max-width: 210px;
	padding: 0 19px 0 0;
	width: 100%;
}

#gk-bottom .footer-phone,
#gk-bottom .footer-email {
	float: left;
}

#gk-bottom dl dt,
#gk-bottom dl dd {
	display: block;
	float: rright;
	margin-bottom: 6px;
	padding: 0;
}

#gk-bottom dl dd {
	margin: 0 20px 12px 4px;
}

#gk-bottom dl dt:nth-child(5n) {
	clear: both;
}

#gk-social {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}

.social-menu {
	padding: 0;
	text-align: center;
}

.social-menu li,
.social-menu li > a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
	height: 24px;
	margin: 0 4px;
	opacity: 0.7;
	overflow: hidden;
	width: 20px;
}

.social-menu li > a {
	display: block;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	top: -32px;
}

#sg-footer-menu, #gk-bottom, .sg-footer-menu {
	display: inline-block;
	vertical-align: top;
}

.home #sg-footer-menu {
	background: url(images/dotted-bg-v.png) repeat-y left top;
}

#sg-footer-menu {
	max-width: 680px;
	min-height: 318px;
	position: relative;
	width: 100%;
}

.sg-footer-menu {
	position: relative;
}

.sg-menu-wrap.widget-area {
	float: right;
	max-width: 515px;
	width: 100%;
}

.sg-posts-menu {
	float: right;
	max-width: 155px;
}

#sg-footer-menu ul, .sg-footer-menu ul {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
}

#sg-footer-menu ul#menu-footer > li, .sg-footer-menu ul#menu-main_pages > li {
	float: right;
	margin: 0 0 0 40px;
}

.sg-footer-menu ul#menu-main_pages > li {
	float: none;
	/*margin: 0 40px 0 0;*/
	margin: 0 0 0 40px;
}

#sg-footer-menu ul#menu-footer > li:last-child {
	margin: 0;
}

#sg-footer-menu ul#menu-footer > li > a, .sg-footer-menu ul#menu-main_pages > li > a,
.sg-posts-menu > ul > li > a {
	font-size: 18px;
}

#sg-footer-menu ul#menu-footer > li > a:hover,
.sg-posts-menu > ul > li > a:hover,
#sg-footer-menu ul.sub-menu li.current-menu-item a,
.sg-footer-menu ul#menu-main_pages > li > a:hover,
.sg-footer-menu ul.sub-menu li.current-menu-item a {
	/*color: #c6c6c7;*/
}

#sg-footer-menu ul.sub-menu, .sg-footer-menu ul.sub-menu {
	padding: 5px 0 0;
}

#sg-footer-menu ul.sub-menu li, .sg-footer-menu ul.sub-menu li {
	line-height: 1.25;
}

#sg-footer-menu ul.sub-menu a, .sg-footer-menu ul.sub-menu a {
	color: #767576;
	font-family: 'Alef Hebrew';
	font-size: 14px;
	line-height: 1;
}

#sg-footer-menu ul.sub-menu a:hover, .sg-footer-menu ul.sub-menu a:hover {
	color: #c6c6c7;
}

.search-area {
	bottom: 0;
	left: 17px;
	position: absolute;
}

.widget_search {
	position: relative;
}

.search-area .search-field {
	max-width: inherit !important;
	width: 212px;
}

.widget_search label {
	position: relative;
}

.widget_search .search-submit {
	background: url(images/icons/icon-3.png) no-repeat center;
	border: 3px solid #ffffff;
	bottom: 0;
	height: 28px;
	left: 5px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	width: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget_search .search-submit:hover {
	border: 5px solid #00c3d3;
}

.widget_gk_contact_form {
	position: relative;
}

.widget_gk_contact_form p, .widget_gk_contact_form dl {
	margin: 0;
}

.widget_gk_contact_form form {
	margin: 4px 0 0;
}

.widget_gk_contact_form label {
	display: none;
}

.widget_gk_contact_form a {
	font-family: 'Alef Hebrew';
}

.widget_gk_contact_form .bigbutton {
	background: none repeat scroll 0 0 #00c0d4;
	border-radius: 3px;
	color: #ffffff;
	float: left;
	font-family: 'Almoni';
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	width: 90px;
}

.calderaButton {
	background: none repeat scroll 0 0 #00c0d4 !important;
	border-radius: 3px !important;
	color: #ffffff !important;
	float: left !important;
	font-family: 'Almoni' !important;
	font-size: 18px !important;
	height: 22px !important;
	line-height: 22px !important;
	padding: 0 !important;
	width: 90px !important;
}

.widget_gk_contact_form .bigbutton:hover, .calderaButton:hover {
	border: 1px solid #ffffff;
}

.widget_gk_contact_form .error {
	display: none;
}

.gk-contact-error {
	background-color: rgba(0, 195, 211, 0.5);
	bottom: 0;
	color: red;
	height: 132px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

.gk-contact-error .fa {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 50%;
	color: red;
	cursor: pointer;
	float: left;
	font-size: 20px;
	height: 21px;
	line-height: 21px;
	padding: 0;
	right: 8px;
	text-align: center;
	top: -10px;
	width: 21px;
	position: relative;
}

#sg-sidebar-left .gk-contact-error {
	height: 172px;
}

#sg-sidebar-left .gk-contact-error .fa {
	right: 0;
}

.gk-contact-thanks {
	color: #00c0d4;
	font-size: 18px;
}

#gk-copyrights {
	background: url(images/dotted-bg.png) repeat-x left top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 25px 0 0;
	opacity: 0.7;
	padding: 0 0 30px 0;
	text-align: left;
}

#gk-copyrights p {
	color: #999999;
	margin: 0 auto;
	max-width: 930px;
	padding: 7px 0 0;
	width: 100%;
}

#gk-copyrights a:active,
#gk-copyrights a:focus,
#gk-copyrights a:hover {
	color: #ffffff;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

#gk-bottom + #gk-copyrights {
	margin-top: 20px;
}

/* Light version of the footer */
#gk-footer.light-bg .widget-title {
	color: #333333;
}

#gk-footer.light-bg .widget-area {
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
}

#gk-footer.light-bg .widget_rss .rss-date,
#gk-footer.light-bg .widget_rss li > cite {
	color: #bbbbbb;
}

/* GK Info
==================================== */
/* address block */
.gk-info-widget .with-aside {
	height: 28px;
	text-align: left;
}

.gk-info-widget .header > img {
	bottom: 6px;
	float: right;
	position: relative;
	left: 6px;
}

.gk-info-widget h3 {
	clear: both;
	color: #727d7e;
	display: inline-block;
	font-size: 23px;
	line-height: 1;
	margin: 0 0 0 6px;
}

.gk-info-widget div a h3 {
	color: #434343;
	cursor: text;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gk-info-widget div a:hover h3 {
}

.gk-info-widget .with-aside a {
	float: left;
}

.gk-info-widget a.header {
	background: url("images/icons/icon-2.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: #ffffff;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 12px 0 0 8px;
	padding: 0 0 0 5px;
	text-align: left;
	width: 100px;
}

/* social icons */
.gk-facebook-icon,
.gk-twitter-icon,
.gk-gplus-icon,
.gk-yt-icon,
.gk-in-icon,
.gk-vimeo-icon {
	background: url('images/social_icons.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 25px;
	margin: 12px 5px 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
	text-indent: -9999px;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 25px;
}

.gk-facebook-icon {
	background-position: 0px 0px;
}

.gk-twitter-icon {
	background-position: -33px 0;
}

.gk-gplus-icon {
	background-position: -68px 0;
}

.gk-yt-icon {
	background-position: -101px 0;
}

.gk-in-icon {
	background-position: -135px 0;
}

.gk-vimeo-icon {
	background-position: -170px 0;
}

.gk-facebook-icon:hover,
.gk-twitter-icon:hover,
.gk-gplus-icon:hover,
.gk-yt-icon:hover,
.gk-in-icon:hover,
.gk-vimeo-icon:hover {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.gk-info-widget a.header:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.gk-facebook-icon {
	background: url('images/icons/fb1-icon.png') no-repeat;
	background-position: center center;
}

.gk-gplus-icon {
	background: url('images/icons/gp-icon.png') no-repeat;
	background-position: center center;
}

/* 9.3. GK Tweets
==================================== */
.gk_tweets_widget blockquote {
	background: transparent url('../images/twitter_icon.png') no-repeat 0 3px;
	font-size: 13px;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-indent: 34px;
}

.gk_tweets_widget blockquote p {
	margin: 0;
}

.gk_tweets_widget blockquote p a {
	color: #676767 !important;
}

.gk_tweets_widget blockquote p a:active,
.gk_tweets_widget blockquote p a:focus,
.gk_tweets_widget blockquote p a:hover {
	color: #ffffff !important;
}

.gk_tweets_widget time,
.gk_tweets_widget cite {
	color: #565656;
	float: left;
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
	text-indent: 0 !important;
}

/* 9.3. SG PageNavi
==================================== */
.sg-pagenavi {
	margin: 25px 0 0;
}

.sg-next-post {
	width: 100%;
}

.sg-pagenavi .wp-pagenavi a,
.sg-pagenavi .wp-pagenavi span,
.sg-next-post, .sg-next-post .previouspostslink {
	color: #8e8a8a;
	float: right;
	font-family: 'Alef Hebrew';
	margin: 0 0 0 5px;
	position: relative;
}

.sg-next-post a {
	color: #8e8a8a;
}

.sg-pagenavi .wp-pagenavi span.current {
	font-weight: bold;
}

.sg-pagenavi .previouspostslink,
.sg-next-post .previouspostslink {
	padding: 0 23px;
}

.sg-pagenavi .nextpostslink,
.sg-next-post .nextpostslink {
	float: left;
	padding: 0 25px;
}

.sg-pagenavi .nextpostslink:after,
.sg-pagenavi .previouspostslink:before,
.sg-next-post .nextpostslink a:after,
.sg-next-post .previouspostslink a:before {
	background-color: #061E46;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
	content: '';
	height: 18px;
	right: 0;
	position: absolute;
	top: 0;
	width: 18px;
}

.sg-pagenavi .nextpostslink:hover:after,
.sg-next-post .nextpostslink a:hover:after,
.sg-pagenavi .previouspostslink:hover:before,
.sg-next-post .previouspostslink a:hover:before {
	background-color: #39393a;
}

.sg-pagenavi .nextpostslink:after,
.sg-next-post .nextpostslink a:after {
	background-image: url(images/icons/icon-6.png);
	left: 0;
	right: auto;
}

.sg-pagenavi .previouspostslink:before,
.sg-next-post .previouspostslink a:before {
	background-image: url(images/icons/icon-7.png);
}

.home #main .addtoany_share_save_container, .archive .addtoany_share_save_container {
	display: none;
}

/*::selection {
  background: transparent none;
}
::-moz-selection {
  background: transparent none;
}*/
/**
 * 6. RWD
 * ----------------------------------------------------------------------------
 */
@media (max-width: 414px) {
	body {
	}

	.sg-carousel {
		margin: 35px 0;
	}

	#aside-menu-toggler {
		display: block;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	#gk-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 414px) {

	.sg-header-wrap .entry-title {
		right: 65px;
		top: 38px;
	}

	#sg-sidebar-right {
		max-width: 25%;
	}

	.site-main .site-content {
		max-width: 75%;
	}

	#sg-info-carousel .overview li > div {
		padding: 0 5px;
	}

	.sg-carousel .buttons {
		bottom: 2px;
	}

	.sg-carousel .overview li {
		width: 670px;
	}

	.sg-carousel .overview li > div {
		margin: 0 5px;
	}

	/*.sg-carousel .overview li > div:hover{
		filter: gray;
		filter: grayscale(1);
		-webkit-filter: grayscale(1);
	}*/
	.widget_gk_contact_form .bigbutton {
		float: right;
	}

	.sg-intro, .sg-sticky-cat, #sg-sidebar-left {
		clear: both;
		float: none;
		padding: 0 20px;
		width: 100%;
	}

	.sg-about-short header {
		margin: 5px 0 0;
	}

	.sg-about-short p {
		font-size: 13px;
	}

	.gk-small-logo {
		max-width: 265px;
	}



	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.site-main #gk-bottom {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 28px;
		line-height: 1.2;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta,
	#comments,
	.attachment .entry-attachment {
		padding: 0 35px 35px 35px;
	}

	.entry-header {
		padding: 0;
	}

	.image-navigation {
		padding: 0 35px !important;
	}

	.error404 .entry-title span {
		padding: 35px 35px 20px 35px;
	}
}

@media (max-width: 414px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}

	#gk-footer .widget {
		width: 100% !important;
	}
}

@media (max-width: 414px) {
	body {
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	/* Article view */
	#content > article > div {
		margin: 0 0 60px 0px;
	}

	.navigation {
		padding-left: 0px;
	}

	.archive-header + .author-info {
		margin-left: 0px;
	}

	#comments {
		margin-left: 0px;
	}

	#gk-footer > div {
		margin-left: 0px;
	}

	#content > article > aside {
		position: static;
		width: 100%;
	}

	.post-meta {
		display: table;
		padding: 0 !important;
	}

	.post-meta:after {
		display: none;
	}

	.post-meta > time {
		display: table-cell !important;
		vertical-align: middle;
		width: 130px;
	}

	.post-meta > time + div {
		display: table-cell;
		vertical-align: middle;
	}

	#content .tags-links {
		padding: 13px 0 !important;
	}
}

@media (max-width: 414px) {
	#sg-sidebar-right,
	.site-main .site-content {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.sg-header-wrap .entry-title {
		font-size: 20px;
		top: 5px;
	}

	.gk-small-logo {
		float: left;
		/*max-width: 225px;*/
		max-width: 100%;
		text-align: right;
	}
	.gk-small-logo > img{
		max-width: 95%;
	}

	#gk-copyrights {
		text-align: right;
	}

	.search-area {
		bottom: 0;
		left: 17px;
		margin: 8px 0;
		position: relative;
		top: 5px;
	}

	.sg-carousel .overview li {
		/*width: 300px;*/
		width: 100vw;
		padding: 0 20px;
	}

	.sg-carousel .overview li > div {
		height: auto;
		margin: 0;
		width: 100%;
	}

	.sg-about-short p {
		font-size: 11px;
		margin: 0;
	}

	.sg-about-short figure {
		max-width: 25px;
	}

	#aside-menu-toggler {
		top: 5px;
	}

	.sg-top-area {
		margin: 10px;
	}

	.gk-info-widget h3 {
		font-size: 17px;
	}

	.site-title {
		font-size: 32px;
		line-height: 80px;
		padding: 0 20px;
	}

	.site-title:after,
	.site-title:before {
		height: 80px;
	}

	.post-meta > time + div, .sg-sticky-cat,
	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption,
	.tp-bullets.preview1, .sg-about-image {
		display: none;
	}

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

	.entry-content blockquote {
		font-size: 16px;
	}

	.comment-content {
		padding-top: 30px;
	}

	.comment-meta,
	.comment-meta a {
		font-size: 12px;
	}

	#sg-search {
		display: none;
	}

	#sg-info-carousel .overview li > div {
		margin: 0;
		padding: 0;
		display: none;
	}

	#sg-info-carousel .overview li > div:first-child {
		display: block;
	}

	.sg-carousel .viewport {
		right: 0;
	}

	#gk-bottom {
		padding: 10px 0 0 0;
	}
}

/* Mobile devices */
@media (max-width: 414px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 50%;
	}

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

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 100%;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

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

	body {
		padding-bottom: 30px;
	}

	#responsive-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #39393a;
	}

	#responsive-footer-inner {
		position: relative;
		width: 100%;
	}

	#responsive-footer-inner:after {
		display: block;
		clear: both;
		content: '';
		position: relative;
	}

	#responsive-footer-inner > div {
		position: relative;
		float: right;
		text-align: center;
		width: 33%;
	}

	#responsive-footer-inner > div * {
		line-height: 40px;
		color: #ffffff;
		font-size: 25px;
	}
	body{
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.sg-about-short article{
		height: auto !important;
		padding: 1em 1em 1em 1em !important;
	}
	.sg-about-short .sg-arrow-link{
		display: none !important;
	}
	footer .sg-posts-menu{
		max-width: none !important;
	}
}

.sg-intro {
	color: #125c73;
	font-size: 18px;
}

.sg-cpt-carousel .addtoany_share_save_container {
	display: none;
}

.sg-carousel .overview li .sg-overlay:hover {
	background-color: rgba(0, 195, 211, 0.9);
}

.sg-intro a {
	font-size: 14px;
}

.entry-content h2, .entry-content h2 *, .entry-content h3, .entry-content h3 *, .entry-content h4, .entry-content h4 * {
	font-size: inherit;
	color: #125c73 !important;
	font-weight: bold;
}

* {
	text-decoration: none !important;
}

.entry-content a:link:hover {
	color: #125c73 !important;
}

.entry-content, .entry-content *, p, .tp-caption, .sg-posts-menu * {
	text-align: justify;
}

.sg-carousel img {
	filter: gray;
	filter: grayscale(0.5);
	-webkit-filter: grayscale(0.5);
}

.tp-arr-iwrapper {
	display: none;
}































.home-main .owl-carousel .owl-nav, .home-main .owl-carousel .owl-dots{
	display: none;
}




.page-template-tpl-Home-page .content-area,  .page-template-tpl-About-page .content-area, .page-template-tpl-Services-page .content-area {
	max-width: none;
}
.services-row .one-service{
	width: 11.111111%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 40px 0 45px 0;
	border-top: 5px solid transparent;
}
.services-row .one-service:hover{
	border-top: 5px solid #f39200;
}
.services-row .one-service.lightblue{
	background: #144f91;
}
.services-row .one-service.blue{
	background: #103e72;
}
.services-row .one-service.little-dark{
	background: #061e46;
}
.services-row .one-service.dark{
	background: #041530;
}
.services-row .one-service p{
	font-weight: lighter;
	/*font-family: 'Heebo', sans-serif;*/
	line-height: 1.1;
	font-size: 30px;
	margin: 17px 0 0 0;
	color: #fff;
	direction: rtl;
	text-align: center;
	max-width: 150px;
}
.services-row .one-service:hover p{
	color: #f39200;
}
.services-row .one-service:nth-child(5) p{
	max-width: 175px;
}
.services-row{
	display: flex;
	direction: rtl;
}
.home-about-mobile{
    display: none !important;
}
    
.home-about-desktop{
	display: flex !important;
}
  
#home-about{
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-about .img{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-about .img img{
	width: 100%;
}
#home-about .info{
	width: 50%;
	max-width: 560px;
	margin-left: auto;
	margin-right: 17%;
	padding-bottom: 20px;
	padding-top: 10px;
}
#home-about .info h3{
	font-weight: bold;
	/*font-family: 'Heebo', sans-serif;*/
	color: #061e46;
	font-size: 30px;
	margin: 0 0 5px 0;
}
#home-about .info p.line{
	display: block;
	height: 3px;
	width: 170px;
	background: #f39200;
	margin: 0;
}
#home-about .info p{
	/*font-family: 'Heebo', sans-serif;*/
	text-align: right;
	font-size: 20px;
	color: #000;
	font-weight: 300;
}
#home-about .info .button a{
	font-family: 'Heebo', sans-serif;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #061e46;
}
#home-about .info .button{
	padding-top: 15px;
}

#form{
	display: flex;
	background: #001943;
}
#form .image{
	display: flex;
	align-items: center;
	justify-content: right;
	width: 50%;
}
#form .image img{
	height: 100%;
	object-fit: cover;
	object-position: 6% 26%;
}
#form .form-b{
	margin-right: auto;
	width: 44%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 45px;
}
#form .form-b p{
	font-family: 'Heebo', sans-serif;
	text-align: right;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin: 10px 0;
}
#form .form-b p a{
	color: #f39200;
	text-decoration: none;
}
#form .form-b #information, #form .text{
	max-width: 520px;
	margin-left: auto;
	width: 100%;
}
#form .form-b .wpcf7-response-output{
	max-width: 520px;
	margin-left: auto;
	z-index: 9999;
}
#form .text{
	margin: 35px 0 5px auto;
}
#form .form-b #information .first{
	display: flex;
	direction: rtl;
}
#form .form-b #information .first .one-input{
	width: 49%;
	margin-top: 2%;
}
#form .form-b #information .first .one-input.name{
	margin-left: 1%;
}
#form .form-b #information .first .one-input.tel{
	margin-right: 1%;
}
#form .form-b #information .one-input span, #form .form-b #information .one-input input{
	width: 100%;
	max-width: none!important;
}
#form .form-b #information .first .one-input input{
	color: #aeb6c3;
	background: transparent;
	font-size: 16px;
	text-align: right;
	padding: 0 11px;
	direction: rtl;
	height: 50px;
	border: 3px solid #144f91;
	border-radius: 0!important;
	font-family: 'Heebo', sans-serif;

}
#form .form-b #information .one-input input::placeholder, #form .form-b #information .one-input textarea::placeholder {
	color: #aeb6c3;
}
#form .form-b #information .sec .one-input input{
	color: #aeb6c3;
	background: transparent;
	font-size: 16px;
	text-align: right;
	padding: 0 11px;
	direction: rtl;
	height: 50px;
	border: 3px solid #144f91;
	font-family: 'Heebo', sans-serif;

	border-radius: 0!important;
}
#form .form-b #information .sec .one-input textarea{
	color: #aeb6c3;
	background: transparent;
	font-size: 16px;
	text-align: right;
	padding:  10px 11px;
	direction: rtl;
	height: 120px;
	border: 3px solid #144f91;
	border-radius: 0!important;
	font-family: 'Heebo', sans-serif;

}
#form .form-b #information .sec .one-input{
	margin-top: 2%;
}
#form .form-b #submit{
	z-index: 999;
	max-width: 520px;
	margin-left: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 15px;
}
#form .form-b #submit input{
	font-size: 25px;
	font-weight: bold;
	background: #f39200;
	border: none;
	display: flex;
	height: 50px;
	color: #fff;
	justify-content: center;
	border-radius: 0!important;
	align-items: center;
}
#form .form-b #submit input:hover{
	cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	display: none!important;
}
#categories{
	padding-top: 40px;
}
#categories .categ-row{
	direction: rtl;
	max-width: 1150px;
	margin: 45px auto;
	display: flex;
}
#categories .categ-row .one-cat{
	padding: 20px;
	width: 23%;
	margin: 0 1%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#categories .categ-row .one-cat h2{
	/*font-family: 'Heebo', sans-serif;*/
	letter-spacing: 0;
	font-size: 25px;
	color: #fff;
	direction: rtl;
	text-align: center;
	font-weight: 500;
	margin: 5px 0 10px 0;
}
#categories .categ-row .one-cat p.line{
	display: block;
	height: 3px;
	width: 50px;
	background: #f39200;
	text-align: center;
	margin: 0;
}
#categories .categ-row .one-cat p{
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 15px 0;
	direction: rtl;
	text-align: center;
	line-height: 1.6;
}
#categories .categ-row .one-cat a{
	/*font-family: 'Heebo', sans-serif;*/
	color: #f39200;
	font-size: 16px;
	font-weight: 300;
	margin: 5px 0 15px 0;
}

#categories .categ-row .one-cat:nth-child(1){
	background: #041530;
}
#categories .categ-row .one-cat:nth-child(2){
	background: #061e46;
}
#categories .categ-row .one-cat:nth-child(3){
	background: #103e72;
}
#categories .categ-row .one-cat:nth-child(4){
	background: #144f91;
}
.container{
	max-width: 1263px;
	margin: 0 auto;
}
.container.successes-b{
	border: 2px solid #f39200;
	margin: 0 auto 100px auto;
}
#successes .title-block{
	padding: 0 10px;
}
#successes .title-block h2{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	direction: rtl;
	padding: 23px 0 13px 0;
	margin: 0;
}
#tabs .right-menu .one-menu{
	padding-left: 10px;
}
h2.tabs-title{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	direction: rtl;
	padding: 60px 6px 0 6px;
	margin: 0;
	line-height: 1;
}
h2.tabs-title p.line{
	display: block;
	height: 2px;
	width: 550px;
	background: #f39200;
	text-align: center;
	margin: 20px auto 0 auto;
}
h3.tabs-title{
	margin-top: 50px;
}
#successes .title-block p.line{
	display: block;
	height: 2px;
	width: 150px;
	background: #f39200;
	text-align: center;
	margin: 0 auto;
}
#successes .title-block p.subtitle{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	direction: rtl;
	margin: 20px 0 15px 0;
}
#successes .inf{
	padding: 0 75px 40px 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#successes .inf .one-s {
	width: calc(33% - 40px);
	margin: 15px 0;
}
#successes .inf .one{
	min-height: 84px;
	border-right: 3px solid #144f91;
}
#successes .inf .one-s p{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 20px;
	text-align: right;
	line-height: 1.4;
	font-weight: 500;
	direction: rtl;
	margin-right: 20px;
}
#successes .button {
	width: 415px;
	margin: 0 auto -30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
}
#successes .button a{
	width: 370px;
	background: #f39200;
	height: 60px;
	font-weight: 500;
	font-size: 20px;
	display: flex;
	justify-content: center;
	/*font-family: 'Heebo', sans-serif;*/
	align-items: center;
	color: #fff;
}
#tabs .left-content {
	position: relative;
}
#tabs .one-info{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 20px;
	text-align: right;
	line-height: 1.6;
	font-weight: 300;
	direction: rtl;
	display: flex;
	flex-direction: column;
	position: absolute;
}
#tabs .one-info:nth-child(3){
	top: 200px;
}
#tabs .one-info:nth-child(4){
	bottom: 0;
}
#tabs .one-info:nth-child(5){
	bottom: 0;
}
#tabs .one-info div.rrrr{
	display: flex;
	justify-content: start;
}
#tabs .one-info a.more{

	display: flex;
	flex-direction: row-reverse;
}

#tabs .one-info a{
	font-weight: 500;
	color: #000;
	margin-top: 30px;
	text-decoration: underline!important;
	font-size: 22px;

}

#tabs .one-menu h4{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 20px;
	text-align: right;
	line-height: 1.5;
	font-weight: 600;
	direction: rtl;
}
#about-info{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about-info .text{
	width: 44%;
}
#about-info .text h1{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 24px;
	text-align: right;
	font-weight: 500;
	direction: rtl;
	margin: 10px 0;
}
#about-info .text p.line{
	display: block;
	height: 2px;
	width: 180px;
	background: #f39200;
	margin: 0 0 0 auto;
}
#about-info .text p{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 18px;
	text-align: right;
	font-weight: 300;
	line-height: 1.4;
	direction: rtl;
	margin: 20px 0 30px 0;
}
#about-info .img{
	margin-left: 4%;
	width: 21%;
}
#about-info .img img{
	box-shadow: -8px -8px 12px 0px rgba(0,0,0,0.16);
}
#about-s {
	position: relative;
	margin-top: 50px;
}
#about-s .image{
	width: 45%;
	margin: 35px auto 35px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#about-s .text{
	background: rgba(255,255,255, 0.9);
	max-width: 1180px;
	padding: 0 40px 5px 40px;
	right: 13.3%;
	z-index: 1;
	position: relative;
}
#about-s a, #about-info a{
	color: #f39200;
}
#about-s .text h4{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 24px;
	text-align: right;
	font-weight: 500;
	direction: rtl;
	margin: 10px 0 0 0;
}
#about-s .text p{
	color: #000;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 18px;
	text-align: right;
	font-weight: 300;
	line-height: 1.4;
	direction: rtl;
	margin: 0 0 20px 0;
}
#about-serv{
	background: #061e46;
	padding: 25px 0 10px 0;
}
#about-serv .title-b{
	margin-bottom: 50px;
}
#about-serv .title-b h3{
	color: #fff;
	/*font-family: 'Heebo', sans-serif;*/
	font-size: 32px;
	text-align: center;
	font-weight: 500;
	direction: rtl;
	margin: 0 0 15px 0;
}
#about-serv .title-b p.line{
	display: block;
	height: 2px;
	width: 150px;
	background: #f39200;
	margin: 0 auto;
}

#about-serv  .serv{
	align-items: baseline;
	max-width: 1650px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about-serv  .serv .one-serv{
	width: calc(11.11111111% - 20px);
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}
#about-serv .serv a .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
#services .serv a .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

#about-serv .serv a p {
	width: 100%;
	text-align: center;
	/*font-family: 'Heebo', sans-serif;*/
	color: #fff;
	font-size: 18px;
	direction: rtl;
	margin: 22px 0;
}
#about-serv .serv a:hover p {
	color: #f39200;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, #content > article > aside > time, .paging-navigation .nav-links, .paging-navigation a:active, .paging-navigation a:focus, .paging-navigation a:hover {
	background-color: #f39200!important;
}


div.wpcf7 .ajax-loader{
	display: none!important;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	direction: rtl;
}

#services-icons-row{
	max-width: 1650px;
	margin: 80px auto;
	border-bottom: 4px solid #bebebe;
}

#services-icons-row .serv{
	display: flex;
	direction: rtl;
	justify-content: space-between;
	align-items: baseline;
}
#services-icons-row .serv a{
	width: calc(11.11111111% - 20px);
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
}
.serv a:hover .image .hover{
	opacity: 1;
}
.serv a .image{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
#services .services-row a .image{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
.serv a .image .hover {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
}
.services-row a .image .hover {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
}
.services-row a:hover .image .hover{
	opacity: 1;

}
.img-block:hover .img-hover {
	opacity: 1;
}
#services-icons-row .serv a p{
	width: 100%;
	text-align: center;
	/*font-family: 'Heebo', sans-serif;*/
	color: #000;
	font-size: 22px;
	direction: rtl;
	margin: 22px 0;
}
#services-icons-row .serv a:hover p{
	color: #f39200;
}
.category-information-center #services-b{
	align-items: end;
}
#services-b{
	max-width: 1710px;
	padding: 0 30px;
	margin: 80px auto 0 auto;
	display: flex;
}
#services-b p{
	font-size: 22px;
}
.sidebar{
	width: 420px;
}
.sidebar-form{
	padding: 65px 50px;
	background: #061e46;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}
#services-b .sidebar-form p{}
.sidebar-form h4{
	font-size: 24px;
	font-weight: bold;
	direction: rtl;
	color: #fff;
	text-align: right;
	margin: 0 0 13px 0;
}
.sidebar-form p.line{
	background: #f39200;
	height: 3px;
	width: 173px;
	margin: 0 0 10px auto;
}
.sidebar-form form{
	width: 100%;
}
.sidebar-form form span{
	width: 100%;
}
.sidebar-form form input{
	padding: 0 15px;
	margin-top: 23px;
	direction: rtl;
	text-align: right;
	background: #091535;
	height: 40px;
	width: 100%;
	font-size: 18px;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	color: #d2e8ff;
	border: none;
}
.sidebar-form form #submit input{
	height: 55px;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 28px;
	background: #f39200;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar-form form input::placeholder{
	font-family: "OpenSansHebrew-Regular", sans-serif;
	color: #d2e8ff;
}
.sidebar-form .icons{
	margin-top: 50px;
}
.sidebar-form .icons .one{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 45px;
}
.sidebar-form .icons .one:last-child{
	margin-bottom: 0;
}
.sidebar-form .icons .one .image{
	margin-left: 25px;
}
.sidebar-form .icons .one p{
	font-family: "OpenSansHebrew-Regular", sans-serif;
	color: #cecece;
	font-size: 19px!important;
	text-align: right;
	direction: rtl;
	margin: 5px 0;
	font-weight: normal;
}
.sidebar-form .icons .one p.title{
	font-weight: bold;
}
#services-b .servi-row{
	padding-left: 100px;
	flex: 1;
	width: 100%;
}
#services-b .one-s-row.typ-1{
	margin-bottom: 50px;
	height: auto;
}
#services-b .one-s-row.typ-1:nth-child(even) .text-b{
	padding-left: 0;
}
#services-b .one-s-row{
	height: 255px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px;
}
#services-b .one-s-row:nth-child(even){
	flex-direction: row-reverse;
}
#services-b .one-s-row:nth-child(odd) .text-b{
	padding-right: 40px;
	border-right: 1px solid #f39200;
	/*height: 100%;*/
	min-height: 100%;
}
#services-b .one-s-row:nth-child(even) .text-b{
	padding-left: 40px;
	border-left: 1px solid #f39200;
	/*height: 100%;*/
	min-height: 100%;
}
#services-b .one-s-row .icon-b{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#services-b .one-s-row .icon-b p{
	text-align: center;
	/*font-family: 'Heebo', sans-serif;*/
	color: #000;
	font-size: 22px;
	direction: rtl;
	margin: 28px 0 0 0;
}
.category-information-center #services-b .one-s-row .text-b {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: none;
	padding-right: 0;
}
#services-b .one-s-row .text-b{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#services-b .one-s-row .text-b p{
	text-align: right;
	/*font-family: 'Heebo', sans-serif;*/
	color: #000;
	font-size: 22px;
	direction: rtl;
	margin: 0 0 20px 0;
}
#services-b .one-s-row .text-b a.title{
	text-align: right;
	justify-content: right;
}
#services-b .one-s-row .text-b a.title:hover{
	text-decoration: none!important;
}
#services-b .one-s-row .text-b a{
	text-align: right;
	/*font-family: 'Heebo', sans-serif;*/
	color: #000;
	font-size: 18px;
	font-weight: bold;
	direction: rtl;
	margin: 0;
	display: flex;
	justify-content: flex-end;

}
#services-b .one-s-row .text-b a:hover{
	text-decoration: underline!important;
}
body.keyboard-navigation>:not(#enable-toolbar) a:focus, body.keyboard-navigation>a:focus{
	outline: none!important;
	background-color: transparent!important;
}

#serv-image{
	margin-bottom: 70px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#one-service{
	max-width: 1710px;
	margin: 80px auto 0 auto;
	padding: 0 30px	;
	display: flex;
}
#one-service.Search{
	justify-content: space-between;
}
#one-service.Search .site-content{
	max-width: none;
	width: 100%;
	padding: 5px 0 10px 50px;
	flex: 1;
}
.search .search-mobile form input{
	border: 1px solid #00c0d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Alef Hebrew';
	font-size: 14px;
	font-weight: 300;
	color: #999;
	 height: 40px;
	padding: 0 8px;
	width: 100%;
}
.search .search-mobile form input.sim{
	max-width: 50px;
}
.search .search-mobile form{
	display: flex;
}



#one-service.Search .one-s-row{
	margin-bottom: 40px;
}

.Search h1.sg-entry-title{
	line-height: 1.2!important;
}
.Search .sg-entry-title:after{
	margin-top: 10px;
}
#one-service.Search .one-s-row .text-b p:nth-child(1){
	font-size: 26px;
	margin: 15px 0 5px 0;
}
#one-service.Search .one-s-row .text-b p, #one-service.Search .one-s-row .text-b a{
	font-size: 19px;
}
#one-service .one-serv-info{
	flex: 1;
	width: 100%;
	padding: 0 0 65px 100px;
}
#one-service .one-serv-info h1{
	font-family: "OpenSansHebrew-Bold", sans-serif;
	font-size: 24px;
	text-align: right;
	color: #000;
	direction: rtl;
	margin: 0 0 15px 0;
	font-weight: bold;
}
#one-service .one-serv-info h1, #one-service .one-serv-info h4{
	font-family: "OpenSansHebrew-Bold", sans-serif;
	font-size: 23px;
	text-align: right;
	direction: rtl;
	margin: 0 0 25px  0;
	font-weight: bold;
	/*color: #f39200;*/
}
#one-service .one-serv-info span{
	font-size: unset!important;
}
#one-service .one-serv-info ul, #one-service .one-serv-info ol{
	padding: 0 23px 0 0;
	margin: 0 0 20px 0;
}
#one-service .one-serv-info li{
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 20px;
	text-align: right;
	color: #000;
	direction: rtl;
	margin: 0;
	font-weight: normal;
}
#one-service .one-serv-info p{
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 20px;
	text-align: right;
	color: #000;
	direction: rtl;
	margin: 0 0 30px 0;
	font-weight: normal;
}
#one-service .one-serv-info p span{
	font-size: 100%!important;
}
#one-service .one-serv-info li span{
	font-size: 100%!important;
}
#one-service .one-serv-info strong{
	font-weight: bold;
}
#one-service .one-serv-info p.line{
	background: #f39200;
	height: 3px;
	width: 173px;
	margin: 0 0 20px auto;
}
html body.keyboard-navigation>:not(#enable-toolbar) a:focus, html body.keyboard-navigation>:not(#enable-toolbar) a:focus *, html body.keyboard-navigation>a:focus, html body.keyboard-navigation>a:focus * {
	color: #f39200!important;
}
#about-top img{
	width: 100%;
}
#tabs .left-content ul {
	padding-right: 30px;
	padding-left: 0;
}
#tabs .left-content ol {
	padding-right: 30px;
	padding-left: 0;
}
@media screen and (min-width: 1800px){
	#top-slider{
		min-height: 830px;
	}
}
/*#top-slider .slider{*/
/*	display: none;*/
/*}*/
/*#top-slider .def-img.none{*/
/*	display: none;*/
/*}*/
/*#top-slider .slider.active{*/
/*	display: block;*/
/*}*/
#f_f_F{
	display: none;
	align-items: center;
	justify-content: center;
}
#f_f_F .form{
	padding: 0 20px!important;
}

#f_f_F .footer-form .form form{
	flex-direction: column;
}
.footer-form-modal {
	display: none;
}
.nav-menu .current-menu-ancestor>a{
	color: #f39200!important;
}
@media screen and (min-width: 1200px){
	ul.nav-menu li:hover > ul,
	.nav-menu ul li:hover > ul {
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	
	.nav-menu .sub-menu .sub-menu a{
		padding-right: 40px!important;
	}
	#page div.header {
		position: absolute !important;
		top: 0;
		width: 100%;
		z-index: 99999;
		background: transparent!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: auto!important;
	}
	#page div.header.sticky {
		position: absolute !important;
		top: 0;
		width: 100%;
		z-index: 99999;
		background: transparent!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: auto!important;
	}
	.nav-menu .sub-menu .sub-menu{
		padding-right: 0;
	}
	.nav-menu .menu-item-has-children {
		flex-wrap: wrap;
		text-align: right;

	}
	.nav-menu .menu-item-has-children a{
		width: 85%;
		order: 1;
	}
	.nav-menu .menu-item-has-children li a{
		width: 100%;
	}
	li.menu-item-has-children::after{
		order: 2;
	}
	li.menu-item-has-children ul{
		order: 3;
	}
	.nav-menu .sub-menu {
		position: relative;
		top: 0;
		background: white;
		box-shadow: none;
		width: 100%;
		padding-right: 20px;
	}
	.nav-menu .sub-menu li a{
		color: #F39100;

	}
	.nav-menu .sub-menu .sub-menu a{
		padding-right: 40px;
	}
	.nav-menu .sub-menu .sub-menu{
		top: 0;
		left: auto;
		position: relative;

	}


	#one-service.Search {
		margin: 50px auto 0 auto;
	}
	nav.main-navigation ul.nav-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	ul.nav-menu li{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.home .nav-menu li{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	li.menu-item-has-children::after {
		font-family: 'fontello';
		margin-right: 10px;
		cursor: pointer;
		content: '\e800';
		bottom: 2px;
		padding: 3px 4px 2px;
		border: 1px solid #000000;
		position: relative;
	}
	li.menu-item-has-children li.menu-item-has-children::after{
		display: none;
	}
	#titleb-f{
		font-family: "OpenSansHebrew-Bold";
		font-size: 23px;
		font-weight: bold;
		background: #f39200;
		line-height: 40px;
		width: 100%;
		height: 40px;
		display: block;
		z-index: 999999999999;
		color: white;
		text-align: center;
	}
	#btn-sub {
		font-family: "OpenSansHebrew-Bold";
		font-size: 23px;
		font-weight: bold;
		background: #f39200;
		line-height: 40px;
		width: 100%;
		height: 40px;
		display: block;
		z-index: 999999999999;
		color: white;
		text-align: center;
	}
	.footer-form-modal {
		display: block;
		max-height: 40px;
		transition: max-height 0.7s ease-in-out;
		position: fixed;
		max-width: 30%;
		padding: 0 0 15px 0;
		background: #061D46!important;
		/*right: 35%;*/
		/*left: 35%;*/
		bottom: 40px;
		z-index: 99999;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
		transition: max-height 0.7s ease-in-out;
	}
	.footer-form-modal #information {
		display: block !important;
	}
	.footer-form-modal #information .one-input, .footer-form-modal #submit input {
		margin: 20px auto !important;
		width: auto !important;
	}
	.footer-form-modal .form {
		margin: 0 auto;
		padding: 0 20px;
	}
	.footer-form-modal .form form {
		display: block;
	}
	.form-active {
		max-height: 100%;
		transition: max-height 0.7s ease-in-out;

	}
}
























#contact{
	max-width: 1420px;
	margin: 85px auto 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#contact .info{
	justify-content: space-between;
	width: 100%;
	display: flex;
	direction: rtl;
	align-items: flex-end;
}
#contact .details{
	width: 330px;
}
#contact .text{
	max-width: 895px;
	width: 100%;
	flex: 1;
}
#contact .text h1{
	font-family: "OpenSansHebrew-Bold", sans-serif;
	font-size: 24px;
	text-align: right;
	color: #000;
	direction: rtl;
	margin: 0 0 15px 0;
	font-weight: bold;
}
#contact .text p.line{
	background: #f39200;
	height: 3px;
	width: 173px;
	margin: 0 0 20px auto;
}
#contact .text p{
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 20px;
	text-align: right;
	color: #000;
	direction: rtl;
	margin: 0 0 30px 0;
	font-weight: normal;
}
#contact .text p strong{
	font-weight: bold;
}
#contact .details .one{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 20px;
}
#contact .details .one .image {
	margin-left: 40px;
}
#contact .details .one p{
	color: #0f1e39;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 20px;
	text-align: right;
	direction: rtl;
	margin: 5px 0;
	font-weight: normal;
}
#contact .details .one p.title{
	font-weight: bold;
}
#contact .details .one a{
	color: #000;
}
#contact .map{
	width: 100%;
}
#contact .map iframe{
	width: 100%;
	max-height: 395px;
	margin: 90px 0;
}
#contact .form{
	max-width: 1230px;
	margin: 45px auto 0 auto;
	width: 100%;
}
#contact .form form{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}
#contact .wpcf7-response-output {
	color: #000;
}
#contact .form input:focus{
	outline: none;
	border-radius: 0;
}
#contact .form #information{
	display: flex;
	direction: rtl;
}
#contact .form #information .one-input:nth-child(1){
	width: 29%;
	margin: 0 0.5%;
}
#contact .form #information .one-input:nth-child(2){
	width: 29%;
	margin: 0 0.5%;
}
#contact .form #information .one-input:nth-child(3){
	width: 39%;
	margin: 0 0.5%;
}
#contact .form #information .one-input input{
	height: 40px;
	direction: rtl;
	text-align: right;
	background: #cecece;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 15px;
	border: none;
	border-radius: 0;
	font-family: "OpenSansHebrew-Light";
}

#contact .form #information .one-input input::placeholder{
	color: #000;
}
#contact .form #information{
	width: 77%;
}
#contact .form #submit{
	width: 22%;
	margin: 0 0.5%;
}
#contact .form #submit input{
	height: 40px;
	direction: rtl;
	text-align: center;
	background: #f39200;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 15px;
	border: none;
	border-radius: 0;
	font-family: "OpenSansHebrew-Light";
}


body.category #services-b .one-s-row{
	/*margin-bottom: 50px;*/
	height: auto;
}
body.category #services-b .description{
	display: none;
}
body.category #successes{
	display: none;
}
/*body.category #services-b .one-s-row,*/
/*body.category-9 #services-b .one-s-row,*/
/*body.category-17 #services-b .one-s-row,*/
/*body.category-7 #services-b .one-s-row,*/
/*body.category-16 #services-b .one-s-row,*/
/*body.category-18 #services-b .one-s-row,*/
/*body.category-15 #services-b .one-s-row{*/
/*	margin-bottom: 30px;*/
/*	height: auto;*/
/*}*/
/*body.category #services-b .description,*/
/*body.category-9 #services-b .description,*/
/*body.category-17 #services-b .description,*/
/*body.category-7 #services-b .description,*/
/*body.category-16 #services-b .description,*/
/*body.category-18 #services-b .description,*/
/*body.category-15 #services-b .description{*/
/*	display: none;*/
/*}*/
/*body.category #successes,*/
/*body.category-9 #successes,*/
/*body.category-17 #successes,*/
/*body.category-7 #successes,*/
/*body.category-16 #successes,*/
/*body.category-18 #successes,*/
/*body.category-15 #successes{*/
/*	display: none;*/
/*}*/





#footer{
	background: #061D46;
}
.footer-form .title h3{
	font-family: "OpenSansHebrew-Bold", sans-serif;
	font-size: 24px;
	text-align: right;
	color: #fff;
	direction: rtl;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.footer-form .title p.line {
	background: #f39200;
	height: 3px;
	width: 173px;
	margin: 0 0 20px auto;
}
.footer-form{
	display: flex;
	max-width: 1390px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
}
.footer-form .title{
	width: 15%;
}
.footer-form .form{
	width: 85%;
}
.footer-form .form form{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	margin: 2em 0 1em;
}
.footer-form .form #information{
	display: flex;
	direction: rtl;
	justify-content: center;
	flex: 1;
	padding-top: 7px;
}
.wpcf7-response-output{
	width: 100%;
	text-align: right;
	direction: rtl;
}
.footer-form .form #submit input{
	width: 170px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	text-align: center;
	border: none;
	font-size: 28px;
	background: #f39200;
}
.footer-form .form #information .one-input{
	width: calc(33% - 16px);
	margin: 0 8px;
}
.footer-form .form #information input{
	padding: 0 15px;
	direction: rtl;
	text-align: right;
	background: #081535;
	height: 40px;
	width: 100%;
	font-size: 18px;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	color: #d2e8ff;
	border: none;
}
.footer-form .form #information input::placeholder {
	color: #d2e8ff;
}

#footer .icons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1390px;
	margin: 0 auto;
	padding-bottom: 75px;
}

#footer .icons .one{
	display: flex;
	justify-content: end;
	align-items: center;
}
#footer .icons .one .image {
	margin-left: 35px;
}
#footer .icons .one p {
	font-family: "OpenSansHebrew-Regular", sans-serif;
	color: #cecece;
	font-size: 19px;
	text-align: right;
	direction: rtl;
	margin: 5px 0;
	font-weight: normal;
}
#footer .icons .one p.title {
	font-weight: bold;
}
#footer .icons .one p a{
	color: #cecece;
	text-decoration: none;
}
#footer .icons .one p a:hover {
	color: #cecece;
}
#footer-menus{
	background: #161523;
	display: flex;
	padding: 70px 0 40px 0;
}
#footer-menus .f-menu-row{
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	width: 100%;
}
#footer-menus .menus{
	width: 78%;
	display: flex;
}
#footer-menus .menus .one-menu{
	width: calc(25% - 10px);
}
#footer-menus .menus .one-menu ul{
	padding: 0 3px;
}
#footer-menus .menus .one-menu ul li{
	list-style: none;
}
#footer-menus .menus .one-menu ul li a{
	font-size: 16px;
	text-align: right;
	color: #fff;
	direction: rtl;
	display: block;
	margin: 0 0 9px 0;
	font-weight: normal;
}
#footer-menus .menus .one-menu .menu-footer-menu4-container ul{
	max-width: 215px;
}
#footer-menus .menus .one-menu h3, #footer-menus .footer-contacts h3{
	font-size: 20px;
	font-family: "OpenSansHebrew-Bold", sans-serif;
	text-align: right;
	color: #fff;
	direction: rtl;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#footer-menus .details .tel a, #footer-menus .details .post a, #footer-menus .details .faks span  {
	padding-right: 5px;
}
#footer-menus .footer-contacts .search-mobile{
	margin-top: 15px;
}
#footer-menus .footer-contacts .search-mobile input{
	border: none;
	border-radius: 0;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	font-size: 16px;
	color: #000;
	height: 35px;
	padding: 0 20px 0 65px;
	width: 100%;
}
#footer-menus .footer-contacts .search-mobile form{
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-menus .footer-contacts .search-mobile input.sim {
	width: 60px;
	padding: 0;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
#footer-menus .footer-contacts .search-mobile input:focus, #footer-menus .footer-contacts .search-mobile input:active{
	outline: none;
}
#footer-menus .footer-contacts{
	width: 22%;
	border-right: 1px solid #f39200;
	padding-right: 50px;
	font-weight: normal;
}
#footer-menus .details .facebook img{
	max-height: 25px;
	margin-left: 8px;
}
#footer-menus .details .facebook{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#footer-menus .details .facebook a{
	text-decoration: none;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#footer-menus .details p{
	font-size: 20px;
	text-align: right;
	color: #fff;
	direction: rtl;
	display: block;
	line-height: 1.5;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	margin: 0;
}
#footer-menus .details a{
	color: #fff;
}
#last-f-line{
	background: #161523;
	display: flex;
	justify-content: center;
	align-items: center;
}
#last-f-line .last-f-text, #last-f-line .last-f-text p{
	font-size: 18px;
	text-align: right;
	color: #fff;
	direction: rtl;
	display: block;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	margin: 10px 0 20px 0;
	font-weight: normal;
}

#last-f-line .last-f-text a{
	text-decoration: none;
	color: #fff;
}
.error404 .site-main .site-content, .error404 .content-area > section{
	max-width: none;
}
#error{
	background: #f5fbff;
	padding: 30px 0 90px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#error .error-cont{
	margin: 0 auto;
	max-width: 1650px;
	width: 100%;
}
#error .image{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#error .subtitle{
	text-align: center;
	font-size: 50px;
	color: #000;
	direction: rtl;
	line-height: 1.2;
	font-family: "OpenSansHebrew-Regular", sans-serif;
	margin: 20px 0 100px 0;
}
.error404 #successes .inf .one {
	border-right: none;
}
.error404 .container.successes-b {
	border: none;
	margin: 50px auto 180px auto;
}
.error404 #successes .button-home{
	display: flex;
	justify-content: center;
	align-items: center;
}

.error404 #successes .button-home a{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.error404 #successes .button-home p{
	text-align: center;
	color: #000;
	direction: rtl;
	line-height: 1;
	font-family: "OpenSansHebrew-Bold";
	margin: 40px 0;
	font-size: 20px;
}

.one-info {
	display: none !important;
}
.left-content .active {
	display: block !important;
}
.one-menu:hover {
	cursor: pointer;
}
@media screen and (max-width: 780px)
{
	.home-about-mobile{
	    display: flex !important;
    }
    
     .home-about-desktop{
	    display: none !important;
    }
	#tabs .left-content {
		width: 100%;
	}
	#tabs {
		display: block;
	}
	#tabs .owl-item  {
		display: inline-block;
	}
	#tabs .one-menu {
		padding: 0 !important;
	}
	#tabs .owl-stage-outer{
		overflow: hidden;
	}
	#tabs .right-menu {
		width: auto;
		margin-left: 0;
		/*overflow: hidden;*/
	}
	.menu-wrap {
		position: relative;
	}
	#tabs .owl-nav{
		margin-bottom: 25px;
	}
	.owl-dots {
		display: none !important;
	}
	#tabs .right-menu .one-menu{
		min-height: auto;
		border: none!important;
	}
	#tabs .one-menu h4{
		padding: 0 10px;
		margin: 0;
		color: white;
		font-weight: normal;
		background: #F29200;
		border-radius: 15px;
	}
	#tabs .one-menu.active h4{
		background: #061d46;
	}
	#tabs .right-menu .one-menu.active:last-child {
		border: 5px solid #F29200;
	}
	.owl-prev {
		position: absolute;
		left: -18px;
		z-index: 50;
		top: -14px;
		background: #fff;
		direction: ltr;
	}
	.owl-next {
		position: absolute;
		right: -18px;
		z-index: 50;
		top: -14px;
		background: #fff;
		direction: ltr;
	}
}









@media only screen and (min-width: 1900px){
	#about-s .text {
		max-width: 1320px;
		right: 6%;
	}
	.logo-block{
		min-width: 370px;
	}
}
@media only screen and (max-width : 1700px){
	#breadcrumps{
		margin-right: 30px;
	}
	#error .error-cont {
		padding: 0 20px;
		max-width: none;
	}
	#services-b .servi-row {
		padding-left: 50px;
	}
	#one-service .one-serv-info {
		padding: 0 0 65px 50px;
	}
}
@media only screen and (max-width : 1500px){
	#about-s .image {
		width: 65%;
	}
	#footer-menus .f-menu-row {
		margin: 0 30px;
		max-width: none;
	}
	#contact {
		max-width: none;
		margin: 85px 20px 0 20px;
	}
	#footer-menus .footer-contacts {
		padding-right: 20px;
	}
}
@media only screen and (max-width : 1450px){
	.footer-form {
		max-width: none;
		padding: 60px 20px 50px 20px;
	}
	#footer .icons{
		max-width: 1390px;
		margin: 0 20px;
	}
}
@media only screen and (max-width : 1400px){
	#one-service.Search .site-content {
		padding: 5px 0 10px 0;
	}
	#footer-menus .footer-contacts .search-mobile {
		max-width: 270px;
	}
	#about-s .text {
		max-width: none;
		right: 6%;
		position: unset;
	}
	#footer-menus .footer-contacts {
		width: 30%;
	}

	#footer-menus .menus {
		width: 70%;
	}
	#about-info .text {
		width: 58%;
	}
}
@media only screen and (max-width : 1360px) {
	#form .image {
		position: unset;
	}
}
@media only screen and (min-width : 1350px){
	#mob-slider{
		display: none;
	}
}
@media only screen and (max-width : 1350px){
	.right-sidebar {

		top: 160px;
	}
	.right-sidebar {
		padding: 0 20px;
	}
	#mob-slider{
		display: block;
	}
	.menu-right-menu-container{
		display: none;
	}
	#mob-slider .menu-right-menu-container{
		display: block;
	}
	#services-b .right-sidebar {
		margin-left: 0;
		max-width: none;
		background: #103e72;
		width: 100%;
	}
	.right-sidebar #mob-slider ul li {
		list-style: none;
		padding-right: 8px;
		border-right: 1px solid #fff;
	}
	#mob-slider .owl-nav{
		display: block;
	}
	#mob-slider .owl-nav span:focus, #mob-slider .owl-nav span:active, #mob-slider .owl-nav button:focus, #mob-slider .owl-nav button:focus span {
		outline: none!important;
		background: transparent!important;
	}
	.right-sidebar #mob-slider a {
		color: #fff;
	}
	#mob-slider .owl-nav .owl-prev {
		z-index: 99999;
		position: absolute;
		left: -17px;
		z-index: 50;
		top: -37px;
		background: transparent;
		direction: ltr;
	}
	#mob-slider .owl-nav .owl-next {
		z-index: 99999;
		direction: ltr;
		position: absolute;
		right: -17px;
		z-index: 50;
		top: -37px;
		background: transparent;
	}
	#mob-slider .owl-nav span{
		font-size: 65px;
		color: #fff;
		z-index: 99999;
	}
}
@media only screen and (max-width : 1323px){
	#tabs .one-info:nth-child(3) {
		bottom: 0;
		top: auto;
	}
}
@media only screen and (max-width : 1300px){

	#contact .text {
		padding-left: 30px;
	}
	#contact {
		margin: 55px 20px 0 20px;
	}
	#contact .map iframe {
		margin: 65px 0;
	}
}
@media only screen and (max-width : 1200px) {
	li.menu-item-has-children ul a{
		/*border-bottom: 1px solid #000000;*/

	}
	.nav-menu .sub-menu li a {

		border-bottom: 1px solid #000;
	}
	.home .nav-menu .sub-menu li {
		padding: 0;
		/*border-bottom: 1px solid #000;*/
		list-style: circle;
	}
	.menu-item-858 a{
		border-bottom: 1px solid #000!important;
	}
	ul.nav-menu li ul.sub-menu li.menu-item-has-children::after {
		border: 1px solid #000;
		margin: 2px 6px 0 6px;
		color: #000;
	}
	body ul.nav-menu li ul.sub-menu .sub-menu li a {
		padding: 10px;
	}
	.nav-menu .sub-menu .sub-menu {
		right: auto;
		display: flex!important;
		/*left: -100px;*/
		/*top: 33px;*/
		/*width: 75%;*/
	}
	#footer-menus .menus .one-menu {
		width: calc(25% - 3px);
	}
	#footer-menus .details p {
		font-size: 17px;
	}
	#footer-menus .footer-contacts {
		width: 27%;
	}
	#footer-menus .footer-contacts .search-mobile {
		max-width: 230px;
	}
	#footer-menus .menus {
		width: 73%;
	}
	.right-sidebar {
		top: 120px;
	}
	.form-active {
		background: #061D46!important;
	}
	.footer-form .title {
		margin-top: 25px;
	}
	.nav-menu .sub-menu {
		/*margin-right: 38%;*/
		/*width: 24%;*/
		/*margin-left: 38%;*/
		min-width: unset;
		right: 0;
	}
	.sticky {
		height: 150px;
	}
	.site-header {
		margin: 0 auto 0 auto;
	}
	body:not(.home) div#main {
		padding-top: 0;
	}
	header .logo-block{
		max-height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .logo-block img{
		max-height: 150px;
	}
	#about-s .text {
		right: 0;
	}
	#error .subtitle {
		font-size: 43px;
		margin: 20px 0 80px 0;
	}
	#footer .footer-form {
		padding: 20px 20px 40px 20px;
	}
	#about-serv .serv .one-serv {
		width: calc(15% - 20px);
	}
	#about-serv .serv {
		justify-content: center;
	}
	#about-s .image {
		width: 100%;
	}
	.footer-form {
		flex-direction: column;
	}
	.footer-form .title {
		width: 100%;
		padding-right: 15px;
	}
	.footer-form .form {
		width: 100%;
		padding-left: 15px;
	}
	#about-info .text {
		width: 68%;
	}
}
@media only screen and (max-width : 1100px){
	h2.tabs-title {
		padding: 23px 6px 0 6px;
	}
	#form .image img {
		object-position: 13% 26%;
	}
}
@media only screen and (max-width : 1000px){
	#tabs .one-menu h4 {
		line-height: 1.3;
	}
	#tabs .right-menu .one-menu {

		padding-right: 30px;
	}
}
@media only screen and (max-width : 991px) {
	#footer-menus .footer-contacts {
		padding-right: 0;
		border: none;
		width: 100%;
	}
	#footer-menus .menus {
		width: 100%;
	}
	#footer-menus .f-menu-row {
		flex-direction: column;
	}
	.home .nav-menu li{
		margin-right: 0;
	}
	#form .image img{
		height: auto;
		object-fit: unset;
	}
	#form {
		flex-direction: column-reverse;
	}
	#form .image {
		width: 100%;
	}
	#tabs .left-content ul{
		padding-left: 0;
	}
	.footer-form-modal {
		/*max-width: 40%;*/
		/*right: 30%;*/
		/*left: 30%;*/
	}
	#tabs .one-info a {
		font-size: 20px;
	}
	.nav-menu .sub-menu {
		/*margin-right: 32%;*/
		/*width: 36%;*/
		/*margin-left: 32%;*/
	}
	#successes .inf .one-s {
		width: calc(50% - 40px);
	}
	#about-serv .serv .one-serv {
		width: calc(20% - 20px);
	}
	#about-info .img {
		margin-left: 0;
		width: 27%;
	}
	#about-s .text {
		right: 0;
		margin-left: 0;
		padding: 0;
	}
	#about-s .image {
		margin: 5px auto 35px 0;
	}
	#about-s{
		margin: 30px 30px 0 30px;
	}
	#about-s .image{
		position: unset;
	}
	#about-s{
		display: flex;
		flex-direction: column-reverse;
	}
	#about-info {
		flex-direction: column-reverse;
		margin: 30px 30px 0 30px;
	}
	#about-info .text {
		width: 100%;
	}
	#contact .text {
		padding-left: 0;
	}
	#footer-menus .menus {
		margin: 0 auto;
		flex-wrap: wrap;
		max-width: 500px;
	}
	#footer-menus .footer-contacts {
		margin: 20px auto 0 auto;
		max-width: 500px;
	}
	#footer-menus .menus .one-menu {
		width: calc(50% - 1px);
	}
	.footer-form .form form {
		flex-direction: column;
	}
	#footer .icons {
		flex-wrap: wrap;
		justify-content: end;
		align-items: center;
		padding-right: 15px;
	}
	.footer-form .form #submit input {
		font-size: 26px;
	}
	.footer-form .form {
		padding-left: 0;
	}
	.footer-form .form #submit{
		padding: 0 16px;
		margin-top: 20px;
	}
	#footer .icons .one {
		width: 50%;
		margin-top: 20px;
	}
	.footer-form {
		/*padding: 50px 20px 30px 20px;*/
	}
	#contact .info {
		flex-direction: column;
		align-items: center;
	}
	#contact .details {
		margin-left: auto;
		margin-right: 25px;
	}
	#contact .form form {
		align-items: center;
		flex-direction: column;
	}
	#contact .form #information {
		width: 100%;
	}
	#contact .form #submit {
		width: 220px;
		margin: 15px auto 0 0.5%;
	}
}
@media only screen and (max-width : 960px){
	#categories {
		padding-top: 0;
	}
	#home-about {
		margin-bottom: 0;
	}
	#tabs .right-menu .one-menu {
		height: 120px;
	}
}
@media only screen and (max-width : 930px) {
	#tabs .right-menu .one-menu {
		padding-right: 20px;
	}
}
@media only screen and (max-width : 850px) {
	h2.tabs-title p.line {
		width: auto;
		margin: 20px 80px 0 80px;
	}
}
@media only screen and (max-width : 780px) {
	#tabs .right-menu .one-menu {
		height: auto;
	}
	#tabs .one-info {
		position: relative;
	}
	#tabs {
		margin: 30px auto 50px auto;
	}
}
@media only screen and (max-width : 750px) {
	#tabs .one-info{
		padding: 20px 30px;

	}
	#tabs .one-info h2{
		font-size: 25px;
	}
	#tabs .right-menu span:focus, #tabs .right-menu span:active, #tabs .right-menu button:focus, #tabs .right-menu button:focus span{
		outline: none!important;
		background: #fff!important;
	}
	#successes .inf .one-s {
		width: calc(50% - 15px);
	}
	#successes .button a {
		width: 300px;
	}
	#successes .button {
		width: auto;
	}
	#successes .inf {
		padding: 0 15px 40px 15px;
	}
	.error404 .container.successes-b {
		margin: 20px 20px 150px;
	}
	.error404 #successes .button-home p {
		margin: 40px 0 20px 0;
	}
	#error .subtitle {
		font-size: 35px;
		margin: 20px 0 70px 0;
	}
	#about-info {
		margin: 30px 20px 0 20px;
	}
	#about-s {
		margin: 30px 20px 0 20px;
	}
	#about-info .img {
		width: 35%;
	}
	#contact .form #information{
		flex-wrap: wrap;
	}
	#contact .form #submit {
		margin: 15px auto 0 1%;
	}
	#contact .form #information .one-input:nth-child(1) {
		width: 48%;
		margin: 0 1%;
	}
	#contact .form #information .one-input:nth-child(2) {
		width: 48%;
		margin: 0 1%;
	}
	#contact .form #information .one-input:nth-child(3) {
		width: 100%;
		margin: 2% 1% 0 1%;
	}
	.footer-form .form #information{
		flex-wrap: wrap;
	}
	.footer-form .form #information .one-input:nth-child(1) {
		width: 48%;
		margin: 0 1%;
	}
	.footer-form .form #information .one-input:nth-child(2) {
		width: 48%;
		margin: 0 1%;
	}
	.footer-form .form #information .one-input:nth-child(3) {
		width: 100%;
		margin: 2% 1% 0 1%;
	}
	.footer-form .form #submit {
		padding:  0 5px;
	}
}
@media only screen and (max-width : 700px){
	#button-home404 {
		margin-bottom: 40px;
	}
	.error404 .container.successes-b {
		margin: 20px 20px 110px;
	}

	#one-service {
		margin: 50px auto 0 auto;
	}
	#about-top img{
		height: 200px;
		object-fit: cover;
	}
	#about-serv .serv .one-serv {
		width: calc(30% - 20px);
	}
	#footer .icons .one {
		width: 100%;

	}
}
@media only screen and (max-width : 600px){
	#successes .inf .one-s {
		width: calc(100% - 15px);
		margin: 0;
	}
	#successes .inf .one {
		min-height: unset;
	}
}
@media only screen and (max-width : 550px){
	.nav-menu .sub-menu .sub-menu {
		/*left: -50px;*/
		/*width: 70%;*/
	}
	#successes .inf .one-s p, #successes .title-block p.subtitle {
		font-size: 18px;
	}
	#successes .title-block h2, h2.tabs-title {
		font-size: 35px;
	}
}
@media only screen and (max-width : 500px) {
	#serv-image {
		margin-bottom: 50px;
	}
	.container.successes-b {
		margin: 0 auto 75px auto;
	}
	.nav-menu .sub-menu li a{
		font-size: 16px;
	}
	#form .form-b #information .first {
		flex-direction: column;
	}
	#form .form-b #information .first .one-input.name {
		margin-left: 0;
		width: 100%;
	}
	#form .form-b #information .first .one-input.tel {
		margin-right: 0;
		width: 100%;
	}
	#form .form-b #information .first p{
		display: none;
	}
	#one-service.Search .one-s-row .text-b p:nth-child(1){
		font-size: 23px;
	}
	#one-service.Search .one-s-row .text-b p, #one-service.Search .one-s-row .text-b a{
		font-size: 17px;
	}
	#one-service.Search {
		margin: 20px auto 0 auto;
	}
	.footer-form .form #submit input {
		margin: 0 auto;
	}
	.serv a .image img{
		padding: 0 15px;
	}
	#about-top img {
		height: 150px;
	}
	.sticky {
		height: 130px;
	}
	header .logo-block img {
		max-height: 130px;
	}
	body:not(.home) div#main {
		/*padding-top: 130px;*/
	}
	header .logo-block {
		max-height: 130px;
	}
	#successes .inf .one {
		min-height: unset;
	}

	#error .subtitle {
		font-size: 28px;
		margin: 20px 0 40px 0;
	}
	#error .subtitle br{
		display: none;
	}
	#one-service {
		padding: 0 20px;
	}
	#about-serv .serv .one-serv {
		width: calc(50% - 20px);
	}
	#about-info .img {
		width: 45%;
	}
	.footer-form .form #information .one-input:nth-child(1) {
		width: 100%;
		margin: 3% 1% 0 1%;
	}
	.footer-form .form #information .one-input:nth-child(2) {
		width: 100%;
		margin: 3% 1% 0 1%;
	}
	.footer-form .form #information .one-input:nth-child(3) {
		margin: 3% 1% 0 1%;
	}
	#contact {
		margin: 35px 20px 0 20px;
	}
	#contact .form #information .one-input:nth-child(2) {
		width: 100%;
		margin: 3% 1% 0 1%;
	}
	#contact .form #information .one-input:nth-child(1) {
		width: 100%;
		margin: 3% 1% 0 1%;
	}
	#contact .form #information .one-input:nth-child(3) {
		margin: 3% 1% 0 1%;
	}
	#contact .map iframe {
		max-height: 300px;
	}
	#contact .details {
		margin-right: 0;
	}
	#contact .details .one .image {
		margin-left: 10px;
	}
	#about-s {
		margin: 10px 20px 0 20px;
	}
}
@media only screen and (min-width : 450px){
	#phone-mob-f{
		display: none;
	}
}
@media only screen and (max-width : 450px){
	h2.tabs-title {
		padding: 10px 6px 0 6px;
	}
	#tabs .one-menu h4 {
		line-height: 1.6;
		font-size: 17px;
	}
	#last-f-line {
		padding-bottom: 60px;
	}
	#phone-mob-f{
		position: fixed;
		background: green;
		color: white;
		text-align: center;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		z-index: 109090;
		bottom: 0;
	}
	#phone-mob-f a {
		font-family: "OpenSansHebrew-Bold";
		color: white;
		font-size: 23px;
		font-weight: bold;
		width: 100%;
		height: 100%;
		padding-top: 4px;
	}
	#form .form-b {
		padding-bottom: 0;
	}
	#tabs .one-info {
		padding: 10px 10px;
	}
	#f_f_F .footer-form {
		padding: 0 0 20px 0;
	}
	#f_f_F .footer-form .form #submit {
		margin-top: 10px;
	}
	#f_f_F{
		display: flex;
		width: 100%;
		z-index: 99999;
		position: fixed;
		bottom: 40px;

	}
	nav.main-navigation ul.nav-menu {
		/*overflow-y: scroll;*/
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		/*max-height: 90vh;*/
		margin: 0 auto;
	}
	/*.nav-menu .sub-menu {*/
	/*	margin-right: 10.5%;*/
	/*	width: 80%;*/
	/*	margin-left: 9.5%;*/
	/*}*/
	#one-service {
		margin: 30px auto 0 auto;
	}
	.error404 .container.successes-b {
		margin: 20px 20px 120px;
	}
	.error404 #successes .button-home p {
		margin: 20px 0;
	}
	#successes .inf {
		padding: 0 0 40px 0;
	}
	#about-serv .title-b h3 {
		font-size: 28px;
	}
	#contact .form {
		margin: 15px auto 0 auto;
	}
	#contact .map iframe {
		margin: 45px 0;
	}
	#footer-menus .menus .one-menu ul li a {
		font-size: 14px;
	}
	#footer-menus .menus .one-menu h3, #footer-menus .footer-contacts h3 {
		font-size: 18px;
	}
	#footer-menus {
		padding: 30px 0 10px 0;
	}
	#footer-menus .footer-contacts {
		padding-right: 0;
	}
	#footer-menus .details p {
		font-size: 17px;
	}
	#footer-menus .f-menu-row {
		margin: 0 15px;
	}
}
@media only screen and (max-width : 420px) {
	#last-f-line {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width : 400px) {
	.nav-menu .sub-menu .sub-menu {
		/*left: -20px;*/
		/*width: 65%;*/
	}
	#tabs .one-info h2 {
		font-size: 23px;
	}
	#home-about .info p, #home-about .info .button a, #form .form-b p {
		font-size: 18px;
	}
	#tabs .one-info, #tabs .one-info a {
		font-size: 18px;
	}
	#tabs .one-info a {
		font-size: 14px;
	}
	#successes .button a {
		width: 250px;
	}
	.nav-menu .sub-menu {
		/*margin-right: 2.5%;*/
		/*width: 95%;*/
		/*margin-left: 2.5%;*/
	}
	#one-service .one-serv-info h2, #one-service .one-serv-info h4 {
		font-size: 20px;
	}
	#successes .title-block h2, h2.tabs-title {
		font-size: 30px;
	}
	#error .subtitle {
		font-size: 25px;
	}
	section#services-b .one-s-row .text-b p, section#one-service .one-serv-info p, section#one-service .one-serv-info li{
		font-size: 16px;
	}
	#about-serv .title-b h3 {
		font-size: 26px;
	}
	#about-info .img {
		width: 58%;
	}
	#about-info .text p, #about-s .text p {
		font-size: 16px;
	}
	#about-info .text p br, #about-s .text p br{
		display: none;
	}
	#about-info .text h2, #about-s .text h2{
		font-size: 21px;
	}
	.footer-form .form #submit input {
		font-size: 23px;
		width: 100%;
	}
	#footer .icons .one .image {
		margin-left: 10px;
	}
	#footer .icons {
		padding-right: 0;
	}
	#footer .icons .one p  {
		font-size: 17px;
	}

	#contact .text h1, .footer-form .title h3 {
		font-size: 22px;
	}
	#contact .form #information .one-input input {
		font-size: 17px;
	}
	#contact .text p, #contact .details .one p {
		font-size: 18px;
	}
	#contact .map iframe {
		max-height: 250px;
	}
	#contact .form #information .one-input:nth-child(2) {
		margin: 4% 0 0 ;
	}
	#contact .form #information .one-input:nth-child(1) {
		margin: 4% 0 0 ;
	}
	#contact .form #information .one-input:nth-child(3) {
		margin: 4% 0 0 ;
	}
	#contact .form #submit{
		width: 100%;
	}
	#contact .form #submit {
		margin: 15px 0 0 0;
	}
}