/*

	Author: Nemets Yury;
	Site: www.sitehere.ru;

*/

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,900&subset=latin,cyrillic);

html, body {
  height: 100%;
}

body {
  font:normal 100% 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color:#798289;
}

* {
	box-sizing:border-box;
}

.content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.content:after {
	content: "";
	display: table;
	clear: both;
}

.header,.lastBlock {
	padding:80px 0;
	background: url(../images/bg.png) #57565B;
	background-attachment: fixed;
}

.lastBlock h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    margin: 0;
    text-align: center;
}

/**/
#header {
    height: 90vh;
    min-height: 300px !important;
    position: relative;
}

#header:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: ' ';
    background: #000;
    opacity: 0.4;
}

#header span.bg.normal {
    background-image: url("../images/header-normal.jpg");
}

#header span.bg.blur {
    background-image: url("../images/header-normal.jpg");
    opacity: 0;
}

*::before, *::after {
    box-sizing: border-box;
}
#header span.bg.blur {
    background-image: url("../images/header-normal.jpg");
    opacity: 0;
}
#header span.bg {
    background-color: #000;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

#header .wrap {
    left: 50%;
    max-width: 800px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#header h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    line-height: 95px;
    margin: 0 0 20px;
}

#header p {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
}



/*######Стили для демо###########*/


/*Адаптация*/
@media screen and (max-width: 1140px) {
  .bullet-item span{
    line-height: 1.5em;
    font-size: 10.5em;
  }
}

/*Кнопка "К статье"*/
.backToSitehereBtn{
  display: block;
  width: 150px;
  height: 150px;
  background: #01BC78;
  text-align: center;
  line-height: 170px;
  font-size: 20px;
  border-radius: 50%;
  color:#fff;
  position: absolute;
  text-decoration: none;
  top:-40px;
  left:-40px;
  transform:rotate(-45deg) scale(1);
  transition:all 0.25s linear;
}

.backToSitehereBtn:hover {
  text-decoration: none;
  top:-10px;
  left:-10px;
  transform:rotate(-45deg) scale(1.3);
}