@charset "utf-8";
@font-face {
    font-family: 'PboJam';
    src:  url('../fonts/JameJam-Regular.woff') format('woff')
          
    
}

@font-face {
    font-family: 'PboIco';
    src:  url('../fonts/pboico.woff') format('woff'),
          url('../fonts/pboico.ttf') format('truetype'); 
    
}

body
{
	margin: 0px;
	direction: rtl;
}
#TopBand
{
	background: #7ee5f9;
	height: 115px;
	width: 100%;
	margin-bottom: 53px;
}
.Container
{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	clear: both;
}
#MainTitle
{
	width: 205px;
	height: 92px;
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 110;
}
#MainFlag
{
	position: absolute;
	width: 218px;
	height: 156px;
	top: 1px;
	left: 20px;
	z-index: 100;
}
@media screen And (max-width:980px)
{
#MainFlag
{
clip: rect(0px,218px,114px,0px);
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
{
font-size:.85rem !important;
}

}
#MenuBand
{
	position: absolute;
	width: 100%;
	top: 115px;
	height: 42px;
	background: #00cbf3;
	border-top:solid 1px #bdf2fc;
}
.HomeRow
{
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	margin: auto;
}
.HomeRow1
{
	
}
.RightCol
{
	width: 24%;
	margin-left: 1%;
	/*background: #B5B5B5;*/
	min-height: 10px;
	float: right;
	height:100%;
	
}
.LeftCol
{
	width: 24%;
	margin-right: 1%;
/*	background: #B5B5B5;*/
	min-height: 10px;
	float: left;
}
.CenterCol
{
	width: 50%;
	background: #E5E3E3;
	min-height: 10px;
	float: right;
}
.RightCenterCol
{
	width: 75%;
	background: #E5E3E3;
	min-height: 10px;
	margin-left: 0%;
	float: right;
}
.Home5Col {
	display: inline-block;
	float: right;
	width: 19.2%;
	margin-left: 1%;
	background: #E5E3E3;
	min-height: 10px;
	
}

.Home5ColLast {
	margin-left: 0;
}

.FooterBand1 {
	width: 100%;
	height: 30px;
	background: #dadada;
}

.FooterBand2 {
	width: 100%;
	background:  url(../images/footerback.png) #484848;
	min-height: 150px;
	border-top: solid 1px #333;
padding:20px;
}

.FooterBand3 {
	width: 100%;
	min-height: 30px;
	background: #252525;
	text-align: center;
}

.ContentBorder {
	width: 100%;
}

.ContentBorderTitle {
	
	
	height: 45px;
	background: #dad7d7;
	border-top: solid 3px #08bde0;
	border-bottom: solid 1px #08bde0;
	color: #505050;
	font-family: PboJam,tetisNassim;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 45px;
	box-sizing: border-box;
	width: 100%;
	padding-right:  3%;
	padding-left: 3%;
	text-shadow: 1px 1px 4px #fff;
}

.ContentBorderContent {
	width: 100%;
	min-height: 50px;
	background: #fafafa;
}
.smartTarget a
{
	font-family: PboJam,tetisNassim !important;
	font-size: .8em !important;
}
.FooterCol1
{
display:inline-block;
float:right;
width: 23%;
margin-left:2%;
min-height:50px;

}
.FooterCol3
{
display:inline-block;
float:left;
width: 23%;
margin-right:2%;
min-height:50px;


}
.FooterCol2
{
display:inline-block;
float:right;
width: 50%;
min-height:50px;


}