CHARSET "UTF-8";

.ringled30 {
	position: relative;
	top: -2px;
}

.g-flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;  /* TWEENER - IE 10 */
   display: -webkit-flex; /* NEW - Chrome */
   display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.g-center {
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.g-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


.g-flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-grow: 1;
}

.bg-color0 .backwrd-btn {
	background-color: red;
	transition: background-color 0.3s ease-in-out;
}

.bg-color1 .backwrd-btn {
	background-color: blue;
	transition: background-color 0.3s ease-in-out;
}

.bg-color2 .backwrd-btn {
	background-color: green;
	transition: background-color 0.3s ease-in-out;
}

.bg-color3 .backwrd-btn {
	background-color: yellow;
	transition: background-color 0.3s ease-in-out;
}

.bg-color4 .backwrd-btn {
	background-color: magenta;
	transition: background-color 0.3s ease-in-out;
}

.bg-color5 .backwrd-btn {
	background-color: gray;
	transition: background-color 0.3s ease-in-out;
}

.outerLink {
    padding-right: 14px;
	background: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgRmlyZXdvcmtzIENTMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OUQ4OTdCMUMxOTYxMUU4OUE0NUM3RjBFQjYyMTFDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OUQ4OTdCMkMxOTYxMUU4OUE0NUM3RjBFQjYyMTFDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5RDg5N0FGQzE5NjExRTg5QTQ1QzdGMEVCNjIxMUNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5RDg5N0IwQzE5NjExRTg5QTQ1QzdGMEVCNjIxMUNEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++9HndQAAAAZQTFRF/wAA////QR00EQAAAAJ0Uk5T/wDltzBKAAAAIklEQVR42mJgRAMMVBVgwFDBgCAZGBnAALcKHGbQUAAgwACC5QD2svyfRgAAAABJRU5ErkJggg==") no-repeat center right;
 	border-bottom: dotted 1px red;
 	color: red;
}

#leftCol{
	
}

#rightCol{
	
}

body {
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 14pt 'bm_gp',Arial,Helvetica,sans-serif;
	
}

.logo-block {
	margin-left: 30px;
	margin-right: 30px;
	
}

@media only screen and (max-width: 1000px) {
  body {
		margin: 0;
		padding: 0;
		color: #555;
		font: normal 12pt 'bm_gp',Arial,Helvetica,sans-serif;
		
	}

	.logo-block {
		margin-left: 0;
		margin-right: 0;
		transform: scale(0.8);
	}

	#leftlogo {
		visibility: hidden;
	}

}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  body {
		margin: 0;
		padding: 0;
		color: #555;
		font: normal 13pt 'bm_gp',Arial,Helvetica,sans-serif;
		
	}

	#leftlogo {
		visibility: hidden;
	}

}

.signupimg:hover {
	border: solid 5px #fff;
}

.share-buttons {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
}

.share-button {
	cursor: pointer;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	justify-content: center;
	margin: 5px 5px;
	padding: 10px;
	box-shadow: 1px 1px 1px;
}

#aboutmearea0 {
	width: 100%;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	text-align: left;
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	justify-content: center;
} 

#aboutmearea1 {
	width: 100%;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	text-align: left;
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	justify-content: center;	
} 

#aboutmearea1 .aboutmearea1-wrap {
	padding: 10px 10px 50px 10px;
	max-width: 50%;
}

#aboutmearea0 .aboutmearea0-wrap {
	padding: 50px 10px 10px 10px;
    background: url(../i/a_r3upred.png) no-repeat center 5px;
    background-size: 40px;
}

#aboutmearea0 .plain-text,
#aboutmearea1 .plain-text {
	display: block;
	padding-bottom: 20px;
}


#nodetestarea {
	background-color: red;
	color: white;
	white-space: nowrap;
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	border-radius: 5px;
}

.hypotes-btn-wrap {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 3000px;
	border: solid 3px black;
	padding: 5px;
	box-sizing: border-box;
}

.hypotes-btn-wrap:hover {
	border: solid 3px red;
	
}

.hypotes-btn { 
	background: url('./../../a/time.gif') no-repeat center center;
    border-radius: 3000px;
    border: solid 2px #fff;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: block; 
    transition: filter 1s ease-in-out;
    filter: brightness(0.6)
}

.hypotes-btn-wrap:hover .hypotes-btn { 
	transition: filter 1s ease-in-out;
    filter: brightness(2);
}

.no-description {
	color: red;
}

.smicon32 {
	min-width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 3px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: black;
    text-shadow: 1px 1px 1px #fff;
    font-size: 150%;
}

.smicon32-insta, .smicon32-commonlink{
	background: rgba(255, 0, 0, 0.1);
}

