@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir.woff') format('woff'),
        url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Bold.eot');
    src: url('../fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir-Bold.woff') format('woff'),
        url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir/Vazir-Light.eot');
    src: url('../fonts/vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir-Light.woff') format('woff'),
        url('../fonts/vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}


body{
    font-family: Vazir, Tahoma;
    background: #e1e1e1;
}
::-moz-selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
::selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

h1, h2, h3, h4, h5, h6{margin: 5px auto}
h1, .h1{font: 18pt Vazir}
h2, .h2{font: 11.5pt Vazir}
h3, .h3{font: 11.5pt Vazir}
h4, h5, .h4, .h5{font: 11pt Vazir}
h6, .h6{font: 9pt Vazir}
.curve{
    border-radius: 5px;
}

.form-control, .form-group .form-control {
  background: #fff;
  transition: ease-out 0.25s all;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 3px 6px;
}
.form-control:focus, .form-group .form-control:focus {
  border: 1px solid #555;
}
.navbar-fixed-top {
    position: absolute;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #59af4f;
    border-color: #59af4f;
}

.profile-page .description {
    margin: 10px auto 30px;
    max-width: 700px;
    color: #656565;
}
h1{
    font-weight: bold;
    margin: 30px auto 0;
}
.name h2{
    margin-bottom: 20px;
}

.btn{
    font-size: 14px;
}
.main-body {
    clear: both;
    display: block;
    padding-top: 40px;
}
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}
.main-body h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}
footer a{
    color: #797979;
}
footer a:hover{
    color: #212121;
}