@font-face{
	font-weight:400;
	font-family:"Open Sans";
	font-style:normal;
	font-display:swap;
	src:url("../fonts/opensans.woff2") format("woff2"),
		url("../fonts/opensans.woff") format("woff"),
		url("../fonts/opensans.ttf") format("truetype")
}
@font-face{
	font-weight:600;
	font-family:"Open Sans";
	font-style:normal;
	font-display:swap;
	src:url("../fonts/opensanssemibold.ttf") format("truetype"),
		url("../fonts/opensanssemibold.woff") format("woff")
}
@font-face{
	font-weight:700;
	font-family:"Open Sans";
	font-style:normal;
	font-display:swap;
	src:url("../fonts/opensansbold.woff2") format("woff2"),
		url("../fonts/opensansbold.woff") format("woff"),
		url("../fonts/opensansbold.ttf") format("truetype")
}

html, body {
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
}

body, p, span, table, td, div {
	font-family: "Open Sans", Helvetica, Arial, Tahoma, Verdana;
}

a { color: #000000; }

.clear {
	clear: both;
}
a.dynamic.flash.active:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../img/flash.png");
	background-position: center;
	background-size: contain;
	margin-left: 6px;
}

#offline {
    position: fixed;
    bottom: 15px;
    width: 100%;
    text-align: center;
	display: none;
	z-index: 100;
}
#offline>div {
    display: inline-block;
    background-color: #cccccc;
    padding: 10px 20px 10px 43px;
    border-radius: 20px;
    background-image: url("../img/offline.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 15px;
    font-weight: 600;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.offline {
	color: #999999;
}
#loading {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
#loading img {
	width: 20px;
	height: 20px;
}
#overlay {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
#nav.active, #searchform.active {
	z-index: 10;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: fixed;
	top: 0;
	left: 0;
    border-bottom: 2px #000000 solid;
}
#nav.hidden, #searchform.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#hamburger {
	width: 70px;
	max-width: 70px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#hamburger>div {
	width: 20px;
	height: 2px;
	background-color: #000000;
	margin: 2px 0;
}
#logo {
	height: 50px;
	padding: 14px 0;
	text-align: center;
    box-sizing: content-box;
}
.search, .close {
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#logo {
	-webkit-box: 1;
	-moz-box: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#logo a {
	padding: 0px 25px;
}
#logo img {
	height: 22px;
}
.search, .close {
	width: 70px;
	max-width: 70px;
	cursour: pointer;
}
.search img, .close img {
	height: 20px;
}
#searchform-input {
	-webkit-box: 1;
	-moz-box: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#searchform-input input {
	width: 100%;
    height: 22px;
    border: 0;
    border-bottom: 1px #000000 solid;
    background-color: #ffffff;
	outline: 0;
    color: #000000;
    font-size: 14px
}
#menu.active {
    z-index: 7;
    top: 50px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.65);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.65);
}
#menu.hidden { display: none; }

#menu>a {
	width: 100%;
	text-decoration: none;
    padding: 8px 0;
    font-size: 17px;
	text-align: center;
    letter-spacing: 0.5px;
}
#menu>a.active {
	color: #000000 !important;
	background-color: #f4f4f4;
}
.menu-line {
    width: 90%;
    background-color: #b2b2b2;
    height: 1px;
}
#menu-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px 0;
}
#menu-icons div {
	margin: 0 10px;
}
#menu-icons img {
	width: 25px;
	height: 25px;
}
#menu-sub {
	margin: 10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
#menu-sub a {
    font-size: 15px;
    letter-spacing: 0;
	text-decoration: none;
	padding: 0 5px;
}

#content {
    padding-top: 50px;
	min-width: 290px;
	max-width: 500px;
	margin: 0 auto;
}
.main, .lenta {
	background-color: #ffffff;
}
.main {
	margin: 15px;
    border: 1px #e1e1e1 solid;
    border-radius: 7px;  
}
div#content>div.main:first-child {
	/*margin-top: 0 !important;*/
}
.main-pic {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    border-radius: 7px 7px 0 0;
}
.main-pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-info, .lenta-info {
	padding: 10px 15px;
}
.main-info h2, .main-info h2 a, #read-title {
	margin: 0;
	font-weight: 600;
	text-decoration: none;
    font-size: 19px;
}
.lenta-info h2, .lenta-info h2 a {
	margin: 0;
	font-weight: normal;
	text-decoration: none;
    font-size: 18px;
}
.main-desc {
	margin: 13px 0;
	font-size: 15px;
}
.main-data, .lenta-data, #read-top {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.lenta-data {
	margin-top: 10px;
}
.main-data div, .lenta-data div, #read-top div {
	color: #b2b2b2;
	font-size: 14px;
}

