@font-face {
    font-family: 'Na_OE_Pro';
    src: url('../font/Na_OE_Pro-SemiBold.eot');
    src: local('☺'), url('../font/Na_OE_Pro-SemiBold.eot?iefix') format('eot'), url('../font/Na_OE_Pro-SemiBold.woff') format('woff'), url('../font/Na_OE_Pro-SemiBold.ttf') format('truetype'), url('../font/Na_OE_Pro-SemiBold.svg#webfont') format('svg'), local('☺');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Na_OE_Pro';
    src: url('../font/Na_OE_Pro-Light.eot');
    src: local('☺'), url('../font/Na_OE_Pro-Light.eot?iefix') format('eot'), url('../font/Na_OE_Pro-Light.woff') format('woff'), url('../font/Na_OE_Pro-Light.ttf') format('truetype'), url('../font/Na_OE_Pro-Light.svg#webfont') format('svg'), local('☺');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Na_OE_Pro';
    src: url('../font/Na_OE_Pro-Regular.eot');
    src: local('☺'), url('../font/Na_OE_Pro-Regular.eot?iefix') format('eot'), url('../font/Na_OE_Pro-Regular.woff') format('woff'), url('../font/Na_OE_Pro-Regular.ttf') format('truetype'), url('../font/Na_OE_Pro-Regular.svg#webfont') format('svg'), local('☺');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stanga AAA';
    src: url('../font/stanga-aaa-300.otf.eot');
    src: local('☺'), url('../font/stanga-aaa-300.otf?iefix') format('eot'), url('../font/stanga-aaa-300.woff') format('woff'), url('../font/stanga-aaa-300.ttf') format('truetype'), url('../font/stanga-aaa-300.svg#webfont') format('svg'), local('☺');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stanga AAA';
    src: url('../font/stanga-aaa-400.eot');
    src: local('☺'), url('../font/stanga-aaa-400.otf?iefix') format('eot'), url('../font/stanga-aaa-400.woff') format('woff'), url('../font/stanga-aaa-400.ttf') format('truetype'), url('../font/stanga-aaa-400.svg#webfont') format('svg'), local('☺');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Stanga AAA';
    src: url('../font/stanga-aaa-700.eot');
    src: local('☺'), url('../font/stanga-aaa-700.otf?iefix') format('eot'), url('../font/stanga-aaa-700.woff') format('woff'), url('../font/stanga-aaa-700.ttf') format('truetype'), url('../font/stanga-aaa-700.svg#webfont') format('svg'), local('☺');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Stanga AAA';
    src: url('../font/stanga-aaa-900.eot');
    src: local('☺'), url('../font/stanga-aaa-900.otf?iefix') format('eot'), url('../font/stanga-aaa-900.woff') format('woff'), url('../font/stanga-aaa-900.ttf') format('truetype'), url('../font/stanga-aaa-900.svg#webfont') format('svg'), local('☺');
    font-weight: 900;
    font-style: normal;
}
/*******************************************************************************/


html{
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Na_OE_Pro',Helvetica, Arial;
    font-weight: 300;
    color: #3d3f3f;
	direction: rtl;
	text-align: right;
	background: #F8F7F7 !important;
	margin-bottom: 55px;
}

button,.button, input, select {
    font-family: 'Na_OE_Pro',Helvetica, Arial;
}

a {
    color: #3d3f3f;
    text-decoration: none;
}

.next-page {
    position: static;
    display: block;
    text-align: left;
	margin-left: 10px;
	clear: both;
}

.act .next-page a {
	text-decoration: none !important; 
    font-size: 24px;
    color: #3DB0D8;
    font-weight: 700;
    position: relative;
    display: inline-block;
    /*width: 114px;
    height: 50px;*/
}

.act .next-page a:after {
    content: "";
    display: inline-block;
    height: 50px;
    background-color: #3DB0D8;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    margin: 15px 0;
    left: -50px;
    bottom: 57px;
    text-align: center;
    vertical-align: middle;
    background-image: url(/national/primeMinistersAndPresidents/images/next-page.png);
    background-repeat: no-repeat;
    background-position: 50%;
	margin-right: 15px;
}

#act_title {
    margin-top: 0px;
}


