/*
Theme Name: Wertheim
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

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

* {
    margin: 0px;
    padding: 0px;
    direction: rtl;
}

body {
    position: relative;
    max-width: 1600px;
    margin: 0px auto;
    /*overflow-x: hidden;*/
}

/*body #header, body .page{
	overflow-x: hidden;
}*/

a {
    text-decoration: none;
}

table {
    width: 100%;
}

.menu {
    float: right;
}

article {
    padding: 0px 0px 5px;
    border-top: 1px #000 dotted;
    margin-top: 5px;
}

#searchform {
    float: right;
    padding: 12px 0px;
}

#searchform input[type="text"] {
    font-size: 14px;
    padding: 5px 2px;
    max-width: 142px;
    min-width: 100px;
    width: 70%;
    float: right;
}

#searchform input[type="submit"] {
    float: right;
    padding: 5px 3px;
    margin: 0px;
}

#header {
    width: 100%;
    background-color: #212121;
}

#header .bg_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/bg_top_menu.png);
    background-repeat: no-repeat;
    background-size: 65% auto;
    background-position: left bottom;
    left: -10%;
    bottom: 0px;
    z-index: -1;
}

.home_page #header {
    background-color: transparent;
}

.wrap {
    max-width: 1273px;
    width: 90%;
    margin: 0px auto;
    position: relative;
    z-index: 5;
}

#header .bg_menu {
    left: -2%;
}

.clear {
    clear: both;
}

.right_logo {
    float: right;
    height: 147px;
    background-image: url(images/top_bg.png);
    background-repeat: repeat;
    width: 70%;
    padding-right: 164px;
    margin-right: -164px;
}

.left_logo {
    float: left;
    height: 147px;
    width: 30%;
    text-align: center;
}

.left_logo img {
    max-height: 107%;
    max-width: 100%;
}

.lang {
    position: absolute;
    background-image: url(images/en.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 22px;
    left: 0px;
    top: 3px;
}

#top_menu {
    width: 100%;
    background-color: #28272b;
    z-index: 9;
    position: relative;
}

#top_menu ul, #top_menu li {
    list-style: none;
}

#top_menu li {
    float: right;
    position: relative;
}

#top_menu .menu ul li {
    width: 100%;
    box-sizing: border-box;
}

#top_menu .menu ul {
    position: absolute;
    right: -21px;
    top: 100%;
    width: 200px;
    background-image: url(images/top_bg.png);
    background-repeat: repeat;
    /*padding-right: 15px;*/
    box-sizing: border-box;
    display: none;
}

#top_menu .menu li:hover > ul {
    display: block;
}

#top_menu .menu ul li a {
    border-top: 2px #1a1a1b solid;
    border-left: 0px;
    width: 100%;
    box-sizing: border-box;
}

#top_menu a.home {
    width: 45px;
    height: 35px;
    background-image: url(images/home_menu_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
    font-size: 0px;
    padding: 10px 8px;
}

#top_menu a {
    padding: 15px 8px;
    float: right;
    border-left: 2px #1a1a1b solid;
    color: #eeeeef;
    font-size: 20px;
}

#top_menu > li.current-menu-item > a,
#top_menu > li.current-menu-parent > a,
#top_menu li.current-menu-ancestor > a {
    background-color: #c4161c;
}

#top_menu ul.sub-menu li.current-menu-ancestor > a {
    background-color: transparent;
}

#top_menu ul.sub-menu ul.sub-menu {
    /*right: 0px;*/
    right: 177px;
    top: 0px;
}

/*.royalSlider{
	width: 100%;
	position: relative;
	height: 350px;
}*/

