/* Minification failed. Returning unminified contents.
(5005,16): run-time error CSS1038: Expected hex color, found '#c8c8'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | https://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
@font-face {
  font-family: Practica;
  src: url(fonts/PracticaRegular.ttf);
}
*/
@font-face {
    font-family: "Practica";
    font-style: normal;
    font-weight: normal;
    src: url('/css/fonts/PracticaRegular.eot');
    src: url('/css/fonts/PracticaRegular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PracticaRegular.svg#Practica') format('svg'), url('/css/fonts/PracticaRegular.woff') format('woff'), url('/css/fonts/PracticaRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-ExtraLight.woff2') format('woff2'),
        url('/css/fonts/Assistant-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-Regular.woff2') format('woff2'),
        url('/css/fonts/Assistant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-SemiBold.woff2') format('woff2'),
        url('/css/fonts/Assistant-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-Bold.woff2') format('woff2'),
        url('/css/fonts/Assistant-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-ExtraBold.woff2') format('woff2'),
        url('/css/fonts/Assistant-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/css/fonts/Assistant-Light.woff2') format('woff2'),
        url('/css/fonts/Assistant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html, button, input, select, textarea {
    background-color: #fefefe;
    color: #5b5d61;
    font-family: Arial;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
    position: relative;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

.PremiumProjectsSection {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 980px;
    position: relative;
    top: -523px;
}

.favorite_btn_icon {
    color: white;
    float: left;
    height: 27px;
    margin-left: 10px;
    position: relative;
    /* border: 1px solid blue; */
    width: 120px;
}

#favoritePoject_li {
    border-top-left-radius: 5px !important;
    float: left;
    padding-left: 10px;
}

.favorite_btn_icon_gray_red {
   
}

.favorite_btn_icon a {
    background-color: #e01f25;
    border: none;
    color: white !important;
    font: bold 14px Arial;
    height: 27px !important;
}

.favorite_btn_icon_gray_red a {
    background-color: #b5b5b5;
    border: none;
    color: white !important;
    font: bold 14px Arial;
    height: 27px !important;
}

.divImgHeart {
    cursor: pointer;
    display: block;
    float: left !important;
    height: 17px !important;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 19px !important;
}

    .divImgHeart img {
        height: 10px;
        width: 10px;
    }

.divImgHeartGrayRed {
    display: block;
    float: left !important;
    position: absolute;
    right: -15px;
    top: 9px;
}

    .divImgHeartGrayRed img {
        height: 10px;
        position: absolute;
        width: 10px;
    }

.saveProjectButton {
    background-color: #e01f25;
    border: none;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin-top: 12px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 110px;
}

.saveProjectButtonGrayRed {
    width: 200px;
    font-family: Assistant;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.saveProjectButtonGrayRed img{padding-left:5px;}

.saveProjectButtonGray {
    background-color: #b5b5b5 !important;
    border: none;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 4px;
    position: absolute;
    text-align: left;
    width: 120px;
}

.deleteSaveProjectButtonGray {
    background-color: #b5b5b5 !important;
    border: none;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin-top: 12px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 110px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

a {
    color: #0057b8;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.height80 {
    clear: both;
    height: 80px;
}

.height35 {
    clear: both;
    height: 35px;
}

.pt2 {
    padding-top: 2px !important;
}


.no_background {
    background: none !important;
}

.wrapperProject {
    margin: auto;
    max-width: 1200px;
    min-width: 980px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 100;
    margin-bottom:100px;
}

.wrapperArticles {
    margin: auto;
    max-width: 1200px;
    min-width: 980px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 100;
}

.wrapper {
    height: 540px;
    margin: auto;
    max-width: 1200px;
    min-width: 980px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 100;
}


.big_image {
    height: 507px;
    top: 0;
    /*position:absolute;*/
    width: 100%;
    /*position: absolute;
    width: 100%;
    height: 561px;
    top: 122px;*/
}

.big_image_free_proj {

    color:#3F72B3;
    margin: auto;
    margin-right: 8%;
    float: right;
    margin-top: 33%;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

/*.big_imageE {
    max-width: 1400px;
    min-width: 980px;
    height: 561px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

#areaBody .project_main.departament {
    height: 289px;
}

.OnlyLeft {
    float: left;
}

#regularBody{
    margin-bottom:100px;
}
#regularBody .big_image, #areaBody .big_image, #searchBody .big_image {
    height: 561px;
    position: absolute !important;
    top: 170px !important;
    width: 100%;
}

#regularBody .content.departament td.right_column {
    padding-top: 10px !important;
}

#regularBody .artivleContent.departament td.right_column {
    padding-top: 10px !important;
}

#regularBody .content, #areaBody .content /*not home page*/ {
    margin-top: 160px !important;
}

#regularBody .project_main {
    height: 485px !important;
    position: relative;
}


.content {
    align-content: center;
}

#searchBody .content.departament td.right_column {
    padding-top: 10px !important;
}

#searchBody .content, #areaBody .content /*not home page*/ {
    margin-top: 0 !important;
}

#searchBody .project_main {
    height: 300px !important;
    position: relative;
}


#cityBody .big_image, #areaBody .big_image {
    height: 561px;
    position: absolute !important;
    top: 122px !important;
    width: 100%;
}

#cityBody .content.departament td.right_column {
    padding-top: 10px !important;
}

#cityBody .content, #areaBody .content /*not home page*/ {
    margin-top: 0 !important;
}

#cityBody .project_main {
    height: 352px !important;
    margin: 0 auto;
    margin-bottom: 192px;
    max-width: 1200px;
    position: relative;
    top: 194px;
    width: 100%;
}

.main_company {
    position: relative;
    top: 150px;
}

#companiesBody .project_main.departament {
    height: 106px !important;
    margin-top: 191px !important;
}

#companiesBody .breadcrumbs {
    margin: -29px 0 10px 0 !important;
}

#savedProjectsBody .project_main {
    height: 195px !important;
    margin: auto;
    max-width: 1200px;
    padding-bottom: 187px;
    position: relative;
    top: 203px;
    width: 100%;
}

#articlesBody .project_main {
    margin: auto;
    max-width: 1200px;
    padding-bottom: 187px;
    /*height: 195px !important;*/
    position: relative;
    top: 203px;
    width: 100%;
}

#articlesBody .content.departament td.right_column {
    direction: rtl;
    margin-right: 1px;
    padding-top: 10px !important;
}

#savedProjectsBody .content.departament td.right_column {
    direction: rtl;
    padding-top: 10px !important;
}

#areaBody {
    overflow-x: hidden;
    width: 100%;
}

    #articlesBody .content, #areaBody .content /*not home page*/ {
        margin-top: 0 !important;
    }

#articlesBody .project_main.departament div.search {
    margin-top: 0 !important;
}

#savedProjectsBody .content, #areaBody .content /*not home page*/ {
    margin-top: 0 !important;
}

#savedProjectsBody .project_main.departament div.search {
    margin-top: 0 !important;
}

#savedProjectsBody {
    height: 50px !important;
    position: relative;
}

#articlesBody {
    position: relative;
}

#savedProjects {
    margin-top: -90px;
}

#savedProjects {
    margin-top: -90px;
}

.big_image.departament {
    height: 411px;
}

.big_image div.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 561px;
    margin: 0 auto;
    margin-top: 11px;
    max-width: 1400px;
    min-width: 980px;
}

.big_image.departament div.image {
    height: 411px;
}

.project_main {
    height: 85px;
    margin-top: 201px;
}

    .project_main.departament {
        height: 283px;
    }

.article_main {
    height: 85px;
    margin-top: 201px;
}

.project_main.short {
    height: 88px;
}

.project_main.company {
    height: 110px;
}

.project_main div.search {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(/images/search_bg.png) repeat-x;
    border: 1px solid #98aab9;
    border-radius: 5px;
    height: 81px;
    left: 50%;
    margin-left: -50%;
    position: absolute;
    width: 99.8%;
    z-index: 1000;
}

.project_main.departament div.search { /*margin-top: 80px;*/
}

.project_main div.search ul {
    margin: 0 0 0 9px;
    overflow: hidden;
    padding: 0;
    width: 98%;
    /*overflow:auto;*/
}

    .project_main div.search ul li {
        display: inline-block;
        float: right;
        height: 52px;
        margin-top: 15px;
        text-align: center;
        width: 27%;
    }

        .project_main div.search ul li.last {
            min-width: 315px;
            width: 46%;
        }

        .project_main div.search ul li div {
            float: right;
            text-indent: 2px;
        }

            .project_main div.search ul li div select {
                position: relative;
                right: 10px;
                top: 5px;
            }

            .project_main div.search ul li div.region {
                background: url(/images/search_window_square.png) right no-repeat;
                height: 52px;
                width: 94%;
            }

            .project_main div.search ul li div.city {
                background: url(/images/search_window.png) right no-repeat;
                height: 52px;
                width: 94%;
            }

            .project_main div.search ul li div.organisation {
                background: url(/images/search_window.png) right no-repeat;
                height: 52px;
                width: 62%;
                z-index: 100;
            }

            .project_main div.search ul li div.open_input {
                background: url(/images/search_open_input.png) right no-repeat;
                height: 52px;
                width: 16px;
            }

            .project_main div.search ul li div.button {
                background: url(/images/search_button.png) right no-repeat;
                cursor: pointer;
                height: 52px;
                margin-right: 1%;
                width: 27%;
            }

            .project_main div.search ul li div.button_side {
                background: url(/images/search_button_side.png) left no-repeat;
                height: 52px;
                width: 8px;
            }

            .project_main div.search ul li div.button a {
                color: white;
                display: block;
                font-size: 30px;
                line-height: 50px;
                padding-right: 8px;
            }

#mainBody {
    overflow-x: hidden;
}

.about_project_project_logo_box .about_project {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#55000000', endColorstr='#55000000'); /* IE */
    float: right;
    height: 263px;
    margin: 10px 0 0 0;
    position: absolute;
    right: 104px !important;
    top: 200px;
    width: 575px;
}

#regularBody div.about_project {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#55000000', endColorstr='#55000000');
    float: right;
    margin-right: -50%;
    position: relative;
    right: 50%;
    top: -46px;
    width: 575px;
}


div.about_project .inner {
    padding: 10px;
    position: relative;
    text-align: left;
}

    div.about_project .inner div.text {
        color: white;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 2px 0;
        text-align: right;
    }

    div.about_project .inner.vertical img {
        float: left;
        height: 239px !important;
        margin-right: 20px;
        width: 94px !important;
    }

/*div.about_project img
{
    text-align: right;
    margin: 0 0 5px;
}*/

div.about_project img.vertical {
    float: left;
    height: 239px !important;
    margin-right: 20px;
    width: 94px !important;
}

div.about_project .inner h2 {
    color: #ff0109;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 5px 0;
    position: absolute;
    right: 20px;
    top: 130px;
}