.default_header,.default_header *,.default_header  *:before,.default_header  *:after,.pages_navigation,.pages_navigation *,.pages_navigation  *:before,.pages_navigation  *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.default_header {
    color: #fff;
    top: 0;
    width: 100%;
    height: 280px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-size: 705px;
    background-position: 49% 64px;
	background-image:url(/national/primeMinistersAndPresidents/images/illustration-01.png);
    position:relative;
    border-bottom: 1px solid #CCC;
    text-align: center;
	background-color: rgba(90,201,229,1);
   /* background-color: rgb(240,249,255); /* Old browsers */
   /* background-color: -webkit-linear-gradient(left, rgba(191,226,249,1) 0%, rgba(129,206,255,1) 47%, rgba(161,219,255,1) 100%);*/
  /*  background-color: -o-linear-gradient(left, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);*/
}

    .default_header img {   
		width: auto;
		vertical-align: middle;
        padding-top: 5px;
    }

    .default_header img.logo {   
		height: 46px;
		margin-right: -13px;
		padding-top: 0px;
		position: absolute;
		left: 145px;
		top: 5px;
    }

    .default_header img.logo-galim {   
		height: 55px;
		position: absolute;
		left: 10px;
    }


    .default_header .container {
		width: 100%;
		position: absolute;
		top: 0px;
		text-align: right;
		direction: rtl;
		display: block;
    }
	
	.default_header .container h3{
		display: inline-block;
		font-size: 17px;
		margin: 0;
		padding: 0 20px;
		vertical-align: middle;
		color: #fff;
	}
	
	.default_header .container h3 a{
		padding-left: 6px;
		margin-left: 6px;
		border-left: 1px solid #fff;
		color:#fff;
	}
	
	.default_header .unit-name {
		text-align: center;
		width: 1009px;
		height: 40px;
		background-color: rgb(73, 157, 228);
		position: absolute;
		right: 50%;
		top: 172px;
		font-size: 24px;
		margin-right: -509px;
		line-height: 40px;
	}
	
	.default_header > .fieldName{
		font-family: "Stanga AAA";
		font-size: 75px;
		color: #049ed9;
		font-weight: 700;
		margin-top: 89px;
		display: inline-block;
	}
	
h3 span.fieldName {
    padding-left: 6px;
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #fff;
    color: #fff;
}	
	
	
.pages_navigation {
    padding: 50px 0px 10px 10px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 266px;
    margin-right: -575px;
    z-index: 997;
}


.pages_navigation>span {
    color: #666;
    font-size: 21px;
    padding: 5px 0;
    text-align: right;
    width: 0;
    display: inline-block;
    margin: 25px 0 20px;
	display:none !important;
}
.pages_navigation a {
    display: block;
    text-align: center;
    position: relative;
    height: 40px;
    background-color: rgba(246, 200, 18, 0.4);;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    margin: 15px 0px;
	font-size: 24px;
}

.pages_navigation a:hover  {
    display: block;
    text-align: center;
    position: relative;
    height: 40px;
    background-color: #F6C812;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    margin: 15px 0px;

}


.pages_navigation a span {
    display: inline-block;
    background-color: #F2F2F2;
	width: 0;
    padding: 8px 0;
    position: absolute;
    top: -7px;
    right: 65px;
	/*border-right: 0px solid #CCCCCC;*/
	border-left: 0px solid #CCCCCC;
	text-align: right;
	font-size: 17px;
	white-space: nowrap;
	-o-transition: width ease 0.6s;
	-moz-transition: width ease 0.6s;
	-webkit-transition: width ease 0.6s;
	transition: width ease 0.6s , padding ease 0.6s , border-left ease 0.6s;
	transition-delay:1s;
	overflow: hidden;
    text-overflow: ellipsis;
	line-height: 40px;
}

.pages_navigation a:hover span{
	color: #147EAD;
	
	/*right: 61px !important;
    padding-bottom: 4px !important;
    width: 182px !important;
	top: -5px !important;*/
	
}

.pages_navigation:hover a span, .pages_navigation.hover a span{
    width: 200px;
    padding:8px 22px 8px 21px;
	/*border-right: 1px solid #CCCCCC;*/
	border-left: 1px solid #CCCCCC;
	
}

.pages_navigation a:first-of-type span {
	border-top: 1px solid #CCCCCC;
}

