

/* GLOBAL COLORS  #F802FC*/







/* MODULES CONFIG #063f53*/




/* navigation #F802FC*/

/*Non-Active section for navigation*/
 


/*Hover section for navigation */






/* buttons #F802FC*/













/* slider carousel #F802FC*/





/* post it #F802FC */



 
 
   

/* page title #F802FC*/

  
  

/* submenu sidebar #F802FC*/

  
 
  
  

/* progress bar #F802FC*/

  

/* breadcrumb #F802FC*/

 
 
 
 

/* programs description box #F802FC */

 
 

/*GENERAL*/
html{
    background: none;
}
body{
    background: #FFF;
    color: #333;
    line-height: 1;
    font-family: 'Open Sans', sans-serif; 
    background: url("https://d2r1lfdvt5an2j.cloudfront.net/uploads/65db83e0d67911e58bed5d32cb2a207b/original/bg.png") center top no-repeat #FFF;
}
a {
    color: #121212;
    text-decoration: none;
}
a:hover{
    color:#333;
}
small {
    font-size: 70%;
}
#home #main, #home #sidebar{
    margin-bottom: 0;
}

#page-title{
    background-color: #FFF;
    border-radius:5px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    border-top: none;
    border-bottom: none;
    margin-top: 4px;
}
#search-nav{
    display: none;
}
.navbar-inner h1 img{
    padding-top: 0;
}

#home-wrap-second .widget{
    background: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}
#home-wrap-first .inner,
#home-wrap-second .inner{
    padding: 1em 0 !important;
}
#home-wrap-first .widget .inner,
#home-wrap-second .widget .inner{
    padding: 1em !important;
}
#home-wrap-first #main .inner{
    padding: .5em  .5em 0  .5em !important;
}
#home-wrap-second{
    margin-top: 1em;
}
.wrapper-row {
    padding: 1em 0;
}
.interact-box{
    border-radius: 5px;
}
#top .top-inner{
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}
#page-title h2,
#top h2 {
	font-weight: 100;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    color:#DF1B4D;
}
.thumbs-fluid a img:hover{
	border-radius: 2px;
}
footer{
    color: #707070;
	background-color: #333;
	margin-top: 2em;
	border-top: 1px solid #ccc;
}
footer  .footer-inner{
	overflow: hidden;
}
footer .copy{
	float: left;
	width: 50%;	
}
footer .social-footer{
	float: right;
	width: 30%;
}
footer .social-footer ul{
	list-style: none;
	padding: 0;
	margin: 5px;
}
footer .social-footer ul li{
	float: right;
	margin-right: 5px;
	
}
/*========================================================= BUTTON*/
.btn{
	-webkit-appearance: none;
	border-radius: 4px;
	/*color: #fff*/;
	padding: 4px 10px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-decoration: none;
	display: inline-block;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
	text-align: center;
	font-size: 12px;
	background: DF1B4D;
	border-color: #C6C6C6;
}
.btn:hover{
	background: #DF1B4D;
	color: #ffffff;
	border-color: 
}
.btn.btn-primary{
	background-color: #666666;
	color: #fff;
}
.btn.btn-primary:hover{
	background-color: #0193b8;
	color: #FFFFFF;
}
.btn.btn-primary.btn-large{
	padding: 12px 12px;
	font-size: 14px;
}


/*COUNTERS*/
.comments-count{
	float: left;
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 5px;
	border-top: none;
}
/*=========================================================MENU*/
.navbar .dropdown-menu {
	background: #333;
	padding: 0;
}
.dropdown-menu li > a{
	padding: 12px 20px;
}
.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a{
	background: #121212;
}
/*========================================================= HEADER*/
header{
    width: 100%; 
    z-index: 3000;
    min-height: 50px;
	background: #333;
}
header > .header-inner{
    padding:0;
    margin: 0 auto;
}
header{
    background: url("https://d2r1lfdvt5an2j.cloudfront.net/uploads/9bde9291520fda4b8c624d34ff4231c5/original/city_top_02.jpg") repeat left top right bottom #494949 ;
}
/*============================================================ NAV*/
    header h1 {
		padding: 0;
	}
	.nav-collapse{
		margin-top:0;
	}
    .navbar .nav > li{
		border-right:0px solid;
	}
	.navbar .nav > li > a {
	    color: #fff;
		padding: 15px 10px;    
	}
	.navbar .nav > li > a:hover, 
	.navbar .dropdown.hover > a{
        color: #FFF;
        background: #DF1B4D repeat-x left top ;
	}
	.navbar .nav > .active > a, 
	.navbar .nav > .active > a:focus {
		color: #f4f4f4;
        background: #666666;
}
	}
	.navbar .nav > .active > a:hover {
    	color: ;
        background: #000000; 
        
	}


    