.slider .about_project .inner h1 {
    color: #cbd8e8 !important;
    direction: rtl;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0 0 3px 0 !important;
    position: absolute;
    right: 20px;
    top: 100px;
}

.slider .about_project .inner h2 {
    color: white !important;
    direction: rtl;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 0 3px 0 !important;
    position: absolute;
    right: 20px;
    top: 130px;
}

div.about_project.main {
    margin-top: 140px;
}

    div.about_project.main .inner {
        direction: rtl;
        height: 180px;
        text-align: right;
    }

    /*div.about_project.main img
{
    float: right;
    clear: both;
    margin: 0 0 20px 0;
    width: 300px !important;
    height: 77px !important;
}*/

    div.about_project.main h1 {
        clear: both;
        color: white;
        direction: rtl;
        font-family: Practica;
        font-size: 36px;
        font-weight: bold;
        font-weight: normal;
        line-height: 36px;
        margin: 0 0 10px 0;
        position: absolute;
        right: 20px;
        top: 90px;
    }

/*div.about_project.main h1:lang(en) {
        color: white;
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 10px 0;
        clear: both;
        font-weight: normal;
        font-family: Arial !important;
        direction: rtl;
        position: absolute;
        top: 90px;
        right: 20px;
    }*/

.vertical h1 {
    clear: both;
    color: white;
    direction: rtl;
    font-family: Practica;
    font-size: 36px;
    font-weight: bold;
    font-weight: normal;
    line-height: 36px;
    margin: 0 0 10px 0;
    position: absolute !important;
    right: 30px !important;
    top: 20px !important;
}

.vertical h2 {
    color: #ff0109 !important;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 21px !important;
    position: absolute !important;
    top: 60px !important;
}

div.about_project .inner h3 {
    color: #ff0109;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

div.about_project .button {
    background-color: #e01f25;
    float: right;
    height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 210px;
    width: 190px;
}

    div.about_project .button a {
        color: white;
        display: block;
        font-size: 19px;
        font-weight: bold;
        line-height: 40px;
        text-align: right;
        text-decoration: none;
    }

.project_main div.about_project img.vertical {
    float: left;
    margin-right: 20px;
}

.areaBodyCntent {
    margin-top: 55px;
}

.project_main.departament h2 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33000000', endColorstr='#33000000');
    float: right;
    font-family: Practica;
    font-size: 57px;
    font-weight: normal;
    padding: 0 30px 0 30px;
    position: relative;
    top: 217px !important;
}
.long_name  {
        font-size:45px !important;
    }
.project_main.departament h1 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33000000', endColorstr='#33000000');
    float: right;
    font-family: Arial;
    font-size: 52px;
    font-weight: normal;
    padding: 0 30px 0 30px;
    position: relative;
    top: 225px !important;
    direction:rtl;
}

    

.project_main.departament h2.projectsInCityH2 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33000000', endColorstr='#33000000');
    float: right;
    font-family: Practica;
    font-size: 57px;
    font-weight: normal;
    padding: 0 30px 0 30px;
    position: relative;
    top: 223px !important;
}

.project_main.departament h1.projectsInCityH1 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33000000', endColorstr='#33000000');
    float: right;
    font-family: Arial;
    font-size: 57px;
    font-weight: normal;
    padding: 0 30px 0 30px;
    position: relative;
    top: 232px !important;
}

.projectsInCityH2 {
    position: absolute;
}

.project_main h2 {
    display: inline;
    /*font-weight: normal;
    font-size: 72px;
    color: white;
    position: absolute;
    right: 0%;
    padding-right: 30px;
    background-color: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
    bottom: -17%;*/
    font-family: Practica;
}

.project header {
    height: 155px;
}

.project_high header {
    height: 240px;
}

header {
    
}

    header h1, header #HeaderLogo {
        /*background: url(/images/logo.png) right no-repeat;*/
        color: #5b5d61;
        display: block;
        float: right;
        font-family: Practica;
        font-size: 48px;
        font-weight: normal;
        height: 56px;
        /*imad*/
        /*margin:20px 0 5px 0;*/
        margin: 10px 0 5px 0;
    }

@media screen and (max-width: 1024px) {
    header h1 {
        font-size: 38px;
    }

    .artivleContent td.right_column {
        padding-right: 0 !important;
    }

    .inclidedArticleImg {
        width: 100% !important;
    }

    article header {
        width: 550px !important;
    }

    .right_column_article .divArticleBoxes {
        padding-left: 5px !important;
    }

    article header p {
        width: 476px;
    }

    article {
        width: 550px;
    }
}


header #win_winLogo {
    /*background: url(/images/logo.png) top right no-repeat;*/
    color: #5b5d61;
    display: block;
    /*width: 200px;*/
    float: right;
    font-family: Practica;
    font-size: 48px;
    font-weight: normal;
    height: 56px;
    margin: -25px 0 5px 0;
    /*padding-right: 230px;*/
}

header .phone {
    background: url(/images/phone_icon.png) right no-repeat;
    color: #033f7c;
    float: left;
    font-family: Practica;
    font-size: 42px;
    height: 56px;
    line-height: 61px;
    margin: 12px 0 0 5px;
    padding-right: 50px;
}

nav {
    direction:rtl;
}

    nav .main {
        height: 80px;
        background-color: #283149;
        display:flex;
        justify-content: space-between;
    }
    nav .main .rightSection
    {
        display: flex;
        width: 515px;
        align-items: center;
        justify-content: space-between;
        margin-right:14px;
    }
     nav .main .leftSection
    {
        display: flex;
        width: 215px;
        align-items: center;
        justify-content: space-between;
    }

    nav .main .rightSection a
    {
        font-family: Assistant;
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }

     nav .main .rightSection img
    {
        width:130px;
    }
    nav .main .rightSection .bold
    {
        font-weight: 800;
    }

        nav .main li {
            background: url(/images/main_menu_bg.png) repeat-x;
            border-left: 1px solid #033568;
            border-right: 1px solid #17599d;
            display: inline-block;
            float: right;
            font-size: 12px;
            height: 47px;
            line-height: 48px;
            text-align: center;
        }

            nav .main li.first {
                -moz-border-radius-topright: 5px;
                -webkit-border-top-right-radius: 5px;
                border-right: 0;
                border-top-right-radius: 5px;
            }

            nav .main li.prelast {
                border-left: 0;
            }

            nav .main li.last {
                border-left: 0;
                border-right: 0;
                text-align: left;
            }

.project nav .main li.last, .project_high nav .main li.last {
    width: 45%;
}

nav .main li.social_icons {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 5px;
    float: right;
    text-align: left;
}

.social_icons a {
    background: url(/images/social_icons.png) no-repeat;
    display: none;
    float: left;
    height: 24px;
    margin: 9px 0 0 4px;
    width: 24px;
}

a.facebook {
    background-position: -62px 0;
}

a.twitter {
    background-position: -32px 0;
}

a.g_plus {
    background-position: 0 0;
}

nav .main li a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
    margin-top: 1px;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    nav .main li a {
        font-size: 11px !important;
    }
}

nav .main li a.active {
    background: #07386a url(/images/main_menu_selected_item.gif) center bottom no-repeat;
}

nav .main li.first a.active {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background: #07386a url(/images/main_menu_selected_item.gif) center bottom no-repeat;
    border-top-right-radius: 5px;
}

.project nav .main li a.active {
    background: #07386a;
}

nav .submain {
    background: #eef5ff;
    height: 60px;
    display: flex;
    align-items: center;
}

    nav .submain li {
        float: right;
        font-size: 0.9em;
        height: 41px;
        line-height: 35px;
        margin-top: 5px;
        padding: 0 12px;
        text-align: center;
    }

        nav .submain li.first {
            padding-right: 5px;
        }

        nav .submain li.sep {
            background: url(/images/sub_menu_new_sep.png) center center no-repeat;
            padding: 0;
            width: 2px;
        }

        nav .submain li.sep_first {
            padding: 0;
            width: 7px;
        }

        nav .submain li a {
            color: #283149;
            display: block;
            font-size: 18px;
            font-weight: 600;
            font-family: Assistant;

        }

            nav .submain li a:hover {
                color: #4090e1;
            }

            nav .submain li a.red {
                color: #e41e26;
                font-weight: bold;
            }

            nav .submain li a.last {
                background: url(/images/sub_menu_more.png) left no-repeat;
                border-left: 0;
                height: 37px;
                padding-left: 12px;
                position: relative;
                width: 8px;
                width: 20px;
            }

        nav .submain li.more_item {
            border-left: 0;
            position: relative;
            /*height: 37px;*/
        }

        nav .submain li.sep_last {
            float: left;
            height: 0;
            padding: 0;
        }

        nav .submain li.active_left {
            background: url(/images/sub_menu_selected_item_l.png) left no-repeat;
            height: 37px;
            padding: 0;
            width: 17px;
        }

        nav .submain li.active_right {
            background: url(/images/sub_menu_selected_item_r.png) right no-repeat;
            height: 37px;
            padding: 0;
            width: 17px;
        }

        nav .submain li.active {
            background-color: white;
            padding: 0 4px;
        }

        nav .submain li.more_active {
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            background-color: white;
            border-radius: 5px 5px 0 0;
            text-align: center;
            width: 32px;
        }

    nav .submain .more {
        background-color: white;
        display: none;
        left: -90px;
        position: absolute;
        text-align: center;
        width: 150px;
        z-index: 100;
    }

@media screen and (max-width: 1080px) {
    nav .submain .more {
        left: 0;
    }
}

nav .submain .more ul {
    margin: 0 10px;
}

    nav .submain .more ul li {
        border-bottom: 1px solid #ebebeb;
        height: 30px;
        line-height: 26px;
        padding: 0;
        text-align: right;
        width: 100%;
    }
.projNav{
    width: 100%;
    height: 40px;
    background-color: #e3e3e3;
    display: flex;
    direction: rtl;
    align-items: center;
}
    .projNav a{
        font-family: Assistant;
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        text-align: right;
        color: #283149;
        padding: 0 20px;
        border-left: solid 1px #283149;
        cursor:pointer;
    }
    .projNav a:first-child{
        padding-right:12px;
    }
    .projNav a:last-child, a:nth-last-child(2){
        border-left:none;
    }
    .projNav .active{
        font-weight:800;
    }
    .projNav img {
        height:23px;
    }
nav .BeforeMain .more {
    background-color: #5689c7;
    padding: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 100;
}


    nav .BeforeMain .more ul {
        margin: 0 10px;
    }

        nav .BeforeMain .more ul li {
            border-bottom: 1px solid #ebebeb;
            height: 30px;
            line-height: 26px;
            padding: 0;
            text-align: right;
            width: 100%;
        }

.content {
    border: 0;
    /*margin-top: 370px;*/
    /*width: 1200px;*/
}

