@font-face {
    font-family: 'SansRegular';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf');
}

@font-face {
    font-family: 'SansSemiBold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'OswaldStencil';
    src: url('../fonts/Oswald-Stencil.otf');
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia.ttf');
}

@font-face {
    font-family: 'GeorgiaBold';
    src: url('../fonts/georgiab.ttf');
}

@font-face {
    font-family: 'GeorgiaItalic';
    src: url('../fonts/georgiai.ttf');
}

@font-face {
    font-family: 'GeorgiaBoldItalic';
    src: url('../fonts/georgiaz.ttf');
}

@font-face {
    font-family: 'TradeGotBolConTwe';
    src: url('../fonts/TradeGotBolConTwe.ttf');
}

h1 {
    font-family: 'TradeGotBolConTwe', sans-serif !important;
}

.h-header {
    height: 190px;
    width: 100%;
    background-image: url('../images/bgimage.png'), url('../images/index_dark.png');
    background-position: center center, left top;
    background-repeat: no-repeat, repeat;
}

body {
    background-image: url('../images/index.png');
}

.container {
    background-color: #f7f7f7;
    padding-top: 20px;
    width: 1100px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    position: relative;
}

.nav > li.astm-search-menu {
    position: absolute;
    right: 0;
}

.h-maincontent.h-left .p-content {
    margin-right: -10px;
}

.h-maincontent.h-left {
    margin-left: 15px;
    z-index: 999;
}

.h-maincontent.h-celebs {
    /*    padding: 0;*/
    margin: 0;
}

.h-maincontent.h-celebs.h-cat-photos-wrap .p-content {
    margin-right: -50px;
}

.h-maincontent.h-celebs.h-cat-photos-wrap {
    padding: 0;
}

.h-celebs .noPaddingRight {
    padding-right: 0;
}

.photo-article-wrapper {
    /*max-height: 345px;*/
}

.cat-photos-wrapper .p-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.h-right {
    padding: 0;
}

.h-right.h-sidebar {
    padding-right: 30px;
}

.single-sidebar-wrapper {
    height: 250px;
    width: 300px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
}

.single-sidebar-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-sidebar-wrapper p {
    margin-top: 5px;
}

.p-image-wrapper {
    height: 236px;
    width: 300px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.p-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar .container {
    background-color: inherit;
    padding-top: 10px;
}

.navbar {
    z-index: 99;
}

.navbar .container {
    padding-top: 0;
}

.navbar #s {
    margin-top: 17px;
    width: 100px;
    transition: all 0.6s ease;
}

.navbar .searchform:hover #s {
    width: 160px;
}


.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 30px;
}

.h-navbar {
    background-color: #252525;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 70px;
    padding-left: calc(-550vw);
    padding-right: calc(-550vw);
}

.h-logoim {
    padding-bottom: 0;
}

.h-logoim > img {
    height: 55px;
    position: relative;
    bottom: 5px;
    z-index: 999;
}

.h-links > li > a {
    line-height: 40px;
    font-size: 21px;
}

.navbar-inverse .h-links > li > a {
    color: #fff;
    font-family: 'TradeGotBolConTwe', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}

.h-maincontent a,
.h-sidecontent a {
    color: #000;
}

.h-sidecontent {

    padding-left: 30px;
}

.h-maincontent > .row {
    margin-bottom: 50px;
}

.h-sidecontent > .row {
    margin-bottom: 30px;
}

.h-maincontent .h-imgcontainerleft {
    margin-bottom: 60px;
}

.h-maincontent.h-celebs.h-cat-photos-wrap .h-imgcontainerleft {
    margin-bottom: 25px;
}

.h-sidecontent .h-imgcontainerright {
    margin-bottom: 30px;
}

.h-imgcontainerright p.text-center {
    font-family: 'SansRegular';
    font-size: 13px;
    margin-top: 8px;
}

.h-imgcontainerright p {
    font-family: 'TradeGothicBold';
    font-size: 21px;
    margin-top: 5px;
    line-height: 1.1;
}

.h-containercenter {
    padding-left: 25px;
}

.h-containercenter h2 {
    font-family: 'TradeGotBolConTwe', sans-serif;
    font-size: 34px;
    margin-top: 0px;
    line-height: 1;
}

.h-containercenter .h-description {
    font-family: 'SansSemiBold';
    text-transform: uppercase;
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.h-containercenter .h-description a {
    color: #a0a0a0;
}

.h-containercenter .h-limiter {
    /*height: 125px;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.h-containercenter .h-limiter p {
    font-family: 'Georgia', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    display: inline;
}

.h-containercenter span a {
    font-family: 'TradeGotBolConTwe', sans-serif;
    color: #b20c0a;
    cursor: pointer;
}

.h-maincontent .h-rel {
    position: relative;
    width: 325px;
    height: 260px;
}

.h-maincontent .h-rel .absolute {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.h-imgcontainerright .center {
    display: block;
    margin: 0px auto;
}

.noPadding {
    padding: 0px;
}

.fullwidth {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.g-adver > p {
    margin-bottom: 0;
}



/*Search form*/

.screen-reader-text {
    display: none;
}

.astm-search-menu {
    position: absolute;
    right: -130px;
}

#s {
    height: 40px;
    background-color: #3f3f3f;
    border: 0;
    color: #8c9799;
    margin-top: 7px;
    position: relative;
    bottom: 2px;
    padding-left: 10px;
    border-radius: 5px;
}

#s:focus {
    border-color: #252525;
    box-shadow: none;
}

#searchsubmit {
    background-color: #3f3f3f;
    border: 0;
    border-radius: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-top: 7px;
    margin-left: -2px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.posts-nav-buttons {
    text-align: center;
    font-size: 15px;
    color: black;
    font-family: FontAwesome, Arial, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}


/*Gallery category list*/

.h-description-gal {
    font-family: 'Georgia', "Times New Roman", Times, serif;
    color: #aaaaaa;
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
}

.h-description-gal a {
    color: #aaaaaa;
}

h2.h-title-cat-gal {
    font-family: 'TradeGotBolConTwe', sans-serif;
    font-size: 24px;
}

.h-rel-gal {
    background-size: cover;
    background-position: center center;
    height: 200px;
    position: relative;
}

.h-rel-gal .absolute {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px;
}

.h-maincontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.celebs {
    column-count: 4;
    padding: 0;
    z-index: 1;
}

span.initial {
    font-size: 18px;
    font-family: 'TradeGotBolConTwe', sans-serif;
    text-transform: lowercase;
}

.celebs a {
    color: #b20c0a;
    font-family: 'Georgia', "Times New Roman", Times, serif;
    text-transform: capitalize;
}

.p-image-box.h-crown {
    margin-left: 70px;
}

.h-fixed-adver {
    position: fixed;
    top: 80px;
    right: 417px;
}