.smicon32-insta, .smicon32-instagram {
	background: rgba(0, 0, 255, 0.1);
}

.smicon32-twit, .smicon32-twitter {
	background: rgba(0, 255, 0, 0.1);
} 

.smicon32-fb, .smicon32-facebook {
	background: rgba(255, 0, 0, 0.1);
}


.grayscale-highlight:hover,
.title-topic-av:hover,
.ringled30:hover {
	filter: grayscale(1);
}

.extended-nodes-wrap {
	background: #eee url() repeat-y center center;
    width: 99%;
    padding: 0 3px;
    border-radius: 10px;
}

#rightCol .news-bottom,
#leftCol .news-bottom,
.extended-nodes-wrap .news-bottom {
	display: none;
}

.artdefaultmedialink {
	display: block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.click-area-hover:hover .title-topic-node-stat-wrap {
	color: white;
	transition: border 0.4s ease-in-out;
	border: solid 1px red;
}

.ringled-landing {
	width: 100px;
}

.ringled-landing:hover {
	filter: grayscale(1);
}

#landingtip {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
    justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
}

.signupimg,
.paypal-btn-wrap input[type="image"] {
    border-radius: 1000px;
    width: 140px;
    height: 140px;
    border: solid 5px #c00;
    transition: filter 1s ease-in-out;
    filter: brightness(1);
}

.signupimg {
	transform: scale(0.8);
    position: relative;
}


.paypal-btn-wrap input[type="image"]:hover {
    border: solid 5px red;
    transition: border 0.25s ease-in-out; 
}

.signupimg:hover,
.paypal-btn-wrap input[type="image"]:hover {
    filter: brightness(2);
    transition: filter 1s ease-in-out;
}

#leftbanner {
	
}

#leftbanner,
#rightbanner {
	position: relative;
	top: 20px;
	width: 80%;
	box-sizing: border-box;
	margin: 0 10%;  margin-top: 5px; cursor: pointer; border-radius: 10px;
}

.banner-dot-img {
	border-radius: 3000px;
    overflow: hidden;
    width: 160px;
    transform: rotate(180deg);
    display: block;
    margin: 0 auto;
}


#url4sharingFr {
	position: absolute; 
	right: 102px;
    top: 13px;
    cursor: pointer;
}

#url4sharing {
	font-size: 130%;
}

#langImg {
	height: 30px;
}


#leftsumbtn,
#rightsumbtn {
	opacity: 0.3;
	pointer-events: none;
	cursor: pointer;
	width: 120px;
	height: 120px;
	background: white;
	border-radius: 1000px;
	position: fixed;
	line-height: 120px;
	text-align: center;
	color: red;
	font-size: 400%;
	border: solid 2px red;
}

#rightsumbtn {
	background: white;
	background-size: 90%;
}

#leftsumbtn:hover,
#rightsumbtn:hover {
	border: solid 2px black;
}

.JesusChristTitleImg {	
	border: solid 5px transparent;
	transition: border 0.15s ease-in-out; 
}

.JesusChristTitleImg:hover {
	border: solid 5px red;
	transition: border 0.15s ease-in-out; 
}

.outerGLink {
	color: green;	
	font-weight: bold;
	text-decoration: underline;
}

