@font-face {
	font-family: "captcha-code";
	src: url("../css/fonts/captcha-code.otf") format("opentype");
}

#letters {
    font-family: captcha-code;
    font-size: 32px;
    left: 64px;
    position: absolute;
    color: #212848;
    letter-spacing: 4px;
}


body{
	font-family: 'HacenTunisia',tahoma;
	background-attachment: fixed;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#inner_content {
	background-color: #fff;
}

.container{
	width: 1170px;
	margin: 65px auto;
   position: relative;
}
.clears{
	clear:both;
}
.slogo{
    color: #3d4c54;
    font-family: 'HacenTunisia',tahoma;;
    font-size: 25px;
    font-weight: bold;
    margin: -46px 88px;
    position: absolute;
    width: 400px;
    z-index: 2147483647;
}

.header-social {
    position: absolute;
    top: -54px;
    left: 240px;

}

.header-social>a>img {
    width: 21px;
    margin-right: 20px;
    vertical-align: middle;
}

.header-social a:first-child img {
    width: 15px;
}

/*باب الشكاوي*/


#middle2_left .inputform {
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #797978;
    direction: rtl;
    font-family: "HelveticaNeueLTW20-Roma",Tahoma,Arial;
    font-size: 12px;
    height: 24px;
    line-height: 23px;
    padding: 0 3px;
    text-align: right;
    width: 230px;
}
#side_bar_claim .inputform{
        background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #797978;
    direction: rtl;
    font-family: "HelveticaNeueLTW20-Roma",Tahoma,Arial;
    font-size: 12px;
    height: 24px;
    line-height: 23px;
    padding: 0 3px;
    text-align: right;
    width: 180px;
}
#middle2_left .textarea {
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #797978;
    direction: rtl;
    font-family: "HelveticaNeueLTW20-Roma",Tahoma,Arial;
    font-size: 12px;
    line-height: 23px;
    overflow: auto;
    padding: 0 3px;
    text-align: right;
    width:230px;
}
#side_bar_claim .textarea {
        background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #797978;
    direction: rtl;
    font-family: "HelveticaNeueLTW20-Roma",Tahoma,Arial;
    font-size: 12px;
    line-height: 23px;
    overflow: auto;
    padding: 0 3px;
    text-align: right;
    width: 180px;
}

.view_comments{
  /*  margin-bottom: 50px;*/
}

.hcc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    left: auto;
    line-height: 1.167em;
    margin: 0;
    min-height: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    right: auto;
    text-align: right;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: auto;
    vertical-align: baseline;
}

.hc__nick {
    color: #3a609b;
    cursor: pointer;
    font-size: 13px;
}

.hc__time {
    color: #a3a3a3;
    font-size: 10px;
    margin-left: 6px;
}
.name_author{
   margin-top: 10px;
     margin-left: 15px;
}
.hc__avatar {
  transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    width: 35px;
    z-index: 1;
}

.hc__avatar img {
    background-clip: padding-box;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    height: 35px;
    margin: 0;
    padding: 0;
    width: 35px;
}
.hc__message__txt {
    color: #363636;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 45px;
    word-wrap: break-word;
}
.comment_content{
    border-bottom: 1px solid #ccc;
}

.pages_number > a{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
  
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pages_number{
    margin: 20px 0;
}

.notice {
    color: #ff5151;
    font-style: italic;
}
.block {
	padding: 40px 20px;
}

.social-block {
	margin-top: 20px;
	margin-bottom: 45px;
}

.social-item {
	display: inline-block;
	background: linear-gradient(0deg, #3d4c54, #64808a, #3d4c54);
	background-color: #3d4c54;
	/*border-top: solid 12px #800000;
	border-bottom: solid 12px #800000;*/
	width: calc(50% - 4px);
	height: 100px;
}

.social-block > .social-item:first-of-type {
	margin-left: 4px;
}

/*
@media only screen and (max-width: 1300px) {
	.social-item {
		display: block;
		width: auto;
		margin-bottom: 38px;
	}
}
*/
	
.social-item > .logo {
	position: relative;
	width: 110px;
	top: -30px;
}

.social-item > .header {
    display: inline-block;
    padding-top: 46px;
    vertical-align: top;
    color: #fff;
    font-size: 1.6em;
}

.social-block>a>.social, .social-block>a>.click-me {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 15px;
}
