/*--------------------------------------
    main elements
--------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #181818;
    background-image: url("../images/WebsiteBackground.png");
    background-attachment: fixed;
    background-position: top center;
    box-shadow:inset 0 0 500px 150px rgba(0,0,0,50.0);
}

::selection {
    color: #101010;
    background: rgb(255, 255, 255) 
    
}

::-moz-selection {
    color: #181818;
    background: rgb(253, 84, 84); 
}


span, p, input {
    font-family: 'Merriweather', serif;
    line-height: 26px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'PLAY BOLD', sans-serif;
    font-weight: 600;
    
}

h6 { 
    font-family: 'SpectralSC Bold', sans-serif;
    margin-top: -20px;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

.media .media-left{
    float: left;
}

/*-------------------
header
---------------------*/
.main-menu.navbar-default {
    background: #202020;
    border-color: #222222;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'PLAY REGULAR', sans-serif;
    font-size: 16px;
    color: rgb(229, 229, 229);
    line-height: 36px;
}

.icon-right {
    float: right;
}

.menu-left {
    float: left;
}

.nav > li > a:first-child {
    padding-left: 0;
}

.main-menu.navbar-default .navbar-collapse, .navbar-default {
    border-color: #e7e7e7;

}

.i_con {
    float: right;
    position: relative;
    padding-right: 35px;
}

.i_con a i {
    font-size: 14px;
    padding: 15px 4px;
    color: #AAAAAA;
    line-height: 35px;
}

.top-search {
    position: absolute;
    right: -16px;
    top: 0;
    color: #AAAAAA;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu ul .sub-menu {
    text-align: left;
}

.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li a:active,
.main-menu .navbar-nav > li a:focus {
    color: rgba(250, 75, 50, 1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    /*color: #fd5454;*/
    color: rgba(250, 75, 50, 1);
    background-color: transparent;
}
.i_con a i:hover {
    color: rgba(250, 75, 50, 1);

}

.main-menu ul .sub-menu, .main-menu ul .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: -12px;
    z-index: 99999;
    box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    border: 1px solid #e2e2e2;
}

.main-menu ul .sub-menu ul, .main-menu ul .children ul {
    left: 100%;
    top: 0;
}

.main-menu ul ul a, .main-menu ul ul ul li a {
    color: #666666;
    margin: 0;
    text-decoration: none;
    padding: 11px 18px;
    min-width: 220px;
    line-height: 19px;
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 12px;
    border-bottom: 1px solid #eee !important;
    letter-spacing: 1px;
}


.main-menu ul ul a:last-child, .main-menu ul ul ul li a:last-child {
    border: 0;
}

.main-menu ul ul a:hover, .main-menu ul ul ul li a:hover{
    background: rgba(250, 75, 50, 1);
    color: #fff !important;
}

.main-menu ul li:hover > ul, .main-menu ul ul li:hover > ul {
    display: block;
}

.main-menu ul .sub-menu li {
    margin: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 30px;
    font-size: 12px;
    letter-spacing: 1px;
}

.navbar-logo > img {
    padding: 0 0;
    margin-top: 28px;
    margin-bottom: -10px;
}

.patreon {
    margin-bottom: 10px;
}

.description
{
    padding: 0px 20px 0px 20px;
    text-shadow: 2px 2px 2px #000;
    color: #e5e5e5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 24px;
    line-height: 34px;
    font-family: "PLAY BOLD";
}

/* ===============
main video css
 ===================*/

 .last_trailer
 {
     margin-bottom: 14px;
 }
 
 .last_trailer iframe
 {
     border: 1px solid #222222;
     width: 100%; 
     height: 434px;
     float: auto;
 } 

/* ===============
post css
 ===================*/

 .top-buffer { margin-top:20px; }

 .main-content {
    margin-top: 50px;
}

.main-content{
    margin-top: 50px;
}

/*
article {
    border: 1px solid #222222;
}*/

.entry-header {
    margin: 40px 0 23px;
}

.entry-header h1 a, .entry-header h6 a {
    text-decoration: none;
    letter-spacing: 0.5px;
}

