
@font-face {
    font-family: 'BNazanin';
    src: url('../fonts/BNazanin.eot?#') format('eot'),  /* IE6–8 */
    url('../fonts/BNazanin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BNazanin.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'calibril';
    src: url('../fonts/calibril.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face { font-family: "FontAwesome";
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg'); font-weight: normal; font-style: normal; }

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
    url('/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: calibril ,BNazanin;
    background: url('../pic/world.png')no-repeat fixed center #e0e0e0;
    background-size: cover;
    /*background: #f1f1f1;*/
    background-attachment: fixed;
}

*{
    padding: 0;
    margin: 0;
    border:0;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}


.main{
    margin: auto;
    width: 100%;
    min-width: 970px;
}

.return-top{
    display: none;
    position: fixed;
    width: 39px;
    height: 39px;
    border-radius: 30px;
    right: 40px;
    bottom: 90px;
    background: url('../pic/return-top.png')no-repeat , rgb(100,100,100);
    background-position: 6px 6px;
    z-index: 1000;
}

.line{
    /*width: 1349px;*/
    width: 100%;
    margin: auto;
    font-size: 11px;
    background: #2B2B2C;
    border-top: 1px solid #77d0c4;
    border-bottom: 1px solid #ED9C9C;
    box-shadow: 0 1px 8px #919191;
    float: left;
}

.notFund {
    padding-top: 5%;
    text-align: center;
    color: #636363;
}
.error-404{
    font-size: 150px;
    font-weight: bold;
}
.notFund p{
    font-size: 15px;
}
.p-notFund{
    padding-top: 10px;
}
