/** Page CSS **/

/* On This Day */

.otd_date {
	display:flex;
	flex-direction:row;
	align-items:center;
	}
.field-name-field-onthisday-day {
	padding-left:10px;
	font-family:'Roboto',sans-serif;
	font-size:18px;
	}
h1.on-this-day {
	font-family:'Roboto',sans-serif;
	font-size:22px;
	margin:10px 0;
	}
.field-name-field-links {
	padding:15px 0 0 0;
	}
.social-share-links.inline {
    margin: 5px 0 0 0;
	}
.node-type-on-this-day .comment-form-wrapper {
    margin-top: 0;
	}

/** Menu **/
 .user-menu-container {
	display:flex;
	align-items:center;
	}
 .front .user-menu-container {
	display:flex;
	}

/** Footer **/
.site-logo {
    min-height: 150px;
    padding: 75px 0 20px 0;
    margin-top: -20px;
	}

/** Table **/
.table > tbody > tr > td {
    padding: 8px 0;
	}
table > thead > tr > th {
    padding: 15px 0 !important;
	}
table > thead > tr > th.select-all {
    width:30px;
	}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: inherit;
	}
.table-hover > tbody > tr:hover {
    background-color: inherit;
	}
.table > tbody > tr{
    border:inherit;
	}
.table > tbody > tr > td{
    border:inherit;
	}



/** Page Message **/

.page-user table,
.page-messages table {
    border-collapse: inherit;
    border-spacing: inherit;
	}
.page-messages td .form-type-checkbox.checkbox {
	max-width:10px;
	}
.privatemsg-message-column {
    margin-left: 0;
	}
.privatemsg-message-column .privatemsg-message-date {
	line-height:1;
	font-size:14px;
	}
.message-right .privatemsg-message-column .privatemsg-message-date {
	padding-right:8px;
	}
.message-left .privatemsg-message-column .privatemsg-message-date {
	padding-left:8px;
	}

/** User **/
.page-user #edit-actions--2.form-actions {
	display: flex;
	justify-content: center;
	padding-top:25px;
	}

/** Page Forum **/

.content-container {
	display:flex;
	flex-direction:column;
	}
.forum-content {
	display:flex;
	flex-direction:column;
	padding:20px;
	}
footer.content-footer {
	padding:0 20px;
	margin:0
	}
footer.content-footer ul.links.list-inline {
    margin: 0;
	padding-top:0;
	}
footer.content-footer ul.links.list-inline li {   
	display: inline-flex;
	height:40px;
	align-items:center;
	padding: 0 15px;
	}

/** Main Forum List **/

.forum-list-block .view-content{
	padding:20px;
	}
.forum-list-block .views-row {
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	}
.forum-list-page-block {
	display:flex;
	flex-direction:row;
	padding:5px 0
	}
.forum-list-block-left {
	padding:5px 10px 0 0;
	}
.forum-list-block-right {
	display:flex;
	flex-direction:column;
	padding-bottom:10px;
	width:100%;
	}
.author-image img {
	width:32px;
	height:32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	}
.forum-list-title {
	font-size:16px;
	padding-bottom:3px;
	}
.forum-list-desc {
	font-size:13px;
	}
.forum-list-desc i {
	color:#999;
	width:18px;
	}
.main-forum {
	}
.topic-add-on {
	display:flex;
	justify-content:flex-start;
	margin-bottom:15px;
	}
.topic-add-on-container {
	padding:15px 0;
	}

/*-- Views Exposed --*/

.forum-list-block .views-exposed-widgets {
    margin-bottom: 0;
	}
.forum-list-block .views-exposed-form .views-exposed-widget {
    padding: 0;
	}

/** Ads **/
.content-container .content-advertisement {
		}

/** Content Add **/
.content-add-form {
	padding:20px;
	}
.page-messages-new .form-item-subject label{
	display:block;
	}

/** Page Add **/

span.form-required {
	display:inline-block;
	width:16px;
	height:16px;
	visibility: hidden;
	position: relative;
	}
span.form-required:after {
	font-family:"Font Awesome 5 free";
	font-weight:900;
	font-size:10px;
	content:"\f069";
	visibility: visible;
	position: absolute;
	top: 0;
	left: 5px;
	text-transform: uppercase;
	}
.page-node-add label.control-label {
	display:inline-flex;
	padding:5px 0 10px 0;
	font-size:16px;
	font-weight:normal;
	margin-bottom: 0;
	width:auto;
	}