/*========================================================== SEARCH*/
#search-nav{
	background: #232323;
	margin: 0;
}
.search-inner{
	padding: 20px 10px 20px 20px;
}
#search-nav .search {
	width: 120px;
}
i.icon-search{
	width: 20px;
	height: 20px;
	background: url("https://d2r1lfdvt5an2j.cloudfront.net/uploads/75863dc6cead5fe70f6ffd4b27157120/original/search-ico.png") no-repeat left top transparent;
}
/*======================================================= BREADCRUMB*/
.wrap-bradcrumb{
	width:100%;
	background: transparent;
}
.breadcrumb{
	background: none;
	color: #333;
	padding: 5px 10px 1px;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb > li > .divider {
	color: #333
}

/*================================================== WIDGET POST IT HOME*/
#home-wrap-first #sidebar .inner{
	padding-bottom: 0;
	background-color: #fff;
	
	
    padding-bottom: 0px;
    margin-bottom: 0px;
		margin-bottom: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
		-moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
		box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;


}

	
	
	
}
#home-wrap-first #sidebar .widget{
	padding-bottom:0;
	margin-bottom: 0;
}
/*================================================== WDGT MEDIA HOME*/
#home .widget.widget-programs-list.widget-main h3{
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #DF1B4D;
	line-height: 0,1;
	font-size: 1.8em;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
}
#home .widget.widget-programs-list.widget-main ul{
	overflow: hidden;
}
#home .widget.widget-programs-list.widget-main ul li.item{	
	border-bottom: none;
}
#home .widget.widget-programs-list.widget-main .information-fluid{
	padding: 1em 0 0;
}
#home .widget.widget-programs-list.widget-main .cover{
	border-radius: 5px;
	background: #f4f4f4;
	padding: 1.4em 1em;
	margin-right: 2em;
}
#home .widget.widget-programs-list.widget-main .cover img{
	margin-right: 0;
	border: none;
}
#home .widget.widget-programs-list.widget-main .description{
	line-height: 1.3;
	margin-bottom: 15px;
	color: #999;
	text-decoration: none;
}
#home .widget.widget-programs-list .item{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#home .widget.widget-programs-list .view-more{
	padding-top: 0;
}
#home #home-wrap-first #main .inner{
	padding-bottom: 0;
}
#home .widget.widget-programs-list{
	margin-bottom: 1em;
}
#sidebar .widget .description{
	font-size: 12px;
	line-height: 16px;
}
/*=============================================== LAYOUT GENERAL*/
.container{
	width: 100%;
	position: relative;
	background: transparent;
}
.content-inner #main{
	background: #fff;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}
/*Title with Action*/
#page-title.page-title-with-action h2 {
	float: left;
	margin-bottom:0;
	width: 78%;
}
.page-title-action {
	padding-top: 5px;
	float: right;
	width: auto;
}
/*==================================================== NETWORK LIST*/
#internal.context-forums-list #main{
	padding: 0;
}
#internal.context-forums-list #main .list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px;	
	border-bottom: none;
}
#internal.context-forums-list .list .item,
#internal.context-forums-show .list .well{
	background: #f4f4f4;
	padding: 10px;
	border-bottom: none;
	margin-bottom: 5px;
	border-radius: 5px;
	box-shadow: none;
	border: none;
}
#internal.context-forums-show .list .well img{
	background-color: #fff;
	padding: 5px;
}
#internal.context-forums-show .list .well .time{
	font-size: 11px;
}
#internal.context-forums-show  .icon-eye-open{
	background-color:#c2e1ee ;
	padding:3px;
	border-radius: 50px;
	background-position: -94px -117px;
}
#internal.context-forums-list  .information-detail .meta-info{
	float: left;	
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 5px;
	border-top: none;
}
#internal.context-forums-show .accordion{
	background-color: #fff;
}
/*==================================================== NETWORK INTERACTION*/
#internal.context-resource-interaction .top-inner {
	padding: 1em 1em 0 1em;
	margin-bottom: 0;
	border: none;
}
#internal.context-resource-interaction  #main{
	padding: 0;
	overflow: hidden;
}
#internal.context-resource-interaction  .top-inner .information-fluid{
	background: #fff;
	padding: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
}
#internal.context-resource-interaction .top-inner  .information-fluid .cover{
	float: left;
	display: block;
	margin-right: 10px;
}
#internal.context-resource-interaction .top-inner  .information-fluid .cover img{
	width: 80px;
}
#internal.context-resource-interaction .top-inner  .information-fluid .information-detail{
	float: none;
	overflow: hidden;
	width: auto;
}
#internal.context-resource-interaction #comment-list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px;
	border-bottom: none;
}