.home_page .royalSlider {
    height: 700px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/*.rsABlock{
	width: 100%;
	height: 100%;
	left: 0px;
	right: auto;
	top: 0px;
	bottom: auto;
}*/

.pageBanner {
    width: 100%;
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
    background-image: url(images/banner_bg.jpg);
}

.pageBanner .wrap {
    height: 100%;
}

.pageBanner .bannerImg {
    float: left;
    height: 100%;
    width: 45%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pageBanner .bannerIcon {
    width: 18%;
    height: 100%;
    float: right;
    display: table;
}

.pageBanner .bannerIcon span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.pageBanner .bannerIcon span img {
    background-color: #147e9c;
    border-radius: 15px;
    max-width: 110px;
    width: 60%;
    padding: 15px 15%;
}

.pageBanner .bannerIcon span img.icon3 {
    padding: 10px 5% 0px;
    width: 80%;
    max-width: 160px;
}

.pageBanner .bannerText {
    display: table;
    /*text-align: center;*/
    width: 37%;
    height: 100%;
}

.pageBanner .bannerText .bannerWrap {
    display: table-cell;
    vertical-align: middle;
}

.pageBanner .bannerText .en {
    display: block;
    font-size: 35px;
    color: #40413e;
    font-weight: normal;
}

.pageBanner .bannerText .he {
    display: block;
    color: #fff;
    font-size: 41px;
}

.home_page .rsABlock {
    width: 34%;
    left: 0px;
    right: auto;
    bottom: auto;
    top: 200px;
    height: 100%;
    background-image: url(images/banner_left_bg.png);
    background-repeat: repeat;
}

.home_page .rsABlock div {
    padding-right: 10%;
    font-size: 30px;
    color: #fff;
    width: 60%;
    line-height: 1.5;
}

.home_page .rsABlock div.title {
    padding-top: 15%;
    font-weight: bold;
}

.page {
    width: 100%;
    color: #2a2b2d;
}

.home_page .page {
    /*position: absolute;
    top: 700px;
    right: 0px;*/
    margin-top: 498px;
}

.rightBlock {
    float: right;
    width: 200px;
}

.home_page .rightBlock {
    width: 40%;
}

.homeBlock {
    width: 100%;
    height: 180px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-right: 164px;
    margin-right: -164px;

}

.homeBlock div {
    display: table;
    height: 100%;
    padding-left: 25%;
}

.homeBlock div.iconBlock {
    float: right;
    width: 30%;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: 77%;
    display: block;
}

.homeBlock div.iconBlock.techn {
    background-size: contain;
    /*background-position-y: bottom;*/
    background-position: bottom center;
}

.homeBlock div span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 46px;
    line-height: 0.9
}

.leftBlock {
    padding-right: 230px;
    width: auto;
}

.home_page .leftBlock {
    width: 60%;
    float: left;
    padding-right: 0px;
}

.home_page .text {
    box-sizing: border-box;
    padding: 30px 5% 0px 0px;
    color: #2a2b2d;
}

.text h1 {
    color: #d71920;
    font-size: 32px;
    margin: 5px 0px 25px;
}

.text p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.text img {
    max-width: 100%;
	margin-left: 25px;
}

.home_page .text h1 {
    margin: 30px 0px 0px;
    font-size: 40px;
    line-height: 1;
}

.text h2 {
    line-height: 1.3;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px;
}

.home_page .text p {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 20px;
}

.logos {
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
    background-color: #c4161c;
    padding-top: 13px;
    padding-bottom: 10px;
}

.home_page .logos {
    padding-right: 164px;
    margin-right: -164px;
    min-height: 368px;
}

.logos h3 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.logos .logo1 {
    width: 15%;
    float: right;
    margin-left: 1.6%;
    margin-bottom: 10px;
}

.logos .logo2 {
    width: 31.6%;
    float: right;
    margin-left: 1.6%;
    margin-bottom: 11px;
}

.home_page .logos .logo1 {
    width: 32.3%;
    margin-left: 1%;
}

.home_page .logos .logo2 {
    width: 65.6%;
    margin-left: 1%;
}

.news {
    background-color: #dee0e2;
    padding-left: 164px;
    margin-left: -164px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 2%;
    min-height: 346px;
    box-sizing: border-box;
}

.news h3 {
    color: #fd0009;
    font-size: 22px;
    font-weight: normal;
    padding-right: 3%;
    margin-bottom: 20px;
}

.news .text_block {
    float: right;
    width: 47%;
    margin-right: 3%;
    padding-right: 15px;
    box-sizing: border-box;
    background-image: url(images/news_title_icon.png);
    background-repeat: no-repeat;
    background-position: right 6px;
    background-size: 10px;
    padding-bottom: 15px;
    border-bottom: 1px #2a2b2d dotted;
    margin-bottom: 20px;
    cursor: pointer;
}

.news .text_block .title {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 3px;
    min-height: 44px;
    line-height: 1;
}

.news .text_block p {
    line-height: 1.5;
    font-size: 14px;
    height: 65px;
    overflow: auto;
}

.news .text_block .link {
    float: left;
    font-size: 15px;
    color: #fe010a;
}

.text {
    padding-top: 15px;
    width: 100%;
    float: right;
}

.text table img {
    max-width: 96%;
}

.home_page .text {
    padding-top: 0px;
}

.rightMenu {
    margin-top: 30px;
}

.rightMenu, rightMenu ul, .rightMenu li {
    list-style: none;
}

.rightMenu li ul {
    display: none;
}

.rightMenu li.current-menu-item > a + ul, .rightMenu li.current-menu-parent > a + ul, .rightMenu li.current-menu-ancestor > ul {
    display: block;
}

.rightMenu > li.current-menu-item > a, .rightMenu > li.current-menu-parent > a, .rightMenu > li.current-menu-ancestor > a {
    background-image: url(images/bg_right_menu_hover.jpg);
    color: #fff;
}

.rightMenu > li {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.rightMenu li a {
    width: 100%;
    float: right;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    background-image: url(images/bg_right_menu.jpg);
    background-size: 100% 100%;
    color: #40413e;
    font-size: 18px;
    border-radius: 3px;
}

.rightMenu li.menu-item-has-children {
    position: relative;
}

.rightMenu li.menu-item-has-children::before {
    display: none;
    float: right;
    content: "+";
    padding: 10px;
    /*margin: -10px -15px -10px 0px;*/
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    z-index: 1000;
    min-width: 10px;
    text-align: center;
    cursor: pointer;
}

.rightMenu li.menu-item-has-children.open > ul {
    display: block;
}

.rightMenu li.menu-item-has-children.open::before, .rightMenu li.menu-item-has-children.current-menu-item::before, .rightMenu li.menu-item-has-children.current-menu-parent::before, .rightMenu li.menu-item-has-children.current-menu-ancestor::before {
    content: "–";
}

.rightMenu li ul li a {
    font-size: 16px;
    padding: 8px 15px;
    border-top: 1px #e3e3e3 solid;
    background: none;
}

.rightMenu li ul li.menu-item-has-children a {
    padding-right: 30px;
}

.rightMenu ul.sub-menu, .rightMenu ul.sub-menu li {
    float: right;
}

.rightMenu ul.sub-menu {
    width: 180px;
    margin-right: 20px;
}

.rightMenu ul.sub-menu ul.sub-menu {
    width: 160px;
}

.rightMenu ul.sub-menu ul.sub-menu ul.sub-menu {
    width: 140px;
}

.rightMenu ul.sub-menu li {
    width: 100%;
}

.pr-pdfs {
    margin: 25px 0px 10px;
	clear: both;
}

.pr-pdfs .pdf {
    text-decoration: none;
    color: #2a2b2d;
}

.pr-pdfs .pdf img {
    margin-bottom: -10px;
    margin-right: 5px;
}

#footer {
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    background-color: #2d2d30;
    font-weight: normal;
}

#footer p {
    float: right;
}