.main.ny {
    background-position: center;
    background-size: cover;
}
.main.ny1 { background-image: url("../img/ny.tpl1.jpg"); }
.main.ny2 { background-image: url("../img/ny.tpl2.jpg"); }
.main.ny3 { background-image: url("../img/ny.tpl3.jpg"); }

.main.ny .main-pic, .main.ny .main-desc  {
    display: none;
}
.main.ny .main-data {
    margin-top: 50px;
}
.main.ny .main-info {
    padding: 100px 40px 60px 40px;
}
.main.ny .main-info h2 {
	text-align: center;
}
.main.ny .main-info h2 a {
    font-size: 33px;
    font-weight: 400;
    font-family: Cambria, Times;
    color: #ffffff;
    text-shadow: 2px 2px black;
}
.main.ny .main-data div {
    color: #ffffff;
    text-shadow: 0 0 2px rgba(5, 5, 5, 1);
    font-size: 14px;
}

.lenta-n0 {
	margin-top: 15px;
    border-radius: 7px 7px 0 0;
	border-top: 3px #000000 solid;	   
}
.lenta-n3, #read-also div.lenta-n4, #read-popular div.lenta-n4 {
    border-radius: 0 0 7px 7px;
}
.lenta {
	border-bottom: 1px #e1e1e1 solid;
	margin: 0 15px;
}
.adv-tmp {
	margin: 15px auto;
    background-image: url(../tmp/tmp.av.png);
	width: 320px;
	height: 200px;
	max-height: 200px;
}
.adv-pic {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	height: 200px;
	width: 100%;
    margin: 15px 0;
}
#bottom {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
	border-top: 2px #000000 solid;
}
#bottom p {
	margin: 6px 15px;
}
#bottom p, #bottom a {
	color: #000000;
	font-size: 12px;
}
div.adv-full {
	max-width: 100%;
	width: 100%;
	margin: 15px 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}
#mainslider {
	height: 550px;
}
#mainslider div.main {
	height: 550px;
}
#read {
	background-color: #ffffff;
    padding-bottom: 15px;
}
#read-top {
	padding: 10px 15px;
}
#read-title {
	padding: 0 15px 10px 15px;
	color: #000000;
}
#read-keywords {
	margin: 0 15px 15px 15px;
    max-height: 25px;
}
#read-keywords div a {
    padding: 3px 7px;
    background-color: #3a7fb6;
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}
#read-text {
	padding: 0 15px 15px 15px;
	font-size: 15px;
}
#read-text strong, #read-text b {
	font-weight: 600;
}
#read-text p {
	margin: 10px 0;
}
#read-text p:last-child {
	margin-bottom: 0 !important;
}
#read-text a, #read-text p, #read-text span, #read-text td, #read-text th, #read-text div, #read-text strong, #read-text li {
	font-size: 15px;
}
#read-pic img, #read-text img:not(.fotorama__img) {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#read-text iframe {
	max-width: 100% !important;
	width: 100% !important;
	border: 0;
}
#read-text iframe:not(.instagram-media) {
	/*height: 250px !important;*/
}
#read-text div.inside-gallery {
	width: 100%;
    box-sizing: border-box;
}

#photo-big {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 99;
    background-color: #000;
    cursor: pointer;
}
img.zoomable {
	cursor: pointer;
	margin: 10px;
}
#read-share {
	padding: 15px 15px 0 15px;
	text-align: center;
}
.ya-share2-text {
	margin-bottom: 10px;
    color: #999999;
}
#read-popular p, #read-also p {
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #000000;
    font-size: 19px;
}
#read-popular div.lenta-n3,#read-also div.lenta-n3 {
	border-radius: 0 !important;
}

#read-dosie {
    margin-top: 15px;
    margin-bottom: 40px;
}
#read-dosie p {
    color: #000000;
    font-size: 19px;
	text-align: center;
	margin: 0 0 15px 0;
}
#read-faces {
	width: 100%;
	padding: 0;
}
.read-person {
    text-align: center;
}
.rd-pic {
	width: 120px;
	height: 120px;
	border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto 10px auto;
}
.read-person a {
	font-size: 14px;
	text-decoration: none;
}
.read-person span.small {
	font-size: 12px;
}
.read-showcomments {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    background-color: #3a7fb6;
    padding: 7px 10px;
    display: block;
    width: 150px;
    border-radius: 10px;
}
.rd-padding {
	margin: 0 5px;
}