.pages_navigation a:last-child span {
	border-bottom: 1px solid #CCCCCC;
}


.pages_navigation a span:after {
	position: absolute;
    top: 95%;
    overflow: hidden;
    height: 1px;
    content: '';
    background-color: #CCC;
    text-align: right;
    left: 17px;
    right: 20px;
}

.pages_navigation a:last-child span:after {
    display:none;
}

.pages_navigation a.active {
    display: block;
    text-align: center;
    position: relative;
    height: 50px;
    background-color: #F6C812;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    margin: 15px 0;
    left: 6px;
	margin: -5px 0 -5px 0;
}



.pages_navigation a:focus span,
.pages_navigation a:focus {
	outline: none;
}

.pages_navigation a.active span {
	right: 71px;
	color: #147EAD;
	font-weight: bold;
	top: -2px;	
    padding-top: 5px;
    padding-bottom: 11px;
}

.pages_navigation a.active span:before{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #F6C812;
    display: inline-block;
    border-top: 10px solid transparent;
    margin-top: -10px;
	
}

/****/

.other_side {
    padding: 50px 0 10px 10px;
    top: 266px;
    margin-right: 526px;
    z-index: 997;
    direction: ltr;
}

.other_side a.active {
    display: block;
    text-align: center;
    position: relative;
    height: 50px;
    background-color: #F6C812;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    left: -6px;
    margin: -5px 0;
}

.other_side a.active span {
    left: 71px;
    color: #147EAD;
    font-weight: 700;
    top: -2px;
    padding-top: 5px;
    padding-bottom: 11px;
}

.other_side a span {
    display: inline-block;
    background-color: #F2F2F2;
    width: 0;
    padding: 8px 0;
    position: absolute;
    top: -7px;
    left: 65px;
    border-left: 0 solid #CCC;
    text-align: left;
    font-size: 17px;
    white-space: nowrap;
    -o-transition: width ease .6s;
    -moz-transition: width ease .6s;
    -webkit-transition: width ease .6s;
    transition: width ease .6s,padding ease .6s,border-left ease .6s;
    transition-delay: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}


.other_side a.active span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #F6C812;
    display: inline-block;
    border-top: 10px solid transparent;
    margin-top: -10px;
}


.other_side.hover a span, .other_side:hover a span {
    width: 200px;
    padding: 8px 22px 8px 21px;
    border-right: 1px solid #CCC;
}

/****/



.goBack {
	width: 50px;
    height: 41px;
    background-color: rgba(255,255,255,.70);
    color: #000;
    font-family: OE Na Pro;
    position: absolute;
    right: 0px;
    border: transparent;
    font-size: 14px;
    line-height: 57px;
    cursor: pointer;
}

.goBackArrow {
    background-image: url(/national/primeMinistersAndPresidents/images/home.png);
    line-height: 16px;
    height: 21px;
    padding: 0 30px 0 0px;
    margin-right: -45px;
    width: auto;
    background-position: right;
    background-size: 18px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
    right: 62px;
    top: 2px;
}

/***** scroll *****/

body.content-scrolled .default_header {
  position: fixed;
  width: 100%;
  top: 0px;
  min-height: 65px;
  height:55px;
  z-index:999;
  /*opacity:0.9;*/
  background-image:none;
  content:"";
  border-bottom: none;
}


body.content-scrolled .default_header > .fieldName {
  display:none;
}

body.content-scrolled .default_header  .container {
	top: 10px !important;
	animation-name: topToBottom;
    animation-duration: 0.6s;
	display:block;
}

@keyframes topToBottom {
    from {top: -35px;}
    to {top: 10px;}
}


body.content-scrolled .unit-name {
	display:none;
}

body.content-scrolled .pages_navigation {
	position: fixed;
	top: 51px;
	
}


body.content-scrolled > .content{
	/*header height - margin top = 219 - 55 = 164*/
	margin-top: 225px;
}



/*overrides*/

body > .content{
	float: none;
	background:none;
	margin: auto;
	width: 970px;
	max-width:100%;
	margin-top: -67px; 
	padding:20px;
	background-color:#fff;
	position: relative;
    z-index: 10;
	border:1px solid #CCC;
	border-top: none;
	right:-5px;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #3db0d8;
}