.innerChildLink {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

.innerParentLink {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.parentSearchNode {
	color: yellow;
	font-weight: bold;
	text-decoration: underline;
}

.childSearchNode {
	color: aqua;
	font-weight: bold;
	text-decoration: underline;
}


.focused-node-highlight,
.focused-node-highlight .bg-color-class-0,
.focused-node-highlight .bg-color-class-1 {
	background-color: #fcc!important;
	border-radius: 10px;
}

.topicNum_0 {
	padding: 0 5px;
	background-color: #dce;
	margin-right: 5px;
}

.topicNum_1 {
	padding: 0 5px;
	background-color: #edc;
	margin-right: 5px;
}

.topicNum_2 {
	padding: 0 5px;
	background-color: #bce;
	margin-right: 5px;
}

.bottom-node-item .topicNum_0,
.bottom-node-item .topicNum_1,
.bottom-node-item .topicNum_2 {
	color: black;
}

#parentNodesWrap {
	position: fixed; 
	z-index: 4; 
	left: 0; 
	top: 50px; 
	width: auto; 
	background-color: #cba; 
	bottom: 50px; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	border-right: solid 3px white;
}

.parent-node-item {
	cursor: pointer;
	width: 50px;
	flex: 1;
	text-align: left;
	align-items: flex-end;
	justify-content: center;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.parent-node-item-text {
	transform: rotate(-90deg);
	color: black;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-root-node-wrap {
    width: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
    justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.click-area-hover {
  transition: background-color 0.3s ease-in-out;
  
}

.click-area-hover:hover {
	
}

.topic-id-tip {
	color:#ccc;
}

.click-area-hover:hover .topic-id-tip {
	color: #800;
}

.click-area-hover2 {
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}

.click-area-hover2:hover {
	transition: background-color 0.3s ease-in-out;
	background-color: #eee;
}

.click-area-hover3 {
  transition: background-color 0.3s ease-in-out;
  
}

.click-area-hover3:hover {
	transition: background-color 0.3s ease-in-out;

}


.ouroboros {
	width: 30%; 
	transition: all 0.3s; 
	filter:  drop-shadow(3px 3px 2px black) invert(10%);
	-o-filter: drop-shadow(3px 3px 2px black) invert(10%);
}

.ouroboros:hover {
	transition: all 0.3s; 
	filter:  drop-shadow(3px 3px 2px black) invert(20%); 
	transform: rotate(-10deg);	
	-o-filter: drop-shadow(3px 3px 2px black) invert(20%);
}

#footer-cont
{
	height: 50px;
	position: fixed;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: #000000;
	text-align: center;	
	z-index: 1000;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	justify-content: center;
	color: #fff;
	
}

#header-cont
{
	height: auto;
	min-height: 50px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    background: #000000;
    text-align: center;
    z-index: 1000;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
    justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    justify-content: center;
    color: #fff;
}

.right-col-num-value, 
.left-col-num-value {
	background-color: red; 
	color: white;
	padding: 0 5px;	
	border-radius: 3px;
}

.title-topic-node-stat-wrap {
	background-color: black;
	color: white;
	padding: 0 3px;
	transition: border 0.4s ease-in-out;
	border: solid 1px transparent;
}

.title-topic-node-stat-wrap.hasChildClass {
	background-color: #040;
}

.title-topic-node-stat-parents {
	font-size: 60%;
	position: relative;
	top: -5px;
	text-shadow: 1px 1px 1px #fff;
}

.title-topic-node-stat-childs {
	font-size: 60%;	
	position: relative;
	top: 1px;
	text-shadow: 1px 1px 1px #fff;
}

.title-topic-av-wrap {

}

.title-topic-av {
    width: 23px;
    height: 23px;
    margin-top: -3px;
    margin-left: 0px;
}

.bottom-node-item {
	max-width: 250px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	text-align:left; 
	line-height: 50px;
	white-space: nowrap;
	cursor: pointer;

}

.bottom-node-item:hover {
	text-decoration: underline;
}

.bottom-title-topic-av {
	width: 23px;
    height: 23px;
    margin-top: -3px;
    margin-left: 0px;
}

#footer-cont2 {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	align-items: flex-start; 
	justify-content: center; 
	width: 1000%; 
	height: 50px;
}

#bottomUpdatesWrap {
	flex: 1; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	align-items: flex-start; 
	flex-wrap: wrap;
}

#bottomUpdatesWrap a {
	color: white;
}

.bottom-title-topic-user {
    color: #888;    
    text-align: right;
}

.title-topic-user {
	margin-left: 5px;
    color: #888;
    border-bottom: dotted 1px #889;
}

.title-topic-user-status {
    background: url(../i/wings6.png);
    background-size: 40px;
    padding: 0 18px;
    font-size: 16px;
    position: relative;
    top: -4px;
    border-radius: 4px;
    filter: drop-shadow(3px 3px 2px black);
}

.topic-content {
	background-color: #f8f8f8;
}

#ad-word {
	color:#f00;
}

#diab-word {
	color:#f00;
}

.part-0 {
	color: #ccc;
}

.part-1 {
	color: #800;
}

.date-time {
	font-size: 70%;
}


#welcome-to {
	color: #f00;
	transition: all 5s;
}

#global-content-wrap {
	position: relative;
	visibility: hidden;

}

.g-w-100 {
	width: 100%;
}

.g-f-150 {
	font-size: 150%;
}

.more-topic {
	color: #666!important;
}

.pp-vote-v0, 
.pp-vote-v1,
.pp-vote-v2 {
	display: none!important;
}

.vote-0 .pp-vote-v0, 
.vote-1 .pp-vote-v1,
.vote-2 .pp-vote-v2 {
	display: flex!important;
}

.pp-vote-v0 {
	background-color: #000;
	color: #fff;
}

.pp-vote-v1 {
	background-color: #bbb; 
}

.pp-vote-v2 {
	background-color: #ccc;
}

.pp-vote-form-wrap {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; 
}

.pp-vote-form-tip-wrap {
	width: 100%; 
	text-align: center;
	padding-top: 10px;
}