.page-node-add label.control-label span {
	padding-left:8px
	}
.page-node-add .form-type-select.form-group,
.page-node-add .form-item-title.form-group {
	display:flex;
	flex-direction:column;
	}
.page-node-add .form-item-title.form-group label {
	display:inline-flex;
	width:80px;
	}
.page-node-add select.form-control.form-select.required {
	display:inline-flex;
	width:auto;
	}
.page-node-add .node-form {
	padding:20px;
	}
.page-node-add .form-type-textarea.form-group {
	margin-top:0;
	}
.page-node-add .form-item.form-group {
	margin-bottom: 20px;
	}

/** Bookmark **/

.views-page {
	font-size:14px;
	padding-bottom:10px;
	margin-bottom:10px;
	}
.views-page .title {
	font-weight:500;
	font-size:16px;
	}
.bookmark.desc {
	padding:5px 0
	}
.bookmark.desc i{
	font-size:12px;
	}
span.remove a {
	padding:2px 10px;
	color:#fff
	}
.content_type {	
	display:flex;
	margin:2px 0 4px 0;
	}
.content_type span{	
	padding:0 10px;
	line-height:1.35;
	display:inline-flex;
	}
span.label.green {
	font-size: 16px;
	padding: 0 10px;	
	}

/** Page Hot Topics **/

.page-hot-topic {
	display:flex;
	flex-direction:row;
	padding-bottom:10px;
	word-break: break-all;
	}
.page-hot-topic .hot-topic-left {
	padding-right:5px;
	font-size:24px;
	min-width:50px;
	}
.hot-topics-block h2.block-title {
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 0;
	}
.hot-topics-block h2.block-title span {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    display: block;
    margin: -3px 0 5px 0;
	}
.page-hot-topic .hot-topic-title  {
	font-size:18px;
	padding-bottom:8px;
	overflow-wrap: break-word;
  	word-wrap: break-word;
  	hyphens: auto;
	}
.page-hot-topic .hot-topic-body {
	float:left;
	font-size:15px;
	padding-bottom:8px;
	word-break: break-all;
	}
.page-hot-topic .hot-topic-body p {
	margin:0 0 2px 0;
	}
.page-hot-topic .hot-topic-body img {
	max-width:50%;
	height:auto;
	display:inline-block;
	float:left;
	padding: 5px 10px 5px 0;
	}
.page-hot-topic .hot-topic-submitted {
	display:flex;
	flex-direction:row
	}
.page-hot-topic .hot-topic-description .hot-topic-picture {
	padding-right:10px;
	}
.page-hot-topic .hot-topic-description .hot-topic-picture img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	}
.page-hot-topic .hot-topic-description {
	font-size:13px;
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
	clear:both;
	}
.page-hot-topic .hot-topic-description span {
	padding-right:8px;
	}
.page-header span {
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	display: block;
	margin: -3px 0 10px 0;
	}

/** User Profile **/

.user-profile-info {
	display:flex;
	padding:20px 0;
	flex-direction: column;
	font-size:14px;
	}
.user-profile-info span {
	padding:5px 0
	}
.user-profile-info span i {
	padding: 0 8px 0 0;
	width:20px;
	color:rgba(255,255,255,0.5);
	}
.user-profile-right-wrapper {
	display:flex;
	justify-content:flex-start;
	flex-direction:row
	}
.user-profile-wrapper {
	display:flex;
	justify-content:center;
	flex-direction:column
	}
.user-profile-left-wrapper {
	}
.profile-name {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding:5px;
	}
.profile-name h2.user_name {
	font-size:26px;
	margin-bottom: 0;
	padding:5px 0 0 0;
	line-height: 1.2;
	display:flex;
	justify-content:row;
	}
span.user_id {
	font-size:14px;
	line-height: 1.2;
	}
.user-profile-picture-name .user-picture {
	display:flex;
	justify-content:center;
	}
