*{
    box-sizing: border-box;
    direction: rtl;
}
.agent_top_container {
    max-width: 100%;
    background: #2d2d2d;
    overflow: hidden;
}
.agent_top_box {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.agent_top_box_img {
    float: right;
}

.agent_top_box_title {
    float: right;
    color: #fff;
    font-size: 35px;
    margin-right: 20px;
    padding-top: 19px;
}
.logo_biz_mob {
    display: none;
}
.top_title_biz_mob {
    display: none;
}
.selected_send_container {
    border: 4px solid #eaeaea;
    float: right;
    width: 100%;
    margin-bottom: 6px;
    padding: 10px;
}
.selected_send_container input {
    width: 100%;
    margin-bottom: 6px;
}
.selected_send_container button.submit_fill_in {
    width: 100%;
    /* height: 38px; */
    border: 1px solid;
    margin: 0 auto;
    margin-top: 2px;
    /* margin-bottom: -3px; */
    font-size: 24px;
    /* font-weight: bold; */
    text-align: center;
    /* padding-top: 1px; */
    background: #2b2b2b;
    color: #ffffff;
    display: block;
}
.top_biz_box {
    width: 100%;
    height: 236px;
    background: #fff;
    /* border: 1px solid #bbb; */
    position: relative;
}

.slider_biz {
    position: absolute;
    width: 100%;
    height: 236px;
}

.slider_biz img {
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
}
.top_title_biz {
    position: absolute;
    bottom: 12px;
    width: 80%;
    left: 0;
    background: rgba(68, 68, 68, 0.8);
    height: 53px;
    text-align: right;
    padding: 11px 16px 0px 0px;
    font-size: 24px;
    color: #fff;
}
.map {
    margin-top: 0;
}

.map span.sobject {
    color: #717171;
}
.right_num {
    float: right;
}

.other_num {
    float: left;
}

.phone_div {
    overflow: hidden;
}

.other_num span.sobject {
    padding: 3px;
    color: #717171;
}
.other_num {
    margin: 10px;
}

.other_num .detail_div {
    padding: 3px;
}
.logo_biz {
    position: absolute;
    width: 21%;
    height: 133px;
    bottom: 11px;
    right: -10px;
    border: 1px solid #bbb;
    background: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 99;
}

.logo_biz img {
    max-width: 100%;
    max-height: 125px;
}
.comments_biz {
    /* padding: 20px; */
    /* background: rgb(243, 243, 243); */
    /* margin: 10px; */
    /* width: 71%; */
    /* float: right; */
}
.num_phone {
    width: 262px;
    height: 52px;
    background: rgb(58, 58, 58);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 4px 0px 0px 0px;
    text-align: center;
    margin-top: 10px;
}
.comments_and_reply {
    width: 100%;
    min-height: 100px;
    /* border: 1px solid; */
    overflow: hidden;
}
.main_indexes{
    max-width: 1400px;
    margin:0 auto;
    min-height: 150px;
    overflow: hidden;
}

.main_indexes .left_side{
    float:left;
    border: 1px solid silver;
    min-height: 200px;
    width:20%;
}
.detail_div.phone_direction {
    direction: ltr;
}

.hot_text {
    font-size: 25px;
    font-weight: bold;
    color: #1b3765;
    margin-top: 9px;
    margin-bottom: 9px;
}

.hot_line{
    width:80%;
    height: 1px;
    background-color: #a3a19f;
	margin-bottom: 20px;
}
.hot_icon {
	float: right;
	margin-top: 8px;
	margin-left: 18px; 
}
.product_hot {
	float: right;
	width:25%;
	max-width:190px;
    height: 290px;
	background-color: #ffffff;
	margin-top: 25px;
	margin-left: 30px;
	-webkit-box-shadow: 0px 0px 92px -5px rgba(163,161,159,1);
	-moz-box-shadow: 0px 0px 92px -5px rgba(163,161,159,1);
	box-shadow: 0px 0px 92px -5px rgba(163,161,159,1);
	transition:0.8s;
}



.center_side table{
    border:1px;
    
}

.main_indexes .right_side{
    float: right;

    border: 1px solid #dcdcdc;
    min-height: 200px;
    width: 25%;
}




/* table connect */
.datagrid table {
	border-collapse: collapse;
	text-align: right;
	width: 100%;
}
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	/* border: 1px solid #006699; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.datagrid table td, .datagrid table th {
	padding: 3px 10px;
}

.datagrid table tr:first-of-type{
    background-color: silver;
}
.datagrid table thead th {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
    color: #00496B;
    border-bottom: 1px solid #DFDFDF;
    font-size: 12px;
    font-weight: normal;
}
.datagrid table tbody tr:nth-of-type(2n) td {
	background: #f3fcf9;
	color: #00496B;
}
td.d {
    width: 22%;
}
.datagrid table tbody tr td {
	
	height: 51px;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr td {
    font-size: 19px;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.datagrid table tfoot td div {
	border-top: 1px solid #006699;
	background: #E1EEF4;
}
.datagrid table tfoot td {
	padding: 0;
	font-size: 12px
}
.datagrid table tfoot td div {
	padding: 2px;
}
.datagrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.datagrid table tfoot li {
	display: inline;
}
.datagrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #006699;
	color: #FFFFFF;
	background: none;
	background-color: #00557F;
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv {
	position: fixed !important;
}
/*=========accordion===========*/
.datagrid table td.accordion_container {
    width: 100%;
    min-height: 130px;
    background: #ececec;
    overflow: hidden;
    padding: 3px 10px;
}
.accordion_details_boxlogo {
    width: 100%;
    float: right;
    margin-bottom: 30px;
}
.accordion_details_box1 {
    width: 49%;
    min-height: 145px;
    float: right;
    margin-left: 5px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_details_box2 {
    width: 50%;
    min-height: 145px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_comments_box4 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_comments_box4 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    /* background: rgb(255, 214, 167); */
    padding: 8px;
    padding-bottom: 9px;
    color: #000000;
    line-height: 36px;
    font-size: 19px;
}
/*.accordion_comments_box4 span.sobject {
        margin-left: 15px;
    width: 114px;
    font-size: 15px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}*/
.accordion_comments_box4 span.sobject {
    margin-left: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    width: 100%;
    height: 38px;
    font-size: 30px;
    /* height: 18px; */
    display: block;
    float: right;
    color: #1b3765;
    /* background: #ffb763; */
}
.accordion_description_box5 {
    
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_description_box5 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    background: rgb(246, 246, 246);
    padding: 8px;
    padding-bottom: 9px;
    color: #004982;
}
.accordion_description_box5 span.sobject {
        margin-left: 15px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}
.accordion_opening_hours_box6 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_opening_hours_box6 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    background: rgb(246, 246, 246);
    padding: 8px;
    padding-bottom: 9px;
    color: #004982;
}
.accordion_opening_hours_box6 span.sobject {
        margin-left: 15px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}
.accordion_price_list_box7 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_images_box8 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    /* overflow: hidden; */
}
.show_big_slider {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-bottom: 1px solid #717171;
}
.accordion_images_box8 .main_image {
    float: left;
    width: 51%;
    min-height: 293px;
    /* max-height: 300px; */
    /* border: 1px solid silver; */
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.main_image img {
    /* max-width: 100%; */
    /* max-height: 100%; */
}
.accordion_images_box8 .right {
    /* margin-right: 76px; */
}
.accordion_images_box8 .all_image {
    /* height: 293px; */
    width: 47%;
    min-height: 100px;
    /* border: 1px solid; */
    float: right;
    /* padding: 5px; */
    margin-top: 33px;
}
.accordion_images_box8 .previous {
    width: 32px;
    height: 20px;
/*    border: 1px solid silver;*/
    margin: 0 auto;
    margin-bottom: 4px;
}
.accordion_images_box8 .image_box {
    width: 139px;
    height: 125px;
    float: right;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.accordion_images_box8 .next {
    width: 32px;
    height: 20px;
/*    border: 1px solid silver;*/
    margin: 0 auto;
}
/*.accordion_images_box8 img {
    max-width: 100%;
    max-height: 300px;
}*/
.big_slider img {
    max-width: 100%;
    max-height: 300px;
}
.accordion_images_box8 .image_box img {
    max-width: 100%;
    max-height: 100%;
}
.accordion_price_list_box7 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    background: rgb(246, 246, 246);
    padding: 8px;
    padding-bottom: 9px;
    color: #004982;
}
.accordion_price_list_box7 span.sobject {
        margin-left: 15px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}
.accordion_details_box1 .detail_div {
    margin-bottom: 21px;
    width: 100%;
    float: right;
}
span.phone_before_clicking {
    display: none;
}
span.phone_after_clicking {
    padding: 0px 5px 0px 5px;
    background: #e1e1e1;
    border: 1px solid#bbbbbb;
    border-radius: 2px;
    cursor: pointer;
}
span.phone_after_clicking:hover {
    border: 1px solid #232323;
}
span.phone_after_clicking:active {
    background: #888888;
}
.accordion_details_box2 .detail_div {
    margin-bottom: 21px;
    width: 100%;
    float: right;
}
.accordion_details_box1 span.sobject {
    margin-left: 15px;
    width: 132px;
    font-size: 15px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #858585;
    background: #e6e6e6;
}
.accordion_details_box2 span.sobject {
    margin-left: 15px;
    width: 114px;
    font-size: 15px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #858585;
    background: #e6e6e6;
}
.accordion_report_box {
    width: 48%;
    min-height: 145px;
    float: right;
    margin-left: 5px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_report_box3 {
    width: 23%;
    min-height: 20px;
    float: left;
    /* margin: 10px; */
    /* margin: 10px; */
}
.accordion_report_box3 a {
    display: block;
    text-align: center;
    float: right;
    width: 100%;
    /* margin-right: 6px; */
    margin-bottom: 6px;
    min-width: 139px;
    padding: 5px;
    /* background: #676767; */
    color: #ffffff;
    text-decoration: none;
}
a.report_error {
    cursor: pointer;
}
.accordion_container .map{
    width:100%;
    height: 250px;
    background-color: yellow;
    float: left;
}
.accordion_article_title_box9 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
/*    background: #ffffff;*/
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.accordion_article_title_box9 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    /* background: rgb(255, 214, 167); */
    padding: 8px;
    padding-bottom: 9px;
    color: #004982;
    font-size: 35px;
    font-weight: bold;
}
.accordion_article_title_box9 span.sobject {
        margin-left: 15px;
    width: 114px;
    font-size: 15px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}
.accordion_article_box10 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.accordion_article_box10 .detail_div {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    /* background: rgb(255, 214, 167); */
    padding: 8px;
    padding-bottom: 9px;
    color: #004982;
}
.accordion_article_box10 span.sobject {
        margin-left: 15px;
    width: 114px;
    font-size: 15px;
    text-align: center;
    height: 19px;
    display: block;
    float: right;
    color: #7d4300;
    background: #ffb763;
}
.accordion_article_images_box11 {
    width: 100%;
    min-height: 61px;
    float: right;
    margin-left: 0px;
    background: #ffffff;
    padding: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.accordion_article_images_box11 .main_image {
    margin: 0 auto;
    width: 407px;
    height: 293px;
}
.accordion_article_images_box11 .all_image {
    height: 293px;
    width: 370px;
/*    border: 1px solid;*/
    float: right;
    padding: 5px;
}
.accordion_article_images_box11 .previous {
    width: 32px;
    height: 20px;
/*    border: 1px solid silver;*/
    margin: 0 auto;
    margin-bottom: 4px;
}
.accordion_article_images_box11 .image_box {
    width: 116px;
    height: 76px;
/*    border: 1px solid silver;*/
    margin: 0 auto;
    margin-bottom: 4px;
}
.accordion_article_images_box11 .next {
    width: 32px;
    height: 20px;
/*    border: 1px solid silver;*/
    margin: 0 auto;
}
.accordion_article_images_box11 img {
    width: 100%;
    height: 100%;
}
.send_container {
    max-width: 305px;
    min-height: 20px;
    border: 4px solid #f9f9f9;
    margin: 0 auto;
    padding: 16px;
    overflow: hidden;
}
.send_container .subject {
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 36px;
    padding-top: 9px;
    background: #cfcfcf;
    margin-bottom: 17px;
}
.send_a_friend form {
    text-align: center;
}
.send_a_friend input {
    margin-bottom: 27px;
    width: 100%;
    height: 40px;
}
.send_a_friend textarea {
    margin-bottom: 27px;
    width: 100%;
    height: 80px;
}
.send_a_error form {
    text-align: center;
}
.send_a_error input {
    margin-bottom: 27px;
    width: 100%;
    height: 40px;
}
.send_a_error textarea {
    margin-bottom: 27px;
    width: 100%;
    height: 80px;
}
.business_message form {
    text-align: center;
}
.business_message input {
    margin-bottom: 27px;
    width: 100%;
    height: 40px;
}
.business_message textarea {
    margin-bottom: 27px;
    width: 100%;
    height: 80px;
}

/*=========END accordion===========*/
.datagrid tr .box_pepole1{
    width:48%;
    height: 200px;
    background-color: cyan;
    float:left;
}

.datagrid tr .box_pepole2{
    width:48%;
    height: 200px;
    background-color: orange;
    float:right;
}
/*=========fill out form===========*/
.fill_in_shabat1 {
    width: 60%;
    margin: 0 auto;
    background: #e6e6e6;
        padding: 8px;
        margin-bottom: 28px;
}
.fill_in_shabat1 form label {
    margin-bottom: -12px;
    color: #00158e;
    font-weight: bold;
    /* float: right; */
    display: block;
    text-align: center;
}
.fill_in_shabat1 form input {
    width: 224px;
    height: 31px;
    margin: 0 auto;
    display: block;
}
.fill_in_shabat1 select {
    display: block;
    width: 224px;
    height: 31px;
    margin: 0 auto;
}
button.submit_fill_in {
    width: 83px;
    height: 50px;
    border: 1px solid;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    background: #f69321;
    color: #ffffff;
    display: block;
}
.thanks img {
    margin: 0 auto;
    display: block;
}
.thanks h2 {
    text-align: center;
    display: block;
}
/*====ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Âª=====*/
.custom-input input::-webkit-file-upload-button {
    display: none;
}
.fill_in_shabat1 form .custom-input input {
    width: 134px;
    margin-bottom: 20px;
}
.custom-file-input::before {
  content: 'ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Âª';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*====ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 2=====*/
.custom-input-two input::-webkit-file-upload-button {
    display: none;
}
.fill_in_shabat1 form .custom-input-two input {
    width: 134px;
    margin-bottom: 20px;
}
.custom-file-input-two::before {
  content: 'ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 2';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-two:hover::before {
  border-color: black;
}
.custom-file-input-two:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*====ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 3=====*/
.custom-input-three input::-webkit-file-upload-button {
    display: none;
}
.fill_in_shabat1 form .custom-input-three input {
    width: 134px;
    margin-bottom: 20px;
}
.custom-file-input-three::before {
  content: 'ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 3';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-three:hover::before {
  border-color: black;
}
.custom-file-input-three:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*====ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 4=====*/
.custom-input-four input::-webkit-file-upload-button {
    display: none;
}
.fill_in_shabat1 form .custom-input-four input999 {
    width: 134px;
    margin-bottom: 20px;
}
.custom-file-input-four::before {
  content: 'ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 4';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-four:hover::before {
  border-color: black;
}
.custom-file-input-four:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*====ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 5=====*/
.custom-input-five input::-webkit-file-upload-button {
    display: none;
}
.fill_in_shabat1 form .custom-input-five input {
    width: 134px;
    margin-bottom: 20px;
}
.fill_in_shabat1 textarea#id_article_title {
    margin: 0 auto;
    width: 100%;
    display: block;
}
.custom-file-input-five::before {
  content: 'ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬â€Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã¢â‚¬â€Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬â€ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 5';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-five:hover::before {
  border-color: black;
}
.custom-file-input-five:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/*=========END fill out form===========*/

/*=========datagrid_vip===========*/
.datagrid_vip {
    width: 100%;
}
.datagrid_vip table {
    width: 100%;
}
.datagrid_vip td {
    width: 100%;
    height: 195px;
    background: #faf8f9;
    margin-bottom: 8px;
    display: block;
}
.vip_logo {
    width: 320px;
    height: 121px;
    /* border: 1px solid silver; */
    margin: 0 auto;
    margin-bottom: 4px;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    margin-left: 33px;
}
.vip_logo img {
    max-width: 100%;
    max-height: 100%;
}
.vip_box1 {
    width: 281px;
    height: 140px;
    /*border: 1px solid silver;*/
    float: right;
    margin-top: 25px;
}
.vip_box3 {
    width: 281px;
    height: 140px;
    /*border: 1px solid silver;*/
    float: right;
    margin-top: 25px;
}
.vip_box3 .address_div {
    margin-top: 22px;
    margin-bottom: 13px;
}
.vip_box3 .address_icon {
    float: right;
    margin-top: 4px;
    margin-left: 6px;
}
.vip_box3 .phone_icon {
    float: right;
    margin-top: 1px;
    margin-left: 6px;
}
.vip_box3 .go_div {
    margin-top: 17px;
    float: left;
}
.vip_box3 .go {
    background: #1b3766;
    color: #ffffff;
    font-weight: bold;
    width: 141px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 20px;
}
/*=========END datagrid_vip===========*/

/*=========datagrid_vip===========*/
/*.articles_boxes {
    width: 100%;
}
.articles_boxes table {
    width: 100%;
}*/
tr.article_tr {
    width: 100%;
}
.article_container {
        width: 100%;
    /*border: 1px solid red;*/
    margin-bottom: 70px;
min-height: 227px;
    overflow: hidden;
}
.ba {
    background: #f0f0f0;
}
.article_box1 {
        width: 100%;
    min-height: 52px;
    /*border: 1px solid silver;*/
}
.article_title {
    font-size: 33px;
    font-weight: bold;
}
.article_cont {
    width: 100%;
    height: 144px;
}
.article_logo {
        width: 232px;
    height: 141px;
    /* border: 1px solid silver; */
    float: right;
    margin-left: 20px;
    margin-bottom: 8px;
}
.article_logo img {
    width: 100%;
    height: 100%;
}
.article_box4 {
    width: 70%;
    min-height: 141px;
    /*border: 1px solid silver;*/
    float: right;
}
.article_article {
    /*border: 1px solid silver;*/
    width: 100%;
    min-height: 88px;
    /*overflow: hidden;*/
}
.article_box4 .go {
    background: #1b3766;
    color: #ffffff;
    font-weight: bold;
    width: 141px;
    height: 38px;
    text-align: center;
    float: left;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 20px;
}
.article_box5 {
    width: 100%;
    min-height: 30px;
    float: right;
}

.article_city_label {
    float: right;
    margin-left: 8px;
}

.article_city {
    float: right;
}

.article_written_by_label {
    float: right;
    margin-left: 8px;
}

.article_written_by {
    float: right;
}

.article_date_label {
    float: right;
    margin-left: 8px;
}

.article_date {
    float: right;
}
.article_city_box5 {
    min-width: 177px;
    height: 25px;
    float: right;
    background: #e6e6e6;
    margin-left: 13px;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 6px;
}

/*.articles_boxes .vip_logo {
width: 30%;
    height: 140px;
     border: 1px solid silver; 
    margin: 0 auto;
    margin-bottom: 4px;
    float: right;
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 41px
}
.articles_boxes .vip_logo img {
    width: 100%;
    height: 100%;
}
.articles_boxes .vip_box1 {
    width: 100%;
    height: 40px;
     border: 1px solid silver; 
    float: none;
    margin-top: 0px;
}
.articles_boxes .vip_box3 {
    width: 281px;
    height: 140px;
    border: 1px solid silver;
    float: right;
    margin-top: 25px;
}
.articles_boxes .vip_box3 .address_div {
    margin-top: 22px;
    margin-bottom: 13px;
}
.articles_boxes .vip_box3 .address_icon {
    float: right;
    margin-top: 4px;
    margin-left: 6px;
}
.articles_boxes .vip_box3 .phone_icon {
    float: right;
    margin-top: 1px;
    margin-left: 6px;
}
.articles_boxes .go_div {
    margin-top: 17px;
    float: left;
}
.articles_boxes .go {
    background: #1b3766;
    color: #ffffff;
    font-weight: bold;
    width: 141px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 20px;
}
.articles_boxes .vip_box4 {
    width: 100%;
    height: 40px;
    border: 1px solid silver;
    float: none;
    margin-top: 0px;
}*/
/*=========END articles_boxes===========*/



/*=========projects_table_boxes===========*/
.projects_table_boxes .box_container {
    width: 297px;
    height: 356px;
    float: right;
    margin-left: 16px;
    margin-bottom: 57px;
    border: 9px solid #ebebeb;
    box-sizing: content-box;
    position: relative;
}
.projects_table_boxes .box1 {
    width: 100%;
    height: 63px;
    /*float: right;*/
    background: #066a38;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
}
.projects_table_boxes .box2 {
    width: 80%;
    height: 33px;
    /* float: right; */
    background: #f9fffd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    color: #066835;
    border: 1px solid #f79321;
    margin-right: 31px;
   position: absolute;
    top: 47px;
}
.projects_table_boxes  .logo_box3 {
    width: 100%;
    height: 254px;
}
.logo_box3 img {
    width: 100%;
    height: 100%;
}
.projects_table_boxes .box4 {
    width: 100%;
    height: 40px;
}
.box4 .go {
    float: right;
    width: 75.7%;
    height: 40px;
    color: #07693a;
    text-align: center;
    padding-top: 4px;
    font-size: 21px;
    font-weight: bold;
}
.go_icon {
    float: right;
}
.projects_table_boxes .box5 {
    width: 80%;
    height: 57px;
    /* float: right; */
    background: #f9fffd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    color: #066835;
    border: 1px solid #f79321;
    margin-right: 31px;
   position: absolute;
    top: 47px;
}
.right_biz_center {
    padding: 20px;
    background: rgb(243, 243, 243);
    margin: 10px;
    width: 71%;
    float: right;
}
/*=========END projects_table_boxes===========*/