#story-pic {
	position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 15px;
	margin: 15px 15px 0 15px;
	border-radius: 7px 7px 0 0;
}
#story-pic-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
}
#story-pic-overlay {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#story-pic-header {
    background-color: #3a7fb6;
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
#story-pic-title {
    font-weight: 700;
    text-decoration: none;
    font-size: 19px;
    text-align: center;
    padding: 0 15px;
    color: #ffffff;
}

#search-header {
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #000000;
    font-size: 19px;
}
#search-query, #search-nores {
	padding: 10px 15px;
}
.pages {
	padding: 15px;
	text-align: center;
}

#dates {
    margin-left: 15px;
    margin-right: 15px;	   
}

#dates p {
	margin: 5px 0;
}
#dates>div:first-child{
    text-align: center;
    margin: 15px 0 0 0;
    padding: 10px;
    color: #000000;
	font-size: 19px;
}
#dates div.dates-block {
	background-color: #ffffff;
	padding: 15px;
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
    border-top: 1px #e1e1e1 solid;
    border-radius: 7px 7px 0 0;	   
}
div.dates-block:last-child {
    padding-top: 0px !important;
    border-top: 0 !important;
    border-bottom: 1px #e1e1e1 solid;
    border-radius: 0 0 7px 7px !important;	  
}
.dates-header {
	text-align: center;
    color: #939393;
    font-size: 14px;
	margin-bottom: 10px ;
}


.tpl-itw-1, .tpl-itw-2 {
	margin: 15px 0 30px 0;
	display: flex;
	align-items: center;
}
.tpl-itw-1 {
	flex-direction: column;
}
.tpl-itw-2 {
	flex-direction: column-reverse;
}
.tpl-itw-1-pic, .tpl-itw-2-pic {
	width: 100px;
	margin-bottom: 10px;
}
.tpl-itw-1-pic img, .tpl-itw-2-pic img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50px !important;
}
.tpl-itw-1-text {
	text-indent: 0 !important;
}

.tpl-quote, .quote {
	margin: 20px;
    font-size: 25px !important;
    text-align: center;
	border-left: 0;
	border-right: 0;
    border-top: 3px #000000 solid;
    padding: 20px;
    border-bottom: 3px #000000 solid;
    border-radius: 10px;
    font-family: Cambria, Times;
}

.person-dosie, .tipnews {
    font-weight: 600;
    color: #2c4f85;
    background-image: url("../img/i.tip.gray.png");
    background-repeat: no-repeat;
    padding-right: 19px;
    background-position: right 3px;
    margin-right: 2px;
    cursor: pointer;
}

.inside-block .control { display: none; }
.inside-news-full {
    background-color: #fafafa;
	display: flex;
    min-height: 140px;
	margin: 13px 0;
	border-radius: 10px;
	border-top: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	cursor: pointer;
}
.inside-news-pic {
	display: none;
}
.inside-news-content {
    padding: 15px;
}
.inside-news-content p {
	margin: 0 !important;
}
.inside-news-content .date {
	color: #999999;
	font-size: 15px;
	margin-top: 0px;
}
.inside-news-content .link a {
    font-size: 18px !important;
    font-weight: 600;
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
	margin-top: 0px;
    position: relative;
}
.inside-news-content .link a:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("../img/i.nw.png");
    display: inline-block;
    margin-left: 9px;
}
.inside-news-content .desc {
	font-size: 15px;
	margin-top: 5px !important;
}
.inside-news-small {
	
}
.inside-news-small>div.title {
    border-top: 2px #000000 solid;
    border-radius: 10px 10px 0 0;
    padding: 15px 15px 10px 15px;
    background-color: #fafafa;
}
.inside-news-small>div.title a {
    color: #000;
    font-size: 18px !important;
    font-weight: 600;
	text-decoration: none;
	border-bottom: 0;
}
.inside-news-small>div.date {
    padding: 0 15px 15px 15px;
    color: #999999;
    font-size: 14px;
    border-bottom: 2px #000000 solid;
    border-radius: 0 0 10px 10px;
    background-color: #fafafa;
}

.inside-news-small .inside-bigpic {
    height: 189px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}
.inside-news-small .inside-bigpic .overlay {
	border-radius: 10px !important;
}