.user-profile-picture-name .user-picture img {
	width:100%;
	max-width:200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.page-user .user-page-content .nav-tabs {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
	font-size:14px;
	}
.page-user .user-page-content .nav > li > a {
	font-size:14px;
	}
.page-user .footer-content {
    margin-top: 0;
	}
.some-hidden .user-picture,
.some-hidden .privatemsg-send-link.privatemsg-send-link-profile,
.some-hidden ul.profile-link {
	display:none;
	}
.some-hidden .links.list-inline {
	display: flex;
	width: auto;
	padding: 20px 0 0 0;
	margin: 0 auto;
	justify-content: center;
	}
.some-hidden .links.list-inline li a {
	font-size:14px;
	}
.some-hidden .links.list-inline .flag-wrapper a{
	font-size:16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:3px;
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}
.some-hidden .links.list-inline .flag-wrapper a:hover{
	border:2px solid #2b3e50;
	color:#fff;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	}
.some-hidden .flag-message {
    top: 3em;
	}
.flag-user-like .flag .fa {
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height:1
	}
.page-user .views-field-privatemsg-link {
	display:none;
	}
h2.topics_count,
h2.number {
	display:inline-flex;
	margin-top:0;
	margin-bottom:0;
	font-size:2.4rem;
	font-weight:700;
	line-height:1;
	background:#f7941e;
	padding:5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
h2.topics_count {
	background:#5cb85c;
	margin-bottom:20px;
	}
h2.topics_count span {
	font-weight:500;
	font-size:1.8rem;
	line-height:1.4;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
h2.number a {
	color:#fff;
	}
h2.user-name {
	margin-top:0;
	font-size:3.6rem;
	line-height:1.2
	}
h2.user-name span.user_id {
	font-size:18px;
	padding-left:10px;
	}
.user-profile-right-wrapper i {
	width:24px;
	margin-right:2px;
	}
.user-profile-right-wrapper span.user_title {
	font-size:13px;
	padding-bottom:10px;
	}
.user-profile-right-wrapper span.user-detail {
	margin-left:26px;
	font-size:16px;
	}
.user-profile-right-wrapper div.user-contents-link,
.user-profile-right-wrapper div.user-comments-link {
	padding-bottom:0;
	padding: 7px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:1.45;
	clear:both;
	float:none;
	display:inline-block;
	margin-top:20px;
	}
.user-profile-right-wrapper div.user-comments-link {
	margin-top:0;
	}
.user-profle-detail {
	display:flex;
	flex-direction:column;
	}
.user-profle-detail .user-created,
.user-profle-detail .user-access {
	padding:0 0 15px 0;
	}
.user-contents-view {
	display:flex;
	flex-direction:column
	}
.top-user-profile-picture {
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	}
.user-profile-picture .user-picture {
	margin-top:-40px;
	}
.user-profile-picture .user-picture img {
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:85px;
	height:85px;
	}
.user-profile-name {
	font-size:24px;
	padding-top: 10px;
	}
.user_number {
	position:absolute;
	border:1px solid #575594;
	font-size:16px;
	padding:2px 6px;
	margin-left:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 11px;
	}

/** Quote Page & Block **/

.page-quote article.node,
.node-type-quote article.node {
	padding-top:0
	}
.quote_page-title {
	padding:4px 15px;
	margin: 0 0 0 40px;
	text-transform: uppercase;
	}
.quote_page-title .page-header {
	margin:0;
	padding:0;
	}
.quote_language {
	display: inline-block;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 0 30px;
	}
.quote_language .field-name-body.field-type-text-with-summary {
    font-family: 'Roboto',sans-serif;
    margin-bottom: 0;
	padding:0 0 10px 0;
	}
.page-quote-author {
	display:inline-flex;
	flex-direction:column;
	margin: 0 0 0 30px;
	}
.page-quote-author .quote-author{
	display:inline-flex;
	padding:10px 25px 5px 0;
	font-size:16px;
	line-height:1.3;
	vertical-align: top;
	font-weight:500;
	}
.page-quote-author .quote-author-position{
	display:inline-flex;
	font-size:14px;
	line-height:1.3;
	vertical-align: top;
	font-weight:300;
	padding:0 25px 10px 55px;
	}
.page-quote-author .quote-category {
	font-weight:normal;
	margin: 0;
	}
.page-quote-author span.quote-category a {
	font-size:14px;
	}
.page-quote-author span.quote-category a:hover {
	font-size:14px;
	}
.quote-block {
	padding-bottom:30px
	}

.field.field-name-field-quote-category {
    display: flex;
    flex-direction: column;
    padding-top: 0;
	}
.social-share-links.inline {
    margin: 0;
	}
.social-share-links.inline .share-link {
    margin-right: 5px;
	margin-bottom: 0;
	}

/** Front Page **/

/* forum list */

.view-front-forums .views-bootstrap-grid-plugin-style {
	display:flex;
	flex-direction:column
	}
.forum-list-grid {
	display:flex;
	align-items:stretch;
	height:100%;
	padding-left: 0;
	padding-right: 0;
	}
.front-forums {
	display:flex;
	width: 100%;
	padding:20px 15px;
	}
.front-forums-container {
	display:flex;
	flex-direction:column;
	}
.front-forums-name h1.forum-name {
	font-size:16px;
	font-weight:600;
	padding:0;
	margin:0;
	}
span.forums-count {
	padding:1px 6px;
	display:inline-block;
	margin-top:4px;
	}

article#node-13477 ul.tabs--primary {
	display:none;
	visibility:hidden;
	}
.front-half {
	padding:30px 0
	}

/** Media **/

.front_media_wrapper {
	padding-bottom:20px;
	}
.front_media_bottom-title {
	padding:5px 15px;
	display:inline-block;
	}
.node-media .submitted-desc {
	padding:20px 0 10px 0
	}
.node-media .submitted-desc span {
	display:inline-block;
	padding-bottom:5px;
	}
footer.media-footer .field-type-taxonomy-term-reference {
	padding-bottom:10px;
	}
.view-new-media {
	padding:20px;
	}
.media_wrapper {
	display:flex;
	flex-direction:column;
	padding-bottom:10px;
	}
.media_desc {
	font-size:14px;
	padding:10px 0;
	}
.media-submitted {
	font-size:13px;
	padding:5px 0;
	display:inline-block;
	}
.media-submitted i{
	font-size:90%
	}

.media-node-view-wrapper {
	display:flex;
	flex-direction:column;
	margin-bottom:15px;
	}
.media-bottom-view {
	padding: 25px 15px 15px 15px;
	font-size:14px;
	z-index:298;
	}
.media top-view {
	z-index:299;
	}
.play-button {
	margin-top:-20px;
	z-index:300;
	position:relative;
	display:flex;
	justify-content:center;
	font-size:30px;
	margin-bottom:-23px;
	}
.media-bottom-view .views-date {
	font-size:13px;
	padding:5px 0;
	}
.media-bottom-view .views-category a {
	font-size:13px;
	padding-right:5px;
	margin-right:5px;
	}


/** Social **/
.social-source {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:10px 0;
	}
footer.media-footer,
footer.social-footer {
	padding:15px 0;
	margin-top:20px;
	}
footer.media-footer .field-type-taxonomy-term-reference,
footer.social-footer .field-type-taxonomy-term-reference {
    padding-top: 0;
	}
.social-related-content {
	padding:20px 0;
	}
.page-social-feeds .social-node-list-body {
	min-height:initial;
	}

/** Simple Login **/

body.navbar-is-fixed-top.simplelogin{
    padding-top: 154px;
	}
#page-login {
	display:flex!important;
	align-items:center!important;
	flex-direction:row;
	position:relative;
	margin-top:140px
	}
.loginregis p, .simplelogin p, .loginregis p a, .simplelogin p a {
    font-size: 18px;
	}
h1.user-title {
	font-family:"Roboto",sans-serif;
	font-size:16px;
	font-weight:200;
	margin-top: 0;
	margin-bottom: 16px;
	}
.login-logo {
    margin-bottom: 5px!important;
	}
.page-user h2.sub-header {
	display:flex;
	justify-content:center;
	font-family:"Roboto",sans-serif;
	font-size:30px;
	font-weight:300;
	margin:0 0 25px 0;
	line-height:1.2
	}
.placeholder {
	font-style:normal;
	}
.page-user #edit-actions.form-wrapper {
	text-align:center;
	margin:0 auto;
	}
.page-user #edit-actions #edit-submit.btn {
	border:1px solid #999
	}

