@font-face {
    font-family: "wafeer";
    src: url("SS.otf");
}
*{
	margin:0;
}


header {
	background:#fffc00 url('img/bg-header.png') no-repeat scroll center;
	height:97px;
}
.social {
    background: #dbdbdb none repeat scroll 0 0;
    height: 50px;
    padding: 10px;
    text-align: center;
}
nav {
    background: #262626 none repeat scroll 0 0;
    height: 52px;
    text-align: center;
    margin-top: 2px;
}
nav a {
    color: #fff;
    font-family: "wafeer";
    font-size: 22px;
    text-decoration: none;
}
nav a:hover {
color:#fff;

}
.content{
        font-family: "wafeer";
	width: 300px;
	margin: auto;
	margin-top: 44px;
}

#input_account:focus{
    outline:0;
}

#menu {
	float:left;
	margin-top: 68px;
        width:60px;
        

}   

#menu ul {
        background:#fffc00;
        font-family: "wafeer";
	text-align: center;
	color: #000000;
        position: fixed;
        display: block;
        padding-right:0;
        
}
#menu ul li {

	list-style: outside none none;
	border-bottom: 1px solid #000;
	padding: 15px;
}
#menu a {
color:#000;
}
a{
color: #767676;
}
a:hover{
color: #767676;
text-decoration: none;
}
.p2 {
    color: #d14848;
    font-family: "wafeer",Tahoma;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

h1 {
    position: relative;
    font-size: 25px;
    z-index: 1;
    color:#333;
    overflow: hidden;
    text-align: right;
	margin-bottom:20px;
        margin-top:40px;

}
h1:before, h2:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: 'a0';
    background-color: #333;
}
h1:before {
    margin-right: -50%;
    text-align: right;
}
h2 {
    position: relative;
    font-size: 25px;
    z-index: 1;
    color:#333;
    overflow: hidden;
    text-align: right;
	margin-bottom:20px;
        margin-top:40px;

}
h2:before, h2:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: 'a0';
    background-color: #333;
}
h2:before {
    margin-right: -50%;
    text-align: right;
}

.top_box{
	padding: 5px;
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #D6D6D6;
	display: inline-block;
	height: 65px;
}
#nav ul {
    list-style: outside none none;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#nav ul li {
    display: table-cell;
    width: auto;
    min-width: 100px;
    margin: 1px 0px;
    border-bottom: 1px solid #999;
    text-align: center;
    white-space: nowrap;
}
.box {
	padding: 15px;
	border-bottom: 1px solid #D6D6D6;
	margin: auto;
	display: flex;
}

.icon{

	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.snap{
	width: 240px;
}

.account_and_msg{
	padding: 5px;
	color:#767676;
}

.account{
	font-weight: bold;
	font-style: italic;
}
.add {
    width: 35px;
    height: 30px;
    margin-top: 10px;
}

.more {
color:#fff;
display: block;
text-align: center; 
padding: 10px; 
background-color:#262626;
    font-family: "wafeer";
    font-size: 22px;
}

footer{
    background: #fffc00 none repeat scroll 0 0;
    height: 97px;
    text-align: center;
    margin-top: 2px;
}


@import url(http://fonts.googleapis.com/css?family=Cabin:700);

/* HTML5 Boilerplate radio-one hidden styles */
[type="radio"] {
  border: 0;
  height: 1px; margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
label {
display: inline-block;
  cursor: pointer;  /*hand view when on hover*/
  line-height: 2.5;

}

/* the basic, unchecked style */
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;           /*hard border*/
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.15em #000;   /*light shadow*/
  margin-right: 0.75em;
  transition: 0.5s ease all;    /*animation here*/
}

/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span:before {
  background: #9B55A0;
  box-shadow: 0 0 0 0.25em #000;
}



 .customfileinput::-webkit-file-upload-button {
  visibility: hidden;
}
.customfileinput::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.customfileinput:hover::before {
  border-color: black;
}
.customfileinput:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