#footer p span {
    font-size: 20px;
}

#footer .social {
    float: left;
}

#footer .social li {
    list-style: none;
    float: left;
}

#footer .social a {
    padding: 5px;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #3f4144;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 55%;
    margin: -10px 10px -10px 0px;
    cursor: pointer;
    font-size: 0px;
}

#footer .social li.camera a {
    background-image: url(images/bottom_social1.png);
}

#footer .social li.f a {
    background-image: url(images/bottom_social_f.png);
}

#footer .social li.g a {
    background-image: url("images/bottom_social_g.png");
}

#top_menu .mobile {
    display: none;
    float: right;
    height: 55px;
    width: 40%;
    background-image: url("images/menu-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}

.bannerImage {
    width: 100%;
}

.bannerImage img {
    width: 100%;
    height;
    auto;
}

.project {
    width: 50%;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    float: right;
}

.project.single {
    width: 20%;
}

.project.single .pr-img {
    height: 150px;
}

.project .title {
    min-height: 42px;
    font-size: 18px;
}

.project .pr-img {
    width: 100%;
    height: 200px;
    display: table;
    table-layout: fixed;
    border: 1px #cacfd2 solid;
    border-radius: 5px;
    padding-top: 1%;
}

.project .pr-img span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.project .pr-img span img {
    max-width: 98%;
    max-height: 145px; /*190px;*/
}

.product {
    width: 100%;
    box-sizing: border-box;
    padding: 3% 3% 1%;
    border: 1px #616162 solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 250px;
}

.product.single {
    float: right;
}

.product .pr-bg {
    position: absolute;
    width: 100%;
    height: 35%;
    top: 0px;
    right: 0px;
    background-color: #eeeeef;
    z-index: -1;
    border-radius: 10px 10px 0px 0px;
    max-height: 85px;
}

.product.single .pr-bg {
    height: 90px;
}

.product .images-pr {
    float: left;
    width: 40%;
    margin-right: 3%;
}

.bigImg {
    width: 95%;
    display: table;
    margin: 25px 2.5% 10px;
    box-sizing: border-box;
    border: 1px #747475 solid;
    border-radius: 7px;
    height: 300px;
}

.product .pr-img {
    float: right;
    display: table;
    table-layout: fixed;
    width: 25%;
    height: 200px;
    border: 1px #616162 solid;
    margin-left: 5%;
    background-color: #fff;
}

.product .pr-img span {
    height: 200px;
    padding-top: 2px;
}

.product .images-pr .pr-img {
    width: 45%;
    box-sizing: border-box;
    margin: 10px 2.5%;
    border: 1px #747475 solid;
    border-radius: 5px;
    height: 150px;
    table-layout: fixed;
}

.product.single .pr-text {
    padding-top: 20px;
}

.product.single .pr-text iframe, iframe {
    max-width: 100% !important;
}

.product .pr-img span, .bigImg span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product .pr-img span img, .bigImg span img {
    max-width: 100%;
    max-height: 100%;
}

.product .pr-id {
    font-size: 18px;
    float: left;
    margin-top: 15px;
}

.product .pr-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.product h1.pr-title, .lnk {
    color: #2a2b2d;
}

.product .pr-short p {
    margin: 0px;
}

.rightContact {
    float: right;
    width: 30%;
    padding-top: 35px;
    color: #606062;
}

.rightContact p {
    margin-bottom: 0px;
}

.rightContact iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
}