.news-full-forspecial a, 
.news-full-forspecial a:hover, 
.pp-vote-form-tip-wrap a,
.pp-vote-form-tip-wrap a:hover
{
	text-decoration: none!important;	
	color: red!important;
}

.pp-vote-sum-wrap {
	width: 100%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
}

.pp-vote-sum {
	transform: rotate(-90deg);  
	font-size: 500%;  
	height: 50px;  
	left: -33px; 
	position: relative;
}

.pp-vote-sum-vote {
	transform: rotate(-90deg);
    font-size: 400%;
    height: 50px;
    left: -18px;
    position: relative;
    top: 16px;
}


.pp-vote-wrap {
	width: 100%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
}

.pp-vote-click-v0 {
	width: 33.33%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center;  
	background-color: #000;
	color: #fff;
	height: 50px;
}

.pp-vote-click-v1 {
	width: 33.33%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
	background-color: #bbb; 
	height: 50px;
}


.pp-vote-click-v2 {
	width: 33.33%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
	background-color: #ccc;
	height: 50px;
}

ru, en {
	display: none;
}

.ru-lang ru {
	display: inherit;
}

.en-lang en {
	display: inherit;
}


.inited #global-content-wrap {
	visibility: visible;
}


.hover-dotted-red:hover {
	border-bottom: dotted 1px red;
	transition: all 0.15s ease-in-out; 
}

.hover-dotted-red {
	border-bottom: solid 1px transparent;
	transition: all 0.15s ease-in-out; 
}

body {
	background-color: #000;
	transition: background-color 0.15s ease-in-out; 
	overflow-x: hidden;
}

body.inited {
	background-color: #FFF;
}

.black-s {
	position: relative;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	height: auto;
}

.black-s.visible {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

.removed {
	display: none!important;
	height: 0;
	transition: all 0.3s ease-in-out;
}

@font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-regular.eot');
    src: url('fonts/gpp-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/gpp-regular.woff') format('woff'),
         url('fonts/gpp-regular.ttf') format('truetype'),
         url('fonts/gpp-regular.svg#gppregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'bm_gp';
    src: url('css/fonts/gpp-regular.svg#gppregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
}
@font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-italic.eot');
    src: url('fonts/gpp-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/gpp-italic.woff') format('woff'),
         url('fonts/gpp-italic.ttf') format('truetype'),
         url('fonts/gpp-italic.svg#gppitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-italic.svg#gppitalic') format('svg');
    font-weight: normal;
    font-style: italic;
    }
}
@font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-bolditalic.eot');
    src: url('fonts/gpp-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/gpp-bolditalic.woff') format('woff'),
         url('fonts/gpp-bolditalic.ttf') format('truetype'),
         url('fonts/gpp-bolditalic.svg#gppitalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-bolditalic.svg#gppitalic') format('svg');
    font-weight: bold;
    font-style: italic;
    }
}
@font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-bold.eot');
    src: url('fonts/gpp-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/gpp-bold.woff') format('woff'),
         url('fonts/gpp-bold.ttf') format('truetype'),
         url('fonts/gpp-bold.svg#gppitalic') format('svg');
    font-weight: bold;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'bm_gp';
    src: url('fonts/gpp-bold.svg#gppitalic') format('svg');
    font-weight: bold;
    font-style: normal;
    }
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'bm_gp',Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
}

h2, 
.topic-title {
	margin: 7px 0px 6px 0px;
}

h3 {
	font-size: 24.5px;
	margin: 27px 0px 6px 0px;
}

.news-row p, 
news-row-special p {
	color: #000000;
	font-size: 14pt;
}

.news-row h2
{
	color: #000000;
}

.topic-title  {
	position: relative;
	color: #000000;
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
    padding-top: 5px;
}


.topic-top-img-wrap {
	max-height: 120px;
	overflow: hidden;
	border: solid 5px transparent;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
	justify-content: center;
}

#leftCol .topic-top-img-wrap,
#rightCol .topic-top-img-wrap {
	border: inherit;
}

.topic-media-wrap {
	width: 100%;
}

#leftCol .topic-media-wrap,
#rightCol .topic-media-wrap {
	display: none;
}

#leftCol .focused-node-highlight .topic-top-img-wrap,
#rightCol .focused-node-highlight .topic-top-img-wrap {
	max-height: 120px;
}

.focused-node-highlight .topic-top-img-wrap {
	max-height: inherit;
}


#rightCol .topic-title,
#leftCol .topic-title {
	max-height: 120px;
    overflow: hidden;    
}

#rightCol .topic-short-url,
#leftCol .topic-short-url,
.topic-short-url {
	display: none;
}


