.main_logo_div {
    width: 47%;
    margin-top: 70px;
    display: inline-block;
    vertical-align: top;
}

img.main_logo {
    height: 150px;
    max-width: 100%;
    margin-left: 40px;
}

.home_div {
    width:47%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.home_div h2 {
    font-size: 3em;
font-family: ge_m, 'Segoe UI',Tajawal;
font-weight: bolder;
padding: 5px 20px;
}
.home_div p {
    font-family:'ArabicNaskh','Segoe UI', Arial;
    font-size:1.4em; 
    color:#115098;
    line-height: 1.6em;
    padding: 0 16px;
}

@media (max-width:800px)
{
    .main_logo_div {
        margin-top: 20px;
        width:100%;
    }
    .home_div {

        width:100%;
    }

    img.main_logo {
        margin-left: 0;
    }
       
}

.download-version-switch {
	float: left;
	display: block;
	margin: 2px 10px 0 5px;
}

.download-version-switch a {
	padding: 5px 8px;
	float: left;
	font-size: 14px;
	text-decoration: none !important;
	font-weight: bold;
	border-radius: 0;
}

.download-version-switch a.disabled {
	background: #EEE;
	box-shadow: 0 1px 3px #CCC inset;
	-webkit-box-shadow: 0 1px 3px #CCC inset;
	color: #999;
	text-shadow: 1px 1px #FFF;
}

.download-version-switch a.disabled:hover {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
	background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #D31141;
	text-shadow: 1px 1px #FFF;
}

.download-version-switch a.left {
	border-top-left-radius: 4px;
	border-bottom-left-radius:  4px;
}

.download-version-switch a.right {
	border-top-right-radius: 4px;
	border-bottom-right-radius:  4px;
}

h2.downloads {
	font-size: 3em;

}

.download-blocks {
    position: relative;
    margin-bottom: 10px;
}


dl.download.zip::before{
    background: url("images/zip_download_arrow.svg") no-repeat 0 0;
    content: '';
    position: absolute;
    display: block;
    height: 64px;
    width: 57px;
    left: 12px;
    top: -1px;
    background-size: cover;
}
dl.download.bz2::before{
    background: url("images/bz2_download_arrow.svg") no-repeat 0 0;
    content: '';
    position: absolute;
    display: block;
    height: 64px;
    width: 57px;
    left: 12px;
    top: -1px;
    background-size: cover;
}
dl.extra-box.blue, .big-tag.blue {
    background: #3f678d;
    /* background: -moz-linear-gradient(45deg, #ffc561 0%, #ff8a2b 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffc561), color-stop(100%,#ff8a2b));
    background: -webkit-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
    background: -o-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
    background: -ms-linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
    background: linear-gradient(45deg, #ffc561 0%,#ff8a2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc561', endColorstr='#ff8a2b',GradientType=1 ); */
}
dl.extra-box {
    display: inline-block;
    width: 240px;
    min-height: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    padding: 10px 14px 19px;
    margin-right: 19px;
}
dl.extra-box dt  {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 1.5em;
    color: #cadce0 !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-decoration: none !important;
}
dl.extra-box dd, dl.download-contrib dd {
    display: block;
    color: #cadce0 !important;
    padding-left: 40px;
    font-size: 1.2em;
    text-decoration: none !important;
}
.download-blocks dl.download:first-child {
    margin-right: 15px;
}
.install-requirement {
    margin-right: 15px;
    font-size: 14px;
}
.install-requirement  .itemizedlist{
    margin-right: 15px;
    font-size: 12px;
}
.phpbb_ver {
    color: #ffffff;
    position: relative;
    left: 24px;
    top: -11px;
    background-color: #29303d;
    padding: 19px;
    text-align: left;
    float: left;
    height: auto;
    font-size: 2.5em;
    font-weight: bold;
    margin-right: 30px;
}

p.package-des {
    /*padding-left: 210px; */

}

@media (max-width:700px)
{
    p.package-des {
        overflow: visible;
    
    }
    
}

