﻿/*@charset "utf-8";*/
/* CSS Document */

body, html{
				    height:100%;	  
				  }
				   .flexContainer {
					  display:flex;
				  }
				  .innerFlex {
					    display:flex !important;
					    width:85%;
					  }
				  
.m-t {
    margin-top:10px;
}				 
.m-t-md {
    margin-top: 15px;
}
.m-t-lg {
    margin-top:30px;
}

.mobileMemberNav {
  display:none;	
}

.m-b {
    margin-bottom:10px;
}				 
.m-b-md {
    margin-bottom: 15px;
}
.m-b-lg {
    margin-bottom:30px;
}

.mobileMemberNav {
  display:none;	
}

.mobileMemberNav2{
 display:none;
}

.innerFlex {
    display: flex !important;
    width: 85%;
}

a {
  color:#1E275F !important;	
}

a:hover {
 color:#ee6220 !important;	
}

a.addFriendNav {
    color: #fff !important;
}

.contentContainer {
    padding: 25px 25px !important;
    background: #f8f8f8 !important;
}

.contentSpace {
	margin:1% 0 !important;
}

.flexContainer {
    display: flex;
}



@media screen and (max-width:1000px) {
  .mobileMemberNav {
	 display:block;  
  }
  
  .memberNav {
	display:none;  
  }
  
  .profileNav ul li {
      list-style-type:none;
    display: block;
    padding: 2% 5% !important;
    color: #a7b1c2;
    margin: 2% 0;
}


}

 @media screen and (max-width:979px){
					  body, html {
						  display:inherit !important;
					  }
					  .flexContainer {
					    display:inherit !important;	  
					  }
					  
					  .innerFlex {
						width:100% !important; 
						
					  }
					  
					  .adsContainer {
                        border-left: none !important;
                         border-top: solid 1px #ddd;
					  }
					  
					  .profileNav {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px !important;
    background: #f8f8f8;
    padding-top: 20px;
    padding-left: 25px;
    border-right: solid 1px #ddd !important;
}
				  
				  .center-block {
				   overflow:hidden;	  
				  }			 

}

@media screen and (max-width:764px){
	
	.mobileMemberNav{
					  display:none;
				  }
	
	.mobileMemberNav2{
					  display:block !important;
		              text-align:center;
		              margin-top: 5px;
				  }
	
	.innerFlex {
		                 width:100% !important; 
						  display:inherit !important;
					  }
					 
}


@media screen and (max-width:500px) {
  .mobileMemberNav button {
  margin-bottom:15px !important;	
}	
}

/* member feed */
.rnTitleButtonSelected {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid;
    border-radius: 25px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}


.rnTitleButtonsUnselected {
    background-color: #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.adsContainer .widget-body ul {
    padding: 10px !important;
}

.adsContainer .widget .widget-head {
    padding: 5px 0px 0px 5px !important;
}

.adsContainer .glyphicons {
    padding-left: 30px !important;
}
.adsContainer .unstyled li:not(:last-child) {
    margin-bottom:10px;
}