.topic-num-childs {
	position: absolute;
	bottom: 7px;
	right: 10px;
	font-size: 70%;
	color: white;
	text-shadow: 1px 1px 1px #666;
}

.topic-short-url {
	position: absolute;
	bottom: 7px;
	right: 50px;
	font-size: 70%;
	color: #ddd;
}


#leftCol .focused-node-highlight .topic-title,
#rightCol .focused-node-highlight .topic-title {
	max-height: inherit;
    background: inherit;
}




.bg-color-class-0 {
	background: #f8f8f8;
	border-radius: 10px;
}

.bg-color-class-1 {
	
}

.topic-table {
	width: 100%;

}

.leads {
	
}

a, a:hover, a:focus {
	border-bottom: none;
	border:0px none #ffffff;
	margin:0px;
	color:#000;
	text-decoration:none;
}
/*
a:focus{}
a:hover {border-bottom: 1px solid #000000;}
*/

#centerCol
{
	padding-bottom: 100px;
	margin-top: 106px;
	margin-bottom: 37px
}

#loadmoreajaxloader{
	margin-top: 5px;
	height:20px;
}
#loadmoreajaxloadermanual {
	text-align: center;
}

#content
{
}

#header-bg
{
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	height: 106px;
	width: 700px;
	position: relative;
    left: 39px;
}

#header-bg table {
	width: 700px;
}

#header-bg table td {
	vertical-align: top;
}
#header-cont
{
	top: 0px;
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
    margin-bottom: 0px;
}

#content
{
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer-social
{
	height: 50px;
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 50px;
    background: #ffffff;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4); /* Параметры тени cdcdcd */
    text-align: center;
}
.footer-soc
{
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	
	height: 50px;
	
	width: 640px;
}
.footer-soc table {
	width: 640px;
}
#footer-soc-rss {
	text-align: left;
	width: 35px; /* 20px; */
}
#footer-soc-tw {
	text-align: left;
	width: 76px; /* 61px; */ 
}
#footer-soc-sur {
	text-align: left;
	width: 71px; /* 56px; */
}	

#footer-soc-fb {
	text-align: left;
    width: 137px; /* 123px; */
}

#footer-soc-vk-icon {
	width: 22px;
		
}
#footer-soc-vk {
}

#footer-soc-close {
	text-align: right;
}

#vk_subscribe {
	text-align: left;
	margin-right: -43px;
}


.footer a, .footer a:hover, .footer a:focus, .footer, #loadmoreajaxloadermanual a, #loadmoreajaxloadermanual a:hover, #loadmoreajaxloadermanual a:focus
{
	font-size: 12pt;
	color: #969696;
}

.footer a:hover {
	color: #FFF;
}
	
#loadmoreajaxloadermanual a:hover {
	color: #000000;
}
	
.footer a:hover, #loadmoreajaxloadermanual a:hover {
	border-bottom:none;
	text-decoration:none;
	text-decoration-line: none;
	border-bottom: 0px;
}

#factive a, #factive a:hover, #factive a:focus, #factive {
	color: #FFF;
}

#postswrapper {
	padding-bottom: 15px;
	padding-left: 0;
	padding-left: 0;
}

.footer table
{
	width: 100%;
	height: 50px;
	vertical-align: middle;
}

#footer-cpr
{
    text-align: left;
}
#footer-lang
{
    text-align: center;
	width:140px;
} 
#footer-about
{
    text-align: center;
	width:100px;
}
#footer-18plus {
    width: 44px;
}
#footer-appstore {
    width: 88px;
}
#footer-appstore {
    width: 88px;
}
#footer-ramblerpartner
{
    text-align: center;
}	
#footer-ramblertop100
{
	text-align: center;
	width:88px;
}
#footer-ramblertop100 a {
	font-size: 11px;
}
#footer-yandexcounter {
	text-align: right;
	padding-right: 23px;
}
#logo
{
	text-align: center;
	height: 45px;
}
#slogan {
	height: 28px;
	padding-top: 7px;
	text-align: center;
	vertical-align: bottom;
	valign: bottom;
	color: #000000;
	font: normal 12pt 'bm_gp',Arial,Helvetica,sans-serif;
	
}

#logo img
{
	border: none;
}

#under-logo
{
	height: 30px;
	padding-right: 30px;
	padding-top: 20px;
    padding-left: 30px;
    /* border-bottom: 1px solid rgb(0, 0, 0); */
}
#under-logo-right
{
	height: 10px;
	text-align: right;
	vertical-align: bottom;
	valign: bottom;
	font-size: 12pt;
	float: right;
}
#under-logo-left {
	width: 300px;
    height: 10px;
    text-align: left;
    vertical-align: bottom;
    font-size: 12pt;
    float: left;
}

