/*#inner{
    height:635px;
}*/
/**/
#slider_container{
    float:right;
    width:750px;
    height:335px;
    background:#9E0000;
    color:#fff;
    direction:rtl;
    text-align:right;
}
#slider_container>div:first-child{
    height:30px;
    padding-right:10px;
    text-align:right;
    font-size:14px;
    line-height:30px;
}
/**/
#slider{
    float:right;
    overflow:hidden;
    width:745px;
    height:300px;
    background:#24292c;
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
/**/
.slider_large{
    float:left;
    overflow:hidden;
    width:500px;
    height:300px;
}
.slider_large_content{
    width:500px;
    height:4000px;
}
/**/
.slider_large_content>div{
    overflow:hidden;
    width:500px;
    height:300px;
    background-color:#c9cdd0;
    background-size:auto 100%;
    background-position-x:center;
    background-repeat:no-repeat;
    text-align:right;
}
.slider_large_content>div>p{
    position:relative;
    display:inline;
    float:right;
    height:0px;
}
.slider_large_content>div>p>a{
    display:block;
    position:absolute;
    top:235px;
    right:300px;
    width:180px;
    height:30px;
    padding:5px;
    /*border:solid 1px rgba(0,0,0,0.1);
    border-radius:5px;
    background:rgba(0,0,0,0.6);*/
    background:#004eaa;
    color:#fff;
    font-size:18px;
    line-height:30px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    box-shadow:0px 0px 20px rgba(0,0,0,0.2);
    transition:0.3s;
}
.slider_large_content>div>p>a:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
.slider_large_content>div>p>a:hover>span{
    padding-right:15px;
}
.slider_large_content>div>div:nth-of-type(1){
    display:inline-block;
    float:left;
    padding:5px;
    margin:10px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-size:16px;
    line-height:15px;
}
.slider_large_content>div>div:nth-of-type(2){
    display:inline-block;
    float:right;
    padding:5px;
    margin:10px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-size:16px;
    line-height:15px;
    font-weight:bold;
}
.slider_large_content>div>div:nth-of-type(3){
    width:480px;
    padding:10px;
    padding-top:45px;
    text-align:justify;
    color:#333;
    font-size:24px;
    font-weight:bold;
}
.slider_large_content>div>div:nth-of-type(3)>span, .slider_large_content>div>div:nth-of-type(4)>span{
    /*background:rgba(0,0,0,0.5);
    box-shadow:10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
    box-decoration-break:clone;*/
}
.slider_large_content>div>div:nth-of-type(4){
    width:480px;
    padding:10px;
    padding-top:0px;
    text-align:justify;
    color:#333;
    font-size:18px;
    line-height:25px;
}
/**/
.slider_navigation{
    float:right;
    width:245px;
    height:300px;
    overflow-y:auto;
    overflow-x:hidden;
    background:#24292c;
    direction:ltr;
}
.slider_navigation>div{
    padding:10px;
    padding-left:15px;
    border-bottom:solid 1px #24292c;
    /*border-right:solid 3px;*/
    background:#4c5458;
    /*box-shadow:0px 0px 30px rgba(0,0,0,0.05) inset;*/
    text-align:right;
    direction:rtl;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:0.2s;
}
.slider_navigation>div[selected=selected]{
    padding-right:15px;
    padding-left:5px;
    color:#333;
    background:#c9cdd0;
    /*box-shadow:-30px 0px 30px rgba(0,0,0,0.2) inset;*/
}
/**/
#lawyer_search{
    float:left;
    width:210px;
    height:295px;
    padding:20px;
    box-shadow:0px 0px 100px rgba(0,0,0,0.5) inset;
    background:#003471;
    color:#fff;
}
#lawyer_search h2{
    display:block;
    text-align:center;
    color:#fff;
    font-size:18px;
    padding:20px;
}
#lawyer_search label{
    display:block;
    text-align:right;
}
#lawyer_search input{
    width:200px;
    height:20px;
    border:none;
    background:#fff;
    padding:5px;
}
#lawyer_search select,#lawyer_search button{
    width:210px;
    height:30px;
    border:none;
    background:#fff;
}
#lawyer_search button{
    margin-top:10px;
    background:#001a30;
    color:#fff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    text-align:center;
    cursor:pointer;
    transition:0.2s;
}
#lawyer_search button:hover{
    background:#396387;
    box-shadow:0px 0px 10px rgba(0,0,0,0.7);
}
/**/
.latest_box{
    float:right;
    width:190px;
    height:300px;
    background:#999;
}
.latest_box>div:first-child{
    height:30px;
    padding:10px;
    border-right:solid 1px #333;
    background:rgba(0,0,0,0.5);
    text-align:center;
    color:#fff;
    font-size:18px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.2) inset;
}
.latest_box>div:last-child{
    height:250px;
    overflow-x:hidden;
    overflow-y:auto;
    border-right:solid 1px #666;
    box-shadow:0px 0px 50px rgba(0,0,0,0.2) inset;
}
.latest_box a,.latest_box a:visited{
    display:block;
    padding:5px;
    padding-left:10px;
    border-right:solid 0px;
    border-bottom:solid 1px rgba(0, 0, 0, 0.3);
    background:rgba(255,255,255,0.4);
    box-shadow:0px 0px 25px rgba(0, 0, 0, 0.2) inset;
    color:#3A427B;
    text-decoration:none;
    font-size:14px;
    line-height:18px;
    transition:0.2s;
}
.latest_box a:hover{
    padding-right:10px;
    padding-left:5px;
    border-right:solid 3px #3A427B;
    color:#3A427B;
}
.latest_box a>span:first-child{
    display:block;
    float:left;
    width:70px;
    height:20px;
    font-size:12px;
    line-height:20px;
    text-align:center;
    background:#333;
    color:#fff;
}
/**/
#mot{
    float:right;
    width:206px;
    height:296px;
    border:solid 2px #057400;
    background:url(/static/images/mot.naqib.jpg);
    background-size:auto 300px;
    background-position:center;
}
#mot h2{
    display:block;
    height:28px;
    padding:5px;
    background:rgba(5,116,0,0.71);
    font-size:13px;
    color:#fff;
}
#mot p{
    display:block;
    height:210px;
    padding:5px;
    margin:0px;
    background:rgba(0,0,0,0.7);
    text-align:justify;
    color:#fff;
    font-size:14px;
    line-height:18px;
}
#mot a{
    display:block;
    height:28px;
    padding:5px;
    background:#057400;
    box-shadow:0px 0px 20px rgba(0,0,0,0.4) inset;
    font-size:16px;
    color:#fff;
    text-align:center;
}
#mot a:hover{
    background:#045500;
    box-shadow:0px 0px 20px rgba(0,0,0,0.7) inset;
}
/**/
#home_gadgets{
    float:left;
    width:220px;
    height:300px;
    overflow:hidden;
    text-decoration:none;
}
/**/
#home_time{
	width:210px;
	height:50px;
	padding:5px;
	background:#222 url(/static/images/v1.home.timer.jpg);
	color:#fff;
	font-weight:bold;
}
#home_time div:first-child{
	position:absolute;
	font-size:14px;
    line-height:20px;
}
#home_time div:last-of-type{
	padding-top:10px;
	text-align:center;
	font-size:30px;
    line-height:45px;
}
#home_weather{
	width:220px;
	height:240px;
}
.aw-toggle{
	display:none;
}
#home_weather div.aw-widget-current-inner div.aw-widget-content{
	width:216px;
	height:236px;
	border:none;
}
#home_weather a{
	/*display:none;*/
}