/*------------------------------------------------------------------
Theme Name: Gazeta
Version:	1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Topbar
	3. OuterWrap  
	4. Header  
		4.1. Header - Nav 
		4.2. Header - Search 
		4.3. Header - Logo 
	5. Homepage Styles 
	6. Sidebar Styles 
	7. Banner Styles  
	8. Footer Styles 
	9. Subpage Styles 
	10. Team Styles 
	11. Contact 
	12. News - Single
	13. Portfolio
	14. Footer
	15. Extras
		15.1. Subpage Extras
	16. Responsive Styles 
	
-------------------------------------------------------------------*/
/* 1. Global Styles */
html {
    overflow-y: scroll;
}

body {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    background: url(../images/bg1.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p {
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

a {
    color: #000000;
    transition: .3s;
}
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    margin: 0;
}
.wrapper {
    background: #FFF;
    padding: 0px;
    position: relative;
    margin-bottom: -30px;
}
.news-feed, .bl-featured-big {
    position: relative;
    overflow: hidden;
}

.news-feed:after, .bl-featured-big:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.80)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    bottom: -45%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s;
}
.header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    padding: 42px 0;
}

.logo h1 {
    margin: 16px 0px 0px;
    padding-left: 15px;
}

/* 5. Homepage Styles */
.b1-aside h5 {
    border: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 10px;
}

.b1-aside h5 span {
    border: 1px solid #d3d3d3;
    height: 38px;
    line-height: 48px;
    padding: 0;
    width: 130px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-shadow: 2px 3px rgba(0,0,0,.16);
}
.bla-content h4 {
    margin: 0px;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
    padding-right: 40px;
}
.sep {
    height: 1px;
    background: #e5e5e5;
    width: 100%;
    margin: 20px auto;
}
#tweet-feed {
    padding: 5px 0 20px;
    border-bottom: 1px solid #dfdfdf;
}
.bl-featured-big {
    position: relative;
    overflow: hidden;
}

.bl-featured-big:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(35%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.65) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s;
}

.bl-featured-big img {
    width: 100%;
}

.bl-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    z-index: 777;
    width: 100%;
    padding: 30px 30px 15px;
    width: 100%;
    height: 100%;
}
.bl-info h3 {
    margin: 5px 0 15px;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    position: absolute;
    bottom: 12px;
}

.bl-info h3 a {
    color: #fff;
}

#bl-featured {
    margin-bottom: 30px;
}

#bl-featured .slick-dots {
    position: absolute;
    top: 0px;
    list-style: outside none none;
    display: block;
    text-align: center;
    padding: 0px;
    width: auto;
    bottom: auto;
    left: 16px;
    right: auto;
    float: left;
    top: 15px;
}

#bl-featured .slick-dots li button {
    border: 0px none;
    display: block;
    height: 10px;
    width: 10px;
    outline: medium none;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    background: #fff;
    opacity: 0.3;
    transition: .4s;
}

#bl-featured .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0px 4px;
    padding: 0px;
    cursor: pointer;
}

#bl-featured .slick-dots li button:before {
    display: none !important;
}

#bl-featured .slick-dots li.slick-active button , #bl-featured .slick-dots li:hover button {
    background: #fff;
    opacity: 1;
    transition: .4s;
}

.block-right {
    padding-right: 0;
}
.featured-news h5, .cat-blocks h4, .featured-news2 h5 {
    margin: 0 0 30px;
}

.featured-news h5, .cat-blocks h4 {
    border: 1px solid #cccccc;
    margin: 0 0 20px;
    padding: 10px;
}

.featured-news h5 span, .cat-blocks h4 span {
    border: 1px solid #d3d3d3;
    height: 38px;
    line-height: 48px;
    padding: 0;
    width: 130px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-family: Raleway;
    text-shadow: 2px 3px rgba(0,0,0,.16);
}
.fn-thumb {
    position: relative;
}

.fn-thumb img {
    width: 100%;
}

.fn-inner h4 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 5px;
    font-weight: 400;
    padding-right: 45px;
}

.fn-inner h4 a {
    color: #333333;
}
aside {
    padding-left: 30px !important;
}

.side-widget {
    margin-bottom: 33px;
}
.side-widget h5 {
    border: 1px solid #cccccc;
    margin: 0 0 25px;
    padding: 10px;
}

.side-widget h5 span {
    border: 1px solid #d3d3d3;
    height: 38px;
    line-height: 48px;
    padding: 0;
    width: 130px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-shadow: 2px 3px rgba(0,0,0,.16);
}
.sw-inner {
    margin-top: -45px;
}

.p-news .sw-inner {
    padding-top: 20px!important;
}

.p-news ul {
}

.p-news ul li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
.p-news ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.p-news ul li img {
    width: 110px;
    float: left;
}

.pn-info {
    margin-left: 130px;
}
.pn-info h4 {
    font-size: 15px;
    margin: 0px;
    line-height: 20px;
}

.pn-info h4 a {
    color: #000;
}
.sw-banner a {
    border: 1px solid #E5E5E5;
    padding: 10px;
    display: table;
    width: 100%;
}
.footer-bottom {
    background: #1d1d1d;
    padding: 30px 0 40px;
}

.footer-bottom p {
    color: #cccccc;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    font-family: Arial;
    margin: 25px 0 35px;
}

.footer-links {
    display: table;
    margin: 0 auto 15px;
}

.footer-links li {
    float: left;
    margin: 0 20px;
    position: relative;
    font-size: 12px;
    font-family: Arial;
}

.footer-links li:after {
    content: "";
    width: 2px;
    height: 11px;
    background: #F00;
    position: absolute;
    right: -20px;
    top: 4px;
    border-left: 1px solid #101010;
    border-right: 1px solid #1b1b1b;
}

.footer-links li a {
    color: #fff;
}
.space30 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 995px) {
    .header {
        position: relative;
        margin-bottom: 0px;
        display: table;
        width: 100%;
        padding: 10px 0px 70px;
    }

    .block-right {
        padding-right: 15px;
    }
    .logo h1 {
        font-size: 47px;
        text-align: center;
        padding-bottom: 17px;
    }
    .img-responsive {
        width: 100%;
    }
    aside {
        padding-left: 15px !important;
    }

    .p-news ul li img {
        width: 94px;
        float: left;
    }

    .pn-info {
        margin-left: 110px;
    }

    .pn-info h4 {
        font-size: 11px;
        margin: 0px;
        line-height: 17px;
    }
    .header {
        display: block;
    }
    .container {
        /*max-width: 605px;*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