#internal.context-resource-interaction #topic-header {
	padding: 1em;
	background: #f3f3f3;
	border-radius: 5px;
	margin-bottom: 1em;
}

#internal.context-resource-interaction .interact-box{
	border-radius: 5px;
}
#internal.context-resource-interaction #topic-header .cover img{
	width: 50px;
}
#internal.context-resource-interaction #topic-header .description{
	padding: 1em 0;
	font-size: 16px;
}
#comment-list h3{
	padding: 0 0 0.5em;
	border-bottom: 1px solid #eee;
	margin: 0 0 0.5em;
}
.interact-box{
	overflow: hidden;
}
.interact-box #comment-add button.btn{
	float: right;
}
.interact-box #interaction-add input.btn{
	float: right;
}
.interact-box .save-box input.btn{
	float: right;
}
.btn.fileinput-button{
	background-color: #666;
	padding: 4px;
}
/*===================================================== PROGRAM SHOW*/
#internal.context-program-show #top {
	padding: 1em 1em 0 1em;
	margin-bottom: 0;
	border: none;
}
#internal.context-program-show #top .top-inner{
	background: #fff;
	padding: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
}
.list-default {
	border-radius: 0;
	border: none;
}
.list-default > h3 {
	margin: 0;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background: transparent;
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 0 white;
	border-bottom: 1px solid #ccc;
}
.list-default ul{
	border: #f3f3f3 solid 1px;
	border-radius: 4px;
}
.list-default > ul > li {
	background: transparent;
	padding: 1em 1em 1em 4em;
}
#internal.context-program-show .list-default > ul > li{
	background: url("https://d2r1lfdvt5an2j.cloudfront.net/uploads/94960b7b83e03ad5be2cfae1520d2873/original/ico-course.png") no-repeat 16px 12px transparent;
}
.list-default > ul > li h4{
	margin: 0;
}
/*SIDEBAR*/
.sidebar-information{
	line-height: 18px;
}
.sidebar-information .detail,
.sidebar-information .description{
	background: #FFF;
	color: #333;
	padding:10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}
/*===============================================================================PROGRAM LIST*/
#page-content{
	padding: 14px 0;
}
#internal.context-program-list  #page-content .list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px;	
	border-bottom: none;
}
#internal.context-program-list  #page-content .list .cover{
	float: left;
	display: block;
	width: 100px;
	margin-right: 20px;	
}
#internal.context-program-list  #page-content .list .information{
	float: none;
	overflow: hidden;
	width: auto;
}
#internal.context-program-list  #page-content .list .description{
	margin-bottom: 15px;
}
/*#internal.context-program-list .sidebar-left{
	width: 240px;
}*/
/*===============================================================================PROGRAM SHOW*/
#internal.context-program-show #main{
	padding: 1em;
}
#internal.context-program-show .list-default{
	padding: 1em;
}
#internal.context-program-show li.resource-interaction:hover{
	background-color: #f4f4f4;
}
.progress-wrapper{
	background-color: #CCCCCC;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e3eef3;
}
/*===============================================================================NETWORK SHOW*/
#internal.context-forums-show #resource-topics #interaction-list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px;	
	border-bottom: none;
}

/*===============================================================================ISSUES LIST*/

#internal.context-media-list #main {
	padding: 0;
}
#internal.context-media-list #main .list{
	padding: 2em;
}
#internal.context-media-list #main .list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px;
	border-bottom: none;
}
#internal.context-request-list  #main .list li{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 20px 20px 10px 20px;	
	border-bottom: none;
	position: relative;
}
#internal.context-request-list  #main .list li h3{
	line-height: 1.1em;
	padding-bottom: 0;
}
#internal.context-request-list  #main .list li .label.label-info{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px 0 3px 0;
}
#internal.context-request-request #main #comment-list li{
	background: #f4f4f4;
	border-radius: 5px;
	padding: 1em;
	border-bottom: none;
}

