@font-face {
    font-family: 'gotham-light';
    src: url('Gotham-Light.eot');
    src: url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Light.woff2') format('woff2'),
    url('Gotham-Light.woff') format('woff'),
    url('Gotham-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'gotham-book';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff'),
        url('Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('Gotham-Bold.eot');
    src: url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Bold.woff2') format('woff2'),
    url('Gotham-Bold.woff') format('woff'),
    url('Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Normal Fonts */
body,
.normal,
.filter-list li .box .form_order,
.right-side .widget form input.search-field,
.right-side .widget form .search-submit,
header .bottom-line .main-menu li a span.menu-item-description,
header .top-line .top-menu li a span.menu-item-description,
.wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form label span.wpcf7-form-control-wrap textarea,
.agent-header .box .wpcf7-form p label input.wpcf7-form-control,
.agent-header .box .wpcf7-form p label textarea{
    font-family: 'gotham-book', arial, sans-serif;
}

/* Light Fonts */
.light,
.menu-item-description,
h2,
h3,
h4,
h5,
h6{
    font-family: 'gotham-light', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Bold Fonts */
strong,b,.bold,
.contact-menu li a span.name_of_current_page{
    font-family: 'gotham-bold', arial, sans-serif;
}
.entry-content h2{
    font-size: 42px;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 0.75em;
    color: #444444;
}
.entry-content p{

}

h1{
    position: relative;
    display: block;
    font-size: 58px;
    line-height: 1.2em;
    margin: 0;
    color: #fff;
}
h1.mini{
    position: relative;
    width: 100%;
    margin: 60px 0 0 0;
    text-align: center;
    font-size: 24px;
    color: #8C8B8B;
}

h2{
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 32px;
}
h2:after{
    position: relative;
    content: '';
    margin: 25px 0 35px 0;
    width: 60px;
    height: 2px;
    display: block;
    background: #C51D1D;
}

h2.has-text-align-center{text-align: center;}
h2.has-text-align-center:after{margin: 25px auto 35px auto;}

h2.clear{margin: 0 0 30px 0;}
h2.clear:after{display: none;}