#under-logo-left div {
	float:left;
	padding-right: 25px;
	}
	
#under-logo a.active, #under-logo a:hover, #under-logo a:active, #under-logo a:focus { 
	color:#bebebe;
	text-decoration:none;
}

.news-row {	
	padding-top: 15px;
	padding-bottom:17px;
	cursor:pointer;
	position: relative;
}

.child-flag {
	position: absolute;
    bottom: 5px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
}

.childflagcssclass0 {
	display: none;
}

.childflagcssclass1 .child-flag {
   border-bottom: 35px solid red;
}

.childflagcssclass2 .child-flag {
   border-bottom: 35px solid green;
}

.childflagcssclass3 .child-flag {
   border-bottom: 35px solid blue;
}

.childflagcssclass4 .child-flag {
   border-bottom: 35px solid gray;
}

.childflagcssclass5 .child-flag {
   border-bottom: 35px solid magenta;
}

#leftCol .news-row,
#rightCol .news-row {	
	padding-top: 0;
	padding-bottom:0;
}

.left-col .news-row,
.right-col .news-row {
	padding-top: 9px;
	padding-bottom:9px;
}

.news-row-left, .news-row-right
{
	width:30px;
}
.news-row-right {
	padding-bottom:6px;
}
.about
{
	cursor:auto;
	border-bottom: none;
}


#mainmenu
{
	width: 530px;
	overflow:hidden;
}

#mainhome
{
	width: 170px;
	height: 100px;
	overflow:hidden;
	cursor: pointer;
}

#mainmenu table
{
	width: 460px;
	margin-top:8px;
	margin-left:50px;	
    text-align: center;
}

#menuitem {
	padding-top: 0px;
}

.search-frm input
{
	font: normal 16px 'bm_gp',Arial,Helvetica,sans-serif;
    margin-left: 8px;
	width: 115px;
	height: 18px;
    padding: 0px 20px 0px 5px;
    margin-bottom: 0px;
    line-height: 20px;
    color: #646464;
    background: #050029;
    vertical-align: middle;
    border-radius: 0px 0px 0px 0px;
	outline: none;
	border:solid 1px #646464 !important;
	box-shadow:none !important;
    overflow: hidden;
    vertical-align: middle;
    float:left
}
.search-frm input:hover {
	background: #1c183d;
}

.search-frm input:focus {
	border:solid 1px #fff !important;
    color: #000;
    background: #fff;
}

.search-frm {
    padding: 0px 0px;
    margin-bottom: 0px;
    display: block;
	}

.search-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
	position: absolute;
}

.searchicon_container {
    padding: 1px 0 19px 0;
    margin: 0 0 0 -21px;
    display:block;
    float:left
    
}
.searchreset {
    background: url('http://sitehelp.com.au/images/cancel-sprite.png') no-repeat 0px 0px;
    padding-left:34px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    width:18px;height:18px;
    line-height:18px;
    vertical-align:middle;
    margin-top:2px;
}
.searchreset:hover {
    background: url('http://sitehelp.com.au/images/cancel-sprite.png') no-repeat 0px -24px;
    cursor:pointer;
}

#mainmenu a {
	color: #fff;
}

#mainmenu a, #mainmenu a:hover, #mainmenu a:focus, #mainmenu a:active  {
	font-size: 16px;
}

#mainmenu a.mainmenuactive, #mainmenu a.mainmenuactive:hover, #mainmenu a.mainmenuactive:focus, #mainmenu a:hover, #mainmenu a:focus {
	text-decoration: none;
	border-bottom: none;
	color: #969696;	
}

#search-td {
	text-align: right;
	width: 130px;
}

table td, table th {
    padding: 0px 0px;
}

.news-full a, .news-full a:hover, .news-full a:focus, .news-full a:active, 
.news-full-special a, .news-full-special a:hover, .news-full-special a:focus, .news-full-special a:active,
.news-full-forspecial a, .news-full-forspecial a:hover, .news-full-forspecial a:focus, .news-full-forspecial a:active,
.news-full-forcollection a, .news-full-forcollection a:hover, .news-full-forcollection a:focus, .news-full-forcollection a:active
{
	color:#0069cd;
}

.news-full a:hover,
.news-full-special a:hover,
.news-full-forspecial a:hover,
.news-full-forcollection a:hover {
	text-decoration: underline;
}


div.news-full > p > a:hover, div.news-full > p > a:focus,
div.news-full-special > p > a:hover, div.news-full-special > p > a:focus
{
	border:none;
	text-decoration: underline;
}	
.news-bottom, .news-bottom a, .news-bottom p {
	font-size: 12pt;
	color: #969696;
}
.news-bottom p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.news-bottom a:hover, a.hovered {
	color: #000;
	border-bottom: 0px;
}