.simplelogin {
  	background-color: #606060;
	}
#user-login-page .loginregis {
	position:relative;
	}
#user-login-page .ex-center-position {
	position:relative;
	top:40px!important;
  	-o-transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	transform: translate(-50%,0);
	}
.login-tab {
	padding:0 8px;
	margin-top:10px;
	}
h4.others {
    display: table;
    white-space: nowrap;
	width:100%;
	font-family:'Roboto',sans-serif;
	letter-spacing:1px;
	}
h4.others:before, h4.others:after {
      border-top: 1px dotted #fff;
      content: '';
      display: table-cell;
      position: relative;
      top: 14px;
      width: 45%;
    }
h4.others:before { right: 1.5%; }
h4.others:after { left: 1.5%; }

.simplelogin #user-login-page .signup {
  	position: relative;
  	text-transform: uppercase;
  	z-index: 9;
  	color: #fff;
  	border: 1px solid rgba(255,255,255,0.5);
  	top: 0;
  	right: 0;
  	padding: 6px 40px;
	background:#66d3fa;
	font-size:18px;
	}
.simplelogin #user-login-page .signup.btn-signup {
	background:#66d3fa;
	}
.simplelogin #user-login-page .signup:hover {
	background:#3c99dc;
	}
#user-login-page .loginregis input[type="text"],
#user-login-page .loginregis input[type="password"] {
  	width: 100%;
	}
