﻿@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* overflow-x: hidden; */
}
body {
    color: #0e0e0e;
    background: white;
    font-family: 'Roboto', 'Roboto-Fallback', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 300;
	/* font-size: 14px;
	line-height:22px;*/
	margin:0;
    min-height: 600px;
    height: 100%;
}
.Normal, .NormalDisabled, .NormalDeleted {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    color: inherit;
}
a, a:visited {
	color:#333;
    text-decoration: none;
    outline: 0;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 {
    display: block;
    color: inherit;
    font-family: Arial, sans-serif, 'Open Sans';
    font-weight: bold;
} */
.screenSize {position:absolute;top:10px;right:10px;border:solid 1px #f5f5f5;border-radius:4px; padding:5px; opacity: .5;}
form#Form {margin-top: 0px !important;}
form#Form.showControlBar {margin-top: 0px !important; padding-top:53px;}
header.site-header {
	background:#1b1464;
	-webkit-box-shadow: 0px 0px 1px 1px #e4e4e4;
    box-shadow: 0px 0px 1px 1px #e4e4e4;
    margin-bottom: 1px;
	top:0; 
	/*max-height:160px;*/
	-webkit-transition: max-height 0.15s;
    -moz-transition: max-height 0.15s;
    -ms-transition: max-height 0.15s;
    -o-transition: max-height 0.15s;
    transition: max-height 0.15s;
}
header .banner {background: white;}
#Form.showControlBar header.site-header {top: 53px;}
#Form .actionMenu ul {z-index:999 !important;}

.title h3 {
	font-weight: normal;
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.title h3 .fa {
	color: #bbb;
}
.title h2 .fa {
	margin-right:6px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.equal {
  display: flex;
  flex-wrap: wrap;
}   
.equal > div[class*='col-md'] {  
  display: flex;
  flex-direction: column;
}
.equal div.DnnModule,
.equal div.box {
	height: 100%;
}
.line-hr {
	display:block;
	clear:both;
	height: 1px;
    background: #eee;
    min-width: 100%;
    font-size: 1px; /* IE 6 */
	margin-top:1px;
	margin-bottom:1px;
}
.container > .line-hr,
.container-fluid > .line-hr {margin-left:-15px;margin-right:-15px;}
.ico-50 {font-size: 50px;color: #ff8c14;}
.ico-70 {font-size: 70px;color: #ff8c14;}
.br {display: inline-block;}
.spc3 {letter-spacing:3px;}.spc4 {letter-spacing:4px;}
.magTop10 {margin-top:10px;}.magTop20 {margin-top:20px;}.magTop30 {margin-top:30px;}
.magBot10 {margin-bottom:10px;}.magBot20 {margin-bottom:20px;}.magBot30 {margin-bottom:30px;}
.padTopBot30 {padding-top:30px;padding-bottom:30px;}
.padTopBot20 {padding-top:20px;padding-bottom:20px;}
.padTopBot15 {padding-top:15px;padding-bottom:15px;}
.padTopBot10 {padding-top:10px;padding-bottom:10px;}
.padTop10 {padding-top:10px;}
.marTopBot10 {margin-top:10px;margin-bottom:10px;}
.block15 {height:15px;line-height:15px;}
.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: .7;
	transition: all 1s ease;
}
/* body:not(.dnnEditState) .wow {visibility: hidden;} */
.animated.delay1,.animated .animation_item.delay1{animation-delay:400ms;-webkit-animation-delay:400ms;}.animated.delay2,.animated .animation_item.delay2{animation-delay:600ms;-webkit-animation-delay:600ms}.animated.delay3,.animated .animation_item.delay3{animation-delay:800ms;-webkit-animation-delay:800ms}.animated.delay4,.animated .animation_item.delay4{animation-delay:1000ms;-webkit-animation-delay:1000ms}.animated.delay5,.animated .animation_item.delay5{animation-delay:1200ms;-webkit-animation-delay:1200ms}.animated.delay6,.animated .animation_item.delay6{animation-delay:1400ms;-webkit-animation-delay:1400ms}.animated.delay7,.animated .animation_item.delay7{animation-delay:1600ms;-webkit-animation-delay:1600ms}.animated.delay8,.animated .animation_item.delay8{animation-delay:1800ms;-webkit-animation-delay:1800ms}.animated.delay9,.animated .animation_item.delay9{animation-delay:2000ms;-webkit-animation-delay:2000ms}.animated.delay10,.animated .animation_item.delay10{animation-delay:2200ms;-webkit-animation-delay:2200ms}.animated.delay11,.animated .animation_item.delay11{animation-delay:2400ms;-webkit-animation-delay:2400ms}.animated.delay12,.animated .animation_item.delay12{animation-delay:2600ms;-webkit-animation-delay:2600ms}

body.dnnEditState  .dnnSortable.ui-sortable, 
body.dnnEditState  .dnnSortable.ui-droppable {
	padding-left:-15px;
	padding-right:-15px;
}
/* Empty Panes */
.DNNEmptyPane {width: 0; margin: 0; display:none;}
.DNNEmptyPane.rightTwoCol + div {width: 100%;}
.DNNEmptyPane.dnnDropEmptyPane {
	display:block;
}

.brandLogo {min-height: 50px;float:none;margin-top: 0px;}
.brandLogo>div {
	position:relative;margin-bottom:0px;margin-left:auto;margin-right:auto;
    /*width: 70px; height: 71px; */
}
.brandLogo a {
	display: inline-block;
    width: 56px;
    height: 56px;
	text-indent: 100%; /* font-size:0; */
	white-space: nowrap;
	overflow: hidden;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
	position:relative;
}
.size-lg .brandLogo a,.size-xl .brandLogo a {
    width: 92px; height: 92px;
}
footer .brandLogo a {
	width: 160px; height: 160px;
}
footer h4, footer h3 {
	color:#1b1464;
}
.brandLogo img {
	width: 114px;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;	
	/* bottom:-30px; */
}
/* .brandLogo a:hover img {
	transition: 0.9s;
    transform: rotateY(360deg);
} */

/* Fix ControlBar bootstrap border-box*/
body > form #ControlBar_ControlPanel, body > form #ControlBar_ControlPanel * {
    box-sizing: content-box;
}
body .form-control {font-size:inherit;}
/*end ControlBar*/
/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*.userLogin {
    float: right;
}*/

.userLogin .registerGroup,
.userLogin .registerGroup *,
.userLogin .loginGroup,
.userLogin .loginGroup * {
	display: block;
}
.userLogin .registerGroup,
.userLogin .loginGroup {
    float: left;
}

	.userLogin .registerGroup li:first-child:hover {
		border-left: #222;
	}

	/* Register Group Styles */
	.userLogin .registerGroup li {
		float: left;
	}

	.userLogin .registerGroup .buttonGroup {
		margin-right: 0;margin-left: 0;
	}

	.userLogin .registerGroup a,
	.userLogin .loginGroup a {
		display: block;
		position: relative;
		height: 31px; line-height: 31px;
		min-width: 16px;
		color: white;
		font-size: 12px; font-weight:normal;
        margin-right: .4rem;
        margin-left: .4rem;
	}

		.userLogin .registerGroup a:hover,
		.userLogin .loginGroup a:hover {
			color: red;
			/* text-shadow: 0px -1px 0px #333; */
		}

		.userLogin .registerGroup a:active,
		.userLogin .loginGroup a:active {
			color: #fff;
			text-shadow: 0px -1px 0px #333333;
		}

		.userLogin .registerGroup a:hover,
		.userLogin .loginGroup a:hover {
			text-decoration: none;
		}

		.userLogin .registerGroup a strong,
		.userLogin .loginGroup a strong {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			overflow: hidden;
			font-size: 11px;
			text-indent: -9999px;
		}

.userLogin .userMessages a,
.userLogin .userNotifications a {
	/* background-color: #9E9E9E; */
}

.userLogin .userMessages strong {
	height: 100%;
	background: url('images/icon_message.png') no-repeat center center;
}

.userLogin .userNotifications {
	/* border-right: 1px solid #CCC; */
}

	.userLogin .userNotifications strong {
		height: 100%;
		background: url('images/icon_notification.png') no-repeat center center;
	}

.userLogin .registerGroup a span {
	display: inline-block;
	position: absolute;z-index:1;
	min-width: 7px;
	background: rgb(59,150,182); /* Old browsers */
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-shadow: 0px 1px 0px #333333;
}

.userLogin .registerGroup .userProfileImg a {
	min-width: 25px;
	padding: 0;
	background: none;
}

.userLogin .registerGroup a img {
	line-height: 40px; height: 40px; max-height: 100%;
	background: #333;
}

/* Login Group Styles */
	.userLogin .loginGroup a {
		color: white;
	}
	.userLogin .loginGroup a.LoginLink::before {
		content: "\f007";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 15px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-right: 6px;
		/* height: 40px; */
		vertical-align: -8%;
	}
	.userLogin .loginGroup a.LoginLink.off::before {
		content: "\f08b";
	}

/* Number of message next to the message icon*/
.userLogin .userMessages a span,
.userLogin .userNotifications a span {
    display: block;
    background-color: transparent;
    font-size: 9px;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(255, 0, 0, 0.89);
    min-width: 14px;
    height: 14px;
    line-height: 11px;
    padding: 1px;
}
.breadcrumb {
	font-size: 13px;
    background: none;
    border: dashed 0px #ccc;
	padding: 0;margin: 0;
}
.breadcrumb a:link,.breadcrumb a:visited{
	text-decoration:none;
    color: white;
    line-height: 50px;
}
.breadcrumb a:hover{	color: red;}
.breadcrumb span ~ a.crumb,.breadcrumb .root {
	
}
.breadcrumb span.root {
    
}
.breadcrumb span ~ a.crumb {
	
}
/* footer */
/* .scrollTop .fa-arrow-up { display:none;} */

div.scrollTop {
    position: fixed;
	color:#ff0000;bottom: 35px;
    right: 45px;
    font-size: 1.5em;
    opacity: .9;
    z-index: 1001;
    cursor: pointer;
    text-shadow: 0px 0px 3px white;
	transition: all .2s ease-in-out;
	-webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.scrollTop.active {
	display:block;
	-webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.scrollTop:hover {
	opacity:1;
}

a.mobileSwitch {
	border: solid 1px #ccc;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
    background: #F3F3F3;
    color: black;
}
a.mobileSwitch.top {
	margin: 0;
    width: 100%;
    font-size: 300%;
    line-height: 200%;
}

html.size-xs .offcanvas,html.size-sm .offcanvas {
	width:90%;
	max-width:250px;
	position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-radius: 0;
	left: 0;
    right: auto;
    border-width: 0 1px 0 0;
}
html.size-md .offcanvas,html.size-lg .offcanvas,html.size-xl.offcanvas {
	margin-top: 0;
    border: 0;
	display: block;
}
html.size-xs .row.header,html.size-sm .row.header {
	background-color: green;
}
/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 250px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
/* HEADER */
.rowBanner .navbar-toggle:focus, .rowBanner .navbar-toggle:hover {
    background-color: #1b1464;
    border-color: #1b1464;
}
.rowBanner .navbar-toggle {
    border-color: #fff;
}
.rowBanner .navbar-toggle .icon-bar {
    background-color: #1b1464;
}
.rowBanner .navbar-toggle:focus .icon-bar, .rowBanner .navbar-toggle:hover  .icon-bar{
    background-color: white;
}
.tophead, .mailbox {
	background: #1b1464;
}
.tophead div>span,.tophead a {line-height: 29px; color: white;font-size:12px;}
.tophead a:hover {color: red;}
.colorRss {color: #ffbe00}.colorTube {color: red}.colorFb {color: #5d6fff}.colorIns {color: #94a5e2}.colorTwitter {color: #1dcaff}
.navbar {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .5rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(27, 20, 100, 0.89)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-collapse.collapse {
	/* padding-top:33px; */
}
.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
	/* padding: 6px 9px;
	font-size: 14px */;
	color: #1b1464;
	font-family: 'tahoma',arial;
}
.navbar-nav > li > a:hover {color:red;}
.navbar-nav  > li.searchBtn > a {
	font-size: 1.3em;
    padding: 3px 9px;
}
.navbar-nav  > li.regBtn > a {
	font-size: 0.8em;
    border: solid 2px red;
    border-radius: 10px;
    padding: 5px 9px;
    color: red;
}
.navbar-nav  > li.regBtn > a:hover {
    color: #1b1464;
}
.navbar-nav > li.dropdown > a {
    padding-right: 23px;
}
.navbar-nav > li.dropdown > a + span {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 6px;
}
ul.nav li.dropdown:hover >ul.dropdown-menu {
    display: block;
}
.no-gutters-x {
	/*clear gutters of bootstrap*/
	margin-left:-15px;margin-right:-15px;
}
.icon4Wraper {
	display: block;
    width: 96px;height: 96px;
    background: #1b1464;
    border-radius: 50%;
    position: relative;
	margin-left:auto;margin-right:auto;
}
.icon4png {
	background-image: url(/cdn/mcsoft/skins/mcs/images/4-icons.png);
	background-size: cover;background-position: 0 0;
    display: inline-block;
    width: 60%;
    height: 60%;
    position: absolute;
	margin: auto;
    top: 0;bottom: 0;left: 0;right: 0;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}
.icon4png.one {background-position: 0 0;}
.icon4png.two {background-position: 33% 0;}
.icon4png.three {background-position: 66% 0;}
.icon4png.four {background-position: 100% 0;}
.article3Cols h3 {
	line-height: 18px;
    font-size: 15px;
    min-height: 36px;
    margin-bottom: 5px;
    padding: 0;
}
.article3Cols  a {
	color: #1b1464;
}
.article3Cols  a:hover { color: red;}

.LabelEditOverClass,.LabelEditOverClassML {
	outline:solid 1px yellow;
}
article .article-thumb {
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
article .article-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
article .article-thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    opacity: 0.7;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
/*FOOTER*/
.rowFooter {
	background: #f3f3f3;
	padding-top: 20px;
	padding-bottom:20px;
}
.size-md body, .size-lg body, .size-xl body {
    overflow-x: auto;
}
aside#dnn_SidePane {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    align-self: flex-start;
	z-index: 10;
}
/* Responsive */
@media (min-width: 360px){
	
}
@media (max-width: 577px) {
    html { overflow-x: hidden;}
	#ControlBar_ControlPanel #ControlBar {
		position: inherit;
	}
	#Form.showControlBar header {top: 0px;}
	/*form#Form.showControlBar {margin-top: 0px !important;}*/
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.brandLogo a {
        width: 92px; height: 92px;
    }
}
@media (max-width: 991px) {
	
}
@media (min-width: 1200px) {
	
}
@media (max-width: 1199px) {
	.container {
		max-width: initial;
	}
}