@CHARSET "UTF-8";
/*
import fonts avanir
	*/
@font-face {
    font-family: 'Avenirltbook';
    src: url('fonts/avenir-lt-45-book.eot');
    src: url('fonts/avenir-lt-45-book.eot') format('embedded-opentype'),
         url('fonts/avenir-lt-45-book.woff') format('woff'),
         url('fonts/avenir-lt-45-book.ttf') format('truetype'),
         url('fonts/avenir-lt-45-book.svg#AvenirLT45BookRegular') format('svg');
}
@font-face {
    font-family: ''Noto Sans'';
    src: url('fonts/avenir-lt-85-heavy.eot');
    src: url('fonts/avenir-lt-85-heavy.eot') format('embedded-opentype'),
         url('fonts/avenir-lt-85-heavy.woff') format('woff'),
         url('fonts/avenir-lt-85-heavy.ttf') format('truetype'),
         url('fonts/avenir-lt-85-heavy.svg#'Noto Sans'') format('svg');
}
@font-face {
    font-family: 'AvenirLTBlack';
    src: url('fonts/avenir-lt-95-black-1361499799.eot');
    src: url('fonts/avenir-lt-95-black-1361499799.eot') format('embedded-opentype'),
         url('fonts/avenir-lt-95-black-1361499799.woff') format('woff'),
         url('fonts/avenir-lt-95-black-1361499799.ttf') format('truetype'),
         url('fonts/avenir-lt-95-black-1361499799.svg#AvenirLT65MediumBold') format('svg');
}
@font-face {
    font-family: 'AvenirLT65Medium';
    src: url('fonts/avenir-lt-65-medium.eot');
    src: url('fonts/avenir-lt-65-medium.eot') format('embedded-opentype'),
         url('fonts/avenir-lt-65-medium.woff') format('woff'),
         url('fonts/avenir-lt-65-medium.ttf') format('truetype'),
         url('fonts/avenir-lt-65-medium.svg#AvenirLT65MediumRegular') format('svg');
}
@font-face {
    font-family: 'Avenirbook';
    src: url('fonts/ufonts.com_avenir_45_book-webfont.eot');
    src: url('fonts/ufonts.com_avenir_45_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_avenir_45_book-webfont.woff') format('woff'),
         url('fonts/ufonts.com_avenir_45_book-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_avenir_45_book-webfont.svg#avenirregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{background: #ececea;line-height: 0;color: #2b2b2b;}
body>div{line-height: 1;}
ul{margin:0;padding:0;list-style: none;}
a{
	color: #3B66A4;
}
a:hover{color: #747474;}
img {max-width: 100%;}
.fix-width{
	width: 960px;
	margin:0 auto;
}
.og-margin{margin:10px;}
.og-padding{
	padding:10px;
	/*border: 1px solid rgba(0, 0, 0, 0);
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;*/
	line-height: 0;
}
a>img {
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
}
a:hover>img{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.og-padding img {width: 100%;height: auto;}
.og-padding:hover {
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);*/
}
.relative {position: relative;}
.absolute {position: absolute;z-index: 10;}
.fix-width>.og-margin{margin:0 10px;}
.og-logo {float: left;}
.og-logo a:hover img {box-shadow:0 0 0 #fff;}
.top-header-box {float: right;padding-top: 25px;}
#headersearch {
	background: none;
	border:1px solid #9c9c9c;
	height: 24px;
	border-radius:4px;
	margin:0;
	
}
#headersearch input[type="text"] {
	height: 24px;
	line-height: 22px;
	font-size: 13px;
	font-family: Avenirlt,arial,sans-serif;
	width: 125px;
	padding-left: 5px;
}
#searchsubmit {
	height: 24px;
	
	width: 25px;
	background: url("images/onego/search-btn.png") no-repeat center center;
	
}
.og-social {float: left;display: inline-block;margin:0 0 0 40px;}
.og-social li{float: left;list-style: none;}
.og-social li a{
	width: 26px;height: 26px;
	display: inline-block;margin:0 8px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.og-social li a:before{
	position: absolute;width: 26px;height: 26px;
	display: inline-block;
	content: "";
	background-position: bottom center;
	background-repeat: no-repeat;opacity:0;
	
}
.og-social li a:hover:BEFORE{opacity:1}
.og-social li.face a{background-image: url("images/onego/face-icon.png");}
.og-social li.face a:BEFORE{background-image: url("images/onego/face-icon.png");}
.og-social li.twit a{background-image: url("images/onego/twit-icon.png");}
.og-social li.twit a:BEFORE{background-image: url("images/onego/twit-icon.png");}
.og-social li.you a{background-image: url("images/onego/y-icon.png");}
.og-social li.you a:BEFORE{background-image: url("images/onego/y-icon.png");}
.og-social li.witch a{background-image: url("images/onego/c-icon.png");}
.og-social li.witch a:BEFORE{background-image: url("images/onego/c-icon.png");}
.nav-menu ul {margin:0;list-style: none;}
.nav-menu ul li {float: left;margin-right: 25px;}
.nav-menu ul li:last-child{margin-right: 0;}
.bottom-header {
	background-color: #3b66a4;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.2);
	}
.nav-menu ul li a {
	font-family: 'Signika', sans-serif;
	font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 50px;
	display: inline-block;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #fff;
}
.nav-menu ul li a:hover {
	background-color: #1f3353;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.2);
}
.nav-menu ul li.content a {
	background-image: url("images/onego/icon1.png");	
}
.nav-menu ul li.forums a {
	background-image: url("images/onego/icon2.png");	
}
.nav-menu ul li.streams a {
	background-image: url("images/onego/icon3.png");	
}
.nav-menu ul li.store a {
	background-image: url("images/onego/icon4.png");	
}
.nav-menu ul li.video a {
	background-image: url("images/onego/icon5.png");	
}
.nav-menu ul li.vod a {
	background-image: url("images/onego/icon6.png");	
}
.nav-menu ul li.tournaments a {
	background-image: url("images/onego/icon7.png");
	background-position: 7px 4px;	
}
.nav-menu ul li.partners a {
	background-image: url("images/onego/icon8.png");
	background-position: 11px 7px;	
}
.nav-menu ul li.current-menu-item a {
	background-color: #1f3353;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.2);
}
.og-footer {background-color: #2b2b2b;padding-top: 30px;padding-bottom: 40px;}
.four-col {width: 25%;float: left;}
.og-footer .widget h3 {
	font-size: 14px;
	font-family: AvenirLTBlack,sans-serif;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	
}
.og-footer .widget ul {padding-top: 10px;}
.og-footer .widget ul li {padding:5px 0;border: none;}

.og-footer .widget ul li a {
	font-size: 12px;
	font-family: AvenirLT65Medium,sans-serif;
	color: #fff;
	display: block;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	line-height: 1.2em;
}
.og-footer .widget ul li a:hover{padding-left:5px;	}
.two-col {width: 50%;float: left;}
.feature-box .item .og-title {
	font-size: 40px;
	color: #3b66a4;
	display: inline-block;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	margin-bottom: 5px;
	font-weight: bold;
}
.feature-box .item a.og-title:hover{
	color: #747474;
}
.feature>.two-col {min-height: 480px;}
.feature .og-content p {font-family: 'Open Sans', sans-serif;font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.feature .og-content p.author {
	color: #4a617f;font-family: Avenirbook,sans-serif;
	font-weight: bold;
	padding-left: 3px;
 }
.feature .two-col.absolute {bottom: 0;left: 0;}
.feature .two-col.absolute.last{left:50%;}
.feature .four-col.absolute:nth-child(2n+1) {bottom: 0;left: 50%;}
.feature .four-col.absolute:nth-child(2n) {bottom: 0;left: 75%;}
.feature>.two-col>.og-content {padding-top: 35px;}
.feature {padding-top: 10px;}
.feature a{display: block;}
.og-padding>.absolute{
	bottom: 10px;
    left: 10px;
    padding: 10px;
    right: 10px;
    top: 10px;
    overflow: hidden;
}
.small-title{
	font-size: 21px;
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	letter-spacing: 1px;
	/*height: 60px;*/
	
	overflow: hidden;
}
a.small-title:hover {
	color: #3B66A4;
	
}
.feature .absolute {color: #fff;top:auto;}
.feature .absolute p {font-family: Avenirltbook,sans-serif;font-size: 15px;line-height: 1.2em;max-height: 72px;overflow: hidden;}
.feature-box-2 .absolute {color: #fff;top:auto;}
.feature-box-2 .absolute p {font-family: Avenirltbook,sans-serif;font-size: 14px;line-height: 18px;max-height: 72px;overflow: hidden;}
.og-padding > .absolute.fix-pad {padding-top: 50px;}
.og-padding > .absolute.fix-font p {font-size: 12px;}
.og-padding > .absolute.fix-pad2 {top: auto;padding:20px;}
h2.og-widget-title {
	font-size: 36px;
	color: #3b66a4;
	font-family: 'Noto Sans',sans-serif;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 10px;
	font-weight: bold;
}
.calender h2.og-widget-title {
	color: #F1592A;
}

.og-sidebar .streams-widget {
	background: #3b66a4;
	padding:10px;
}
.og-sidebar .og-tab .item {padding:5px 0;border-bottom: 1px solid #000000;line-height: 1;}
.og-sidebar .og-tab .item a,.og-sidebar .og-tab .item span {
	font-size: 13px;
	color: #ffffff;
	font-family: Avenirbook,sans-serif;
}

.og-sidebar .og-tab .des {display: none;}
.og-sidebar #tabs ul li {
	float: left;padding:0;border-bottom: 1px solid #236f96;width: 50%;
	background: #2b5996;
}
.og-sidebar #tabs ul:after {clear: both;height: 1px;content: "";display: table;}
.og-sidebar .widget {margin:0;}
.og-sidebar #tabs ul li a {
	font-size: 14px;
	font-family: AvenirLT65Medium,sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.og-sidebar #tabs .og-tab .item a:hover {color: #fff;background: none!important;opacity:1;}
.og-sidebar #tabs .og-tab {padding: 10px 0;}
.og-sidebar #tabs ul li.ui-tabs-active {
	background: #1c4785;
}
.news-title {
	background: #1f3353;
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.2);
	margin-top: 10px;
	padding-bottom: 30px;
}
.news-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: AvenirLT65Medium,sans-serif;
	color: #fff;
	line-height: 60px;
	padding-left: 50px;
	background-image: url("images/onego/new-title.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
.item-slider .absolute {left: 0;right:0;bottom:0;}
.item-slider .og-padding{padding-top: 60px;line-height: 1;}
.item-slider .og-padding p {
	font-family: Avenirltbook,sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
    max-height: 82px;
    overflow: hidden;
}
a.small-title {
	display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    font-weight: 300;
}
.other-item a.small-title-2 {
	font-size: 15px;
	color: #2b2b2b;
	font-family: 'Noto Sans',sans-serif;
	line-height: 21px;
	text-transform: uppercase;
	display: inline-block;height: 42px;
	margin-bottom: 5px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	letter-spacing: 1px;
	overflow: hidden;
	font-weight: bold;
}
.other-item a.small-title-2:hover {
	color: #3b66a4;
}
.other-item p.note {
	line-height: 1;
	font-family: Avenirltbook,sans-serif;
	color: #3B66A4;
	margin-bottom: 10px;
}
.fix-font .small-title {height: 36px;}
.other-item .og-content p {
	font-size: 13px;color: #2b2b2b;font-family: Avenirltbook,sans-serif;
	line-height: 1.7em;
	margin-bottom: 5px;
}
.other-item .og-thumbnail{
	margin-bottom: 10px;
}
.other-item .og-padding {
	padding-bottom: 200px;	
	border-right: 1px solid #3b66a4;
	padding-top: 0;
}
.last-news {overflow: hidden;margin-bottom: -190px;margin-top: 10px;}
.hidden-fix {overflow: hidden;}
.last-news .fix-width .other-item:nth-child(4n) .og-padding{border-right: none;}
.og-line {margin:0 10px ;height: 1px;background: #3b66a4;}
.youtube-large-box {padding-top: 45px;padding-bottom: 20px;}
.youtube-large-box h1{
	font-size: 30px;
	line-height: 1.2em;
	color: #2b2b2b;
	font-family: 'Noto Sans',sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight:bold;
}
.youtube-large-box p{
	font-size: 12px;
	line-height: 1.2em;
	color: #2b2b2b;
	font-family: Avenirltbook,sans-serif;
	margin-bottom: 20px;
}
.y-fix-w {max-width: 160px;}
a.visit-video {
	line-height: 1.2em;
	font-size: 11px;
	color: #2b2b2b;
	font-family: AvenirLTBlack,sans-serif;
	text-transform: uppercase;
	padding-left: 60px;
	display: block;
	background: url("images/onego/youtube-tag.png") no-repeat left bottom;
	padding-top: 23px;min-height: 27px;
}
.line-2 {height: 1px;background: #f1592a;}
.y-fix-w .line-2 {margin-bottom: 20px;}
.youtube-large-box .fix-padding {padding-top: 0;}
a.you-title {	
	display: inline-block;
	font-family: 'Noto Sans',sans-serif;
	font-size: 30px;
	line-height: 1.2em;	
}
.og-padding > .absolute.you-title{
	top:auto;
}
.fix-col a.you-title{font-size: 21px;max-height: 42px;overflow: hidden;}
a.you-title:hover {color: #79B0CE;}
span.you-tag{
	position: absolute;
	top:10px;
	left: 10px;
	width: 21%;
	height: 37%;
	background: url("images/onego/youtube-tag-big.png") no-repeat left top;
	background-size:100%; 
	z-index: 1;
}
.fix-padding span.you-tag{
	top:0;
}
.news-title.fix-padding-yutube {
	margin-top: 20px;
	margin-bottom: 30px;
}
.fix-slider-youtube span.you-tag{
	top:0;left: 0;
}
.fix-slider-youtube a.you-title {
	top: auto;
	font-size: 21px;
    max-height: 42px;
    overflow: hidden;
    padding:10px;
    color: #fff;
}
.show-phone {display: none;}
.note-title {
	display: inline-block;float: left;background: #3b66a4;
	text-transform: uppercase;font-size: 18px;font-family: 'Noto Sans',sans-serif;
	color: #fff;
	padding: 5px;
	line-height:1;	
	min-width: 140px;
}
span.background {
	background-color: rgba(165, 80, 38, 0.8);position: absolute;
	left: 10px;top:10px;
	bottom:10px;right:10px;
	opacity: 0.75;z-index: 1;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
span.background.fix-pad2 {
	background-image: url("images/onego/fix-pad2.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.relative:hover>span.background {opacity: 0.9;}


.og-padding .video_container {top:10px;left: 10px;background: none;padding:6% 13%;}
.video_container iframe {width: 96%;padding:2%;height: 96%;background: rgba(0,0,0,0.5);}
.two-three-col {float: left;width: 66.66%;}
.three-col {float: left;width: 33.33%;}
.og-blog .three-col {}
.og-blog .two-three-col {}
.fix-width-content-single {max-width: 560px;}
h1.og-single-title {
	font-size: 19px;
	color: #3b66a4;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-family: 'Noto Sans',sans-serif;
	text-transform: uppercase;
}
p.single-meta {
	font-size: 13px;
	color: #4a617f;
	line-height: 1em;
	font-family: Avenirltbook,sans-serif;	
	margin-bottom: 15px;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}
p.single-meta span {font-weight: normal;}
.fix-width-content-single .og-line{margin:0;}
.og-content-singe {
	padding-top: 25px;
	font-family: Avenirltbook,sans-serif;
	font-size: 14px;
	color: #3c3a3a;
	line-height: 1;
	margin-bottom: 40px;
}
.og-content-singe img {width:auto;}
.og-content-singe p {
	font-family: Avenirltbook,sans-serif;
	font-size: 15px;
	color: #3c3a3a;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.og-content-singe blockquote {
	margin:0 0 0 30px;
	border-left: 2px solid #3b66a4;
	padding-left: 20px;
}
.fix-width-related-box {max-width: 600px;}
.five-col {width: 20%;float: left;}
.related-item .og-content {
	line-height: 1;
}
.related-item {
    border-top: 2px solid rgba(0,0,0,0);
}
.related-item:hover {
    border-color: #F98E2B;
}
.related-item .related-title {
	font-size: 13px;
	color: #2b2b2b;
	font-family: 'Noto Sans',sans-serif;
	line-height: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	height: 32px;
	overflow:hidden;
	display: inline-block;
	max-width: 100%;
	word-wrap: break-word;
}
.related-box {
    
    padding-top: 25px;
}
.related-item .relatied-meta {
	font-family: Avenirltbook,sans-serif;
	font-size: 11px;
	color: #426ca9;
	line-height: 1em;
	margin-bottom: 10px;
}
.related-item .og-content p {
	font-family: Avenirltbook,sans-serif;
	font-size: 11px;
	color: #2b2b2b;
	line-height: 1.2em;	
	margin-bottom: 0;
}

.related-item .og-thumbnail {
	margin-bottom: 10px;
}
.single-adv-bottom {margin-top: 20px;}
.og-recent-posts .og-content {
	line-height: 1;
	margin-left: 100px;
}
.og-recent-posts .og-content p {
	font-size: 13px;
	font-family: AvenirLT65Medium,sans-serif;
	margin-bottom: 0;
	color: #000;
	max-height: 54px;
	overflow: hidden;
	line-height: 18px;
}
.og-recent-posts .og-thumbnail {
	width: 80px;
	height: 60px;
	float: left;
}
.og-recent-posts .og-thumbnail a {display: block;}
.og-recent-posts {border-top:1px solid #4f5c93;padding-top: 15px;padding-bottom: 40px;}
aside.widget {background: none!important;}
.og_recent_posts_widget .widget-title{
	background: none repeat scroll 0 0 #3B66A4;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: 'Noto Sans',sans-serif;
    font-size: 25px;    
    max-width: 140px;
    padding: 5px;
    text-transform: uppercase;
    line-height: 1;
}
.og-recent-posts .og-item {
	padding:8px 0;
	border-bottom: 1px solid #ececec;
}
.widget_tag_cloud .widget-title {
	display: block;
	line-height: 40px;
	padding-left: 50px;
	background-color: #1f3353;
	font-size: 25px;
	color: #fff;
	font-family: 'Noto Sans',sans-serif;
	text-transform: uppercase;
	background-image: url("images/onego/tags-tag.png");
	background-repeat: no-repeat;
	background-position: 7px center;
}
.tagcloud {padding:5px 0;}
.tagcloud:AFTER{
	display: table;
	content: "";
	height: 1px;
	clear: both;
}
.tagcloud a {
	font-size: 14px;
	line-height: 1em;
	font-family: 'Noto Sans',sans-serif;
	padding:5px;
	margin:2px;
	display: inline-block;
	float: left;
	color: #fff;
	
}
.tagcloud a:nth-child(5n){background-color: #202945;}
.tagcloud a:nth-child(5n+1){background-color: #202945;}
.tagcloud a:nth-child(5n+2){background-color: #f98e2b;}
.tagcloud a:nth-child(5n+3){background-color: #426ca9;}
.tagcloud a:nth-child(5n+4){background-color: #f98e2b;}
/*.tagcloud a:nth-child(n+6){display: none;}*/
.related-item .fix-excerp {height: 54px;overflow: hidden;}
.og-sidebar .widget_sp_image {margin-bottom: 20px;}
span.background.green {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxOWQ0MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGM2NTE4IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover,  rgba(25,212,51,1) 0%, rgba(12,101,24,0.8) 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(25,212,51,1)), color-stop(100%,rgba(12,101,24,0.8))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(25,212,51,1) 0%,rgba(12,101,24,0.8) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(25,212,51,1) 0%,rgba(12,101,24,0.8) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(25,212,51,1) 0%,rgba(12,101,24,0.8) 100%); 
background: radial-gradient(ellipse at center,  rgba(25,212,51,1) 0%,rgba(12,101,24,0.8) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19d433', endColorstr='#cc0c6518',GradientType=1 );
*/
	background: url("images/onego/ovelay4.png") no-repeat;
	background-position: center;
	background-size:100% 100%; 
}
span.background.valentin{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
	
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkNDE5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjYwYzYxIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover,  rgba(212,25,201,1) 0%, rgba(102,12,97,0.8) 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(212,25,201,1)), color-stop(100%,rgba(102,12,97,0.8))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(212,25,201,1) 0%,rgba(102,12,97,0.8) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(212,25,201,1) 0%,rgba(102,12,97,0.8) 100%); 
background: -ms-radial-gradient(center, ellipse cover,  rgba(212,25,201,1) 0%,rgba(102,12,97,0.8) 100%); 
background: radial-gradient(ellipse at center,  rgba(212,25,201,1) 0%,rgba(102,12,97,0.8) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d419c9', endColorstr='#cc660c61',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	background: url("images/onego/ovelay3.png") no-repeat;
	background-position: center;
	background-size:100% 100%; 
	
}
span.background.orange{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMTU5MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzMyYjE0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover,  rgba(241,89,42,1) 0%, rgba(115,43,20,0.8) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(241,89,42,1)), color-stop(100%,rgba(115,43,20,0.8))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(241,89,42,1) 0%,rgba(115,43,20,0.8) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(241,89,42,1) 0%,rgba(115,43,20,0.8) 100%); 
background: -ms-radial-gradient(center, ellipse cover,  rgba(241,89,42,1) 0%,rgba(115,43,20,0.8) 100%); 
background: radial-gradient(ellipse at center,  rgba(241,89,42,1) 0%,rgba(115,43,20,0.8) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1592a', endColorstr='#cc732b14',GradientType=1 );  */
	background: url("images/onego/ovelay2.png") no-repeat;
	background-position: center;
	background-size:100% 100%; 
}
span.background.darkblue{

/* IE9 SVG, needs conditional override of 'filter' to 'none' 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNjgxOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiMwNTZlODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDIyOTMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  rgba(6,129,158,1) 0%, rgba(5,110,134,1) 58%, rgba(2,41,51,1) 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(6,129,158,1)), color-stop(58%,rgba(5,110,134,1)), color-stop(100%,rgba(2,41,51,1)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(6,129,158,1) 0%,rgba(5,110,134,1) 58%,rgba(2,41,51,1) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(6,129,158,1) 0%,rgba(5,110,134,1) 58%,rgba(2,41,51,1) 100%); 
background: -ms-radial-gradient(center, ellipse cover,  rgba(6,129,158,1) 0%,rgba(5,110,134,1) 58%,rgba(2,41,51,1) 100%); 
background: radial-gradient(ellipse at center,  rgba(6,129,158,1) 0%,rgba(5,110,134,1) 58%,rgba(2,41,51,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06819e', endColorstr='#022933',GradientType=1 );  */
	background: url("images/onego/ovelay1.png") no-repeat;
	background-position: center;
	background-size:100% 100%; 
	
}
.item-slider span.background {
	top:0;left:0;right:0;bottom:0;
	display: block;
	opacity:0.75;
	transition:0.5s all;
	-moz-transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
}
.item-slider:hover span.background{opacity:0.9;}
/**********style for calender ********************/
.ai1ec-agenda-widget-view .ai1ec-date {background: none;border-color: #d7d7d7;}
.ai1ec-agenda-widget-view .ai1ec-event > a{
	border: none;padding:0;font-size: 14px;color: #2b2b2b;
	font-family: 'Noto Sans',sans-serif;
	background: none;
	
}
.ai1ec-agenda-widget-view .ai1ec-event > a span {
	font-family: 'Noto Sans',sans-serif;
	text-transform: uppercase;
	font-weight: bold!important;
}
.ai1ec-agenda-widget-view .ai1ec-event > a span.ai1ec-event-time{display: none;}
.ai1ec-agenda-widget-view .ai1ec-date > a {
	margin: 5px 0;
	font-size: inherit;
	min-width: 40px;
	width: auto;
	line-height: 1;
	background: url("images/onego/calendar-icon.png") no-repeat center center;
	border:none;
	padding-top:16px;
	border-radius:0;
	padding-bottom: 7px;
	
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {background: none;color: #1e3353;font-size: 12px;font-family: 'Noto Sans',sans-serif;letter-spacing: 0;}
.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday{display: none;}
.ai1ec-agenda-widget-view .ai1ec-agenda-widget-view .ai1ec-event {margin:3px 0 3px 50px;padding-top: 15px;}
.ai1ec-agenda-widget-view .ai1ec-event{margin-top:20px;}
/*
.og-sidebar .ai1ec-month {display: none;}
.og-sidebar .ai1ec-weekday {display: none;}
*/
.ai1ec-agenda-widget-view .ai1ec-day {
	font-size: 15px;
	font-family: 'Noto Sans',sans-serif;
	color: #000;
	/*line-height: 17px;
	padding:10px 3px 4px;
	background: url("images/onego/calender-bg.png") no-repeat center center;*/
	min-width: 24px;
	display: inline-block;
	padding:0;line-height: 1em;
}
.fix-youtube {padding:0!important;}
.fix-youtube>iframe {width: 100%;height: 100%;}
.other-item .og-content{
	margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
}
/*************************************************/
.three-four-col {width: 75%;}
.home-bottom-adv .line-2 {margin:0 10px 20px;}
.youtube-big .og-content {
	padding-top: 60px;
	line-height: 1;
	max-width: 345px;
}
.youtube-big .og-content h1 {
	font-size: 34px;
	color: #2b2b2b;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.youtube-big .og-content p{
	font-family: Avenirbook,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0;
}
.youtube-big .og-content p a {
	color: #3B66A4;
}
.youtube-small .og-content {
	line-height: 1;
}
.youtube-small a.you-title {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 22px;
	margin-top:20px;
	margin-bottom: 15px;
	height: 44px;
	overflow: hidden;
	text-transform: uppercase;
}
.youtube-small a.you-title:hover {
	color: #3B66A4;	
}
.youtube-small {padding-top: 10px;}
.youtube-small .og-content p{
	font-family: Avenirbook,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0;
	height: 54px;
	overflow: hidden;
}
.youtube-small .three-col .og-item.og-padding{
	padding-top: 0;	
}
.youtube-small .viewcount {
	position: absolute;
	line-height: 25px;
	padding:0 5px;
	min-width: inherit;
	right: 0;
	top:-25px;
}
.youtube-small .og-item.og-padding {margin-top: 25px;margin-bottom: 50px;}
.bottom-youtubbe-adv {margin:15px 0;}
.playvideo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top:0;
	display: inline-block;
	background-image: url("images/onego/youtube-tag.png");
	background-repeat:no-repeat;
	background-position: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
/*
.playvideo:BEFORE{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top:0;
	display: inline-block;
	background-image: url("images/onego/youtube-tag-hover.png");
	background-repeat:no-repeat;
	background-position: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;	
	opacity:0;
	content: "";
}
.youtube-big .playvideo:BEFORE{
	background-image: url("images/onego/youtube-tag-big-hover.png");
}
.playvideo:hover:BEFORE{
	opacity:1;
}
*/
.playvideo:hover {
	background-color: rgba(0,0,0,0.4);
}
.iframe-youtube {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 100;
}
.youtube-big .playvideo {
	background-image: url("images/onego/youtube-tag-big.png");
}
.feature-box a.small-title {height: auto;margin-top:25px;}
.feature-box-2 a.small-title {height: auto;}
.feature-box-2 .og-sidebar .streams-widget {margin-top:20px;}
a.note-title{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
a.note-title:hover {
	background: #1f3353;
	color: #fff;
}
a.note-title:ACTIVE {
	background: #1f3353;
	color: #fff;
}
/*.og-full-width {padding-top: 30px;}*/
.box-archive .og-thumbnail{float: left;}
.box-archive .og-content{
	margin-left: 340px;
	line-height: 1;
	font-size: 14px;
}
.box-archive .og-content p.note{
	color: #3B66A4;
    font-family: Avenirltbook,sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}
.box-archive .og-content p.note a {color: #F1592A;}
.box-archive>div{z-index: 2;position: relative;}
.box-archive .small-title{height: auto;color: #3b66a4}
.box-archive span.background {
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box-archive .og-thumbnail a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.og-full-width>.line-2{margin:0 10px;}
h1.page-title{
	color: #3B66A4;
    font-family: 'Noto Sans',sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-left: 10px;
}
.og-tab-menu {background: #3B66A4;margin-bottom: 20px;}
.og-tab-menu ul li {float: left;border-right: 1px solid #fff;}
.og-tab-menu ul {display: inline-block;list-style: none;margin:0;padding:0;}
.og-tab-menu ul li a {
	line-height: 40px;
	color: #FFFFFF;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;   
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	display: inline-block;
	padding:0 20px;
	background: #1e3e7b;
	
}
.og-tab-menu ul li a:hover {
	background: #061c56;
	color: #F1592A;
}
.og-tab-menu ul li a:ACTIVE{
	
}
.og-tab-menu ul li a.og-active {background: #061c56;color: #FFFFFF;}
.og-form-action {position: absolute;top:-60px;right: 10px;}
.og-form-action .og-select {float: left;
	border-right: 1px solid #fff;
}
.og-form-action input[type="submit"] {
	float: left;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
    display: inline-block;
    font-family: 'Noto Sans',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.og-form-action .og-select>span {line-height: 40px;
	font-family: 'Noto Sans',sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;float: left;
}
.og-form-action .og-select span.og-value{
	font-size: 20px;
	padding:0 30px 0 15px;
	background-color: #1e3e7b;
	margin-left: 10px;
	background-image: url("images/onego/dropdow-option.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.og-form-action .og-select select {
	position: absolute;
	height: 40px;
	top:0;right: 0;
	padding:0 12px;
	opacity:0;
	cursor: pointer;
}
.stream-item .og-content .stream-title {
	float: left;
	font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    text-transform: uppercase;
    line-height: 26px;margin-left: 30px;
    font-weight: 600;
}
.stream-item .og-content .tream-views{
	float: right;
	font-family: Avenirbook,sans-serif;
    font-size: 13px;
    color: #1f3353;
}
.stream-item .og-content span.checkbox{
	display: inline-block;
	float: left;
}
span.checkbox input[type="checkbox"] {
	display: none;
}
span.checkbox span.checkbox-val {
	width: 26px;
	height: 26px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
span.checkbox span.checkbox-val:BEFORE {
	content: "";  
    display: inline-block;   
    width: 20px;  
    height: 20px;    
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottombottom: 1px;  
    background-color: #f1f1f1;  
    border:3px solid #3b66a4;
}
span.checkbox input[type=checkbox]:checked +span.checkbox-val:BEFORE {
	content: "\2713";  
    text-shadow: 1px 1px 1px #27AE60;  
    font-size: 20px;  
    color: #27AE60;  
    text-align: center;  
    line-height: 15px;
}
.og-alert {
	background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
     padding: 8px 35px 8px 14px;
     font-size: 14px;
    line-height: 20px;
    display: none;
}
.og-alert.warning{
	display: block;
	color: #B94A48;
	background-color: #F2DEDE;
    border-color: #EED3D7;
}
a.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    line-height: 20px;
    position: relative;
    right: -21px;
    top:0px;    
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;  
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    display: inline-block;
}
.og-padding iframe {
	max-width: 100%;
}
.fix-link-box {
	display: inline-block;
	position: absolute;
	top:10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 12;
}
.social-single {line-height: 1;display: inline-block;}
.social-single li  a{
	width: 72px;
	height: 0px;
	padding-top: 24px;
	overflow: hidden;
	display: inline-block;
}
.social-single li  a:hover{
	opacity:0.8;
}
.social-single li.facebook a{background: url("images/onego/faceshare.png");}
.social-single li.twitter a{background: url("images/onego/twitshare.png");}
.og-padding .social-single img {width: auto;}
.social-single li {
	float: left;margin-left: 10px;
}
.social-single li:FIRST-CHILD{margin-left: 0;}
.item-slider .fix-link-box{
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.show-phone {display: none;}
.feature .two-col a:hover img{
	box-shadow: inset 0px 0px 0px #000;
}
.hover-f {position: absolute;top:0;left: 0;right: 0;bottom: 0;display: inline-block;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.06) 1%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.74) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.05)), color-stop(1%,rgba(0,0,0,0.06)), color-stop(50%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.74))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.06) 1%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.74) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.06) 1%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.74) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.06) 1%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.74) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.06) 1%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.74) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#bd000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;


opacity:0;}
.feature .two-col a:hover .hover-f {opacity:0.3;}
.og-content-singe ul, .og-content-singe ol {
	list-style: disc;
	margin-left: 20px;
	line-height:1.4em;
}
.box-social {float: right;}
.blue-line{height:1px; background:#3B66A4;margin:10px;}
/*css 27-03 */
.title-bg {
	background: rgba(0,0,0,0.5);
}
.title-bg .small-title{
	margin-bottom: 0;font-size: 26px;line-height: 34px;
}
.item-three-col .small-title{
	font-size: 24px;
	line-height: 36px;
	color: #2b2b2b;
}
.item-three-col .og-thumbnail{
	margin-bottom: 10px;
}
.item-three-col p.note{
	color: #3B66A4;
    font-family: Avenirltbook,sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
}
.item-three-col .og-content p {
	font-size: 13px;
	line-height: 24px;
}
.streams-widget {
	line-height: 1;
	background: #ececea;
	padding:10px 20px;
	margin-bottom: 20px;
}
.og-padding .og-line{margin:0;}
.streams-widget h2.og-widget-title{
	font-size: 21px;line-height: 30px;color: #33598f;
	padding-left: 40px;background: url("images/stream2.png") no-repeat left center;
	padding-bottom: 0;
}
.streams-widget .ui-tabs-nav {
	display: inline-block;
	text-align: center;
	
}
.streams-widget .ui-tabs-nav li {
	float:left;
	padding:0;
	border-left: 1px solid #fff;
}
.streams-widget .ui-tabs-nav li:FIRST-CHILD{border-left: none;}
.streams-widget .ui-tabs-nav li a{
	font-size: 14px;
	font-family: AvenirLT65Medium,sans-serif;
	color: #fff;background: #355c91; 
	text-transform: uppercase;
	padding:5px 15px;
	display: inline-block;
}
.streams-widget .ui-tabs-nav li.ui-tabs-active a{
	background: #1a2b44;
}
.streams-widget .item a{
	font-size: 14px;
	color: #355c95;	
	font-weight: bold;
}
.streams-widget .item {
	padding:10px 0;
	border-bottom: 1px solid #d7d7d7;
}
.streams-widget .item span{
	font-size: 13px;
	font-weight: 600;
}
.widget_ai1ec_agenda_widget h2.og-widget-title{
	color: #f1592a;
	font-size: 21px;
	line-height: 30px;
}
.widget_ai1ec_agenda_widget {
	background: #ececea;
	padding:10px 20px;
}
.og-container {width: 1000px;margin:0 auto;background: #f9f9f8;}
.clear-fix {
	display: inline-block;width: 100%;clear: both;
}
.home-top-adv{
	width: 970px;
	margin:0 auto;
	max-width: 100%;
	padding-top:20px;
}
img {max-width: 100%;height: auto;}
.adv728{
	width: 728px;margin:0 auto;max-width: 100%;
}
.stream-item .tream-views{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding:5px 10px;
	text-transform: uppercase;
	background: #3b66a4;
	line-height: 1em;
	font-family: 'Noto Sans',sans-serif;
}
.stream-item .view-box{margin-bottom: 10px;}
.sidebar-adv {
	margin-bottom: 25px;
}
.og-sidebar .widget_tag_cloud{
	margin-bottom: 25px;
}
.fix-padding-t-b {padding-top:0;padding-bottom: 0;}
.group-cate {float: right;}
.group-cate>p{float: left;
	font-size: 13px;
	color: #fff;
	font-family: Avenirltbook,sans-serif;
	line-height: 40px;
	padding-right: 10px;
}
.group-cate .select-cate{
	cursor: pointer;
	float: left;
	position: relative;
}
.group-cate .select-cate span.title{
	font-size: 18px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 25px;
	background-color: #1E3E7B;
    background-image: url("images/onego/dropdow-option.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    font-family: 'Noto Sans',sans-serif;font-weight: 600;
}
.group-cate .name-cate {
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
    color: #fff;
    background: #1f3353;
    padding:0 40px;
    font-family: 'Noto Sans',sans-serif;font-weight: 600;
}
.select-cate ul {position: absolute;
	top:100%;
	left: 0;
	white-space: nowrap;
	z-index: 99;
	display: none;
}
.og-tab-menu .select-cate ul li{float: none;border:none;}
.og-tab-menu .select-cate ul li a{
	padding:10px 30px;
	font-size: 13px;
	display: inline-block;
	line-height: 1em;
}
.select-cate:hover ul{display: block;}
.fix-width-related-box .note-title{margin-left: 10px;}
.hide-art {display: none;}
.author-info {line-height: 1;}
#wall-paper {z-index: -9999;position: absolute;top:110px;left: 0;}
#container {position: relative;}
body>iframe{display: none;}