.leftContact {
    float: left;
    width: 65%;
    padding: 20px 0px;
}

.leftContact h1 {
    font-weight: normal;
    color: #2c2c30;
}

.field {
    float: right;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 5%;
    box-sizing: border-box;
}

.field input, .field textarea {
    border: 2px #e7e7e7 solid;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
}

.field.text {
    width: 100%;
    padding-top: 0px;
}

.field label {
    display: block;
    color: #606062;
    margin-bottom: 2px;
}

.field label span {
    color: red;
    margin-right: 5px;
}

.leftContact input[type="submit"] {
    float: left;
    color: #fff;
    padding: 5px 30px;
    background-color: #bd151b;
    border-color: #b70000;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5%;
}

.r_c_title {
    border-bottom: 1px #dedede solid;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.r_c_title span {
    padding-left: 5px;
    border-bottom: 3px #b40000 solid;
    padding-bottom: 4px;
}

.linkContact {
    margin-top: 10px;
    text-decoration: underline;
    color: #32a4c9;
    font-size: 16px;
}

.sale.news, .jobs.news {
    background-color: transparent;
    padding-left: 0px;
    margin-left: 0px;
    min-height: 100px;
}

.sale.news .text_block .text, .jobs.news .text_block .text {
    margin-top: 0px;
    margin-bottom: 20px;
    height: 70px;
    overflow: auto;
}

.sale.news .text_block p, .jobs.news .text_block p {
    height: auto;
    margin-bottom: 0px;
}

.sale.news .image {
    float: right;
    display: table;
    table-layout: fixed;
    width: 25%;
    height: 120px;
    border: 1px #616162 solid;
    margin-left: 5%;
    background-color: #fff;
    margin-right: -3%;
}

.sale.news .image span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sale.news .image span img {
    max-width: 98%;
    max-height: 98%;
}

.project.single.sale {
    padding-top: 0px;
}

.project.sale .pr-img {
    border: 0px;
}

input.hidden {
    display: none;
}

