@font-face {
  font-family: 'MartaDecorOne';
  src: url('../fonts/MartaDecorOne.eot');
  src: url('../fonts/MartaDecorOne.woff') format('woff'),
       url('../fonts/MartaDecorOne.ttf') format('truetype'),
       url('../fonts/MartaDecorOne.woff2') format('woff2'),
       url('../fonts/MartaDecorOne.eot?#iefix') format('embedded-opentype');
}

body {
    margin: 0;
    border-top: 5px solid #4f2510;
    background: #ffffff url(../images/bg.png);
    color: #4f2510;
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
}
a {
    color: #525252;
}

img {
    border: 0;
}

p {
    margin: 20px 0;
}

h1 {
    font-family: MartaDecorOne;
    font-size: 32px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.inputbox {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    color: #b2b2b2;
    vertical-align: top;
}

.button {
    height: 32px;
    border: none;
    background-color: #4f2510;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.image {
    outline: 1px solid #c9c9c9;
    border: 1px solid #fff;
}

figure img {
    display: block;
}

.wrapper {
    margin: auto;
    max-width: 960px;
}

header {
    padding: 20px 0;
}

aside {
    float: left;
    width: 250px;
}

aside + .item-page {
    margin-left: 280px;
    padding-bottom: 50px;
}

.td_num {
    padding: 20px;
    text-align: justify;
}

.td_num h3 {
    margin: 0;
    font-family: MartaDecorOne;
    font-size: 32px;
    text-align: center;
}

.btn {
    height: 32px;
    border: none;
    background-color: #4f2510;
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

.btn-tx {
    height: 32px;
    border: none;
    background-color: #4f2510;
    color: #fff;
}

footer {
    margin: 20px;
    clear: both;
    background: #4f2510;
    color: #dbdbdb;
    font-size: 16px;
    font-family: 'Oswald',sans-serif;
    text-align: center;
}

.footer-content {
    margin: auto;
    padding: 10px 0;
    max-width: 960px;
    height: 90px;
}

.footer-heading {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #919191;
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Oswald', sans-serif;
}

footer a {
    color: #dbdbdb;
}

footer p {
    margin: 5px 0;
}

.footer-logo {
    float: right;
    margin-top: 20px;
    text-align: right;
    font-size: 10px;
}

.header-contacts {
    font-family: 'Oswald', sans-serif;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}

.main-navigation {
    background: #ffffff;
    float: right;
    margin-top: -50px;
}

.menu-top {
    margin: 0;
    padding: 0;
}

.menu-top li {
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    list-style-position: inside;
    text-transform: uppercase;
    font-family: MartaDecorOne;
    font-size: 18pt;
}

.menu-top li.current {
    background: #4f2510;
}

.menu-top a {
    color: #4f2510;
    text-decoration: none;
}

.menu-top li.current a {
    color: #fff;
}

.teaser {
    display: block;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
}

.teaser .heading {
    margin: 40px 0 20px;
    height: 16px;
    background: transparent url(../images/h1-bg.png);
}

.teaser .bullet {
    display: inline-block;
    margin-right: -4px;
    width: 16px;
    height: 16px;
    background: #29c5e6;
    vertical-align: top;
}

.teaser .heading-text {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background: url(../images/bg.png);
    text-transform: uppercase;
    font: normal 14px/16px 'PT Sans', sans-serif;
}

.teaser .image {
    float: left;
    margin-right: 20px;
}

.teaser .small-block {
    margin-bottom: 10px;
}

.teaser .small-block .image {
    margin-right: 0px;
}

.teaser .more,
.teaser .more a {
    margin-bottom: 0;
    color: #525252;
}

.teaser-small-heading {
    display: block;
    margin: 0;
    color: #525252;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
}

.teaser-small-paragraph {
    margin: 4px 0;
    font-size: 11px;
}