a.unhovered:hover {
	color: #969696;
}

.news-bottom-left, .news-bottom-center, .news-bottom-right {
	float:left;
}

.field-dislike, .count-field, .field-like {
    vertical-align: middle;
	float:left;	
}

.field-dislike {
	text-align: right;
	width: 148px;
}
.news-bottom-center-special .field-dislike {
	width: 100px;
}
.field-dislike div {
	float: right;
	}
.field-like div{
	float:left;	
}

.count-field {
	width: 16px;
	text-align: center;
}
.count-field-dislike {
	color: #ff3ce6;
}
.count-field-like {
	color: #00ff28;
}

.field-like {
	text-align: left;
	width: 148px;
}

.news-bottom-social{
	padding-top: 5px;
	height: 18px;
	padding-left: 112px;
}

.news-bottom-social div{
	float:left;
}

.social-delimiter {
	width: 5px;
}

.news-bottom-left
{
	width: 130px;
}

.news-bottom-center
{
	width: 320px;
}
.news-bottom-center-row
{
	width: 320px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.news-bottom-center-special .news-bottom-center-row
{
	width: 270px;
	text-align: center;
}

.news-bottom-right
{
	width: 130px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.clearBoth { clear:both; }
.hiddens {
	visibility: hidden;
}


.nounderline:hover, .nounderline:focus, .news-bottom-social a:hover, .news-bottom-social a:focus {
	text-decoration:none; !important;
	text-decoration-line: none; !important;
	border-bottom: none; !important;
	border:none; !important;
	margin:0px;	!important;
}
.div-center-fullwidth {
	width:100%;
	text-align: center;
}

.text-dislike {
	text-align: right;
}
.text-like {
	text-align: left;
}

.before_carousel{
	margin-top: 10px;
	margin-left: -30px;
	margin-right: -30px;
}
.carousel-inner {
}
.carousel-inner > .item {
	width: 640px;
	height: 387px;
	text-align: center;
	}
.right.carousel-control {
	right: 0px;
	font-family: Arial,Helvetica,sans-serif;
}
.left.carousel-control {
	font-family: Arial,Helvetica,sans-serif;
	left: 0px;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
position: absolute;
top: 50%;
width: 30px;
height: 30px;
margin-top: -20px;
font-size: 30px;
font-weight: 100;
line-height: 30px;
color: #969696;
background: none;
}
.itemimage {
	width: 580px;
	height: 387px;
	margin: auto auto;
	background: #f5f5f5;
	position:relative;
}

.itemimage > img {
	position:absolute;
	top:0;
    bottom:0;
    left:0;
    right:0;
	margin: auto;
	max-width: 580px;
	max-height: 387px;
}
.aboutimage {
	padding-top: 10px;
    width: 580px;
    margin: auto;
	background: #fff;
    position: relative;
}

.aboutimage > img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 580px;
    right: 0;
    top: 0;
}

.carousel-control, .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
	margin-top: -20px;
	border: 0px solid #FFFFFF !important;
}

.highlighted {
     background-color:yellow;
}

#sendstory-form_es_ > ul, #sendstory-form_es_ > p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	color:#000;
	margin: 0px;
}
.news-row-special-title h3{
	color: #bebebe;
}
.news-row-special-title[class^="active"] h3, .news-row-special-title[class*=" active"] h3 {
	color:#000;
}