input[type="submit"] {
    float: left;
    color: #fff;
    padding: 5px 30px;
    background-color: #bd151b;
    border-color: #b70000;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5%;
}

.text.enl, .text.en * {
    direction: ltr;
}

.right {
    float: right;
}

#footer .right {
    margin-left: 5px;
}

#scroll_bot {
    position: fixed;
    background: url(images/home_bot_but.png) no-repeat center;
    background-size: 90%;
    bottom: 10%;
    width: 60px;
    height: 50px;
    right: 5%;
    z-index: 9;
    display: none;
}

.home #scroll_bot {
    display: block;
}

.home #scroll_bot.inbot {
    display: none;
}

.unlink > a {
    cursor: default;
}

.pr_logo {
    height: 36px;
    width: 100px;
    display: inline-block;
    margin: -5px 5px -31px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cats {
    position: relative;
    width: 100%;
}

.cats .cat_single {
    float: right;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 10px;
    cursor: pointer;
}

.cats .cat_image {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cats .cat_title {
    text-align: center;
    padding: 3px 0px;
}

#breadcrumbs {
    padding-top: 15px;
    font-size: 14px;
    color: #000;
}

#breadcrumbs a,
#breadcrumbs strong {
    color: #000;
}

.rtl #breadcrumbs {
    text-align: left;
    float: left;
}

#breadcrumbs > span,
#breadcrumbs > span > span {
    display: inline-block;
    width: 100%;
}

#breadcrumbs > span > span span,
#breadcrumbs > span > span a,
#breadcrumbs > span > span .breadcrumb_last {
    float: left;
    padding: 0 3px;
}

.rtl #breadcrumbs > span > span span,
.rtl #breadcrumbs > span > span a,
.rtl #breadcrumbs > span > span .breadcrumb_last {
    float: right;
}

.blocks {
    position: relative;
    display: inline-block;
    width: 100%;
}

.blocks .block_view {
    position: relative;
    display: block;
    width: 100%;
    min-height: 285px;
    max-width: 33%;
    float: right;
    margin-bottom: 50px;
}

.blocks .block_view .block {
    position: relative;
    display: block;
    margin: 10px;
}

