* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #160a0c;
	font-family: montserrat-regular;
	color: #fff8de;
	font-size: 12px;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #fff8de;
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(../fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-extrabold;
    src: url(../fonts/montserrat-extrabold.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(../fonts/montserrat-light.ttf);
}
@font-face {
    font-family: Candarab;
    src: url(../fonts/Candarab.ttf);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-family: montserrat-bold;
}

::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	height: 2000px;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center top 0px,
				url(../images/bg2.jpg) no-repeat center top 500px,
				url(../images/bg3.jpg) no-repeat center top 1000px,
				url(../images/bg4.jpg) no-repeat center top 1500px;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 1200px;
	height: 2000px;
	margin: 0 auto;
}

#general .wrapper .inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi {
	height: 90px;
}

.navi ul {
	position: absolute;
	display: inline-block;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1070px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.navi ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.navi ul li a {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
}

.navi ul li:first-child a {
	padding-left: 0;
}

.navi ul li a span {
	position: relative;
	display: block;
	color: #fff6ca;
	font-size: 16px;
    font-family: Candarab;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a p {
	position: relative;
	display: block;
	color: #a5a5a5;
	font-size: 11px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.navi ul li a:hover span {
	color: #96ff00;
}

.navi ul li a:hover p {
	color: #fff;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.navi .lang {
	position: absolute;
	display: flex;
	height: 60px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}

.navi .lang a {
	position: relative;
	display: block;
	width: 40px;
	height: 60px;
	background: url(../images/lang.png) no-repeat;
	opacity: 0.5;
}

.navi .lang a + a {
	margin-left: 5px;
}

.navi .lang a img {
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

.navi .lang a span {
	position: absolute;
	display: block;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	text-transform: uppercase;
}

.navi .lang a:before {
	content: '';
	position: absolute;
	display: block;
	width: 29px;
	height: 1px;
	background: #413f45;
	top: 34px;
	left: 0;
	right: 0;
	margin: auto;
}

.navi .lang a.active,
.navi .lang a:hover {
	opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.header {
	height: 660px;
}

.logo {
	position: absolute;
	display: block;
	width: 389px;
	height: 241px;
	top: 53px;
    right: 137px;
	background: url(../images/logo.png) no-repeat;
}

.logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter:brightness(1.6); 
	-moz-filter:brightness(1.6); 
	-o-filter:brightness(1.6); 
	filter:brightness(1.6);
	visibility: hidden;
	opacity: 0;
}

.logo:hover:before {
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.slider {
	position: absolute;
	display: block;
	width: 475px;
	height: 99px;
	background: url(../images/slider.png) no-repeat;
	top: 304px;
	right: 113px;
}

.slider .slide {
	display: none;
	width: 475px;
	height: 99px;
	left: 0 !important;
}

.slider .slide.slick-active {
	display: block !important;
}

.slider .slide .text-1 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 6px;
	padding-top: 5px;
}

.slider .slide .text-2 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
    font-family: montserrat-black;
    margin-bottom: 8px;
}

.slider .slide .text-3 {
	position: relative;
	display: block;
	text-align: center;
	color: #ffe400;
	font-size: 18px;
    font-family: montserrat-black;
}

.slider .pagine {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 5px 0 0;
	text-align: center;
}

.slider .pagine button.slick-prev.slick-arrow {
	position: relative;
	display: inline-block !important;
	width: 8px;
	height: 21px;
	background: url(../images/ico-prev.png) no-repeat;
	font-size: 0;
	border: none;
	top: -1px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.slider .pagine button.slick-next.slick-arrow {
	position: relative;
	display: inline-block !important;
	width: 8px;
	height: 21px;
	background: url(../images/ico-next.png) no-repeat;
	font-size: 0;
	border: none;
	top: -1px;
	margin-left: 5px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.slider .pagine button.slick-prev.slick-arrow:hover,
.slider .pagine button.slick-next.slick-arrow:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}

.slider .pagine ul.slick-dots {
	position: relative;
	display: inline-block !important;
}

.slider .pagine ul.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
}

.slider .pagine ul.slick-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: none;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
}

.slider .pagine ul.slick-dots li.slick-active button,
.slider .pagine ul.slick-dots li:hover button {
	background: rgba(255,255,255,1);

}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.links {
	position: absolute;
	display: block;
	width: 475px;
	top: 456px;
	right: 113px;
	text-align: center;
}

.links .btn {
	position: relative;
	display: block;
	width: 328px;
	height: 91px;
	background: url(../images/links-btn.png) no-repeat;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.links .btn span {
	position: relative;
	display: block;
	margin-left: 95px;
	color: #c1ff70;
	font-size: 16px;
    font-family: montserrat-extrabold;
    text-align: left;
    padding-top: 28px;
}

.links .btn p {
	position: relative;
	display: block;
	margin-left: 95px;
	color: #c9c4ae;
	font-size: 11px;
    font-family: montserrat-light;
    text-align: left;
    padding-top: 2px;
}

.links .btn:hover {
	-webkit-filter:contrast(200%); 
	-moz-filter:contrast(200%); 
	-o-filter:contrast(200%); 
	filter:contrast(200%); 
}

.links .text {
	position: relative;
	display: block;
	margin: 20px auto 0;
	text-align: center;
	color: #c2b5cf;
	font-size: 12px;
    font-family: montserrat-light;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.header {
	z-index: 0;
}

.gif-1 {
	position: absolute;
	display: block;
	width: 665px;
	height: 320px;
	background: url(../images/gif-1.html) no-repeat, url(../images/gif-2.html) no-repeat;
	top: 366px;
    left: -33px;
    z-index: -1;
}

.gif-2 {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/gif-3.html) no-repeat, url(../images/gif-4.html) no-repeat;
	top: 161px;
    left: 214px;
    z-index: -1;
}

.gif-3 {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/gif-5.html) no-repeat, url(../images/gif-6.html) no-repeat;
	top: 161px;
    left: 362px;
    z-index: -1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.stats {
	height: 160px;
}

.stats .status {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 0;
	height: 152px;
}

.stats .status .progress {
	position: relative;
	display: inline-block;
	float: left;
	width: 152px;
	height: 152px;
	background: url(../images/status.png) no-repeat;
	margin-right: 15px;
}

.stats .status .progress .circle {
	position: absolute;
	display: block;
	width: 140px;
	height: 140px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.stats .status .progress .title {
	position: absolute;
	display: block;
	width: 140px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.stats .status .progress .title span {
	position: relative;
	display: block;
	color: #ffe400;
	font-size: 30px;
    font-family: montserrat-black;
}

.stats .status .progress .title p {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-black;
    margin-top: -4px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.stats .shares {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.stats .shares .item {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 70px;
}

.stats .shares .item .frame {
	position: relative;
	display: inline-block;
	float: left;
	width: 76px;
	height: 76px;
	background: url(../images/ico-shares.png) no-repeat;
}

.stats .shares .item .frame img {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.stats .shares .item .title {
	position: relative;
	display: block;
	margin-left: 95px;
}

.stats .shares .item .title span {
	position: relative;
	display: block;
	color: #e3c513;
	font-size: 16px;
    font-family: montserrat-black;
    padding-top: 5px;
}

.stats .shares .item .title p {
	position: relative;
	display: block;
	color: #8e8e8e;
	font-size: 12px;
	margin-top: 3px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content {
	height: 955px;
}

.content .left-content {
	position: absolute;
	display: block;
	width: 815px;
	height: 920px;
	top: 35px;
	left: 0;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .news-block {
	position: relative;
	display: block;
	width: 815px;
	height: 390px;
}

.content .left-content .news-block .news {
	position: relative;
	display: inline-block;
	float: left;
	width: 390px;
	height: 380px;
	padding: 5px;
	background: url(../images/news.png) no-repeat;
}

.content .left-content .news-block .news:nth-child(2n) {
	margin-left: 15px;
}

.content .left-content .news-block .news .frame {
	position: absolute;
	display: block;
	width: 390px;
	height: 189px;
	background: #2f252f;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

.content .left-content .news-block .news .frame img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

.content .left-content .news-block .news .frame:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/fade.png) no-repeat center bottom;
	top: 0;
	left: 0;
	z-index: 1;
}

.content .left-content .news-block .news .date {
	position: absolute;
	display: block;
	width: 63px;
	height: 62px;
	top: 5px;
	left: 5px;
	background: url(../images/date.png) no-repeat;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

.content .left-content .news-block .news .date i {
	font-style: normal;
	font-size: 10px;
	display: inline-block;
	margin: 0 3px 0 1px;
}

.content .left-content .news-block .news .date span {
	color: #ffe400;
	font-size: 18px;
    font-family: montserrat-black;
    display: inline-block;
    margin-left: -5px;
}

.content .left-content .news-block .news .title {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 6px;
	padding-top: 150px;
	color: #ffe400;
	font-size: 16px;
    font-family: montserrat-black;
    z-index: 1;
}

.content .left-content .news-block .news .author {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 10px;
	color: #5d5d59;
	text-shadow: 0 0 0 #5d5d59;
	font-size: 12px;
	z-index: 1;
}

.content .left-content .news-block .news .text {
	position: relative;
	display: block;
	width: 350px;
	margin: 0 auto 15px;
	color: #fff8de;
	font-size: 12px;
	line-height: 18px;
}

.content .left-content .news-block .news .text a {
	color: #c1ff70;
	text-decoration: underline;
}

.content .left-content .news-block .news .text a:hover {
	text-decoration: none;
}

.content .left-content .news-block .news .link {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 32px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
	line-height: 32px;
	text-align: center;
	color: #0b080b;
	text-shadow: 0 0 0 #0b080b;
	font-size: 12px;
}

.content .left-content .news-block .news .link:hover {
	background: #ff6300;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .send {
	position: relative;
	display: block;
	width: 815px;
	height: 66px;
	background: url(../images/send.png) no-repeat;
	margin: 20px auto 0;
}

.content .left-content .send .text {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
}

.content .left-content .send .text span {
	position: relative;
	display: block;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
}

.content .left-content .send .text p {
	position: relative;
	display: block;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
	margin-top: -2px;
}

.content .left-content .send .form {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}

.content .left-content .send .form input {
	position: relative;
	display: inline-block;
	float: left;
	width: 261px;
	height: 44px;
	padding: 0 20px;
	background: url(../images/input.png) no-repeat;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
	font-family: montserrat-regular;
	border: none;
}

.content .left-content .send .form button {
	position: relative;
	display: inline-block;
	width: 128px;
	height: 40px;
	background: #ffe400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
	line-height: 40px;
	text-align: left;
	color: #0b0406;
	font-size: 12px;
	border: none;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	cursor: pointer;
	font-family: montserrat-regular;
}

.content .left-content .send .form button:before {
	content: '';
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	background: url(../images/ico-send.png) no-repeat;
	top: 0;
	left: 13px;
	bottom: 0;
	margin: auto;
}

.content .left-content .send .form button span {
	margin-left: 45px;
}

.content .left-content .send .form button:hover {
	background: #ff6300;
}

.content .left-content .send .form input.error::-webkit-input-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error:-moz-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error::-moz-placeholder { 
	color:#ff5b5b;
}
.content .left-content .send .form input.error:-ms-input-placeholder { 
	color:#ff5b5b;
}

.content .left-content .send .form input.success::-webkit-input-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success:-moz-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success::-moz-placeholder { 
	color:#58ff61;
}
.content .left-content .send .form input.success:-ms-input-placeholder { 
	color:#58ff61;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .page-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 858px;
	overflow: hidden;
	overflow-y: auto;
    padding-right: 15px;
}

.content .left-content .page-content .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	color: #ffe400;
	font-size: 18px;
    font-family: montserrat-bold;
}

.content .left-content .page-content .text {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	color: #fff8de;
	font-size: 12px;
	line-height: 18px;
}

.content .left-content .page-content .text a {
	position: relative;
	display: inline-block;
	color: #ffd024;
}

.content .left-content .page-content .text a:hover {
	text-decoration: underline;
}

.content .left-content .page-content .text ul {
	position: relative;
	display: block;
}

.content .left-content .page-content .text ul li {
	position: relative;
	display: block;
}

.content .left-content .page-content .text img {
	position: relative;
	max-width: 100%;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .left-content .stream-block {
	position: relative;
	display: block;
	width: 815px;
	height: 380px;
	margin: 55px auto 0;
}

.content .left-content .stream-block .stream-title {
	position: relative;
	display: block;
	height: 56px;
	padding-left: 68px;
	background: url(../images/ico-stream.png) no-repeat center left;
}

.content .left-content .stream-block .stream-title span {
	position: relative;
	display: block;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
    padding-top: 9px;
}

.content .left-content .stream-block .stream-title p {
	position: relative;
	display: block;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}

.content .left-content .stream-block .block {
	position: relative;
	display: inline-block;
	width: 815px;
	margin: 25px 0 0;
}

.content .left-content .stream-block .block .item {
	position: relative;
	display: inline-block;
	float: left;
	width: 250px;
}

.content .left-content .stream-block .block .item .frame {
	position: relative;
	display: block;
	width: 258px;
	height: 208px;
	background: url(../images/stream.png) no-repeat;
}

.content .left-content .stream-block .block .item .frame iframe {
	position: absolute;
	display: block;
	width: 250px;
	height: 200px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.content .left-content .stream-block .block .item:nth-child(3n-1) {
	margin: 0 32px;
}

.content .left-content .stream-block .block .item .title {
	position: relative;
	display: block;
	text-align: center;
	margin: 14px auto 0;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}

.content .left-content .stream-block .block .item .title span {
	color: #ffe400;
	text-shadow: none;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .right-content {
	position: absolute;
	display: block;
	width: 360px;
	height: 920px;
	top: 35px;
	right: 0;
}

.content .right-content .side-block {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto 20px;
}

.content .right-content .side-block .side-title {
	position: relative;
	display: block;
	width: 360px;
	height: 66px;
	margin: 0 auto 10px;
	background: url(../images/title.png) no-repeat;
}

.content .right-content .side-block .side-title .img {
	position: absolute;
	display: block;
	width: 62px;
	height: 100%;
	top: 0;
	left: 0;
}

.content .right-content .side-block .side-title .img img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.content .right-content .side-block .side-title span {
	position: relative;
	display: block;
	margin-left: 62px;
	width: 240px;
	text-align: center;
	color: #ffc000;
	font-size: 18px;
    font-family: montserrat-bold;
    padding-top: 15px;
}

.content .right-content .side-block .side-title p {
	position: relative;
	display: block;
	margin-left: 62px;
	width: 240px;
	text-align: center;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 12px;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.content .right-content .side-block .table {
	position: relative;
	display: none;
	width: 100%;
}

.content .right-content .side-block .table.active {
	display: block;
}

.content .right-content .side-block .table .tr {
	position: relative;
	display: flow-root;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../images/tr.png) no-repeat;
	background-size: 100% 32px;
	margin-bottom: 4px;
}

.content .right-content .side-block .table .tr:first-child {
	background: none;
	height: auto;
	line-height: inherit;
	margin-bottom: 0;
}

.content .right-content .side-block .table .tr .th {
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding:0 0 8px;
}

.content .right-content .side-block .table .tr .th:nth-child(1) {
	width: 3%;
}

.content .right-content .side-block .table .tr .th:nth-child(2) {
	width: 70%;
	text-align: left;
}

.content .right-content .side-block .table .tr .th:nth-child(3) {
	width: 12%;
	text-align: right;
}

.content .right-content .side-block .table .tr .th:nth-child(4) {
	width: 3%;
	text-align: center;
}

.content .right-content .side-block .table .tr .th:nth-child(5) {
	width: 12%;
	text-align: left;
}

.content .right-content .side-block .table .tr .td {
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 12px;
}

.content .right-content .side-block .table .tr .td:nth-child(1) {
	width: 6%;
	text-align: right;
}

.content .right-content .side-block .table .tr .td:nth-child(2) {
	width: 66%;
	text-align: left;
	padding-left: 1%;
	color: #ffdf6e;
	overflow: hidden;
}

.content .right-content .side-block .table .tr .td:nth-child(3) {
	width: 12%;
	text-align: right;
}

.content .right-content .side-block .table .tr .td:nth-child(4) {
	width: 3%;
	text-align: center;
}

.content .right-content .side-block .table .tr .td:nth-child(5) {
	width: 12%;
	text-align: left;
}

.content .right-content .side-block .table-tabs {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 8px auto 0;
}

.content .right-content .side-block .table-tabs a {
	position: relative;
	display: inline-block;
	width: 92px;
	height: 38px;
	background: url(../images/tab.png) no-repeat;
	line-height: 38px;
	text-align: center;
	color: #c1ff70;
	font-size: 12px;
	margin: 0 1px;
	opacity: 0.6;
}

.content .right-content .side-block .table-tabs a:hover,
.content .right-content .side-block .table-tabs a.active {
	opacity: 1;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.post {
	position: relative;
	display: block;
	width: 360px;
	margin: 0 auto;
}

.post .item {
	position: relative;
	display: block;
	width: 360px;
	height: 50px;
	background: url(../images/post.png) no-repeat;
	margin: 0 auto 3px;
}

.post .item:before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 100%;
	background: url(../images/ico-post.png) no-repeat center;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.post .item:hover:before {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.post .item .title {
	position: relative;
	display: block;
	margin-left: 60px;
	padding-top: 9px;
}

.post .item .title a {
	color: #f4edd5;
	font-size: 12px;
}

.post .item .title a:hover {
	text-decoration: underline;
}

.post .item .desc {
	position: relative;
	display: block;
	margin-left: 60px;
	color: #6e6c65;
	text-shadow: 0 0 0 #6e6c65;
	font-size: 11px;
	margin-top: 1px;
}

.post .item .desc span {
	color: #9fd25c;
}

.post .item .desc i {
	color: #d2b75a;
	font-style: normal;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
.footer {
	height: 134px;
	border-top: 1px solid #261d21;
}

.footer .copyright {
	position: absolute;
	display: inline-block;
	width: 550px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #8c877c;
	font-size: 10px;
	text-shadow: 0 0 0 #8c877c;
}

.footer .banners {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 685px;
}

.footer .banners li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 5px;
}

.footer .coolness {
	position: absolute;
	display: block;
	width: 122px;
	height: 31px;
	background: url(../images/coolness.png) no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.footer .coolness:hover {
	opacity: 0.7;
}
/*==============================================================*/
/*==============================================================*/
/*==============================================================*/
#popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
#popup #popup-flex {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(20, 11, 9, 0.8);
  overflow: hidden;
  overflow-y: auto;
}
#popup #popup-flex #popup-block {
  position: relative;
  display: block;
  width: 100%;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] {
  position: relative;
  display: none;
  width: 100%;
  max-width: 706px;
  padding: 30px 20px 50px;
  min-height: 100px;
  align-self: center;
  justify-self: center;
  background: #281a16;
  margin: 30px auto;
  z-index: 2;
  border: 2px solid #3a2a24;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] .popup-close-content {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  top: 15px;
  right: 15px;
  z-index: 1;
}
#popup #popup-flex #popup-block div[data-rel="popup-content"] .popup-close-content:hover {
  transform: rotate(90deg);
}
#popup #popup-flex .popup-close {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#popup #popup-flex .popup-close:before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#popup div[data-rel="popup-content"] .popup-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
}
#popup div[data-rel="popup-content"] .popup-title span {
  position: relative;
  display: block;
  color: #ffe6ab;
  font-size: 30px;
  line-height: 36px;
}
#popup div[data-rel="popup-content"] .popup-title p {
  position: relative;
  display: block;
  color: #7c7068;
  font-size: 14px;
  margin-top: 3px;
}
#popup div[data-rel="popup-content"] .block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
#popup div[data-rel="popup-content"] .block .item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#popup div[data-rel="popup-content"] .block .item + .item {
  margin-top: 36px;
}
#popup div[data-rel="popup-content"] .block .item .text {
  position: relative;
  display: block;
  color: #ffe6ab;
  font-size: 14px;
  margin-bottom: 25px;
}
#popup div[data-rel="popup-content"] .block .item .list {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 9px;
  justify-content: center;
}
#popup div[data-rel="popup-content"] .block .item .list li {
  position: relative;
  display: block;
  width: 100%;
}
#popup div[data-rel="popup-content"] .block .item .list li a {
  position: relative;
  display: flex;
  border: 1px solid #f7b459;
  height: 39px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#popup div[data-rel="popup-content"] .block .item .list li a:hover {
  background: #f7b459;
  color: #000;
}