h2.user-login-header {
	padding:10px 0 20px 0;
	margin:0;
	font-family:'Roboto',sans-serif;
	font-size:24px;
	font-weight:300;
	letter-spacing:5px;
	}
#user-login-page #edit-actions #edit-submit.btn {
    border: 1px solid rgba(255,255,255,0.5);
	padding:6px 40px;
	font-size:18px;
	width:100%
	}
#user-login-page #edit-actions #edit-submit.btn.btn-default {
    background:#3c99dc
	}
#user-login-page .captcha {
	display:flex;
	padding:0 0 10px 0;
	justify-content:center;
	}

.page-taxonomy-term .block .social-node-list-body {
	padding:10px 15px 0 15px;
	min-height:initial
	}
.page-taxonomy-term .block .social-node-list-desc {
	font-size:13px;
	}
.page-taxonomy-term .media-image {
	position:relative;
	}
.page-taxonomy-term .views-category {
	display:inline-flex;
	flex-direction:column;
	font-size:13px;
	position:absolute;
	bottom: 10px;
	padding:5px 15px;
	background:rgba(0,0,0,0.7);
	}
.page-taxonomy-term .media-title-content {
	display:flex;
	flex-direction:row;
	padding:10px 0;
	}
.page-taxonomy-term .icon-play a {
	font-size:24px;
	padding: 10px 10px 15px 0;
	width:30px;
	}
.page-taxonomy-term .media-title {
	font-size:14px;
	font-weight:bold;
	}

footer.media-footer, footer.social-footer {
    margin-bottom: 25px;
	}

.message-view .privatemsg-message-participants {
    border-bottom: 0;
    margin: 0 0 25px 0;
	text-align:center;
	}
.message-view h3.participants {
	display:block;
	margin:0 auto 10px auto;
	font-size:18px;
	font-weight:300;
	letter-spacing:2px;
	font-family:'Roboto',sans-serif;
	padding:0 15px 10px 15px;
	color:#fff;
	border:0;
	}
.message-view h3.participants a {
	color:#fff568
	}
.message-view h3.participants {
 overflow: hidden;
 text-align: center;
}
.message-view h3.participants:before,
.message-view h3.participants:after {
 background-color: #aaa;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.message-view h3.participants:before {
 right: 0.5em;
 margin-left: -50%;
}
.message-view h3.participants:after {
 left: 0.5em;
 margin-right: -50%;
}
.message-view .header-and-action {
	justify-content:center;
	}
.message-view .breadcrumb-wrapper {
	text-align:center;
	}
.message-view form#privatemsg-new {
	padding:10px 20px 20px 20px;
	background:rgba(0,0,0,0.5);
	margin-top:30px;
	}
.message-view form#privatemsg-new h2 {
	font-size:24px;
	font-weight:600;
	margin:0;
	color:#f26522
	}
.message-view form#privatemsg-new .form-item label {
	display:none;
	visibility:hidden
	}

/** Page Tutorial **/
.page-node-18103 .tutorial-content h3 {
	padding:5px 15px;
	background:rgba(0,0,0,0.4);
	display:inline-flex;
	margin:0 0 15px 0;
	}
.page-node-18103 .tutorial-manu h3 {
	font-weight:normal;
	font-size:18px;
	padding:0 0 5px 0;
	display:inline-flex;
	margin:0;
	letter-spacing:1px;
	}
.tutorial-content {
	border-left:1px dotted rgba(255,255,255,0.3)
	}
.tutor_section {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted rgba(255,255,255,0.3)
	}
.field-name-body .tutor_section p img {
	padding:10px;
	background:rgba(255,255,255,0.4)
	}
.tutorial-manu ol {
	padding-left:15px;
	list-style-type:none
	}

