/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

.inspiro-slider .slide-captions .strong{
    line-height: normal !important;

}


.opensans {
font-family: Segoe UI,Segoe,wf_SegoeUI,wf_SegoeUILight,Segoe WP,Segoe UI Light,Segoe WP Light,Tahoma,Verdana,Arial,sans-serif important;
font-weight:300 !important;
color:#333333 !important;
line-height:33.6px !important;
font-size:34px !important;
letter-spacing: 1px !important;
}

.subtitle {
font-family: Segoe UI,Segoe,wf_SegoeUI,wf_SegoeUILight,Segoe WP,Segoe UI Light,Segoe WP Light,Tahoma,Verdana,Arial,sans-serif important;
font-weight:300 !important;
font-style: italic !important;
color:#333333 !important;
letter-spacing: 1px !important;
line-height:28px !important;
font-size:20px !important;
margin-left: 20px !important;
}

@media only screen and (max-width: 768px) {
 .smallimage { max-width:370px; margin-left: -55px !important; }
 #dnn_dnnLOGO_imgLogo { max-width:70% !important;}
 .col-md-12 { margin-left: -12px; font-size:90%; !important;}
}

.navbar-default {
	background-color:#336A97;
	border-color:#e7e7e7
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#FFF;
	background-color:#178acc
}

.navbar-default .navbar-nav>li>a {
	color:#fff
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color:#fff;
	background-color:#178acc
}

.login {color:#fff !important
}

/* #336A97 is blue  #7C5FA0 is purple   178acc bright blue */


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}




/*picturebar*/

    div.picwrapper{
    float:left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
    }
    div.picbar{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom:0px; /* position will be on bottom */
    left:0px;
    width:100%;
    /* styling bellow */
    background-image: url('/Portals/0/tBlack65.png');
    background-repeat: repeat;
   fontFamily: "arial",sans-serif;
    font-size:10px;
    color:white;
    }
    div.picbar2{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom:0px; /* position will be on bottom */
    left:0px;
    /* styling bellow */
    background-image: url('/Portals/0/tBlack65.png');
    background-repeat: repeat;
   fontFamily: "arial",sans-serif;
    font-size:10px;
    color:white;
width:auto;
    }
    div.pictitle{
    padding:1px;
    margin:1px;
    }


.pictureframe{
padding: 5px; border: 1px solid #ccc; background-color: #eee;
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
 box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
 display:block;
}


