
/*body {
	background: url(../images/bkg3.jpg) no-repeat top center;
}*/

.topBarStatic {
    background: #fff;
    height: 158px;
}

.section1 {
    height: 650px;
    background: url("../images/mosdot_sec1.jpg") no-repeat center top;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 120px;
    /*margin-top: 284px;*/
    text-align: center;
    font-weight: 900;
    letter-spacing: -3px;
}

.breadCrumbs {
    height: 83px;
    background: #ffff;
    font-size: 25px;
    display: flex;
    align-items: center;
	color: #333;
}

.breadCrumbs p{
	margin-right: 15px;
}

.breadCrumbs a{ color: #000;}
.breadCrumbs a:hover{ text-decoration: underline;}


.section2 {
    height: auto;
	background: none;
	padding-bottom: 2%;
}

.sec2TitleB {
    font-size: 60px;
    margin-top: 39px;
    color: #187dcf;
    text-align: center;
}

#tabs {
    margin-top: 52px;
     /*min-height: 80px;
   border-bottom: 4px solid #062036;*/
}

.innerContainer {
    margin: 0 auto;
    width: 800px;
}

#tabs ul {
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
#tabs li {
    background-color: #062036;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-right: 0.5%;
    box-sizing: border-box;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tabs li.active {
    background: #fff;
	border: 5px solid #062036;
    border-bottom: 5px solid #fff;	    
    color: #062036;
    font-weight: 700;
    position: relative;
}

.tabsSep {
    height: 4px;
    background: #062036;
    position: relative;
    top: -4px;
    z-index: -1;
}

.tableContainer {
    margin-top: 60px;
}
header {
    background-color: #fff;
}

.table {
    width: 100%;
    margin: auto;
}

.thead {
    height: 56px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: right;
    color: #005591;
    display: flex;
    align-items: center;
}

.theadSep{
	width: 7px;
	height: 3px;
	background: #000;
	margin-top: 32px;
}

.th, .td {
    float: right;
	text-align: right;
   /* padding: 48px 0 0;*/
    line-height: 1;
}


.th1, .td1 {
    width: 21.5%;
    padding-left: 3%;
}
.th2, .td2 { width: 19%;}

.td3, .th3 {
    width: 19%;
    padding-left: 2%;
}

.th4, .td4 { width: 34.5%; }


a.td1Btn {
    font-size: 13px;
    width: 132px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #187dcf;
    margin-top: 26px;
}

.td2 {
    font-size: 15px;
    font-weight: 500;
	color: #979797;
}

.td2 p{	margin-top: 16px; }
.td2 p:first-of-type{ margin-top: 0; }
.td2 a{	color: #979797; }
.td2 a:hover{ text-decoration: underline} 

.td3 {
    font-size: 20px;
    font-weight: 500;
	color: #187dcf;
}

.td3 p{
	margin-top: 20px;
}
.td3 p:first-of-type{
	margin-top: 0;
}
.td4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
	position: relative;
    top: -6px;
}

.row {
    color: #000;
    min-height: 259px;
    display: flex;
    font-size: 15px;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
	padding: 3% 0;
    box-sizing: border-box;
}

.paginNav {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    margin: 4% auto 0;
    width: 360px;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.pages {
    font-size: 15px;
    font-family: Heebo, sans-serif;
    color: #9e9e9e;
    border: 0;
}

a.previouspostslink, a.page.smaller {
    font-size: 14px;
    border: 0;
	display: none
}

.nav-previous {
    text-align: left;
}

.mosdotFooter {
    height: 379px;
    background: #fff url(../images/mosdot_footer.png) no-repeat center top;
}

.mosdotFooter ul.footerMenu {
    margin-top: 80px;
}


@media (max-width: 1200px){
	.td3, .th3 {
		width: 17%;
		padding-left: 2%;
	}
	.th2, .td2 {
		width: 22%;
	}
}

@media (max-width: 1000px){
	.section1 {
		height: 48vw;
		background-size: cover;
	}
	
	h1 {
		font-size: 12vw;
		letter-spacing: -1px;
	}

	.th2, .td2 {
		width: 24%;
	}
	
	.td3, .th3 {
		width: 14%;
		padding-left: 2%;
	}
	
	.th4, .td4 {
		width: 35.5%;
		font-size: 18px;
	}
	
	.td3 p {
		margin-top: 16px;
	}
}

@media (max-width: 920px){
	.innerContainer {
		margin: 0 auto;
		width: auto;
	}
	
	#tabs ul {
		display: grid;
		justify-content: normal; 
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 4% 1%;
	}
	
	#tabs li {
		margin-right: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	#tabs li.active {
    	border-bottom: 5px solid #187dcf;
	}
	
	.tabsSep {
		display: none;
	}
}


@media (max-width: 800px){
	header {
		display: none;
	}
	
	.th, .td {
    	float: none;
	}
	
	.th1, .td1, .th2, .td2, .td3, .th3, .th4, .td4 {
		width: auto;
		padding-left: 0;
		margin-top: 3%;
		font-size: 16px;
	}
	
	.td1::before{ 
		content: "\05E9 \05DD  \05D4 \05DE \05D5 \05E1 \05D3: ";
		color: #187dcf;
		font-weight: 600;
		font-size: 16px;
	}
	
	a.td1Btn {
		width: auto;
		height: 30px;
		margin-top: 8px;
	}
	
	
	.td2::before{ 
		content: "\05D0 \05E0 \05E9 \05D9  \05E7 \05E9 \05E8: ";
		color: #187dcf;
		font-weight: 600;
		font-size: 16px;
	}
	
	.td2 p {
		margin-top: 8px;
	}
	
	.td2 p:first-of-type {
		margin-top: 8px;
	}
	
	.td3::before{ 
		content: "\05D9 \05DE \05D9 \05DD  \05E4 \05EA \05D5 \05D7 \05D9 \05DD: ";
		color: #187dcf;
		font-weight: 600;
		font-size: 16px;
	}
	
	.td3 p {
		margin-top: 5px;
		color: #000;
	}
	
	.td3 p:first-of-type {
		margin-top: 8px;
	}
	
	.td4::before{ 
		content: "\05EA \05D7 \05D5 \05DE \05D9  \05DC \05D9 \05DE \05D5 \05D3: ";
		color: #187dcf;
		font-weight: 600;
		font-size: 16px;
	}
	

}


@media (max-width: 720px){
	.section1 {
		height: 48vw;
		background-size: cover;
		width: 100%;
		display: inline-flex;
	}
	
	.breadCrumbs {
		height: 64px;
		font-size: 20px;
	}
	
	.sec2TitleB {
		font-size: 48px;
		margin-top: 0;
		padding-top: 3vw;
	}
}

@media (max-width: 720px){
	.sec2TitleB {
		font-size: 44px;
		letter-spacing: -2px;
	}
	
	.tableContainer {
		margin-top: 3vw;
	}
}

@media (max-width: 540px){
	.section2 {
		padding-bottom: 8%;
	}
	
	.mosdotFooter {
		height: auto;
		background: #062036 url(../images/maslul_footer_540.png) no-repeat center top;
		padding-bottom: 10%;
	}
	
	.mosdotFooter ul.footerMenu {
		margin-top: 10%;
	}
	
	#tabs {
		margin-top: 6%;
	}
	
	#tabs ul {
    	font-size: 18px;
	}
	
	#tabs li {
		min-height: 60px;
	}
	#tabs li.active {
    	border: 3px solid #187dcf;
	}
}