.artivleContent {
    border: 0;
    margin-top: -13px;
}

.content td {
    vertical-align: top;
}

    .content td.left_column {
        /*background: url(/images/left_column_bg.png) right repeat-y;*/
        min-width: 320px;
        padding-bottom: 80px;
        padding-top: 10px;
        text-align: left;
    }

.artivleContent td.left_column {
    /*padding-top: 20px;*/
    background: url(/images/left_column_bg.png) right repeat-y;
    font-size: 12px;
    padding-bottom: 80px;
    padding-top: 30px;
    position: absolute !important;
    text-align: left;
    width: 320px;
}

.right_column_article {
    /*position: absolute !important;*/
    /*width: 227px;*/
    direction: rtl;
    vertical-align: top;
}

.divArticleBoxes {
    float: right;
    width: 20%;
}

.article-content {
    float: left;
    width: 78%;
    min-height: 1600px;
    min-width: 600px;
}

.footer-taboola {
    margin:auto;
    text-align:center;
    width:700px;
}

#articleContentAjaxRender {
    width: 63%;
}

.right_column_article .divArticleBoxes {
    margin-top: 7px !important;
    max-width: 245px;
    padding-left: 5%;
    /*height: 10000px !important;*/
    padding-right: 0 !important;
    width: 201px;
}

.articleContent {
    margin: 0 auto;
    margin-top: 36px;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.articleContry {
    color: blue;
    font-weight: bold;
}

.content td.right_column {
    height: 1000px;
    max-width: 876px;
    min-width: 656px;
    padding-bottom: 140px;
    padding-top: 30px;
    vertical-align: top;
    width: 100%;
}

.articleboxTitle {
    color: black;
    font-family: Arial !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -9px;
    margin-top: -6px;
}

.articlebox {
    color: black;
    font-family: Arial !important;
    font-size: 12px !important;
}

.artivleContent td.right_column {
    /*padding-left: 357px !important;*/
    direction: rtl;
    height: 1000px;
    padding-bottom: 80px;
    /*width: 620px;*/
    padding-right: 5px;
    vertical-align: top;
    width: 100%;
}

.artivleContent td.right_column_article h2 {
    color: #00377b;
    float: right;
    font-family: Practica;
    font-size: 27px;
    font-weight: normal;
    height: 0;
    line-height: 24px;
    padding-bottom: 18px !important;
    text-align: right;
}

.hrArticle {
    height: 0;
    margin: 1em 0 0 64px;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 2px !important;
    width: 201px;
}

.bannerArticle {
    width: 100%;
}

.articleBoxLink {
    font-size: 12px;
    margin-bottom: 23px;
    margin-top: -10px;
}

.articleBoxImageLink {
    width: 100%;
}

.content.departament td.right_column {
    padding-top: 10px;
}

artivleContent.departament td.right_column {
    padding-top: 10px;
}

/*.artivleContent.departament td.left_column div.news_block_container {
    width: 280px !important; 
}
.artivleContent.departament td.left_column div.last_projects {
    width: 280px !important; 
}
.artivleContent.departament td.left_column div.div-gpt-ad-1359530126726-0 {
    width: 280px !important;*/

/*}*/

.content.articles td.left_column {
    padding-top: 22px;
}

.content.articles td.right_column {
    padding-top: 0;
}

.content.main_company td.left_column {
    padding-top: 10px;
}

.content.main_company td.right_column {
    padding-top: 15px;
}

.content.articles td.right_column h2 {
    color: black;
    font-family: Practica;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}

.breadcrumbs {
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 0;
}

.departament .breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs.articles {
    line-height: 50px;
    margin: 0 5px 0 0;
}

.breadcrumbs h2 {
    color: #033f7c;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.breadcrumbs .arrow {
    background: url(/images/left_arrow_small.png) right no-repeat;
    margin-right: 7px;
    padding-right: 12px;
}

.divCompaniesText {
    color: #033f7c !important;
    font: 17px Arial !important;
    font-weight: normal !important;
}

.breadcrumbsNoPadding h2 {
    color: #033f7c !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

.breadcrumbsNoPadding .arrow {
    background: url(/images/left_arrow_small.png) right no-repeat;
    color: #033f7c !important;
    float: right;
    font: 14px Arial !important;
    font-weight: normal !important;
    margin-right: 3px !important;
    margin-top: 1px !important;
    padding-right: 12px !important;
}

.breadcrumbsNoPadding {
    clear: both;
}

    .breadcrumbsNoPadding .cursorArrow {
        background: url(/images/left_arrow_small.png) right no-repeat;
        color: #5a5d61 !important;
        cursor: pointer !important;
        float: right !important;
        font-size: 14px !important;
        font-weight: normal !important;
        margin-right: 3px !important;
        padding-right: 8px !important;
    }

    .breadcrumbsNoPadding a {
        color: #5a5d61 !important;
        float: right;
        font-family: Arial !important;
        font-size: 14px !important;
        font-weight: normal;
        margin-right: 1px !important;
        padding-right: 0 !important;
    }

.breadcrumbs a {
    color: #5a5d61;
    font-size: 14px;
    font-weight: normal;
}

.divSearch .preview_container {
    padding-top: 0 !important;
}

.preview_container {
    float: right;
    margin-bottom: 4%;
    padding-right: 1px;
    padding-top: 26px;
    text-align: right;
    width: 32%;
}

#divCompanyBox {
    padding-right: 1px;
    width: 32.3% !important;
}

#boldGray {
    color: #949494 !important;
    font-weight: bold !important;
    margin-bottom: 6px;
}

#body {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 106px;
    position: relative;
    text-align: right;
    width: 100%;
    margin-top: 150px;
}

#body1 {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 106px;
    position: relative;
    text-align: right;
    width: 100%;
}

.telegram_sub_link {
    color: #2D5078 !important;
    cursor: pointer;
    font-family: Arial !important;
    font-size: 14px !important;
    margin-bottom: 11px;
}

#linkId {
    margin-bottom: 11px;
}

.preview_block_telegram {
    border-bottom: 1px solid #EAEAEA;
    direction: rtl;
    float: right;
    font-family: Arial;
    font-size: 14px;
    margin-left: 17px;
    min-width: 200px;
    overflow: auto;
    padding: 5px;
    position: relative;
    width: 98%;
}

.preview_container_telegram {
    float: right;
    margin-bottom: 14px;
    text-align: right;
    width: 100%;
}

.article .preview_container, .more_projects .preview_container {
    float: right;
    margin-bottom: 2%;
    text-align: right;
    width: 25%;
}

.preview_block {
    border: 1px solid #c9ccd0;
    box-shadow: 0 5px #e4e4e4;
    float: right;
    margin-left: 17px;
    max-width: 89%;
    min-height: 309px;
    min-width: 200px;
    position: relative;
}

.free_proj_block{min-height:232px !important;}

    .preview_block .campaign_div {
        left: 0;
        position: absolute;
        top: 45px;
    }

.campaign_div_saved {
    border-color: blue;
    left: 0;
    position: absolute;
    top: 45px;
}

.article .preview_block, .more_projects .preview_block {
    min-width: 155px;
}

    .article .preview_block h3 {
        background: none;
        color: #484546;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
        padding: 6px 10px;
    }

.preview_block h4 {
    color: #484546;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding: 3px 10px;
}

.preview_block p {
    color: #484546;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}


@media screen and (max-width: 1080px) {
    .preview_block h4 {
        font-size: 14px;
    }

    .preview_block p {
        font-size: 10px;
    }
}

.preview_block h3 {
    background: url(/images/pin.png) right no-repeat;
    color: #2c76c1;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin: 5px 3%;
    padding: 0;
    padding-right: 35px;
}

.preview_block img {
    width: 100%;
    /*float: left;*/
    /* height: auto;*/
}

.preview_block .video {
    background: url(/images/video_icon.png) center center no-repeat;
    background-size: contain;
    height: 30%;
    position: absolute;
    top: 12%;
    width: 100%;
}


.preview_block ul {
    direction: rtl !important;
    margin-top: 4%;
}

#divSavedProj .preview_block ul {
    margin-top: 4%;
}

.preview_block ul li {
    font-weight: bold;
    margin-right: 5%;
    width: 95%;
}

.preview_block .neighborhoodLi {
    color: #0057b8;
    font-size: 14px;
    width: 55%;
}

.preview_block ul li a {
    font-size: 15px;
}

.preview_block ul li span {
    color: #484546;
    float: right;
    font-size: 14px;
    line-height: 22px;
    padding-left: 5px;
}

.preview_block a.more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 2% 5% 5% 0;
}

.preview_block:hover, .preview_block.selected {
    border: 1px solid #044b93;
    box-shadow: 0 5px #044b93;
}

.proj_saved:hover #divContainer {
    border: 1px solid #C70C12 !important;
    box-shadow: 0 5px #C70C12 !important;
}

ul.articles {
    margin-left: 20px;
}

    ul.articles li {
        border-bottom: 1px solid #ebebeb;
        color: #000102;
        padding: 10px 0 15px 0;
        width: 100%;
    }

        ul.articles li.last {
            padding: 10px 0 35px 0;
        }

        ul.articles li img {
            float: right;
            margin-left: 10px;
            width: 130px;
        }

        ul.articles li h3 {
            color: #000102;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

        ul.articles li p.span {
            font-size: 14px;
            margin: 0;
            padding: 5px 0 0 0;
        }

.preview_container_telegram .preview_block_telegram p, pre {
    color: black !important;
    font-family: Arial;
    font-weight: bold !important;
    margin: 0em 0 !important;
}

.preview_container_telegram .preview_block_telegram .divEntireText {
    color: black !important;
    font-family: Arial;
    font-weight: bold !important;
    margin: 0em 0 !important;
}

ul.articles li a {
    font-size: 14px;
}

.preview_container_telegram .preview_block_telegram span {
    display: block;
    margin-bottom: 0;
}

.pagination {
    text-align: center;
}

    .pagination ul {
        display: inline-block;
        margin-top: 20px;
        overflow: auto;
    }

        .pagination ul li {
            background: url(/images/nonactive_page.png);
            float: left;
            height: 19px;
            margin: 0 3px;
            width: 19px;
        }

            .pagination ul li.active {
                background: url(/images/active_page.png);
            }

            .pagination ul li a {
                display: block;
                height: 19px;
            }

/*.section_content, .section_title {
  overflow:auto;
}*/

.section_content { /*overflow: auto;*/
}

.section_title {
    margin: 0.6% 0% 1.5% 0%;
    overflow: hidden;
    width: 100%;
}

#divProjectsBoxes .section_title {
    color: black;
    float: right;
    /*font-size: 36px;*/
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    margin-right: 4px;
    padding: 0;
}

.inside_project_info .section_title {
    margin-top: 20px;
}

