@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/opensans/OpenSansBold/OpenSansBold.eot");
    src: url("../fonts/opensans/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/opensans/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("../fonts/opensans/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../fonts/opensans/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("../fonts/opensans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/opensans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("../fonts/opensans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/roboto/RobotoBold/RobotoBold.eot");
    src: url("../fonts/roboto/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/roboto/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/roboto/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/roboto/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/roboto/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Tahoma';
	src: url('../fonts/tahoma/Tahoma/Tahoma.eot');
	src: local('☺'), url('../fonts/tahoma/Tahoma/Tahoma.woff') format('woff'), url('../fonts/tahoma/Tahoma/Tahoma.ttf') format('truetype'), url('../fonts/tahoma/Tahoma/Tahoma.svg') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

body{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: RobotoRegular, Tahoma, sans-serif;
    background: #fff;
    color: #000;
}

.layout-positioner{
    width: 995px;
    margin: 0 auto;
    overflow: hidden;
    outline: 1px solid re;
}

.layout-positioner:after{
    display: table;
    content: '';
    clear: both;
}

.clear{
    clear: both;
}

#header{
    height: 35px;
    background: #000;
    color: #fff;
}

#head-line{
    height: 35px;
    background: #000;
}

#logo{
    width: 160px;
    float: left;
    line-height: 34px;
    text-align: center;
}

#logo a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-family: OpenSansBold, sans-serif;
}

span.colortext{
    color: #15DB95;
}

#money{
    float: left;
    content: url(../img/money-bag.png);
    width: 34px;
    height: 34px;
}

#content{
    width: 100%;
    float: left;
}

#container{
    width: 100%;
    float: left;
    background: #fff;
}

#article{
    width: 585px;
    min-height: 100px;
    margin: 5px 175px;
    margin-right: 250px;
    color: #000;
    padding-bottom: 40000px;
    margin-bottom: -40000px;
}

#name-money{
    background: #000;
    overflow: hidden;
    margin-top: 10px;
    color: #fff;
    font-family: Tahoma, sans-serif;
    padding-left: 10px;
    margin-bottom: 10px;
}

#name-money h1{
    font-weight: 700;
    font-size: 16px;
}

#news{
    width: 468px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 55px;
}

#titleNews{
    padding: 10px;
    margin-bottom: 10px;
    background: #000;
    border-top-left-radius: 15px;
}

span#title-news{
    display: block;
    padding-left: 0px;
}

span#title-news a{
    text-decoration: none;
    color: #fff;
    text-align: center;
}

span#title-news a:hover{
    color: #15DB95;
}

span#title-news h2{
    margin: 0;
    font-family: OpenSansSemiBold, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

#button-news{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

#button-news button{
    color: #fff;
    font-size: 16px;
    background: #000;
    font-family: Tahoma, sans-serif;
    text-decoration: none;
    border: none;
    padding: 20px;
    cursor: pointer;
}

#button-news button:hover{
    color: #15DB95;
    transition-property: background;
    transition-duration: 0.5s;
}

#footer{
    height: 200px;
    clear: both;
    background: #000000;
    margin-top: 5px;
}

#foot-line{
    height: 200px;
    clear: both;
    background: #000000;
    color: #fff;
}