.entry-header h1 {
    font-family: 'PLAY BOLD', sans-serif;
    margin-top: 0;
    font-size: 22px;
}

.entry-header h6 a {
    color: rgba(250, 75, 50, 1);
    font-size: 10px;
}

.entry-header h1 a {
    font-weight: 600;
    color: #e5e5e5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 22px;
    line-height: 30px;
}

.entry-content p {
    font-family: 'PLAY REGULAR', sans-serif;
    color: #e5e5e5;
}

.entry-header h1 a:hover {
    color: rgba(250, 75, 50, 1);
}

.post-thumb img {
    width: 100%;
}

a.more-link {
    font-family: 'PLAY REGULAR', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none;
    margin: 20px 0 16px;
    display: inline-block;
    color: rgba(250, 75, 50, 1);
    border: 1px solid #35353500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.more-link:hover {
    background-image: url("../images/ButtonSkin.png");
    color: #e5e5e5;
    border-color: #fd545400;
}


.post {
    background-image: url("../images/PostSkin.png");
    opacity: 0.97;
    margin-bottom: 26px;
    border: 1px solid #222222;
}


.post-content {
    padding: 0 43px;
    overflow: hidden;

}

.post-thumb {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-thumb:hover .post-thumb-overlay {
    opacity: 1;
}

.post-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.post-thumb-overlay div {
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 132px;
    border: 1px solid #fff;
    line-height: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 50%;
    letter-spacing: 1px;
    margin: 5px;
    margin-top: -18px;
    text-transform: uppercase;
}


.date_of_post{
    font-family: 'Russo One', sans-serif;
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    font-style: bold;
}

.linkinpost{
    text-decoration: none;
    color: rgba(250, 75, 50, 1);
}

.linkinpost:hover{
    text-decoration: none;
    color: rgb(250, 123, 50);
}

.linkinpost:focus{
    text-decoration: none;
    color: rgb(250, 123, 50);
}

.linkinpost:active{
    text-decoration: none;
    color: rgb(250, 107, 50);
}



/* ===========
pagination
==============*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 50px;
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #e5e5e5;
    text-decoration: none;
    background-color: #181818;
    border: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;

}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #181818;
    background-color: #fa4b32;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #181818;
    background-color: rgba(250, 75, 50, 1);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover
{
    background-color: #e5e5e5;
    color: #181818;
}

/*==========
sidebar
===========*/
.sbr
{
    position: sticky; top: 60px;
}

.widget {
    padding: 0px 0px 4px;
    margin-bottom: 20px;
    background-image: url("../images/PostSkin.png");
    opacity: 0.96;
    color:#e5e5e5;
    border: 1px solid #222222;
    position: relative; 
}

.category_block a{
    color:rgba(250, 75, 50, 1);
    width: 90%;
}

.widget a:hover{
    color:#e5e5e5;
}

.widget h3{
    font-size: 17px;
}

a.category-link {
    font-family: 'PLAY REGULAR', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    color:#e5e5e5;
    background-image: url("../images/ButtonSkin.png");
    border: 1px solid #222222;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.category-link:hover {
    color: rgba(250, 75, 50, 1);
    border-color: #222222;
    background-image: url("../images/PostSkin.png");
}


/*=======
list layout
=========*/

.post-grid .post-content {
    padding: 0 30px;
    overflow: hidden;
}

.post-grid .entry-header {
    margin: 31px 0 20px;
}

.post-grid .entry-header h1, .post-list .entry-header h1 {
    margin: 0;
    line-height: 24px;
}

.post-grid .entry-header h1 a, .post-list .entry-header h1 a {
    font-size: 18px;
    line-height: 24px;

}

.post-list .post-content {
    padding: 0 20px 0 0;
    overflow: hidden;
}

p.clip{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*=======
Footer
=========*/
.footercontentmain 
    {
        background: #202020;
        background-image: url("../images/PosbuSkin.png");
        background-blend-mode: multiply;
        border-color: #222222;
        font-family: 'PLAY REGULAR', sans-serif;
        padding: 5px;
        color: #e5e5e5;
        font-size: 15px;
        position: relative;
        width: 100%;
    }

@media (max-height: 1080px) {
    .footercontent 
    {
        background: #202020;
        background-image: url("../images/PosbuSkin.png");
        background-blend-mode: multiply;
        border-color: #222222;
        font-family: 'PLAY REGULAR', sans-serif;
        padding: 5px;
        color: #e5e5e5;
        font-size: 15px;
        position: relative;
        width: 100%;
    }
}

@media (min-height: 1080px) {
    
    .footercontent 
    {
        background: #202020;
        background-image: url("../images/PosbuSkin.png");
        background-blend-mode: multiply;
        border-color: #222222;
        font-family: 'PLAY REGULAR', sans-serif;
        padding: 5px;
        color: #e5e5e5;
        font-size: 15px;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}

/*==========
Media
===========*/
/*==========
image slider
===========*/

.mainViever{
    float: auto;
    /*margin-left: 12%;
    width: 75%;
    border: 1px solid black;*/
    z-index: 1;
    top: 1%;
    margin-bottom: 26px;
    }
    
    #mainLeftButton
    {
        display:block;
        position:absolute;
        z-index: 2;
        width: 5%;
        margin-top: 23%;
        margin-left: 1%;
        float: left;
        opacity: 0.7;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    #mainLeftButton:hover{
        opacity: 0.4;
    }
    
    #mainRightButton
    {	
        display:block;
        position:absolute;
        z-index: 2;
        width: 5%;
        margin-top: 23%;
        margin-left: 94%;
        float: right;
        opacity: 0.7;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    #mainRightButton:hover{
        opacity: 0.4;
    }
/*==========
image gallery
===========*/

.img_gal {
    display:inline-block;   
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 26px;
    
}

.img_gal img {
    max-width: 240px;
    max-height: 119.9px;
    width: 100%;  
    border: 1px solid;
    border-color: black;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.img_gal .img_gal_desc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.img_gal h6 {
    font-family: 'PLAY REGULAR', sans-serif;
    font-size:18px;
    margin: 0px;
    text-align: center;
}

.img_gal:hover img{
    border-color:  #202020;
}
.img_gal_desc:hover {
    opacity: 0;
}

/* 404 page */
.st-content {
    margin: 50px 0 150px;
}

/*.grey-color {
    background: #252525;
    background-image: url("../images/PostSkin.png");
    background-blend-mode: multiply;
    opacity: 0.97;
    box-shadow: 0 0 1px rgba(229, 229, 229, 0.85);
}*/

.padding-content {
    padding: 40px;
}

.error-404 {
    padding-top: 100px;
    padding-bottom: 150px;
    color: #e5e5e5;
    
}

.error-404 h1 {
    font-size: 900%;
    margin-bottom: 30px;
    color: rgba(250, 75, 50, 1);
}

p.go-back-home {
    margin: 40px;
    color: #e5e5e5;
    text-align: center;
}

p.go-back-home a {
    font-family: 'PLAY REGULAR', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 10px 20px;
    text-decoration: none;
    margin: 24px 0 28px;
    display: inline-block;
    color: rgba(250, 75, 50, 1);
    border: 1px solid #35353500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

p.go-back-home a:hover {
    background-image: url("../images/ButtonSkin.png");
    color: #e5e5e5;
    border-color: #fd545400;
}

/*==========
cookies page
===========*/

.cockie_title{
    color: #e5e5e5;
    font-weight: 300;
}

.how_cookie{
    color: #e5e5e5;
    font-family: 'PLAY REGULAR', sans-serif;
}

.cc-message{
    font-family: 'PLAY REGULAR', sans-serif;
}
@font-face {
    font-family: "Russo One"; 
    src: url("../fonts/RussoOne-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

@font-face {
    font-family: "PLAY REGULAR"; 
    src: url("../fonts/PLAY-REGULAR.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "PLAY BOLD"; 
    src: url("../fonts/PLAY-BOLD.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "SpectralSC Bold"; 
    src: url("../fonts/SpectralSC-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}