.section_title h2, .section_title h3, .section_title h2, .section_title h1 {
    color: black;
    float: right;
    font-family: Practica;
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    margin-right: 4px;
    padding: 0;
}

.more_projects .section_title h3 {
    margin-top: 20px;
}

.projectsByAreaH2 h2 {
    right: 0 !important;
    top: 206px !important;
}

.projectsByAreaH2 {
    float: right;
    margin-right: -50%;
    position: relative;
    right: 50%;
}

.section_title div {
    background-color: #e01f25;
    float: left;
    height: 40px;
    margin-left: 28px;
    text-align: center;
    width: 205px;
}

.section_title .button a {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
}

.news_block_container {
    background-color: white;
    border: 1px solid #c9ccd0;
    box-shadow: 0 3px #e4e4e4;
    clear: both;
    direction: rtl;
    float: right;
    font-size: 16px;
    margin-right: 19px;
    position: relative;
    width: 299px;
}

#datamain.news_block_container {
    background-color: white;
    border: 1px solid #c9ccd0;
    box-shadow: 0 3px #e4e4e4;
    direction: rtl;
    float: right;
    margin-right: 20px;
    position: relative;
    width: 300px;
}

.left_column .news_block_container .divImgRedMail {
    float: left;
    font-size: 12px;
    padding: 8px 0 15px 15px !important;
    width: 100px;
}

.left_column .article_block .divImgRedMail {
    float: left;
    font-size: 12px;
    padding: 8px 0 15px 15px !important;
    width: 100px;
}

.article_block .divImgRedMail .linkToAllTelegrams {
    float: left;
}

.left_column .news_block_container .title .subTitle {
    color: #003f7c;
    font-family: Practica !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: -7px;
}

.titleTelegram .subTitleTelegram {
    font-size: 24px;
    margin-top: 21px;
}

.left_column .article_block .title .subTitle {
    color: #00377b;
    float: right;
    font-family: Practica !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: -12px !important;
    width: 70%;
}

.news_block {
    /*overflow: hidden !important;*/
    clear: both;
    direction: rtl;
    height: 480px;
    margin: 10px 0;
    /*overflow: hidden;*/
    text-align: right;
}

#news_block {
    /*overflow: hidden !important;*/
    clear: both;
    direction: rtl;
    height: 480px;
    margin: 10px 0;
    /*overflow: hidden;*/
    text-align: right;
}

#savedProjects .title {
    color: #03488d;
    font-family: Arial !important;
    font-size: 44px !important;
    font-weight: normal !important;
    line-height: 11px;
    margin-bottom: 40px;
}

#savedProjects .titleTelegram {
    color: #033f7c;
    font-family: Practica !important;
    font-size: 44px !important;
    font-weight: normal !important;
    line-height: 11px;
    margin-bottom: 15px;
}

.savedProjectContent {
    padding-top: 40px;
    position: static;
}

.articlesContent {
    padding-top: 40px;
    position: static;
}

#titleSavedProject {
    margin-top: 105px;
}

.news_block_container .title {
    /*background:url(/images/winwin_logo.png) top right no-repeat;
  padding-right:95px;*/
    color: #00377b;
    float: right;
    font-family: Practica;
    font-size: 27px;
    font-weight: normal;
    line-height: 24px;
    margin: 18px 12px 5px 0;
    text-align: right;
}

.news_block_container .all_telegrams {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

    .news_block_container .all_telegrams a {
        font-size: 17px;
        text-decoration: underline;
    }

#news_block {
    clear: both;
    /*border-bottom: 1px solid #ebebeb;*/
    color: #000102;
    margin: 0;
}

    #news_block .mivzakTime {
        color: #C70C12;
        font-weight: bold;
    }

    #news_block .mivzakTitle {
        color: #000102 !important;
        font-family: Arial !important;
        font-size: 14px !important;
        line-height: 70% !important;
        margin: 0;
        padding: 0;
    }

    #news_block a {
        font-family: Arial !important;
        font-size: 12px;
    }

.mivzak {
    color: #000102;
    margin: 0 0 8px 0;
    padding: 0 15px 0 15px;
}

.mivzakContent {
    color: #000102 !important;
    font-family: Arial !important;
    font-size: 14px !important;
    line-height: 70% !important;
}

.mivzakHr {
    border-bottom: 1px solid #ebebeb;
    margin-top: 7px;
}

.news_block ul {
    clear: both;
    margin: 0;
    padding: 0 15px;
}

    .news_block ul li {
        border-bottom: 1px solid #ebebeb;
        color: #000102;
        padding: 10px 0 5px 0;
    }

        .news_block ul li p {
            font-size: 16px;
            margin: 0;
            padding: 0;
        }

        .news_block ul li span {
            color: #C70C12;
            font-weight: bold;
        }

.logo img {
    width: 100%;
}

.news_block ul li a {
    font-size: 12px;
}

.left_banner {
    margin: 0 0 40px 0;
}

.left_small_banners li {
    padding: 0 0 15px 0;
}


.last_projects {
    margin-right: 20px;
    text-align: right;
}

    .last_projects .title {
        color: black;
        direction: rtl;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        margin: 10px 0 6px 0;
    }

.titleViewed {
    color: black;
    font-family: Practica;
    font-size: 27px;
    font-weight: normal;
    margin: 10px 0 6px 0;
}

.last_projects ul li {
    border: 1px solid #4a8acb;
    box-shadow: 0 3px #e4e4e4;
    height: 88px;
    margin-bottom: 12px;
    width: 300px;
}

.last_projects img {
    float: right;
    height: 67px !important;
    padding: 10px;
    width: 118px !important;
}

.last_projects div.description {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 12px 0 0 10px;
}

    .last_projects div.description div.title {
        margin: 0;
        padding: 0;
    }

        .last_projects div.description div.title a {
            color: #03488d;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
        }

    .last_projects div.description span {
        color: #484546;
        float: right;
        margin-left: 3px;
    }

    .last_projects div.description a {
        color: #03488d;
    }

        .last_projects div.description a.mail {
            background: url(/images/mail_icon_red.gif) right no-repeat;
            color: #e01f25;
            font-size: 14px;
            font-weight: normal;
            padding-right: 20px;
        }

.article_block {
    background-color: white;
    border: 1px solid #c9ccd0;
    /*margin-top: 30px;*/
    box-shadow: 0 3px #e4e4e4;
    text-align: right;
    width: 300px;
}

.article_block_winwin {
    border: none !important;
    box-shadow: none !important;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 280px !important;
}

    .article_block_winwin ul {
        padding: 0 !important;
    }

    .article_block_winwin .smallArticleImg {
        border: 0 solid #fff;
        height: 60px !important;
        width: 89px !important;
    }

    .article_block_winwin ul li {
        height: 60px !important;
        padding: 9px 0 9px 0 !important;
    }

        .article_block_winwin ul li p {
            font-size: 12px;
            font-weight: bold;
            margin: 0;
            margin-bottom: 2px;
            padding: 0;
        }

        .article_block_winwin ul li a {
            color: black;
            font-weight: bold;
        }

.article_block .title {
    color: #00377b;
    float: right;
    font-family: Practica;
    font-size: 25px;
    font-weight: normal;
    margin: 0 14px 0 0;
}

.article_block ul {
    clear: both;
    direction: rtl;
    margin: 0;
    padding: 3px 15px;
}

    .article_block ul li {
        border-bottom: 1px solid #ebebeb;
        color: #000102;
        padding: 15px 0 13px 0;
    }

        .article_block ul li.last {
            border: 0;
        }

        .article_block ul li.first {
            padding-top: 5px;
        }

        .article_block ul li.last {
            border-bottom: none;
        }

        .article_block ul li p {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

            .article_block ul li p.time {
                font-weight: normal;
            }

        .article_block ul li a {
            font-size: 12px;
            margin: 0;
            margin-bottom: 6px;
            padding: 0;
            text-decoration: none;
        }

            .article_block ul li a:hover {
                text-decoration: none;
            }

.articleItem {
    clear: both;
    float: right;
    width: 280px;
}

    .articleItem .rightColumn {
        float: right;
        width: 99px;
    }

    .articleItem .leftColumn {
        float: right;
        margin-top: 5px;
        width: 180px;
    }

.article_block div.show_more {
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0 10px;
}

.article_block img {
    float: right;
    padding-left: 10px;
}

.divImgRedMail img {
    margin-top: 6px;
}

.divImgRedMailArt img {
    margin-top: -13px;
}

.space_bf {
    height: 80px;
}

/*.ArticleContent {
    border-top: 2px solid #e1e1e1;
}*/

article {
    margin-left: 20px;
    text-align: right;
    width: 600px;
}

    article header {
        border-bottom: 2px solid #e1e1e1;
        height: auto;
        height: auto;
        left: 0;
        margin: 0;
        margin-bottom: 20px;
        margin-left: 0;
        position: relative;
        width: auto;
        width: 100% !important;
    }

        article header h2 {
            color: #044c95 !important;
            color: #eb1c23;
            float: right;
            font-size: 36px !important;
            font-weight: bold !important;
            margin: 0 !important;
        }

        article header p {
            color: black;
            font-size: 16px;
            font-weight: bold;
            margin: 10px 0 5px 0;
        }

        article header .details {
            overflow: auto;
            padding-bottom: 10px;
        }

            article header .details p {
                color: #8e8e8e;
                float: right;
                font-size: 14px;
                font-weight: normal;
            }

            article header .details div {
                float: left;
            }

    article p, article span {
        color: black;
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0 15px 0;
        text-align: right;
    }

    article img {
        /*float: right;
    margin: 10px 0 10px 20px;*/
    }

.article .inclidedArticleImgMistake {
    float: right;
    margin: 10px 73px 10px 153px !important;
}

.inclidedArticleImg {
    width: 100%;
}

article h2, article h3, article h4 {
    color: black !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
}

.preview_block .HeartClass {
    background: url('/Images/Heart.png') no-repeat top left;
    color: white !important;
    display: inline !important;
    float: left;
    left: 10px;
    margin-top: 4% !important;
    top: 15px;
}

.preview_block .RedHeartClass {
    color: white !important;
    display: inline !important;
    float: left;
    left: 10px;
    margin-right: 7px;
    padding-top: 26% !important;
    top: 15px;
}

.preview_block .BlankHeartClass {
    background: url('/Images/favorite_icon_dis.png') no-repeat top left;
    color: white !important;
    float: left;
    left: 10px;
    margin-left: -14px;
    margin-top: 4%;
    top: 15px;
    width: 27px !important;
}

.preview_block .ProjPicClass {
    background: url('/Images/proj_pic_icon.png') no-repeat top left;
    color: white !important;
    display: inline !important;
    float: left;
    left: 10px;
    margin-top: 4% !important;
    top: 15px;
}

.preview_block .ProjVideoClass {
    background: url('/Images/proj_video_icon.png') no-repeat top left;
    color: white !important;
    display: inline !important;
    float: left;
    left: 10px;
    margin-top: 9px !important;
    top: 15px;
}

a.HeartClass, a.BlankHeartClass, span.ProjPicClass, span.ProjVideoClass {
    height: 25px !important;
    width: 25px !important;
}

.inside_project_info {
    margin-top: 20px;
    max-width: 1200px;
    min-width: 980px;
    position: relative;
    width: 99.9%;
}

.project_info {
    margin: -60px auto !important;
    max-width: 1200px;
    min-width: 980px;
    position: relative;
    width: 99.9%;
}

.searchBodyContent {
    margin: 0 auto;
    margin-top: 43px !important;
    max-width: 1200px;
    position: relative;
}

.left_titles {
    float: left;
    height: 100%;
    margin: 0 0 2px 0;
    width: 20%;
}

.right_titles {
    clear: both;
    color: #044c95 !important;
    float: right;
    font-size: 32px;
    height: 100%;
    margin-right: 15px;
    max-width: 46%;
    text-align: right;
    width: 46%;
}

.project_info .left {
    float: left;
    height: 100%;
    width: 25%;
}

.inside_project_info .left {
    float: left;
    height: 100%;
    width: 25%;
}

.contact_form {
    box-shadow: 0 7px #e4e4e4;
    direction: rtl;
    overflow: auto;
}

    .contact_form h2 {
        color: white;
        font-family: Practica;
        font-size: 36px;
        font-weight: normal;
        height: 44px;
        margin: 5px 15px 0 0;
        padding: 0;
    }

    .contact_form h3 {
        color: white;
        font-family: Practica;
        font-weight: normal;
        margin-top: 28px;
        margin-bottom: 28px;
        font-size: 22px;
    }

    .contact_form img {
        float: right;
        margin-right: 15px;
        margin-top: 5px;
    }

    .contact_form #contactPhoneNumberInContactForm {
        color: #e1ecf7;
        font-size: 24px;
        margin: 0 20px 10px 20px;
        text-align: right;
    }

    .contact_form label {
        color: #e1ecf7;
        display: block;
        font-size: 14px;
        padding-right: 32px;
        text-align: right;
    }

    .contact_form ul {
        margin-bottom: 10px;
        width: 100%;
    }

        .contact_form ul li {
            padding: 8px 20px;
            text-align: right;
        }

            .contact_form ul li input {
                border: 0;
                font-size: 14px;
                font-weight: bold;
                height: 30px;
                padding-right: 5px;
                text-align: right;
                width: 97%;
            }

            .contact_form ul li.hebrewInput input, textarea {
                direction: rtl !important;
            }

            .contact_form ul li textarea {
                border: 0;
                font-size: 14px;
                font-weight: bold;
                height: 70px;
                overflow-x: hidden;
                padding: 0;
                text-align: right;
                width: 99%;
            }

