/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .clear{ clear: both; }

.cmm-members > p#cmm-load-members a{
    background: none repeat scroll 0 0 #d0d0d0;
    border: 1px solid;
    border-radius: 3px;
    box-shadow: 0 0 3px;
    clear: both;
    color: inherit;
    margin: 30px auto;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 220px;
}
.cmm-members > p#cmm-load-members a:hover {
    background: none repeat scroll 0 0 #f0f0f0;
	text-decoration: none;
}
#cmm-newpage {
    clear: both;
}
#cmm-load-members > a {
    outline: medium none;
    display: block;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
	font-weight: bold;
}

.cmm-nav-next {
    float: right;
}

.cmm-nav-previous {
    float: left;
}

.cmm-nav-next, .cmm-nav-previous {
    display: inline-block;
    border:none;
    font-size: 14px;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.cmm-nav-previous a, .cmm-nav-next a {
    padding: 4px 10px;
}

.cmm-members-navigation {
    margin: 30px 0;
}

.cmm-members a {
    font-family: inherit;
    text-decoration: none;
}
.cmm-members, .col-one-fourth{  
    transition: all 0.4s ease-in-out 0s;
}
.cmm-members h4.cmm-name {
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0;
	line-height: 20px;
}
.cmm-members .col-one-fourth a img, #cmm-content .cmm_profile_pic img {
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transition: all 0.4s ease-in-out 0s;
}
.cmm-members .col-one-fourth a img{
    max-width: 100%;
	height: auto;
}
.cmm-members .cmm_profile_pic img, #cmm-content  .cmm_profile_pic img{
    max-width: 200px;
	height: auto;
	margin: 10px 10px 10px 0;
}
/*
.cmm-members:hover .col-one-fourth {
    opacity: 0.45;
}  */
.cmm-members .col-one-fourth:hover {
    opacity: 0.55;
}
/*
.cmm-members .col-one-fourth a img:hover{
	opacity: 0.8;
}  */
.cmm_profile {
    clear: both;
    padding: 20px 0;
}
.cmm-members p {
    margin: 0 0 5px;
	clear: both;
}
.cmm-full-profile{    line-height: 40px;	}
.col-one-fourth:last-child {
    margin-right: 0;
}
.cmm-social {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.cmm-social:hover {
    opacity: 0.8;
}

/* =Single profile page-------------------------------------------------------- */
#cmm-inmenu {
  width: 100%;
}

#cmm-inmenu ul {  
  margin-bottom:0px;
}

#cmm-inmenu ul li {
  display:block;
  margin:0 3px;
  padding:3px 0;
  border-radius: 7px 7px 0px 0px; 
  line-height: 2em; 
  float: left; 
  -moz-box-shadow:0px 0px 50px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow:0px 0px 50px rgba(0,0,0,0.3) inset;
  box-shadow:0px 0px 50px rgba(0,0,0,0.3) inset;
}

#cmm-inmenu ul li.cmm-selected {
  -moz-box-shadow:0px 30px 45px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0px 30px 45px rgba(0,0,0,0.1) inset;
  box-shadow:0px 30px 45px rgba(0,0,0,0.1) inset;
}

#cmm-inmenu ul li.cmm-selected a {
  color:#EEEEEE;
}

#cmm-inmenu a {
	text-decoration: none;
	padding:0.2em 1.2em;
  color:#AAAAAA;
	font-size:14px;
  -moz-text-shadow:1px 1px 2px #333333;;
  -webkit-text-shadow:1px 1px 2px #333333;;
  text-shadow:1px 1px 2px #333333;
}

#cmm-inmenu a:hover {
  color:#777777;
}

#cmm-window1 {
  display: block;
}

#cmm-window3 {
  overflow-y: auto; 
  -ms-overflow-y: auto; 
  max-height: 1200px;
}

.cmm-window {
  padding: 10px 20px; 
  clear: both; 
  margin-bottom: 20px; 
  min-height: 180px; 
  box-shadow: inset 0px 0px 50px rgba(0,0,0,0.1);
  display:none;
}

/* =Media queries-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 300px) and (max-width: 460px) {
.col-one-fourth.firstCol {
    clear: left;
}
@media screen and (max-width: 420px) {
	.cmm_profile_pic img {
		float: none;
	}	
}
.col-one-fourth {
	width: 100% !important;
}
.col-one-fourth {
	clear: left;
}

}
@media screen and (min-width: 461px) and (max-width: 730px) {
.col-one-fourth {
    float: left;
    margin-right: 5%;
    width: 44% !important;
}

.col-one-fourth.clearPad {
    clear: left;
}

}
@media screen and (min-width: 731px) and (max-width: 1060px) {
.col-one-fourth {
    float: left;
    margin-right: 4%;
    width: 30%;
}
.col-one-fourth.lastCol {
    margin-right: 0;
}
.col-one-fourth.firstCol {
    clear: left;
}
}
@media screen and (min-width: 1061px){
.col-one-fourth {
    float: left;
    margin-right: 4%;
    width: 30%;
}
.col-one-fourth.lastCol {
    margin-right: 0;
}
.col-one-fourth.firstCol {
    clear: left;
}
}