.blocks .block .block_header {
    padding: 10px 10px;
    overflow: hidden;
    max-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #c9ced1;
    color: #28272b;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

.blocks .block .block_image {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
}

.blocks .block .block_footer {
    text-align: center;
    color: #28272b;
    font-size: 14px;
    padding-top: 5px;
}

/* Product Gallery - Portfolio Slides */
.single-product .shareThis {
    position: relative;
    /*margin-top: -120px;*/
}

.shareThis h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.portfolio-slides .product.single {
    padding: 10px 50px 30px;
}

.portfolio-slides .product.single .pr-bg {
    height: 60px;
}

.portfolio-slides .single a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-slides .single img {
    width: 100%;
}

.portfolio-slides-slick .title {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 2px;
    background-color: rgba(238, 238, 239, 0.8);
    color: #000;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
}

.portfolio-slides .slick-slide {
    margin: 0 5px;
}

.portfolio-slides .slick-list {
    margin: 0 -5px;
}

.portfolio-slides button {
    position: absolute;
    width: 33px;
    height: 46px;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background-color: #000000;
    opacity: 0.7;
    color: transparent;
    z-index: 99;
    background-size: 12px 23px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.portfolio-slides button.slick-next {
    right: -43px;
    background-image: url('images/right-arrow-button.png');
    border-radius: 0 4px 4px 0;
}

.portfolio-slides button.slick-prev {
    left: -43px;
    background-image: url('images/left-arrow-button.png');
    border-radius: 4px 0 0 4px;
}

.button-mobile {
    display: none;
}

.button-mobile a {
    text-decoration: underline;
}

/* Gallery Page */
.product-gallery-page .shareThis .sharethis-inline-share-buttons {
    text-align: left !important;
    margin-bottom: 15px;
}

.product-gallery-page .image-title {
    font-size: 38px;
    font-weight: 700;
    color: #c4161c;
}

.product-gallery-page .fancybox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.product-gallery-page .single-image {
    margin: 20px 0 40px;
}

.product-gallery-page .entry-content {
    padding-top: 10px;
}

.mfp-content {
    max-width: 88%;
}

.single-image {
    position: relative;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}

.single-image:after {
    content: "";
    display: table;
    clear: both;
}

.image-popup .image {
    width: 65%;
    height: 500px;
    float: left;
    background-size: cover;
}

.image-popup .content {
    width: 35%;
    height: 100%;
    padding: 60px;
    padding-left: 20px;
    float: right;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}

.image-popup .content .title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #c4161c;
}

.mfp-container button.mfp-arrow {
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    width: 40px;
    height: 65px;
    margin-top: -32px;
}

.mfp-container button.mfp-arrow:after,
.mfp-container button.mfp-arrow:before {
    display: none;
}

.mfp-container button.mfp-arrow.mfp-arrow-right {
    right: 6.38%;
    background-image: url(images/right-arrow-button.png);
    border-radius: 50% 0 0 50%;
}

.mfp-container button.mfp-arrow.mfp-arrow-left {
    left: 6.38%;
    background-image: url(images/left-arrow-button.png);
    border-radius: 0 50% 50% 0;
}

@media only screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

@media only screen and (max-width: 1195px) {
    .home_page .logos {
        min-height: 344px;
    }

    .news .text_block .title {
        font-size: 14px;
        min-height: 32px;
    }

    .wrap {
        width: 96%;
    }

    .homeBlock div {
        padding-left: 16%;
    }

    .homeBlock div span {
        font-size: 38px;
    }

    .homeBlock div.iconBlock {
        width: 25%;
    }

    .homeBlock {
        height: 140px;
    }
}

@media only screen and (max-width: 845px) {
    .single-gallery {
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .cats .cat_single {
        width: 50%;
    }

    #top_menu ul.sub-menu ul.sub-menu {
        right: 0px;
    }

    .product {
        min-height: 180px;
    }

    .product .pr-bg {
        height: 48%;
    }

    .product .clear {
        display: none;
    }

    .product .pr-img, .product .pr-img span {
        height: 150px;
    }

    .product .pr-id {
        float: none;
        margin: 0px;
    }

    #top_menu .mobile {
        display: block;
    }

    .project.single {
        width: 25%;
    }

    #top_menu .menu ul {
        /*display: block;*/
        position: relative;
        padding: 0px 15px;
        width: 100%;
    }

    #top_menu .menu li.menu-item-has-children {
        padding-right: 30px;
    }

    #top_menu .menu li.menu-item-has-children a {
        width: 230px;
    }

    #top_menu .menu li.menu-item-has-children ul li a {
        width: 100%;
    }

    #top_menu .menu ul.sub-menu {
        float: right;
        background-image: none;
        margin-right: 20px;
        padding: 0px
    }

    #top_menu .menu ul.sub-menu ul.sub-menu {
        margin-right: 0px;
    }

    #top_menu .menu li.menu-item-has-children::before {
        float: right;
        content: "+";
        padding: 15px 9px 15px 20px;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 21px;
        z-index: 1000;
        min-width: 10px;
        text-align: center;
        color: #fff;
    }

    #top_menu .menu li:hover > ul {
        display: none;
    }

    #top_menu .menu li.menu-item-has-children.open > ul {
        display: block;
    }

    #top_menu .menu li.menu-item-has-children.open::before {
        content: "–";
    }

    #top_menu .menu ul li a {
        border-top: none;
        padding: 15px 8px;
        font-size: 17px;
    }

    .pageBanner {
        height: 200px;
    }

    .pageBanner .bannerText .en {
        font-size: 20px;
    }

    .pageBanner .bannerText .he {
        font-size: 25px;
    }

    #top_menu .menu {
        display: none;
        position: absolute;
        right: 0px;
        top: 55px;
        width: 260px;
        background-color: #28272b;
        border-top: 2px #1a1a1b solid;
    }

    #top_menu a, #top_menu a.home {
        border-left: none;
        width: 260px;
        box-sizing: border-box;
        border-bottom: 2px #1a1a1b solid;
    }

    #top_menu a.home {
        height: 50px;
    }

    .home_page .rsABlock {
        width: 60%;
        top: 150px;
    }

    .home_page .rsABlock div {
        width: 85%;
    }

    .rsDefault .rsBullets {
        width: 60%;
    }

    .left_logo, .right_logo {
        height: 100px;
    }

    .home_page .royalSlider {
        /*height: 500px;*/
        position: relative;
        width: 100%;
        height: auto;
    }

    .home_page .rsABlock {
        top: 0px;
        width: 100%;
    }

    .home_page .rsABlock div.title {
        padding-top: 5%;
    }

    .home_page #header {
        background-color: #212121;
    }

    .home_page .page {
        margin-top: 0px; /*345px;*/
    }

    .home_page .rightBlock, .home_page .leftBlock {
        width: 100%;
    }

    .home_page .wrap {
        width: 100%;
    }

    .homeBlock {
        max-width: 540px;
        margin: 0px auto;
        padding-right: 0px;

    }

    .home_page .logos {
        margin-right: 0px;
        padding-right: 20px;
        min-height: 3px;
        box-sizing: border-box;
    }

    .news {
        margin-left: 0px;
        padding-left: 4%;
        min-height: 3px;
    }

    .home_page #footer .wrap {
        width: 96%;
    }

    .leftContact {
        width: 95%;
    }

    .rightContact {
        width: 100%;
    }

    .blocks .block_view {
        max-width: 50%;
    }

}