input::-webkit-input-placeholder {
    color: black;
    padding-right: 5px;
}

input::-moz-placeholder {
    color: black;
    padding-right: 5px;
}

input:-moz-placeholder { /* Older versions of Firefox */
    color: black;
    padding-right: 5px;
}

input:-ms-input-placeholder {
    color: black;
    padding-right: 5px;
}

textarea::-webkit-input-placeholder {
    color: black;
    padding-right: 5px;
}

textarea::-moz-placeholder {
    color: black;
    padding-right: 5px;
}

textarea:-moz-placeholder { /* Older versions of Firefox */
    color: black;
    padding-right: 5px;
}

textarea:-ms-input-placeholder {
    color: black;
    padding-right: 5px;
}

.contact_form ul li input#phone {
    float: right;
    width: 60%;
}

.contact_form ul li input#subscription {
    -moz-transform: scale(2); /* FF */
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -o-transform: scale(2); /* Opera */
    -webkit-transform: scale(2); /* Safari and Chrome */
    float: right;
    height: auto;
    margin: 10px 5px 10px 10px;
    padding: 0;
    position: relative;
    top: -35px;
    width: auto;
}

.contact_form ul li input#chkAboutMortgage {
    -moz-transform: scale(2); /* FF */
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -o-transform: scale(2); /* Opera */
    -webkit-transform: scale(2); /* Safari and Chrome */
    float: right;
    height: auto;
    margin: 10px 5px 10px 10px;
    padding: 0;
    position: relative;
    top: -34px;
    width: auto;
}

#submit_contact_form {
    clear: both;
    text-align: center;
}

    #submit_contact_form input {
        background-color: black;
        color: white;
        display: block;
        font-family: Practica;
        font-size: 26px;
        text-align: center;
    }


@media screen and (max-width: 1080px) {
    .contact_form p, .contact_form label {
        font-size: 12px;
    }

    .contact_form h2, #submit_contact_form a {
        font-size: 30px;
    }
}


.project_info .middle {
    direction: rtl;
    float: left;
    height: 100%;
    margin: 0;
    width: 52.5%;
}

    .project_info .middle .inner {
        background: white url(/images/project_middle_bg.png) top center no-repeat;
        background-size: cover;
        margin: 0 2%;
    }

        .project_info .middle .inner h2 {
            color: #033f7c;
            font-family: Practica;
            font-size: 36px;
            font-weight: normal;
            margin: 0;
            padding: 20px 20px 0 0;
        }

        .project_info .middle .inner .text {
            color: #555555;
            font-size: 14px;
            padding: 83px 20px 5px 20px;
        }

            .project_info .middle .inner .text p {
                margin: 0 0 10px 0;
            }

            .project_info .middle .inner .text ul li {
                background: url(/images/bullet.png) right no-repeat;
                padding-right: 10px;
            }

        .project_info .middle .inner ul.specification {
            margin-bottom: 80px;
            margin-right: 20px;
            margin-top: 5px;
            overflow-x: hidden;
            /*overflow:auto;*/
            overflow-y: auto;
            width: 100%;
        }

            .project_info .middle .inner ul.specification li:nth-child(odd) {
                clear: left;
                line-height: 30px !important;
                width: 90%;
            }

            .project_info .middle .inner ul.specification li {
                background: url(/images/bullet_big.png) right no-repeat;
                color: #555555;
                display: block;
                float: right;
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
                margin: 0 20px 10px 0;
                padding-right: 30px;
                white-space: nowrap;
                width: auto;
            }

.inside_project_info .title {
    width: 100%;
}

    .inside_project_info .title h1 {
        color: black;
        direction: rtl;
        font-size: 32px;
        font-weight: bold;
        margin: 0;
    }

    .inside_project_info .title h2 {
        color: #ff0109;
        direction: rtl;
        font-size: 21px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

.inside_project_info .right {
    float: right;
    height: auto;
    margin-bottom: 20px;
    width: 74.8%;
}

.inside_project_info .map, .inside_project_info .photo_main {
    border: 1px solid #c9ccd0;
    box-shadow: 0 5px #e9e9e9;
    height: auto;
    margin-left: 1%;
    position: relative;
    width: 99%;
}

.photo_main img {
    height: auto;
    width: 100%;
}

.photo_main div#download,
.photo_main div#sent,
.photo_main div#print {
    background: #0d518d;
    bottom: 20px;
    float: left;
    height: 43px;
    line-height: 45px;
    margin-right: 10px;
    z-index: 12;
}

.photo_main div a {
    color: white;
    display: block;
    font-family: Practica;
    font-size: 27px;
    margin-right: 10px;
    padding-right: 40px;
}

.photo_main #download {
    background: #e41e26 !important;
    right: 15px;
    width: 228px;
}

    .photo_main #download a {
        background: url(/images/adobe_icon.png) right no-repeat;
    }

.inner div#download {
    background: #0d518d;
    bottom: 20px;
    height: 43px;
    line-height: 45px;
    margin: 20px;
    z-index: 12;
}

.inner div a {
    color: white;
    font-family: Practica;
    font-size: 27px;
    margin-right: 10px;
    padding-right: 40px;
}

.inner #download {
    background: #e41e26 !important;
    right: 15px;
    width: 228px;
}

    .inner #download a {
        background: url(/images/adobe_icon.png) right no-repeat;
    }

.photo_main #sent {
    right: 255px;
    width: 106px;
}

    .photo_main #sent a {
        background: url(/images/email_icon.png) right no-repeat;
    }

.photo_main #print {
    right: 375px;
    width: 120px;
}

    .photo_main #print a {
        background: url(/images/print_icon.png) right no-repeat;
        cursor: pointer;
    }

.inside_project_info .library {
    height: auto;
    margin-left: 4%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    width: 96%;
}

.image_block {
    position: relative;
}