/** User Page **/
.page-users .main-container {
    padding-top: 0;
	}
.user_page_contents ,
.user-page-content {
	background:rgba(0,0,0,0.3);
	padding:20px 20px 30px 20px
	}
.user_page_contents .user-picture img,
.user-profile-page .user-picture img {
	padding:5px;
	border:1px solid rgba(255,255,255,0.2)
	}
h1.user-contents {
	display:inline-flex;
	padding:10px 20px;
	background:rgba(0,0,0,0.6);
	}

/** News Node Page **/
.news-header {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top:330px;
	}
.node-type-news .news-header {
	 background-attachment: scroll;
	}
	/**
.circle-slide.news-header {
	padding-top:330px;
	}
	**/
.bg-gradient {
	background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8));
	}
.news-headline {
	display:inline-flex;
	flex-direction:column;
	padding:15px;
	width:100%!important;
	}
h1.news-heading {
    font-size: 30px;
    font-weight: 500;
	color:#fff;
	margin:0;
	}
.news-heading.floating-block-active {
	font-size: 20px;
    font-weight: 500;
	color:#fff;
	margin:0;
	padding:5px 25px 20px 25px;
background: rgba(5,5,5,1);
background: -moz-linear-gradient(top, rgba(5,5,5,1) 43%, rgba(5,5,5,0.25) 86%, rgba(242,244,247,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(5,5,5,1)), color-stop(86%, rgba(5,5,5,0.25)), color-stop(100%, rgba(242,244,247,0)));
background: -webkit-linear-gradient(top, rgba(5,5,5,1) 43%, rgba(5,5,5,0.25) 86%, rgba(242,244,247,0) 100%);
background: -o-linear-gradient(top, rgba(5,5,5,1) 43%, rgba(5,5,5,0.25) 86%, rgba(242,244,247,0) 100%);
background: -ms-linear-gradient(top, rgba(5,5,5,1) 43%, rgba(5,5,5,0.25) 86%, rgba(242,244,247,0) 100%);
background: linear-gradient(to bottom, rgba(5,5,5,1) 43%, rgba(5,5,5,0.25) 86%, rgba(242,244,247,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#f2f4f7', GradientType=0 );
	z-index:100000;
	}
.news-category a {
	background:#fff!important;
	padding:2px 8px;
	color:#666!important;
	font-size:13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
.news-post {
	font-size:13px;
	}
.front-half h2.block-title,
h2.relate-title ,
h2.sideber-title {
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:3px solid #f7941e;
	}
h2.relate-title {
	padding:20px 0 8px 0
	}
.most-view-block {
	padding:0 0 10px 0;
	}
.most-view-title {
	font-size:13px;
	padding:10px 0 0 0;
	}
.news-reference {
	display:inline-flex;
	flex-direction:row;
	font-size:14px;
	padding:20px 0 2px 0;
	border-bottom:2px solid rgba(255,255,255,0.5);
	margin-bottom:5px;
	}
.news-reference i {
	font-size:13px;
	margin-right:10px;
	}
.views-slideshow-cycle-main-frame-row, .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
.page-news .main-container {
    padding-top: 0;
	}
.block-news .title_4col {
    font-size: 15px;
	}
.page-news .region-content h2.news-title {
    font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #333;
	padding: 7px 20px;
	color:#eee;
	font-weight:600;
	}
.created {
	font-size:13px;
	display:inline-flex;
	line-height:1;
	color:rgba(255,255,255,0.5);
	padding-top:4px;
	}
#site_ads .simplead-container{
	padding-top:25px;
	display: flex;
    justify-content: center;
	}
.user-login {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	}
.compact-form-label {
    position: absolute;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    top: 9px!important;
    left: 15px!important;
    z-index: 1;
    font-size: .9em;
    color: #666!important;
	}
.user-login i {
	color:#df691a
	}

/** Error Page **/
.err-page.user-menu-container {
    background: #363469;
	border-bottom:1px dashed rgba(255,255,255,0.5);
	}	
.page-customerror-404 .top-header{
	background-color: #363469;
	}
.error-header {
	background-color: #363469;
	}
.error-403 {
	height:240px;
	background-image:url(/assets/pages/er-403.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center
	}
.error-404 {
	height:240px;
	background-image:url(/assets/pages/er-404.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center
	}
.err-headibg {
	font-size:30px;
	font-weight:700;
	text-align:center
	}
.error-desc {
	font-size:18px;
	text-align:center;
	}