@media only screen and (max-width: 790px) {
    .logos .logo1 {
        width: 32.3%;
        margin-left: 1%;
    }

    .logos .logo2 {
        width: 65.6%;
        margin-left: 1%;
    }

    #footer .social {
        margin-top: 15px;
    }

    #footer p {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 650px) {
    .product .pr-id {
        font-size: 14px;
    }

    .product .pr-title {
        font-size: 22px;
    }

    .product .pr-short {
        font-size: 12px;
    }

    .blocks .block_view {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .project.single {
        width: 33.3%;
    }
}

@media only screen and (max-width: 530px) {
    .product .pr-img, .product .pr-img span {
        height: 115px;
    }

    .product .pr-title {
        margin-bottom: 20px;
    }

    .product {
        min-height: 135px;
    }

    .cats .cat_single {
        width: 100%;
    }
}

@media only screen and (max-width: 490px) {
    .right_logo .logo_image {
        background-position: right center;
        background-size: auto 81px;
    }

    .pageBanner {
        height: 120px;
    }

    .news .text_block .title {
        min-height: 16px;
    }

    .news .text_block {
        width: 97%;
    }

    .news .text_block p {
        height: auto;
    }

    .home_page .logos {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 435px) {
    .project .pr-img {
        height: 110px;
    }

    .project .pr-img span img {
        max-height: 100px;
    }

    .project.single {
        width: 50%;
    }

    .right_logo {
        display: none;
    }

    .left_logo {
        float: right;
        width: 40%;
    }

    .pageBanner .bannerImg {
        width: 35%;
    }

    .pageBanner .bannerText {
        width: 47%;
    }

    .pageBanner .bannerText .en {
        font-size: 16px;
    }

    .pageBanner .bannerText .he {
        font-size: 22px;
    }

    .pageBanner .bannerIcon span img {
        border-radius: 7px;
    }

    .rightBlock {
        float: none;
        margin: 0px auto;
    }

    .rightMenu {
        margin-top: 5px;
    }

    .leftBlock {
        padding-right: 0px;
    }

    .text {
        padding-top: 5px;
    }

    #header .bg_menu {
        left: auto;
        right: -10%;
        background-position-x: right;
    }
}

@media only screen and (max-width: 400px) {
    .home_page .rsABlock div {
        font-size: 20px;
    }

    .single-product .shareThis {
        margin-top: 0;
    }

    .button-mobile {
        display: block;
    }

    /* .portfolio-slides{
        display: none;
    } */
    .product-gallery-page .shareThis {
        width: 65%;
        float: left;
    }

    .portfolio-slides .product.single {
        padding: 10px 0;
    }

    .portfolio-slides-slick .single {
        width: 50%;
        float: right;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .portfolio-slides-slick .title {
        display: block;
    }
}

@media only screen and (max-width: 1600px) {
    #breadcrumbs {
        padding: 10px 10px;
    }
}

h2.booya {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px;
}

@media print {
    .shareThis {
        display: none;
    }
}

.gallery-wrapper a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 20px 0;
}

.page .wrap .news .text_block > div {
	padding-right: 5px;
}

.page .wrap .imgBox img {
	max-width: 100%;
}