.library .image_block {
    box-shadow: 0 3px #e4e4e4;
    cursor: pointer;
    float: left;
    height: 193px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .library .image_block iframe {
        box-shadow: 0 3px #e4e4e4;
        cursor: pointer;
        height: 123px;
        max-width: 99.9%;
        overflow: hidden;
        width: 192px;
    }

    .library .image_block img {
        height: 123px;
        width: 192px;
    }

    .library .image_block .iframeDivClick {
        cursor: pointer;
        height: 123px;
        left: 0;
        position: absolute;
        top: 0;
        width: 193px;
    }

    .library .image_block .image {
        border: 1px solid #c9ccd0;
        height: 90px;
        padding: 5px;
        width: 70px;
    }

    .library .image_block.active .image {
        border: 1px solid #033f7c;
    }

    .library .image_block.active .iframe {
        border: 1px solid #033f7c;
    }

    .library .image_block.active {
        box-shadow: 0 3px #0d518d;
    }

.inside_project_info .map iframe {
    border: 0;
    height: 600px;
    width: 100%;
}

.inside_project_info address {
    color: #03488d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

    .inside_project_info address span {
        color: #484546;
        float: right;
        margin-left: 10px;
    }

@media screen and (max-width: 1080px) {
    .inside_project_info .map iframe {
        height: 600px;
    }
}


.project_info .right {
    float: left;
    width: 22%;
}

    .project_info .right .block {
        border: 1px solid white;
        border-bottom: 0;
        box-shadow: 0 5px #e9e9e9;
        margin-bottom: 20px;
        position: relative;
    }

        .project_info .right .block:hover {
            border: 1px solid #044b93;
            border-bottom: 0;
            box-shadow: 0 5px #044b93;
        }

        .project_info .right .block img {
            height: auto;
            max-width: 100%;
        }

        .project_info .right .block .label {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 60%;
            position: absolute;
            top: 10%;
            width: 100%;
        }

            .project_info .right .block .label.video {
                background-image: url(/images/video_icon.png);
            }

            .project_info .right .block .label.tech {
                background-image: url(/images/tech_icon.png);
            }

            .project_info .right .block .label.photo {
                background-image: url(/images/photo_icon.png);
            }

            .project_info .right .block .label.map {
                background-image: url(/images/map_icon.png);
            }

        .project_info .right .block .line {
            bottom: 0;
            color: #f3f8ff;
            /*    background: rgba(3,63,124,0.8);*/
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#aa033f7c', endColorstr='#aa033f7c'); /* IE */
            font-family: Practica;
            font-size: 21px;
            /*height: 20%;*/
            position: absolute;
            width: 100%;
        }

            .project_info .right .block .line span {
                margin: auto 10px;
            }

.company_block {
    background-color: #fcfcfc;
    border: 1px solid #c9ccd0;
    box-shadow: 0 3px #e4e4e4;
    margin: 170px auto 15px;
    min-height: 300px;
    position: relative;
    width: 99.9%;
}

    .company_block .shadow {
        background: url(/images/project_main_shadow.png) top left no-repeat;
        clear: both;
        height: 14px;
        position: absolute;
        right: 0;
        top: 130px;
        width: 575px;
    }

    .company_block .img {
        background-position: top left;
        background-repeat: no-repeat;
        height: 100%;
        max-width: 250px;
        position: absolute;
        top: 0; /*125px;*/
        width: 100%;
    }

    .company_block .logo {
        height: 130px;
        line-height: 128px;
    }

        .company_block .logo img {
            margin-right: 0;
        }

    .company_block .companyDetailsContainer {
        direction: ltr;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .company_block .companyDetails {
        direction: rtl;
        float: right;
        margin-bottom: 21px;
        margin-left: 20px;
        margin-right: 20px;
        width: 71%;
    }

    .company_block h2 {
        color: #eb1c23;
        font-size: 24px;
        font-weight: bold;
        margin-right: 3px;
    }

    .company_block p {
        color: #002d67;
        font-size: 14px;
        margin-left: 270px;
        margin-right: 20px;
    }

    .company_block + div {
        margin-top: 0;
    }

.more_projects {
    background: url(/images/more_projects_bg.png) top repeat-x;
    /*height: 436px;*/
    height: auto;
}

    .more_projects .content {
        /* height: 436px;*/
        height: auto;
        margin: 0 auto;
        max-width: 1200px;
        min-width: 980px;
    }

/*footer {
    clear: both;
    height: 600px;
    background: rgba(0, 0, 0, 0) url("/images/footer.png") repeat-x scroll center center;
}


.footer {
   
    clear: both;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 980px;
}


    .footer .content {
        height: 100%;
        margin: 0 auto;
        max-width: 1200px;
        min-width: 980px;
        width: 100%;
    }

footer .second_line {
    overflow: auto;
    padding-bottom: 97px;
    width: 100%;
}

.footer .first_line {
    overflow: hidden;
    width: 100%;
}

    .footer .first_line .social_networks {
        color: black;
        float: left;
        font-size: 12px;
        line-height: 45px;
        padding-top: 5px;
    }

        .footer .first_line .social_networks a {
            float: left;
        }

            .footer .first_line .social_networks a.g_plus {
                margin-right: 10px;
            }

    .footer .first_line .menu {
        float: right;
        padding-bottom: 20px;
    }

        .footer .first_line .menu li {
            border-left: 1px solid #dfdfdf;
            float: right;
            height: 13px;
            line-height: 13px;
            margin-top: 20px;
            padding: 0 10px;
        }

            .footer .first_line .menu li.last {
                border: 0;
                float: right;
            }

            .footer .first_line .menu li a {
                font-size: 12px;
                font-weight: normal;
            }

.footer .second_line div {
    float: right;
    margin-top: 35px;
    text-align: right;
    width: 16.5%;
}

.footer .second_line ul {
    width: 80%;
}

    .footer .second_line ul li {
        border-bottom: 1px solid #e9e9e9;
        padding: 5px 0 2px 0;
        width: 100%;
    }

        .footer .second_line ul li.first, .footer .second_line ul li.first a {
            border: 0;
            color: #0084c4;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .footer .second_line ul li a {
            color: #353535;
            font-size: 13px;
            font-weight: normal;
        }*/

.footer {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  justify-content: center;
  text-align: center;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column; 
}
  .footer .mobile-support-btn {
    display: none; }
  .footer .upper-footer {
    width: 100%;
    height: 61px;
    background-color: #f9f9f9; 
  }
    .footer .upper-footer .list {
      top: 50px;
      font-size: 14px;
      font-family: 'Assistant';
      font-weight: 600;
      line-height: 36px;
      display: flex;
      justify-content: center;
    }
      .footer .upper-footer .list li {
        margin-left: 7px;
        margin-right: 7px;
        color: #182850; 
      }
        .footer .upper-footer .list li a {
          padding-left: 7px;
          padding-right: 7px;
          color: #182850; 
        }
    .footer .upper-footer .contact-footer, .footer .upper-footer a {
      top: 32px;
      color: #283149;
      font-size: 14px;
      font-family: 'Assistant';
      font-weight: 600;
      line-height: 16px; 
    }
    .footer .upper-footer .contact-footer, .footer .upper-footer p {
      margin:0;
    }
  .footer .lower-footer {
    width: 100%;
    height: 40px;
    background-color: #283149;
    line-height: 16px;
    font-size: 14px;
    font-family: 'Assistant';
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; 
  }
    .footer .lower-footer .lower-footer-div {
      display: flex;
      justify-content: center;
      align-items: center; 
      flex-direction: row-reverse;
    }
      .footer .lower-footer .lower-footer-div a {
        color: #ffffff;
      }
      .footer .lower-footer .lower-footer-div .yit-logo {
        height: 20px;
        padding-right: 4px; 
      }

@media screen and (max-width: 1080px) {
    .footer .second_line ul li a {
        font-size: 12px;
    }
}

.footer .logos {
    text-align: center;
}

.footer .copyright {
    clear: both;
    color: #999999;
    font-size: 11px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        height: 150%;
        width: 0;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    height: 0 !important;
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.ImgInProjectBox {
    height: 148px;
    width: 262px;
}

.cursorPointer {
    cursor: pointer;
}

/**/

#ProjectVedio {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 800px;
}

    #ProjectVedio .WinWinLogo {
        background: url(/images/logo.png) top right no-repeat;
        color: #5b5d61;
        display: block;
        font-family: Practica;
        font-size: 48px;
        font-weight: normal;
        height: 56px;
        margin: 5px 0 5px 0;
        padding-right: 230px;
        width: 570px;
    }

/* Gallery */

#AllGallery {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 800px;
}

    #AllGallery .WinWinLogo {
        background: url(/images/logo.png) top right no-repeat;
        color: #5b5d61;
        display: block;
        font-family: Practica;
        font-size: 48px;
        font-weight: normal;
        height: 56px;
        margin: 5px 0 5px 0;
        padding-right: 230px;
        width: 570px;
    }

.GalleryTitles h1 {
    color: black;
    font-size: 24px;
    margin: 0 5px 0 0;
    text-align: right;
}

.GalleryTitles h2 {
    color: red;
    font-size: 18px;
    margin: 0 5px 5px 0;
    text-align: right;
}

/* End Gallery*/

.slider {
    left: 50%;
    margin-left: -50%;
    top: 121px;
    width: 100%;
}

.pagination {
    display: inline-block;
    position: relative;
    z-index: 1000;
}

    .pagination li {
        background: url(/images/nonactive_page.png) no-repeat 0 0;
        direction: ltr !important;
        display: block;
        float: right;
        height: 19px;
        margin-left: 10px;
        overflow: hidden;
        width: 19px;
    }

        .pagination li.active {
            background: url(/images/active.png) no-repeat 0 0;
        }

        .pagination li a {
            direction: ltr !important;
            display: block;
            text-indent: 200px;
        }

        .pagination li.PagedList-skipToNext {
            display: none !important;
            font-size: 0 !important;
        }

        .pagination li.PagedList-skipToPrevious {
            display: none !important;
            font-size: 0 !important;
        }

/*telegrams*/

#full_telegram {
    direction: rtl;
    height: 100%;
    padding: 0 0 0 0;
    text-align: right;
}

.telegram_content p {
    margin-bottom: 0;
    text-align: right;
}

.telegram_logo {
    width:130px;
    margin-top:25px;
    /*background: url(/images/logo.png) top right no-repeat;
    color: #5b5d61;
    display: block;
    float: right;
    font-family: Practica;
    font-size: 48px;
    font-weight: normal;
    height: 56px;
    margin: 20px 0 5px 0;
    padding-right: 230px;*/
}

.telegram_nadlan, .telegram_title {
    color: #044c95;
    float: right;
    font-family: Practica !important;
    font-size: 25px;
    font-weight: bold;
}

.telegram_writer {
    color: #003f7c;
    float: left;
    font-family: Practica !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-left: 24px;
    margin-top: -7px;
    text-align: left;
}

.telegram_row {
    color: #044c95;
    float: right;
    font-size: 25px;
    font-weight: bold;
    width: 470px;
}

.telegram_buttons {
    margin-left: 20px;
}

.telegram_row hr {
    margin: 13px 0 13px 0;
}

.telegram_nadlan {
    float: left;
    margin-top: 29px;
    text-align: left;
    width: 150px;
}

.telegram_title {
    width: 100%;
}

.telegram_sub_title {
    clear: both;
    color: black;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.telegram_date_created {
    clear: both;
    color: #8e8e8e;
    display: inline;
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.telegram_Back_icon {
    cursor: pointer;
    display: inline;
    float: left;
}

.telegram_Next_icon {
    cursor: pointer;
    display: inline;
    float: left;
    padding-right: 5px;
}

.telegram_content {
    clear: both;
    color: black;
    font-family: Arial;
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
}

/*end telegrams*/


/*validation*/

.field-validation-error {
    color: red;
    font-family: Arial !important;
    font-size: 14px !important;
    /* font-weight: bold !important; */
}

/*end validation*/

.breadcrumbs .arrow {
    background: url(../Images/left_arrow_small.png) right no-repeat;
    margin-right: 7px;
    padding-right: 12px;
}

.logos {
    /*direction: rtl;
    position: relative;
    z-index: 1;
    display: block;
    width: 900px;
    height: 43px;
    margin: 0 auto;
    background: transparent url(../images/FooterLogos.png) center no-repeat;*/
    width: 100%;
}

.topViewedProjectBox {
    height: 67px !important;
    width: 118px !important;
}

.smallArticleImg {
    height: 51px !important;
    width: 89px !important;
}

.inclidedArticleImgArt {
    width: 100% !important;
}

/*search*/

.selectize-control {
    direction: rtl;
}

#headerProjectsBodyContent {
    padding-top: 55px;
    position: relative;
}

.inner .logoProject img {
    height: 80px;
    margin-right: 30px;
    width: 180px;
}

nav .BeforeMain {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: #3F72B3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
    margin: 0;
    width: 100%;
}

    nav .BeforeMain li {
        border: none;
        /*border-left: 1px solid #033568;*/
        color: white;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 12px;
        height: -6px;
        padding: 10px;
    }

#hedearMenuFirstLi {
    cursor: default;
}