.news-full-forspecial {
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.news-full-forcollection {
	padding-left: 30px;
	padding-right: 30px;
}

.centered {
	text-align: center;
}
.news-row-special, .news-row-collection {
	background: #fff;
	border: dashed 1px;
	margin-top: -1px;
	margin-left: -30px;
	margin-right: -30px;
}

.news-row-collection {
	padding-top: 0px;
	padding-bottom: 10px;
}

.news-row-special-title, .news-bottom-center-special {
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	width: 259px;
}

.news-row-collection-title, .news-bottom-center-collection {
	padding-left: 30px;
	padding-right: 30px;
	width: 575px;
} 
.news-row-collection-title {
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}

.news-bottom-center-collection > .news-bottom-center-row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-row-special-title {
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}
.news-row-special-link, .news-row-collection-link {
	position: absolute;
	right:10px;
	bottom:10px;
}
.news-bottom-center-special {
	padding-top: 5px;
	padding-bottom: 15px;
}
.news-full-special {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 12px;
	width:578px;
}

.rowSectIcoTable {
	width:30px;
}

.rowSectIcoTableLeft {
	width:1px;
}

.rowSectIcoTableRight {
	text-align: right;
}

.footer-soc a, .footer-soc a:hover, .footer-soc a:active, .footer-soc a:focus {
	text-decoration:none;
	border-bottom:0px;
}

.footer-lang-td {
	width: 37px;
	text-align: left;
}
.footer-soc-td {
	width: 24px;
	text-align: center;
}

.footer-counter {
	width: 100px;	
}

.popover {
	max-width: 350px;
	width: 350px;
}
.popover input {
	width: 310px;
}

.text-dislike a:hover, .text-like a:hover {
	text-decoration: none;
}

a.carousel-control, a.carousel-control:active, a.carousel-control:focus {
	text-decoration:none;
	border-bottom: none;
	color: #969696;
}

a.carousel-control:hover {
	text-decoration:none;
	border-bottom: none;
	color: #000;
}
.section-logo-before5 {
    margin: 0px 30px 0px 30px;
}
.left {
    float: left;
}

.topic-bukv {
	color: red; 
	padding: 5px 10px; 
	background: #ccc; 
	font-size: 50%; 
	position: relative; 
	top: -4px; 
	margin-right: 5px; 
}

.title-topic-user-status-m {
	padding: 0 5px;
	background: red;
	color: white;
}

.title-topic-user-status-d {
	padding: 0 5px;
	background: green;
	color: white;
}

.title-topic-user-status-c {
	padding: 0 5px;
	background: blue;
	color: white;
}

.bottom-topic-user-status-m {
	padding: 0 5px;
	background: #ccc;
	color: #888;
}

.bottom-topic-user-status-d {
	padding: 0 5px;
	background: #ccc;
	color: #888;
}

.bottom-topic-user-status-c {
	padding: 0 5px;
	background: #ccc;
	color: #888;
}

.bottom-topic-user-status-m:hover {
	background: red;
	color: white;
}

.bottom-topic-user-status-d:hover {
	background: green;
	color: white;
}

.bottom-topic-user-status-c:hover {
	background: blue;
	color: white;
}

.topic-date-time-wrap {
	width: 100%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	position: relative;
}

.topic-date-time {
	color: #ccc;
	flex: 1;
	text-align: right;
}

.topic-date-time:hover {
	color: #666;
}

.topic-summ-wrap {
	width: 100%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	border-bottom: solid 1px #ccc;
}

.topic-summ-symbol {
	transform: rotate(90deg); 
	font-size: 500%;
}


.topic-summ-symbol-up {
	transform: rotate(-90deg); 
	font-size: 500%;
}

.top-stars-wrap {
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;  
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	width: 100%; 
	background: black; 
	padding: 5%; 
	box-sizing: border-box; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center;
}

.top-stars {
	transition: all 5s;
}

.time-head-film {
	width: 70%;
	transform: rotate(180deg);
	opacity: 0.2;
	display: block;
	margin: 0 auto;
	transition: all 5s;
}


.sun-flare-wrap {
	width: 205px; 
	height: 205px; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
	overflow: hidden; 
	border-radius: 1000px; 
	overflow: hidden; 
	border: solid 5px #666;
	transition: border 0.5s;
}

.sun-flare-wrap:hover {
	border: solid 5px red;
	transition: border 0.5s;
}

.sun-flare-wrap2 {
	width: 200px; 
	height: 200px; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center; 
	overflow: hidden; 
	border-radius: 1000px; 
	overflow: hidden; 
}
            
 #sun-flare-video {
 	background: white;
    position: relative;
    left: -20px;
    top: 0;
 }


.center-dot-wrap {
	border: solid 3px #444;
    display: block;
    padding: 5px;
    border-radius: 3000px;
    overflow: hidden;
    width: 60%;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

.center-dot-wrap:hover {
	border: solid 3px #f00;
	transition: all 0.2s ease-in-out; 
}


.center-dot-wrap2 {
	width: 100%; 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -ms-flexbox; display: flex; 
	justify-content: center;-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; 
	justify-content: center;
}

.center-dot-img {
	border-radius: 3000px; 
	overflow: hidden;
	width: 100%; 
	transform: rotate(180deg);
	transition: all 10s;
}


.center-dot-trans-0 .center-dot-img {
	transition: all 10s;
	transform: rotate(-180deg);
}

.center-dot-trans-1 .center-dot-img {
	transition: all 10s;
	transform: rotate(-340deg);
}

.center-dot-trans-2 .center-dot-img {
	transition: all 10s;
	transform: rotate(180deg);
}

.b-p-header2 {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAADCAAAAACcgYFdAAAAEUlEQVQI12PYvp3hyhWGly8BFPEE6VgJ53sAAAAASUVORK5CYII=);
}

@media (min-width:768px) {

	.news-row {
		padding-left: 5px;
		padding-right:5px;
	}

}

