﻿html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body {
  font: 62.5% arial;
  direction: rtl;
  margin: 0;
}
P,
H1,
H2,
H3,
H4,
H5,
H6,
UL,
OL,
LI {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
A:link,
A:hover,
A:focus,
A:active,
A:visited,
A:active:visited {
  color: #000;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.darkGreyBG {
  background: #969696;
}
.lightGreyBG {
  background: #E5E5E5;
}
.aquaBG {
  background: #56ddd0;
}
.disableBtnBG {
  background: #b2b2b2;
}
.block {
  display: block;
}
.R {
  float: right;
}
.L {
  float: left;
}
.rel {
  position: relative;
}
.content_wrapper_960 {
  width: 960px;
  margin: 0 auto;
}
/*@import url('framework.less');*/
.page_width {
  width: 100% !important;
}
.underConstraction_header {
  height: 118px;
  background-color: #abeee7;
  box-sizing: border-box;
  margin-bottom: 15px;
  direction: rtl;
}
.underConstraction_header .holder {
  width: 980px;
  margin: 0 auto;
}
.underConstraction_header .heart_logo {
  float: right;
  margin-top: 24px;
}
.underConstraction_header .title_holder {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}
.underConstraction_header .title_holder h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.underConstraction_header .title_holder h2 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.underConstraction_header .partner_logo {
  float: left;
}