.inside-news-small .inside-bigpic .title {
    z-index: 5;
    margin: 10px;
}
.inside-news-small .inside-bigpic .title a {
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 600;
	text-decoration: none;
	border-bottom: 0;
}
.inside-news-small .inside-bigpic .title a:after, .inside-news-small>div.title a:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("../img/i.nw.png");
    display: inline-block;
    margin-left: 5px;
}

.inside-news-small .inside-bigpic .date {
    color: #999999;
    z-index: 5;
    font-size: 15px;
    margin: 0 10px 10px 10px;
}
#tip {
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 52px;
    box-sizing: border-box;
}
#tip.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tip>div {
    width: 90%;
    max-width: 470px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
}
#tip .tip-header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px #eeeeee solid;
}
#tip .tip-pic {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    margin: 0 auto 10px auto;
}
#tip.wide .tip-header {
	display: none !important;
}
#tip.wide .tip-pic {
	width: 100px;
	height: 100px;
	margin-top: 10px;
}
#tip .tip-title {
    margin: 0 15px 7px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
#tip.news div.tip-title {
	margin-top: 10px;
}
#tip .tip-title a {
	color: #000000;
	text-decoration: none;
}
#tip .tip-desc {
    margin: 0 15px 7px 15px;
    text-align: center;
    font-size: 15px;
}
#tip .tip-info {
	border-top: 1px #eeeeee solid;
	padding: 7px 15px 10px 15px;
	color: #999999;
	font-size: 15px;
	text-align: center;
}
#tip .tip-info b {
	font-weight: 600;
	color: #000000;
}
#tip .tip-button {
    display: inline-block;
    margin: 0 auto 10px auto;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: 2px #000 solid;
    font-weight: 600;
    padding: 5px 18px;
    border-radius: 10px;
}
#tip .tip-bigpic {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px 15px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	height: 189px;
	margin-bottom: 10px;
}
#tip.wide .tip-bigpic {
	height: auto !important;
	background-image: none !important;
	background-color: #000000;
	padding-top: 10px;
}
#tip.wide .tip-info {
	display: none !important;
}
#tip.wide.news div.tip-title {
	margin-top: 0 !important;
}

#tip .tip-bigpic .overlay, .inside-news-small .inside-bigpic .overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 15px 15px 0 0;
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.7) 45%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.7) 45%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.7) 45%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
#tip .tip-bigpic .tip-title {
	z-index: 5;
	margin-bottom: 10px;
}
#tip .tip-bigpic .tip-title a {
	font-size: 18px;
	color: #ffffff;
}



.inside-cut {
	background-color: #fff;
	padding: 15px 0;
	border-top: 2px #f0f0f0 solid;
	border-bottom: 2px #f0f0f0 solid;
}
.inside-cut-header {
	text-align: center;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}
.inside-cut:hover .inside-cut-header {
	-webkit-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
	background-color: #e2e2e2;
}
.inside-cut-header::before, .inside-cut-header::after {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0;
	content: "";
	margin: 8px 10px 0 10px;
}
.inside-cut.active .inside-cut-header::before, .inside-cut.active .inside-cut-header::after {
	border-top: 0;
	border-bottom: 4px solid #000;
}
.inside-cut-content {
	display: none;
	margin-bottom: 15px;
	color: #555;
}
.inside-cut.active .inside-cut-content {
	display: block;
}



.article-vote {
	border: 2px #2c4f85 solid;
	border-radius: 10px;
	background-color: #fdfdfd;
	margin: 15px;
}
.vote-voted {
	text-align: center;
}
.vote-header {
	font-size: 17px;
	text-align: center;
	padding: 0 15px;
	margin: 20px 0;
}
.vote-var {
	position: relative;
	border: 1px #e1e1e1 solid;
	border-radius: 5px;
	padding: 15px 10px;
	margin: 10px;
	background-color: #f8f8f8;
	cursor: pointer;
}
.vote-var-text {
	position: relative;
	z-index: 2;
	padding-right: 40px;
	font-size: 14px;
}
.vote-var-res {
	position: absolute;
	z-index: 2;
	right: 10px;
	font-weight: bold;
}
.vote-over {
	background-color: #eef3f9;
	border-color: #00aa32;
}
.vote-res {
	position: absolute;
	background-color: #c7d7eb;
	border-radius: 5px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


#read-text table {
	width: 100% !important;
	height: unset !important;
	background-color: #e1e1e1 !important;
	border: 0 !important;
}
#read-text table th {
	background-color: #efefef;
	width: unset !important;
	height: unset !important;
}
#read-text table tr {
	background-color: #ffffff;
	width: unset !important;
	height: unset !important;
}
#read-text table tr:nth-child(even) {
	background-color: #f5f5f5;
}
#read-text table th {
	padding: 5px;
	text-align: center;
}
#read-text table td, #read-text table th {
	padding: 5px;
	width: unset !important;
	height: unset !important;
}
#read-text td, #read-text th, #read-text table p, #read-text table div, #read-text table li, #read-text table span, #read-text table strong {
	font-size: 12px;
}
#read-text table.no-nth-bg tr:nth-child(even) {
	background-color: #ffffff;
}
#read-text .articleable, #read-text .article-table {
	max-width: 100%;
	overflow-x: auto;
}