/*********************toolbar**************/
/*Tools*/
body {
    margin-top: 0;
}
#tools {
    font-size: 14px;
    position: relative;
    margin: 0 auto 20px auto;
    font-family: Na_OE_Pro,Arial,Helvetica,sans-serif;
    color: #3d3f3f;
    line-height: normal;
    text-align: center;
    direction: rtl;
    width: 860px;
    height: 40px;
    box-sizing: border-box;
	z-index: 12;
	top:0px;
}

body.content-scrolled #tools {
	top:7px;
}

#tools > a, #tools > div, #tools .left > a, #tools .left > div{
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-family: Na_OE_Pro,Arial;
    border: 0;
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 11px;
    vertical-align: top;
}
	
#tools .hidden_l{
	display:none !important;
}	
	
#tools .no-border {
    border-left: 0 !important;
}

#tools .left {
	position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#tools  .sub-menu {    
    padding-left: 25px;
	position:relative;
	cursor: pointer;
}
	
	#tools  .sub-menu:after{
		content: "";
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpi/P//PwMWsACIFRhAkmh4wX8ISMApATYRlwSyZANUogDZJBARAJXYgG4/iBAA4gtA/AGIDdAlcSpANgZDAbpXUBQwYgkhASA+AMQfGHEEH0iBAkCAAQBH6NnZxE66zgAAAABJRU5ErkJggg==);
		background-repeat: no-repeat;	
		width:7px;
		height:12px;
		top:50%;
		margin-top:-6px;
		left:10px;
		position: absolute;
        transform: rotate(-90deg);
	}

    #tools  .sub-menu.open:after{
        transform: rotate(90deg);
    }

	#tools  .sub-menu > span:before{
		content: "";
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
		position: absolute;
		right: 10px;
		top: 30px;
		display: none;
	}
	
	#tools  .sub-menu.open > span:before{
		display: block;
	}
	
	#tools  .sub-menu > ul, #tools  .sub-menu > div {
		height: auto;
		background: #f7f7f7;
		position: absolute;
		top: 35px;
		right: 0;
		z-index: 15;
		max-height: 0;
		overflow: hidden;
		box-shadow: 2px 3px 5px 0 rgba(50,50,50,0.2);
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0;
		/*border: 1px solid rgba(195,195,195,1);*/
	}
	
	#tools  .sub-menu.open > ul, #tools  .sub-menu.open > div {
		max-height: 600px;
		transition: max-height ease .6s;
	}

    #tools  .sub-menu ul li {
		padding: 0;
		font-size: 13px;
		line-height: 1;
    }

        #tools  .sub-menu ul li:first-child {
            border-top: 0;
        }

        #tools  .sub-menu ul li a {
			padding: 0 25px;
			line-height: 40px;
			color: #478cb4;
			display: block;
			white-space: nowrap;
			text-align: right;
        }

        #tools  .sub-menu ul li:hover {
            background-color: #e6e6e6;
        }
		
	
#tools .left .userdata {
    padding-right: 40px;
    position: relative;
    padding-left: 25px;
}

#tools > .personal {
	position: absolute;
    top: 5px;
    left: 0;
	margin: 0;
    border-left: 0;
}

body.content-scrolled .personal {
	top: 12px;
}

.lms_personal>div {
	padding: 0 2px;
	font-size: 14px;
}

.links-area {
    background-color: rgba(103, 189, 222, 0.4);
    border-radius: 15px;
    display: inline-block;
    padding: 23px 50px;
    text-align: center;
}

.link {
    background-color: rgba(255, 255, 255, 0.6);
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    height: 85px;
    margin: 0 15px;
    padding: 12px;
    text-align: right;
    text-decoration: none;
    vertical-align: middle;
    width: 376px;
}

.link-photo-right {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 39%;
}

.link-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 213px;
}

iframe {
   border: 1px rgba(73, 130, 124, 0.71) solid;
}

/********************************************/

@media only screen and (max-device-width : 480px) {
	.default_header .unit-name{
		max-width: 100%;
		margin-right: 0px;
		right: 0px;
	}
	
	.default_header {
		background-size: 100% auto;
		background-position: 0 47%;
	}
	
	#icd_leftBlock,#icd_rightBlock {
		padding: 0;
		margin: 0;
		max-width: 100%;
		background: none;
	}
		
		
}