nav .BeforeMain li a {
    color: white;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

nav .BeforeMain .first {
    margin-right: -6px !important;
    margin-top: -10px;
    padding-right: 0;
}

nav .BeforeMain li img {
    margin-left: -10px;
}

nav .beforeFirst {
    background: transparent url(../Images/top_small.png);
    background-color: white;
    background-repeat: repeat-x;
    height: 29px;
    padding: 19px;
    width: 15%;
}

.middle .inner .projLogo img {
    float: left;
    height: 80px;
    width: 180px;
}

.middle .inner .projLogo {
    margin-left: 10px;
    min-height: 10px !important;
}

nav .BeforeMain li.more_item {
    border-left: 0;
    height: 26px;
    margin-top: -2px;
    max-width: 28px !important;
    padding-bottom: 0;
    padding-bottom: 2px;
    padding-top: 9px;
    position: relative;
}

nav .BeforeMain li.sep_last {
    float: left;
    height: 0;
    padding: 0;
}

nav .BeforeMain li a.last {
    background: url(/images/sub_menu_more.png) left no-repeat;
    border-left: 0;
    height: 95% !important;
    max-width: 33px;
    padding-left: 14px !important;
    padding-top: 3px !important;
    position: relative;
}


nav .BeforeMain .more {
    background-color: #5689c7;
    display: none;
    left: -90px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 100;
}

nav .BeforeMain li.more_active {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-color: #5689c7;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 32px;
}

.BeforeMain .no_background {
    background: none !important;
}

nav .BeforeMain li.active_left {
    background: url(/images/sub_menu_selected_item_l.png) left no-repeat;
    height: 37px;
    padding: 0;
    width: 17px;
}

.backToHomePage {
    float: left;
}

    .backToHomePage a {
        color: #0057b8 !important;
        font-family: Arial !important;
        font-size: 12px !important;
    }

    .backToHomePage img {
        padding-left: 5px;
    }

.rtlDirection[name="img_box"] {
    float: right;
}

.ltrDirection[name="img_box"] {
    float: left;
}

.centerDirection[name="text_box"] {
    clear: both;
}

.centerDirection[name="img_box"] {
    text-align: center;
}

    .centerDirection[name="img_box"] img {
        display: inline-block;
        float: none !important;
        vertical-align: middle;
    }

[name="text_box"] {
    float: none;
    text-align: right;
}

div.about_project_const_logo_box .rtlDirection .constLogo {
    margin: 0 0 20px 20px !important;
}

div.about_project_const_logo_box .ltrDirection .constLogo {
    margin: 0 20px 20px 0 !important;
}

div.about_project_const_logo_box .inner {
    padding: 20px 15px 20px 15px !important;
    position: relative !important;
}

div.about_project_const_logo_box h1 {
    clear: none !important;
    padding: 0 5px 0 5px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

div.about_project_const_logo_box h2 {
    padding: 0 5px 0 5px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

.slider div.about_project_project_logo_box .rtlDirection .constLogo {
    margin: 0 0 20px 20px !important;
}

.slider div.about_project_project_logo_box .ltrDirection .constLogo {
    margin: 0 20px 20px 0 !important;
}

.slider div.about_project_project_logo_box .inner {
    padding: 20px 15px 20px 15px !important;
    position: relative !important;
}

.slider div.about_project_project_logo_box h1 {
    clear: none !important;
    padding: 0 5px 0 5px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

.slider div.about_project_project_logo_box h2 {
    padding: 0 5px 0 5px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

#sent a {
    cursor: pointer;
}

.sendForm {
    direction: rtl;
}

.send_form_logo {
    background: url(/images/logo.png) top right no-repeat;
    display: block;
    float: right;
    font-family: Practica;
    font-size: 34px;
    font-weight: normal;
    margin: 20px 0 5px 0;
    padding-right: 239px;
    padding-top: 14px;
}

.innerDiv {
    height: 82px;
    padding-left: 30px;
}

.sender_name {
    background-color: #D6E6F6 !important;
    height: 33px;
    padding: 15px;
}

    .sender_name input {
        height: 31px !important;
        margin-right: 10px;
        text-indent: 5px;
    }

.sendForm ul li {
    background-color: #E3EFFB;
    padding: 15px;
    width: 604px;
}

    .sendForm ul li input {
        margin-left: 10px;
        margin-right: 10px;
        text-indent: 5px;
    }

.fancybox-skin {
    height: auto;
    padding: 15px;
}

.fancybox-wrap fancybox-desktop fancybox-type-inline fancybox-opened {
    left: 270px !important;
}

#full_telegram .fancybox-inner {
    width: 454px !important;
}

.emailBody input {
    height: 80px !important;
    width: 505px;
}

#emailBody {
    margin-right: 7px;
}

.emailBody span {
    padding-left: 42px;
}

.send_to_data input {
    height: 31px !important;
    text-indent: 5px;
}

.sendForm input, textarea {
    border: 1px solid #C0D6EE;
    text-indent: 5px;
}

.sendForm.sendTo {
    right: 255px;
    width: 106px;
}

    .sendForm .sendTo a {
        background: url(/images/email_icon.png) right no-repeat;
    }

.sendForm.sendTo {
    background: #0d518d;
    bottom: 20px;
    height: 43px;
    line-height: 45px;
    position: absolute;
    z-index: 12;
}

.sendTo a {
    cursor: pointer;
}

.sendForm ul li span {
    font-size: 15px;
    font-weight: bold;
}

.sendTo {
    background: #0D518E;
    padding: 5px;
    width: 103px;
}

.sendForm div.sent {
    background: #0d518d;
    bottom: 20px;
    height: 43px;
    line-height: 45px;
    position: absolute;
    z-index: 12;
}

.sendForm div a {
    color: white;
    display: block;
    font-family: Practica;
    font-size: 27px;
    margin-right: 10px;
    padding-right: 40px;
}

.sendForm ul .sendBtn {
    float: left;
    padding-left: 43px;
    padding-right: 491px;
    padding-top: 0;
    width: 100px;
}

.companyData {
    height: 1px;
    margin-bottom: -57px;
    margin-top: 5px;
}

.shortCompany {
    height: 1px;
    margin-bottom: -57px;
    margin-top: 159px;
}

.headerCompany {
    height: 53px !important;
    margin-bottom: -26px !important;
}

/*end search*/

#projectsInAreaH2 {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    direction: rtl;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#33000000', endColorstr='#33000000');
    float: right;
    font-size: 55px;
    font-weight: normal;
    height: 65px;
    margin-right: -50%;
    padding: 15px 4px 15px 30px;
    position: relative;
    right: 50%;
    top: 210px;
}

.controlsInPrograms {
    float: left;
    left: 1%;
    margin: 0 auto;
    position: relative;
    top: -67px;
}

.areaH1 {
    float: right;
    font-family: Practica;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 70%;
}

.cityAreaH1 {
    float: right;
    font-family: Practica;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.breadcrumbsProjectDetails {
    padding-right: 15px;
}

.firstNameSpan {
    margin-left: 5px;
}

.preview_container_telegram .preview_block_telegram #boldGray {
    cursor: pointer;
}

.ThankYouProjectBoxes {
    direction: ltr;
    float: right;
    margin-right: 0;
    max-width: 876px;
    min-width: 656px;
    width: 70%;
}

    .ThankYouProjectBoxes ul li {
        float: right !important;
    }

.leftColumnDiv {
    float: left;
    width: 300px !important;
}

.subTitleTelegram {
    font-size: 18px;
}

.preview_block .projUnderConstrLi, .companyName {
    color: #03488d !important;
    font-size: 16px !important;
    font-weight: bold !important;
    width: 55%;
}

.preview_block .more {
    color: #0057b8 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

#divCompaniesBoxes .preview_container .preview_block {
    border: 2px solid #5691cd;
    min-height: 243px;
}

#divCompaniesBoxes .preview_container {
    padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
    .preview_block .ProjPicClass {
        margin: 5% 0 0 -1% !important;
    }

    .right_column_article {
        position: relative;
    }

        .right_column_article .divArticleBoxes {
            max-width: 207px !important;
        }

        .right_column_article .divArticleBoxes {
            padding-left: 5px !important;
        }

    article {
        padding-left: 21px !important;
        width: 442px !important;
    }

        article header {
            width: 477px !important;
        }

    .articleContent {
        left: 50%;
        margin-left: -50%;
        max-width: 100% !important;
    }

    nav .main li a {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    .preview_block .projUnderConstrLi, .companyName {
        font-size: 13px !important;
        width: 50% !important;
    }

    .preview_block ul li span {
        font-size: 12px !important;
    }

    .preview_block h3 {
        font-size: 14px !important;
    }

    .project_main div.search {
        width: 100% !important;
    }

    header {
        width: 100% !important;
    }

    .about_project_project_logo_box .about_project {
        right: 104px !important;
    }

    .about_project_project_logo_box .about_project {
        right: 1px !important;
    }

    #projectsInAreaH2 {
        font-size: 45px !important;
    }

    .preview_block .BlankHeartClass {
        margin-top: 5% !important;
    }

    .preview_block .HeartClass, .RedHeartClass {
        margin-top: 5% !important;
    }

    .preview_block .RedHeartClass {
        margin-top: 5% !important;
    }
}

@media screen and (width: 1280px) {
    #mainBody div.about_project {
        right: 33px !important;
    }
}

#NeedToUpgradeBrowser {
    background-color: white;
    background-position: bottom;
    background-repeat: no-repeat;
    border: none;
    border: 2px solid #cecece;
    direction: rtl;
    display: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 220px;
    left: 50%;
    margin-left: -20%;
    position: absolute;
    text-align: center;
    width: 40%;
    z-index: 9100;
}

    #NeedToUpgradeBrowser a {
        color: #cecece;
        text-decoration: underline;
    }

    #NeedToUpgradeBrowser #Upgrade_Title {
        color: #2B70B7;
        font-size: 17px;
        margin-top: 20px;
        text-align: center;
    }

    #NeedToUpgradeBrowser #Upgrade_Content {
        color: #c8c8;
        padding: 20px;
    }

    #NeedToUpgradeBrowser #Upgrade_Close {
        cursor: pointer;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

.dark_bg {
    background-color: #5A5757;
    bottom: 0;
    display: none;
    filter: alpha(opacity=25);
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 800;
}

.programImageTitle {
    position: absolute;
}

.image_block .imageTitle {
    direction: rtl;
    text-align: center;
    width: 193px;
}

.preview_container_regular_article {
    clear: both;
    padding-top: 15px;
    position: relative;
    vertical-align: middle;
}

.divArticlesBoxes {
    z-index: 10000;
}

.preview_container_regular_article img.mainArticleImage {
    float: right;
    height: 114px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 200px;
}