#internal.context-request-request #request-header{
	background: #f4f4f4;
	border-radius: 5px;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
}
#internal.context-request-request #request-header .description{
	padding: 1em 0 0;
	font-size: 16px;
	margin-bottom: .5em;
}
#internal.context-request-request #request-header  .label{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px 0 3px 0;
}
#internal.context-request-request #request-header .meta-info{
	padding-bottom:0; 
}
#internal.context-request-request .interact-box{
	border-radius: 5px; 
}
/*===============================================================================
POST SHOW*/
#internal.context-posts-show #main .description{
	line-height: 18px;
}
#internal.context-posts-show #main .main-inner img{
	padding: 1em;
}
/*==========================================================================WDGT PROGRAM LIST*/
.widget.widget-me-programs-list .item{
	background: #f4f4f4;
	border-radius: 5px;
	padding: 1em;
	border-bottom: none;
}
.widget.widget-me-programs-list .item img{
	border: none;
}
/*===============================================================================WDGT ME FEED*/
.widget-me-feed .item .cover{
	float: left;
	width: 60px;
	display: block;
	margin-right: 10px;
}
.widget-me-feed .item .information{
	float: none;
	overflow: hidden;
	width: auto;
}
/*=====================================================================WDGT ME ISSUES SIDEBAR*/
#sidebar .widget-me-requests-list .item{
	background-color: #f4f4f4;
	border-radius: 5px;
	padding: 10px;	
	border-bottom: none;
	margin-bottom: 5px;	
}
#sidebar .widget-me-requests-list img{
	background-color: #fff;
}

#sidebar .widget-me-requests-list .list{
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em;
	padding: 0 0 .3em;
}
#sidebar .widget-me-requests-list .information-fluid.basic{
	overflow: visible;
	position: relative;
}
#sidebar .widget-me-requests-list .label.label-info{
	position: absolute;
	left: -10px;
	top:-10px;
	border-radius: 3px 0 3px 0 ; 
}
#sidebar .widget-me-requests-list .description{
	line-height: 15px;
	font-size: 12px;
}
#sidebar .widget-me-requests-list .cover{
	margin-bottom: 0;
}
/*===============================================================================WDGT PEOPLE*/
.widget-me-members.widget-small .thumbs-fluid,
.widget-members.widget-small .thumbs-fluid{
	border-bottom: 1px solid #ccc ;
	margin: 0 0 1em;
	padding: 0 0 .3em;
}
.widget-me-members.widget-small .thumbs-fluid > li,
.widget-members.widget-small .thumbs-fluid > li {
	margin: 0;
}
.widget-me-members.widget-small .thumbs-fluid img,
.widget-members.widget-small .thumbs-fluid img{
	padding: 2px;
	background-color: #fff;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 0;
	border: 1px solid #eee ;
}
/*===============================================================================FILES SHOW*/
#internal.context-files-show .main-inner .information{
	margin-bottom: 1em;
}
/*===============================================================================PEOPLE LIST*/
#internal.context-people-list .thumbs.fixed-height li.item{
	list-style: none;
	box-shadow: none;
	margin: 0 0 20px 20px;
	float: left;
	width: 47%;
	position: relative;
	background: #f4f4f4;
	border-radius: 5px;
	height: 90px;
	overflow: hidden;
}
#internal.context-people-list .avatar{
	float: left;
	width: 60px;
	display: block;
	margin-right: 10px;
}
#internal.context-people-list .information{
	float: none;
	overflow: hidden;
	width: auto;
}
/*===============================================================================PEOPLE ME*/
#internal.context-me-you #top,
#internal.context-people-show #top,
#internal.context-me-friends #top {
	padding: 1em 0 0 0;
	margin-bottom: 0;
    border-bottom:none;
}
#internal.context-me-you .top-inner,
#internal.context-people-show .top-inner,
#internal.context-me-friends .top-inner{
	background-color: white;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}