#read-text p.centred {
	text-align: center !important;
	color: #999;
	font-size: 13px;
}
#read-text p.disclaimer-line {
	color: #888;
	font-size: 13px;
	border-top: 1px #ccc solid;
	padding-top: 10px;
	font-style: italic;
}
#read-text p.disclaimer-simple {
	color: #888;
	font-size: 13px;
}

#read-text img[style*="float: left"], #read-text img[align="left"] {
	margin-right: 10px;
	margin-bottom: 10px;
}
#read-text img[style*="float: right"], #read-text img[align="right"] {
	margin-left: 10px;
	margin-bottom: 10px;
}

@media(max-width: 330px) { 
	.main.ny .main-info h2 a {
	    font-size: 30px;
	}
	.main.ny .main-info {
		padding: 80px 40px 40px 40px;
	}
}


.loading, .infinity-loading {
	text-align: center;
}
.lds-ellipsis {
	display: none;
	position: relative;
	width: 36px;
	height: 7px;
}
.loading.active .lds-ellipsis {
	display: inline-block;
}
.infinity-loading .lds-ellipsis {
	display: inline-block;
}
.lds-ellipsis div {
	position: absolute;
	top: 1px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #2c4f85;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 16px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 25px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {transform: scale(0);}
	100% {transform: scale(1);}
}
@keyframes lds-ellipsis3 {
	0% {transform: scale(1);}
	100% {transform: scale(0);}
}
@keyframes lds-ellipsis2 {
	0% {transform: translate(0, 0);}
	100% {transform: translate(10px, 0);}
}

.infinity-grad {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0) 100%);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.infinity-grad span {
	font-family: "Open Sans", Tahoma, Arial, serif;
	color: #fff;
	background-color: #2c4f85;
	padding: 5px 12px 3px 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 8px;
	transition: ease all 0.4s;
}
.infinity-grad span:hover {
	background-color: #4476c1;
	transition: ease all 0.4s;
}
.infinity-ad {
	display: none;
}

#infinity-ad-1, #infinity-ad-2, #infinity-ad-3,#infinity-ad-4 {
	display: none;
}
.infinity-frame {
	width: 100%;
	margin-top: 20px;
	display: none;
	border: 0;
}
.infinity-frame.loaded {
	display: block;
}
.studio {
	text-align: center;
	margin-top: 20px;
}
.studio img {
	max-width: 98%;
	max-width: calc(100% - 20px);
	width: 98%;
	width: calc(100% - 20px);
}

div.top-mb {
	display: none;
}
div.top-mb.active {
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -6px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px -6px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px -6px 8px 0px rgba(34, 60, 80, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
div.top-mb img {
	max-width: 100%;
}
div.top-mb.active::after {
	display: flex;
	content: "\00d7";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	top: -8px;
	right: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.4);
	font-size: 18px;
	cursor: pointer;
}
div.top-mb.active:after:hover {
	color: #a5000f;
}

.floatban {
	display: none;
}
.floatban.active {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
	border-top: 1px #e1e1e1 solid;
	background-color: #fff;
	-webkit-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	transform: translate3d(0,0,0);
}
.floatban img {
	width: 100%;
	display: block;
	max-width: 100%;
}

.floatban .floatclose {
	position: absolute;
	right: 5px;
	top: -16px;
	padding: 7px;
	opacity: 0.8;
	cursor: pointer;
}
.floatban .floatclose>div {
	background-color: #fff;
	padding: 3px;
	border-radius: 50%;
}
.floatban .floatclose:hover {
	opacity: 1;
}
.floatban .floatclose span {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 14px;
	height: 14px;
}
.floatban .floatclose span::before, .floatban .floatclose span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 2px;
	background: #000;
	border-radius: 2px;
}
.floatban .floatclose span::before {
	transform: rotate(45deg);
}

.floatban .floatclose span::after {
	transform: rotate(-45deg);
}