.Article_regular_title {
    color: black;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.Article_regular_sub_title {
    color: black;
    font-family: Arial;
    font-size: 14px;
}

.dateParagraf {
    width: 51% !important;
}

.preview_container_regular_article a {
    color: #0057b8;
    font-family: Arial;
    font-size: 14px;
}

.Article_regular_characteristics {
    background-color: #1c5b9c;
    color: white;
    font-family: practica;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
}

.Article_first_characteristics {
    background-color: #8ab2db;
    color: white;
    float: left;
    font-family: practica;
    margin-right: 10px;
    margin-top: 20px;
    padding: 5px 10px 5px 10px;
}

/*secondary_article*/

.preview_container_secondary_article {
    background-color: #E4EEFA;
    clear: both;
    height: 142px;
    margin-top: 20px;
    position: relative;
    vertical-align: middle;
}

    .preview_container_secondary_article img.mainArticleImage {
        background-color: white;
        float: right;
        height: 142px;
        margin-left: 20px;
        width: 250px;
    }

.Article_secondary_title {
    color: #044c95;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

.Article_secondary_sub_title {
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

/*first article box*/

.preview_container_first_article {
    background-color: #034991;
    clear: both;
    height: 290px;
    margin-top: 20px;
    position: relative;
    vertical-align: middle;
}

    .preview_container_first_article img.mainArticleImage {
        background-color: white;
        float: right;
        height: 290px;
        margin-left: 20px;
        width: 512px;
    }

.Article_first_title {
    color: white;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 12px;
}

.Article_first_sub_title {
    color: #cee4fa;
    font-family: Arial;
    font-size: 16px;
    padding-left: 20px;
    vertical-align: middle;
}

.flex-center {
    display: flex;
    flex-direction: column;
    /*height: 60%;*/
    justify-content: center;
    resize: vertical;
}

.all_articles_breadcrumbs {
    float: right;
    font-size: 14px;
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
    z-index: 100;
}

.all_articles_h1 {
    color: black;
    display: inline;
    font-family: practica;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.pageSeoTitle {
    color: #b3b5b8;
    direction: rtl;
    float: right;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 240px;
    text-align: right;
    top: 37px;
    width: 570px;
}

#AllArticlesContent {
    clear: both;
}

.headerLinks {
    color: white;
}

.PricesHome {
    max-width: 100px;
    line-height: 1;
    margin-top: 5px !important;
}

.PricesHome img {
    max-height: 18px;
    margin-top: 4px;
}

.article_search {
    width: 100%;
}

.article_search_item {
    float: right;
    width: 45%;
}

.last_article_search_item {
    float: Left !important;
    width: 6% !important;
}

.left_cor {
    background-image: url("../Images/left_cor.png");
    float: right;
    height: 40px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    width: 1%;
}

.right_cor {
    background-image: url("../Images/right_cor.png");
    float: right;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 2%;
}

.article_search_item .selectize-input {
    background-image: url("../Images/mid.png");
    color: #787878;
    float: right;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    height: 40px !important;
}

.article_search_item.article_search_item .selectize-control {
    color: #787878;
    float: right;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    padding: 0;
    width: 93% !important;
}

.article_search_box {
    background-color: #f3f8fd;
    height: 40px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    z-index: 100;
}

.article_search_box_input {
    background-image: url(../Images/mid.png);
    border: 0;
    color: #787878;
    float: right;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    height: 40px;
    width: 93%;
}

    .article_search_box_input:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.cat_select {
    float: right;
    height: 40px;
    width: 100%;
}

.article_search_box_btn {
    cursor: pointer;
    float: left;
    margin-right: -5px;
}

.article_search_box .selectize-dropdown {
    right: 45.5%;
}

.article_search_box ::-webkit-input-placeholder { /* WebKit browsers */
    color: #787878;
}

.article_search_box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #787878;
}

.article_search_box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #787878;
}

.article_search_box :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #787878;
}

.to_all_articles {
    border-bottom-style: outset;
    float: left;
    font-style: oblique;
    margin-left: 15px;
    margin-top: -4px;
    padding-right: 3px;
    position: relative;
    z-index: 10;
}

.fb_iframe_widget {
    margin-top: 6px !important;
}

#cmfbaptmdv1 {
    margin-left: 3px;
    position: relative !important;
}

@media only screen and (max-width: 1100px) {
    .preview_container_first_article img.mainArticleImage {
        background-color: white;
        float: right;
        height: 290px;
        margin-left: 20px;
        width: 60%;
    }
}

.containFacebookShareButton {
    clear: both;
    display: inline-block;
}

.faceBookShareButton {
    cursor: pointer;
    float: left;
    margin-top: 10px;
}

.recommendShareButton {
    float: left;
    margin-top: 9px;
}

.preview_container_first_article img.faceBookShareButton {
    bottom: 10px;
    left: 2px;
    position: absolute;
}

.preview_container_secondary_article img.faceBookShareButton {
    position: relative;
    top: 4px;
}

.preview_container_regular_article img.faceBookShareButton {
    left: 19px;
    position: relative;
    top: 4px;
}

.hr {
    border-bottom: 1px solid #EAEAEA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    margin: 0 auto;
    width: 90%;
}

.hrFull {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #EAEAEA;
    margin: 0 auto;
    padding-top: 20px;
}

.footer .logos ul {
    background: transparent url(../Images/footer_logos.png) center no-repeat;
    direction: rtl;
    display: block;
    height: 43px;
    margin: 0 auto;
    position: relative;
    width: 900px;
    z-index: 1;
}

.contact_form .selectize-input > * {
    display: inline-block !important;
}

.imgBut {
    display: block;
    height: 148px;
}

.moreProjstxt {font-size:24px;font-weight:bold;color:#2c76c1;float:right;width:100%;margin-bottom:10px;
}
.moreProjsContainer {width:100%;background-color:#F9F7F8;
}

.external-lead {
    max-width:400px;
}
.promotionButton
{
    z-index: 1; 
    bottom: 0px;
    right:0px; 
    position: fixed;
    padding: 4px;
    width:55px;
    height:55px; 
    /*background:url(../Images/promoButton.png) no-repeat ;*/

}
#INDmenu-btn {top: 620px !important;}
.selectize-control {
    margin: 6px 15px 0 0;
    width: 95%;
}

.contact_form .selectize-control {
    display: inline-block;
    margin: 0;
    margin-right: 6.8%;
    width: 30%;
}

.organisation .selectize-control {
    margin: 6px 15px 0 0;
    width: 94%;
}

.selectize-input,
.selectize-input input {
    -webkit-font-smoothing: inherit;
    color: #303030;
    font-family: inherit;
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
}

.contact_form .selectize-dropdown,
.contact_form .selectize-input,
.contact_form .selectize-input input {
    border: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}

.contact_form .selectize-input {
    height: 32px;
    line-height: 34px;
    padding-right: 5px;
    text-align: center;
    text-align: right;
}

.selectize-input.full { background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * { cursor: default !important; }

.selectize-input.dropdown-active {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.contact_form .selectize-input.dropdown-active { border-radius: 0; }

.selectize-input > * {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: baseline;
    zoom: 1;
}

.contact_form .selectize-input > * { display: block; }

.selectize-input > input {
    -webkit-box-shadow: none !important;
    -webkit-user-select: auto !important;
    background: none !important;
    border: 0 none !important;
    box-shadow: none !important;
    /*margin: 0 2px 0 25px !important;*/
    line-height: inherit !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

.selectize-input > input:focus {
    left: 0px !important;
    outline: none !important;
}

.selectize-input::after {
    clear: left;
    content: ' ';
    display: block;
}

.selectize-input.dropdown-active::before {
    background: #f0f0f0;
    bottom: 0;
    content: ' ';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.selectize-dropdown {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-top: 0 none;
    font-size: 18px;
    font-weight: normal;
    margin: 1px 0 0 0;
    position: absolute;
    right: 10px;
    z-index: 10;
}

.contact_form .selectize-dropdown {
    font-size: 14px;
    text-align: right;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: rgba(255, 237, 40, 0.4);
    border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header { padding: 7px 10px; }

.contact_form .selectize-dropdown [data-selectable],
.contact_form.selectize-dropdown .optgroup-header { padding: 3px 0; }


.selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none; }

.selectize-dropdown .optgroup-header {
    background: #f8f8f8;
    color: #303030;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #fffceb;
    color: #303030;
}

.selectize-dropdown .active.create { color: #303030; }

.selectize-dropdown .create { color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
    max-height: 265px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: right;
}

.contact_form .selectize-dropdown-content {
    margin-right: 25px;
    text-align: right;
}

.selectize-dropdown-content div { width: 110% }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input { cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input { cursor: text; }

@media screen and (max-width: 1024px) {
    .contact_form .selectize-dropdown-content {
        margin-right: 15px;
        text-align: right;
    }

    .selectize-dropdown {
        -webkit-font-smoothing: inherit;
        color: #303030;
        font-family: inherit;
        font-size: 12px !important;
        font-weight: bold;
        line-height: 20px;
    }
}

.selectize-control.single .selectize-input:after {
    border-color: #034991 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    content: ' ';
    display: block;
    height: 0;
    left: 0px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #034991 transparent;
    border-width: 0 8px 8px 8px;
    margin-top: -4px;
}


.contact_form .selectize-control.single .selectize-input:after {
    border-color: #034991 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    display: block;
    height: 0;
    left: 5px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    /*content: ' ';*/
}

.contact_form .selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent #034991 transparent;
    border-width: 0 4px 4px 4px;
    margin-top: -4px;
}
/** Stage container **/

.connected-carousels {
    /*margin-left:4%;*/
    position: relative;
}

.connected-carousels .stage { position: relative; }


/** Navigation container **/

.connected-carousels .navigation {
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}

.connected-carousels .carousel li {
    float: left;
    position: relative;
}

.connected-carousels .carousel-stage img {
    border: 1px solid #c9ccd0;
    border-right: 2px solid #c9ccd0;
    box-shadow: 0px 5px #e4e4e4;
    height: auto;
    margin-bottom: 5px;
    width: 798px;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage { }

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: auto;
    margin: 0 auto;
    width: 96%;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    padding-right: 19px;
}

.connected-carousels .carousel-navigation li img {
    border: 1px solid #fff;
    display: block;
    max-width: 160px;
}

.connected-carousels .carousel-navigation li.active img { border-color: #366fa9; }

/** Stage carousel controls **/

.prev-stage,
.next-stage {
    bottom: 15px;
    height: 62px;
    position: absolute;
    width: 45px;
    z-index: 100000;
}

.prev-stage {
    background: url("/images//slider_l.png");
    left: 0px;
}

.next-stage {
    background: url("/images//slider_r.png");
    right: -1px;
}


.prev-stage span,
.next-stage span { display: block; }