#internal.context-me-you .top-inner .cover img,
#internal.context-people-show .top-inner .cover img,
#internal.context-me-friends .top-inner .cover img{
	width: 80px;
}
#internal.context-me-you .nav.nav-pills,
#internal.context-people-show .nav.nav-pills,
#internal.context-me-friends .nav.nav-pills{
	margin-top: 10px;
}
#internal.context-me-you .nav.nav-pills a,
#internal.context-people-show .nav.nav-pills a,
#internal.context-me-friends .nav.nav-pills a{
	text-align: center;
	padding: 6px 10px;
	background: #121212;
	color: #fff ;
	line-height: 1;
	font-size: 12px ;
	font-family:'Open Sans', sans-serif;
	white-space: nowrap;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border-radius: 4px;
}
#internal.context-me-you .nav.nav-pills a:hover,
#internal.context-people-show .nav.nav-pills a:hover,
#internal.context-me-friends nav.nav-pills a:hover{
	background-color: #333;
}
/*WDGT POSI IT*/
.alert.alert-box{
	background-color: #fff;
	color: #121212;
	line-height: 16px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
	border:none;
    padding:0;        
}
.alert.alert-box h4{  
    background-color: #DF1B4D;  
    color: #FFF;
    padding: 10px;
    border-top: 0px solid #f7941d;
    border-left: 0px solid #d7e6e9;
    border-right: 0px solid #d7e6e9;  
}
.alert-content{
    padding: 10px;    
}
/*PROGRESS BAR*/
.progress-striped .bar {
	background-color: #DF1B4D;
}
/*======================================================================= END FOR HTML ROBERT*/


/*FOR 2 Template*/
/*me*/
#internal.context-me-you #top,
#internal.context-people-show #top,
#internal.context-me-friends #top {
	padding: 1em 0 0 0;
	margin-bottom: 0;
    border-bottom:none;
}
/*WDGT*/
#sidebar.sidebar-right .widget,
#sidebar.sidebar-left .widget,
#internal #sidebar .widget{
    background: #fff;
    padding:0;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    box-shadow: rgba(0,0,0,0.1) 0 0 0 1px inset,rgba(0,0,0,0.03) 0 0 3px 0;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    overflow: hidden;
}
#sidebar.sidebar-right .widget .inner,
#sidebar.sidebar-left .widget .inner,
#internal #sidebar .widget .inner{   
    padding: .8em;
    overflow: hidden;
}
.widget h3,
.widget h4{
	font-weight: bold;
    color:#DF1B4D;
}
/*======================================================================= Slide ShowSidebar*/
#col1 .carousel .carousel-control,
#col2 .carousel .carousel-control,
#col3 .carousel .carousel-control{
	top:50%;
	font-size: 40px;
}
#col1 .carousel .carousel-caption,
#col2 .carousel .carousel-caption,
#col3 .carousel .carousel-caption{
	background: rgba(0,0,0,0.40);
	font-size: 12px;
}
#col1 .carousel .carousel-caption p,
#col2 .carousel .carousel-caption p,
#col3 .carousel .carousel-caption p{
	line-height: 15px;
}

.carousel-caption { color: #ccc }
.carousel-caption h4 a {
	color: #DF1B4D;
}

/*======================================================================= forums*/
#interaction-list ul{
	list-style: none;
	overflow: hidden;
}
/*======================================================================= SIDEBAR INFORMATION*/
#sidebar .sidebar-information{
	font-size: 12px;
	line-height: 15px;
}
@media (max-width: 767px){
	#sidebar .sidebar-information {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		overflow: hidden;
        padding:1em;
	}	
}
.list-units > ul{
	background: #fcfcfc;
}
.list-units > ul > li > ul > li {
	border-bottom:none;
	background: #f4f4f4;
	filter: none;
	padding: 0.5em;
	box-shadow: 0 -1px 0 white inset;
	border-radius: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}
.list-units > ul  > li > ul {
	margin-bottom: 5px;
	border: none;	
}
.list-units > ul > li > ul > li > span.finish{
	background-color: #CCFFCC;
	line-height: 25px;
	color: #9999AA;
}
.list-units > ul > li > ul > li:first-child ,
.list-units > ul > li > ul > li:last-child {
	border-radius: 4px; 
}
#home-wrap-first .widget.widget-programs-list.widget-small, .widget.widget-text.widget-small{
    background: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
    box-shadow: rgba(0,0,0,0.2) 0 0 0 1px inset,rgba(0,0,0,0.09) 0 0 6px 0;
}

/*======================================================================= HOME CAROUSEL*/
#home #home-wrap-first #main.span8{
	padding: 0;
}
#home #home-wrap-first #main.span8 .main-inner{
	padding: 8px;
}
#home #home-wrap-first .carousel-caption{
	border-radius: 0 0 5px 5px;
}
#home #home-wrap-first .carousel-caption small{
	font-size: 11px;
}
.carousel-caption h4 a:hover{
	color: #fff;
}
#home #home-wrap-first .carousel{
	margin-bottom: 0;
}
#home #home-wrap-first .carousel .item{
	border-radius: 5px 5px 0 0;
}
#home #home-wrap-first .carousel-control{
	font-size: 40px;
}
.carousel-inner > .item > img {
	border-radius: 5px;
	width: 100%;
}
/*SIDEBAR*/
#home .sidebar-inner{
	padding: 0;
}
/*======================================================================= PROGRAMS*/
.sidebar-menu li{
	margin-bottom: 4px;
}
.sidebar-menu li a{
	padding: 1em;
	font-size: 14px;
	background-color: #333;
	color: #fff ;

}
.sidebar-menu li.current a {
	background-image: none;
	background-color: #DF1B4D;
	color: #fff ;
}
	
/*PADDING MAIN*/
#internal .content-inner #main{
	padding: 0;
}
#internal #main .main-inner{
	padding: 2em;
}
#internal .sidebar-inner{
	padding: 0;
}

.widget h3{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}

/*======================================================================================= MEDIA QUERY LAYOUT*/

@media (min-width: 1200px){
	.footer-inner,
	#content,
	.header-inner{
		width:1170px;
		margin: 0 auto;
	}	
	#home .content-inner{
		margin: 1em;
	}
}
@media (max-width :1200px){
	#home .content-inner{
		margin: 1em;
	}
	#page-content{
		padding: 1em;
	}
	#top {
		margin: 0 1em;
	}
	#page-title{
		margin: 1em 1em 0 1em;
	}
	.breadcrumb {
		background: transparent;
		padding: 10px 10px 0px 17px;
	}
}


@media (max-width: 979px){	
	#home .content-inner{
		margin: 1em;
	}
	.navbar-inverse .btn-navbar{
		margin-top: 10px;
	}
	.navbar .nav-collapse ul.nav {
		margin-top: 0;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #fff;
		background-color: #333;
		margin-bottom: 0;
		border-color: #333;
	}
	.navbar .nav > .active > a, .navbar .nav > .active,
	.navbar-inverse .nav-collapse .dropdown-menu .active  a{
		color: white;
		background-color:  #000000;
	}
	.navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background-color:  #000000;
	}
}
@media (max-width: 767px){	
	body {
		padding-left: 0;
		padding-right: 0;
	}
	#search-nav .search {
		width: 80px;
	}
	#page-content{
		padding: 1em;
	}	
	#home #home-wrap-first #main{
		margin-bottom: 1em;
	}
	#home #home-wrap-first #sidebar .inner{
		padding-bottom: 0 !important;
	}
	#home #home-wrap-second .widget{
		margin-bottom: 0;
	}
	#home-wrap-second {
		margin-top: 0;
	}
}
@media (max-width: 480px){
	#home #content{
		padding-top: 75px;
	}
	#home .content-inner{
		margin: 1em;
	}
	header h1{
		width: 100%;
		text-align: center;
	}
	#search-nav{
		float: left;
	}
	.header-inner{
		background-image: none;
		background: transparent;
	}
	#search-nav .search{
		width: 255px;
	}
	.wrap-bradcrumb {
		top:66px;
	}
	.navbar-inverse .btn-navbar{
		margin-top: -45px;
	}
}
@media (min-width:1200px){
	.main-left, .main-right{
		width: 69%;
	}
	.sidebar-left, .sidebar-right {
		width: 28%;
	}
}
@media (min-width:980px) and (max-width :1200px){
	.main-left, .main-right{
		width: 69%;
	}
	.sidebar-left, .sidebar-right {
		width: 28%;
	}
}
@media (min-width:780px) and (max-width :979px){
	.main-left, .main-right{
		width: 69%;
	}
	.sidebar-left, .sidebar-right {
		width: 28%;
	}
}
@media (max-width :767px){
	.main-left, .main-right{
		width: 100%;
	}
	.sidebar-left, .sidebar-right {
		width: 100%;
	}
}

#home-wrap-second .widget {
    height: 350px;
}

/* #home #main, #home #sidebar {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
} */

#home .sidebar-inner {
    padding: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#home-wrap-first #sidebar .widget {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #fff;
}

#widget-08c775 {
    height: 476px;
    border-radius: 5px;
}


.deck-container .slide h1 {
    color: #000;
}

#modyo-session-signup-tab {
    display: none !important;
}

/*The following code will remove the "Optional" button from the course outline when "Exclude Progress is checked".  Progress is still excluded, but the Optional button will no longer show.*/
.units-elements .units-element small {display: none;}

      /* CSS VARIABLES */
      :root {
          
          
          
          
          
          
          
          
      }
    