a, img {
    border:none;
    outline:none;
}

.highlight { 
    background-color: #00FFE0;
}


.connect{
  position: absolute;
  left: 20px;
}

.sharemethod{
  width: 33%;
  text-align: left;
  padding: 5px 0px;
  margin: 5px 23px 3px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all .6s ease-out;
  cursor: pointer;
}

.sharebtn1{
  color:white;
  background: rgb(46, 220, 167);
}
.sharebtn1:hover{
  color: rgb(46, 220, 167);
  background: white;
}
.sharebtn2{
  color:white;
  background: rgb(53, 151, 139);
}
.sharebtn2:hover{
  color: rgb(53, 151, 139);
  background: white;
}
.sharebtn3{
  color:white;
  background: rgb(59, 89, 152);
}
.sharebtn3:hover{
  color: rgb(59, 89, 152);
  background: white;
}

.sharebutton{
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.sharingbox{
  display: flex;
}

#ranksection{
  position:fixed;
  top:108px;
  left:0px;
  font-family: Arial,sans-serif;
  z-index:7999999;
  width: 59px;
  vertical-align: middle;
  display: none;  
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all .6s ease-out;
}

#rankbtnstyle{

  color: white;
  padding-top: 4px;
  background: rgb(47, 47, 47);
  font-size: 12pt;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  height: 58px; 
}  

#ranktopdownstyle{

  color: #30988b; 
  padding-top: 6px;
  background: white;
  font-size: 13pt;
  height: 27px;
}

#rankstyle{

  color: white;
  padding-top: 6px;
  background: #30988b;
  font-size: 14pt;
  height: 26px;
}

#rankhelpstyle{

  color: white;
  padding-top: 6px;
  background: rgb(47, 47, 47);
  font-size: 14pt;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  height:30px;
  cursor:pointer;
}



.searchtd{
    padding-left:5px;
    width: auto;
    display: flex;
    display: flex;
    display: -webkit-box;
    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.searchbar{
    resize:none;
    width: 140px;
    display: block; 
    border-bottom-left-radius: 5px; 
    border-top-left-radius: 5px; 
    -moz-border-bottom-left-radius: 5px; 
    -moz-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -webkit-border-top-left-radius: 5px; 
    border: 0px; 
    margin: 0px; 
    height: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.searchbar:focus{
    border:0;
}


.searchbutton{
    cursor: pointer;
    width: 27px;
    height: 27px;
    padding-left: 3px;
    padding-right: 3px;
    background: rgb(202, 202, 202);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.searchbutton:hover{
    background:rgb(161, 161, 161);
}

.bottombar
{
    position: absolute;
    width: 100%;
    opacity: 0.0;
    filter: alpha(opacity=0);
    top:-100px;
    height:30px;
    text-align:center;
    padding-top:7px;
    background:rgb(34, 34, 34);
    font-size:12pt;
    color:#D7D7D7;
    font-family:'Roboto Slab', serif;
}

.loader{
  margin: 0 auto;
  display:block;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
   -moz-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3); 
}

.dont_open{
  z-index:20;
  position:relative;
  cursor:pointer;
}
.dont_open_why{
  z-index:20;
  position:relative;
  cursor:pointer;
}


.cardicon{
  
}
.cardicon:hover{

}


.contactinfo{
  width:292px;
  font-weight: bold;
  display:block;  
  vertical-align:-webkit-baseline-middle;
  z-index:11;
}

.contactinfo p{
  height:30px;
  word-wrap:break-word;
  display:table-cell;
  vertical-align:middle;
  word-break:break-all;
}

.block {
  position: absolute;
  width: 215px;
  cursor: pointer;
  height: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 2px 2px 0px rgba(73, 73, 73, 0.4);
    -webkit-box-shadow: 0 2px 2px 0px rgba(73, 73, 73, 0.4);
    box-shadow: 0 2px 2px 0px rgba(73, 73, 73, 0.4);
  opacity: 0;
  filter: alpha(opacity=0) ; 
  -webkit-transition: opacity .6s ease-out;
  -moz-transition: opacity .6s ease-out;
  -o-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}
.block div.hover {
    float: left;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all .2s ease-out;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.savehover{
  top: -250px;
  left:-1px;
  display:block;
  opacity: 0;
  filter: alpha(opacity=0) ; 
  font-family: Arial, sans-serif;
  font-size: 17pt;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all .2s ease-out;
}
.block:hover .savehover{
    opacity: 1;
    filter: alpha(opacity=100) ; 
}
.cardnameback{
    top: -35px;
    left:-1px;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    position: relative;
}

.addcardclass{
    height:200px;
    width:350px;
    font-size:22pt;
    background:rgba(255, 255, 255, 0.5);
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    font-family:'Pathway Gothic One', sans-serif;
    vertical-align: middle;
    text-align:center;
    display: table-cell;
    color:rgb(84, 84, 84);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.addcardclass:hover{
    background:rgba(255, 255, 255, 1);
    color:black;
}
.block div.hover:hover {
    margin-top: -10px;
    -moz-box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
}
/*.giveMeEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    line-height: 20px;
    max-height: 200px;
}*/
.topmenustyle{
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all .6s ease-out;
}
.topmenulink{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14pt;
}
.topmenulink:link{
  color:#FFFFFF;
  
}
.topmenulink:visited{
  color:#FFFFFF;

  
}
.topmenulink:hover{
  color:#6BAEA6;
  
}



.topmenulinkright{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background:white;
  padding:2px 12px 2px 12px;
  color:#2F2F2F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14pt;
}
.topmenulinkright:link{
  color:#2F2F2F;
  
}
.topmenulinkright:visited{
  color:#2F2F2F;
  
}
.topmenulinkright:hover{
  color:#FFF;
  background:#63948E;
}


.sharebuttons:hover{
  background:#79a09c;
  
}

.g1buttonstyle{
  font-size: 15px;
  /*height: 100%;*/
  line-height: 24px;
  margin: 3px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  min-width: 50px;
  color: #000;
  text-align: center;
  padding: 0px 5px 0px 5px;
  font-family: 'Roboto Slab', serif;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g1buttonstyle:hover{
  color: #FFF;
  background: #63948E;
}


.g2buttonstyle{
  font-size: 12.5pt;
  height:10px;
  overflow:hidden;
  min-width:70px;
  text-align:center;
  padding: 0px 10px 0px 10px;
  font-family:Arial,sans-serif;
  cursor:pointer;
  background:#30988b;
   text-shadow:-1px -1px 0 rgba(60, 60, 60, 0.6), 1px -1px 0 rgba(60, 60, 60, 0.6), -1px 1px 0 rgba(60, 60, 60, 0.6), 1px 1px 0 rgba(60, 60, 60, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g2buttonstyle:hover{ 
  background:#50B5A8;
}

.g3buttonstyle{
  font-size: 12.5pt;
  height:10px;
  overflow:hidden;
  min-width:70px;
  text-align:center;
  padding: 0px 10px 0px 10px;
  font-family:Arial,sans-serif;
  cursor:pointer;
  background:rgba(57, 206, 160, 0.91);
  
   text-shadow:-1px -1px 0 rgba(60, 60, 60, 0.6), 1px -1px 0 rgba(60, 60, 60, 0.6), -1px 1px 0 rgba(60, 60, 60, 0.6), 1px 1px 0 rgba(60, 60, 60, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g3buttonstyle:hover{
  background:rgba(71, 234, 184, 0.91);

}


.topcard {
  width: 215px;
  height: 200px;
  display: block;
  overflow: hidden;
  -moz-border-radius-topleft: 8px;
  -webkit-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  border-spacing: 0px;
}

.middlecard {
  border-collapse: collapse;
  min-height: 61px;
  box-sizing: border-box;
  display: block;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 215px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  font-size: 10pt;
  font-family: Arial, sans-serif;
}

.bottomcard {
  border-collapse: collapse;
  height: auto;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: block;
  background: #9D9D9D;
  padding-top: 5px;
  width: 215px;
}

.picture {
  background-color: #247fbd;
  display: block;
  -moz-border-radius-topright: 8px;
  -webkit-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.block:hover .picture {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.circle {
  -moz-border-radius-topright: 8px;
  -webkit-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  height: 200px;
  background-size: cover;
}
.name {
  -moz-border-radius-topleft: 0px;
  -webkit-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  background: rgba(35, 35, 35, 0.58);
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Pathway Gothic One', sans-serif;
}
.namestyle {
  width: 97%;
  color: white;
  text-align: left;
  padding-left: 10px;
  display: inline-box;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  overflow: hidden;
}
.board{
  position: fixed;
  width: 0px;
  height: 100%;
  margin-top: 86px;
   -moz-opacity: 0;
  opacity:.0;
  filter: alpha(opacity=0);
  background: rgba(215,215,215,1);
  background: -moz-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(215,215,215,1)), color-stop(100%, rgba(139,139,139,1)));
  background: -webkit-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
  background: linear-gradient(135deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#8b8b8b', GradientType=1 );
  
  display: block;
  z-index: 2000;
  right: 0;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#top-menu {
    position: fixed;
    display: none;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    padding:0;
    margin:0;
    border-bottom: 0px solid #79a09c;
    z-index: 999999;
    border-bottom: 0px solid #79a09c;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    font-size: 14pt;
}
#topmenubottom {
    color:rgba(124, 124, 124, 0.68);
    background: rgb(0, 0, 0);
    font-size:1.8vw;  
    padding:0px 5px 4px 5px;
    font-family:'Pathway Gothic One', sans-serif;    
}
.topbutton {
    font-size: 12.5pt;
    vertical-align:middle;
    height:10px;
    overflow:hidden;
    width:auto;
    text-align:center;
    padding: 0px 10px 0px 10px;
    font-family: Arial,sans-serif;
    color:rgba(236, 236, 236, 1);
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.topbutton:hover {   
     background:rgba(236, 236, 236, 1);
    color:black;
}

.menuback{
    background: #2F2F2F;
    width:100%;
    display:inline-table; 
}
.menu-center {
    width: 100%;
    padding-left: auto;
    padding-right: auto;
}
.menu-center a {
    width: 100%;
    text-decoration:none;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    text-align:center;
}
.menu-clear {
    clear:both;
    height:0;
}
.message {
  border: 1px solid white;
  padding: 4px;
  top: -100px;
  height: 30px;
  margin: 10px 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(75, 75, 75, 0.5);
}

.savehover{
  top: -250px;
  left:-1px;
  display:block;
  opacity: 0;
  filter: alpha(opacity=0) ; 
  font-family: Arial, sans-serif;
  font-size: 17pt;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all .2s ease-out;
}

.block:hover .save {
    opacity: 1;
    filter: alpha(opacity=100) ; 
}
.save2 {
    color:#898989;
    left:0;
    text-align:center;
    width:100%;
    z-index:10;
    position:absolute;
    font-size:110%;
}
.block:hover .save2 {
    display:block;
    color:#247fbd;
    
}
html{
  height:100%;
  min-height:100%;
 }
body {
    background: #D3D3D3;
    margin:0px;
    min-height: 100%;
}
.profilebody{
    background: #35978b;   
}

.wizard_overlay {
    display : none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:8999999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    top:86px;
    cursor: pointer;
}
.wizard{
    display : none;
    cursor:pointer;   
    z-index:9999999;
    position:fixed;
    top:85px;
   
}


.black_overlay {
    display : none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index:11111111;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    cursor:pointer;
}
.cardphone {
    display: none;
}

#phoneboxnumber{
  padding-bottom: 40px;
}
.white_content_phone {
    display: none;
    position: fixed;
    top: 30%;
    left:40%;
    width: 20%;
    height: auto;
    padding-top:20px;
    padding-bottom: 20px;
    font-family:'Pathway Gothic One', sans-serif;
    background-color: rgba(47, 47, 47, 0.88);
    color:white;
    border:1px solid #909090;
    z-index:22222222;
    font-size: 20pt;
    overflow: auto;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
.white_content {
    display: none;
    position: fixed;
    top: 30%;
    left:31%;
    width: 36%;
    height: auto;
    padding: 0px;
    color:white;
    border:1px solid #909090;
    font-family:'Pathway Gothic One', sans-serif;
    background:rgba(47, 47, 47, 0.88);
    z-index:22222222;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
.input {
    width:90%;
    display:block;
    border: 1px solid #aaa;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.savedcardevent{
   color:white;
}
textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding:5px;
    resize: none;
}

textarea:focus{
outline: 0;
outline: thin dotted \9; /* IE6-9 */
color: #111111;
border: 1px solid #378181;
-webkit-transition: all .2s;
   -moz-transition: all .2s;
  -ms-transition: all .2s;
   -o-transition: all .2s;
    transition: all .2s;
}
 

.cardname {

}
.cardtitle {
    font-size: 11pt;
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  color: #2d2d2d;
  font-family: Arial, sans-serif;
}
.commentnote {
    font-size: 12pt;
}


.commentpicture {
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    margin-left:15px;
    padding-top:0px;
    padding-bottom:0px;
    width:80px;
    height:80px;
    background-size:cover;
}
.bio {
  display: block;
  max-height: 250px;
  line-height: 18px;
  padding-left: 10px;
  overflow: hidden;
  width: 195px;
  word-wrap: break-word;
}

.link{
  margin-right: 7px;
  margin-left: 5px;
  color: #378181;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
}

.filter {
  height:32px;
  background-color: #6BBE92;
  width: auto;
  font-size:1.8vw;
  border: 0;
  padding: 0px 25px;
  margin: 0px 0;
  text-align: center;
  color: #fff;
  font-family:'Pathway Gothic One', sans-serif;
}

.menusection{
  background: white;
  padding: 1px 11px;
  font-size: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-left: 8px solid #2edca7;
}

.tablestyle{
    border-spacing:0px;  
    margin-top:4%;
    display: none;
    -moz-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
    padding:20px 80px 20px 80px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:rgba(255, 255, 255, 0.85);
    font-family:arial,sans-serif;
    min-width: 700px;
}

.tablestyle a{
    color: #636363;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 5px;
    margin-left: 25px;
    background: white;
    -webkit-box-shadow: 0 3px #b5b5b5;
    -moz-box-shadow: 0 3px #b5b5b5;
    box-shadow: 0 3px #b5b5b5;
}
.tablestyle a:hover{
    color: #f1f1f1;
    background: #4c4c4c;
}

.tablestyle .bullet{
  background: rgb(53, 151, 139);
  height: 8px;
  width: 8px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 11px;
  border-radius: 20px;
}

.event-td{

}

.staktr{
  border-bottom: 1px solid #3ea2a2;
  display: block;
  text-align: left;
}

.event-tr{
    height: 50px;
}

.eventgrouptitle{
    color: #2edca7;
    font-size: 23px;
    padding-bottom: 5px;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

.profilesection{
  color: #378181;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.accountplan{
  display: block;
  color: #2edca7;
  font-size: 23px;
  padding-top: 9px;
}
.planname{
  color: #378181;
}

tr.needspadding > td
{
  padding-bottom: 40px;
}


input[type=button] {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 25px 6px 20px;
  /* margin-left: 30px; */
  /* margin-top: 5px; */
  height: 36px;
  display: inline-block;
  float: right;
  text-decoration: none;
  /* width: 100px; */
  width: 100%;
  max-width: 120px;
  /* height: auto; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #3ea2a2;
  -webkit-box-shadow: 0 3px #378181;
  -moz-box-shadow: 0 3px #378181;
  box-shadow: 0 3px #378181;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  top: 0px;
  position: relative;
  cursor: pointer;
}

input[type=button]:hover {
  top: 3px;
  background-color:#378181;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}

.share-buttons{
  list-style: none;
}

.share-buttons li{
  display: inline;
}


.form input[type="text"],
.form textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 35px;
  padding: 10px;
  border: 1px solid #aaa;
  background: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  margin-bottom: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form input[type="text"]:focus,
.form textarea:focus {
outline: 0;
outline: thin dotted \9; /* IE6-9 */
color: #111111;
border: 1px solid #378181;
-webkit-transition: all .2s;
   -moz-transition: all .2s;
  -ms-transition: all .2s;
   -o-transition: all .2s;
    transition: all .2s;
}

.contact_overlay {
    display : none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index:11111111;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.contact{
    display : none;   
    z-index:22222222;
    position:fixed;
    top:150px;
    width:100%;
   
}
.contactbox{
    font-family:'Pathway Gothic One', sans-serif;
    border: 1px solid #909090;
    background-color: rgba(47, 47, 47, 0.88);
    color:white;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
    padding-right:10px;
    padding-left:10px;
    
}

.eventlink{
    color: #4c4c4c;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
}

.sharebtnstyle{
    z-index:999999;
    font-family: Arial,sans-serif;
    color: white;
    text-align: center;
    padding-top: 7px;
    background: rgb(47, 47, 47);
    font-size: 11pt;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    height: 39px;
    width: 48px;
    vertical-align: middle;
    display: table-cell;
    position:fixed;
    top:115px;
    right:0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all .6s ease-out;
}    



.sk-folding-cube {
  margin: 40px auto;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  font-family: 'Pathway Gothic One', sans-serif;
}

.sk-folding-cube .sk-cube {
  float: left;
  background: #2EDCA7;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
  background: #247fbd;
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
  background: #7F8C8D;
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
  background: #30988b;
  font-family: 'Pathway Gothic One', sans-serif;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 22pt;
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background: #30988b;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}


/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper {
   font-size: 12.5pt;
}

#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
    font-family: Arial,sans-serif;
}
 
/* We float the li list to the left and apply background color and border right white and set the height to 25px. Note you can ignore the height if you do not want
*/
#menuwrapper ul li{
    float:right;
    cursor:pointer;
    padding:0px 15px;
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
}
 
/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    position:relative;
}
 

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
    
}
 
/* When user has hovered the li item, we show the ul list by applying display:block, note: 25px is the menu height.  */
#menuwrapper ul li:hover ul{
    left:-15px;
    top:15px;
    padding-top:5px;
    display:block;
}
 
/* As the parent li has float:left property, we overwrite for the submenu (level 2) to float none (normal position)  */
#menuwrapper ul li ul li{
    float:none;
    width:120px;
    background-color:#717171;
    border-bottom:2px solid #2F2F2F;
    display:inline-block;
    height:25px;
    line-height:25px;
}
 
/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    background-color:rgba(236, 236, 236, 1); 
    color:black;
}
 

/* Clear float */
.clear{
    clear:both;
}


.black_overlay_members {
    display : none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index:111;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    cursor:pointer;
}



.blur_background{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:1111111;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.blur_display {
    position: fixed;
    top: 35%;
    left: 20%;
    width: 60%;
    height: auto;
    padding-top:20px;
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight:300;
    background-color: #fff;
    z-index:2222222;
    font-size: 12.5pt;
    overflow: auto;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

.btn, .btn:link, .btn:visited {
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;
  color: #111;
  background:#E8E8E8;
  display: inline-block;
  font-family: avenir, helvetica, roboto, arial, sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  padding: 1em 1.5em;
  text-decoration: none;
  cursor:pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s; }

.btn:hover, .btn:focus {
  color: #2EC33A;
  border: 1px solid #247066;
  background:#fff;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

.btn:active {
  color: #0074D9;
  border: 1px solid #0074D9;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }
  
.introicon {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../images/new_logo_60.jpg');
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  font-family: sans-serif;
}

.introicon:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, .7) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );

}

/* Hover state - trigger effect */

.introicon:focus {
  outline: none;
}

.introicon:focus:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 1.7s, 1.7s, 0.15s;
  transition-timing-function: ease;
}

.introicon:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 1.7s, 1.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.introicon:active:after {
  opacity: 0;
}  

#modulediv{
  overflow: hidden;
  background: white;
}

#modulediv:hover{
  overflow-y: scroll;
}


#modulebody{
  padding-left: 20px;
      padding-top: 10px;
  color:#828282;
  font-size:16pt;
  width: 240px;
  height: 100%; 
  background: white;  
  display: block;
  z-index: 2000;
  height: 100%;
  top: 84px;
  right: 0px;
  position: fixed;
  border-right: 5px solid white;
   opacity: 0.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all .6s ease-out;
}
.module{
  display:block;
  height:auto;
  font-family: 'Roboto Slab', serif;
  cursor:pointer;
  color:#616161;
}
.modulesection{
  display:block;
  height:auto;
  border-bottom: 1px solid #828282;
  font-family: Arial, sans-serif;
  font-size:10pt;
  color:black;
  padding-bottom: 5px;
}
#map {
        height: 200px;
        width:210px;
      }
.onlinepic{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:20px;
  width:20px;
}

.offlinepic{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:20px;
  width:20px;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#mainbodydiv{
  position:fixed;
  overflow:hidden;
}
#mainbodydiv:hover{
  overflow-y: scroll;
}

.createchannel{
  display: block;
  background:#828181;
  color: white;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right:3px;
  cursor:pointer;
}

.createchannel:hover{
  background: #2D2D2D;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.channellink{
  text-decoration: none;
  color:#797979;padding: 5px;
  display:block;
}

.channel{
  display: block;
  background: white;
  color: #797979;
  overflow: hidden;
  margin-top: 6px;
  border: 1px solid #A7A6A6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right:3px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.channel:hover{
  background: #E8E8E8;
  border: 1px solid #545454;
}

.channelmembersdiv{
  overflow: scroll;
  height: 170px;
  display: block;
  background:#EFEFEF;
  width:100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.white_content_members {
    display: none;
    position: fixed;
    right: 35%;
    width: 30%;
    top:10%;
    max-width: 450px;
    min-width: 400px;
    height: auto;
    padding-top:20px;
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight:300;
    background-color: rgba(47, 47, 47, 0.88);
    z-index:2222222;
    border:1px solid #909090;
    color:white;
    font-size: 12.5pt;
    overflow: auto;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
.memberstable{
  display:block;
  height:auto;
  font-family: Arial, sans-serif;
  font-size:12pt;
  color:black;
  padding-bottom: 5px;
  border-collapse: collapse;
}
.newmessagespan{
  padding: 1px 10px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
  vertical-align: initial;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #2EDCA7;
  margin-left: 5px;
}
.channelinput{
  width:100%;
  display: table-row-group;
  border: 1px solid #aaa;
  height: auto;
  margin-left:auto;
  margin-right:auto;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.membertd{
  color: rgb(130, 130, 130);
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

#ranksection{
  display: block;
}

@media screen and (max-width: 600px) {
  #ranksection, #cardstakbuttontop, #createbuttontop{
    display: none;
  }
  a, img {
    border:none;
    outline:none;
  }

  .highlight { 
      background-color: #00FFE0;
  }


  .connect{
    position: absolute;
    left: 20px;
  }

  #ranksection{
    position:fixed;
    top:145px;
    left:0px;
    font-family: Arial,sans-serif;
    z-index:7999999;
    width: 59px;
    vertical-align: middle;
    display: table-cell;  
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all .6s ease-out;
  }

  #rankbtnstyle{

    color: white;
    padding-top: 4px;
    background: rgb(47, 47, 47);
    font-size: 12pt;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    height: 58px; 
  }  

  #ranktopdownstyle{

    color: #30988b; 
    padding-top: 6px;
    background: white;
    font-size: 13pt;
    height: 27px;
  }

  #rankstyle{

    color: white;
    padding-top: 6px;
    background: #30988b;
    font-size: 14pt;
    height: 26px;
  }

  #rankhelpstyle{

    color: white;
    padding-top: 6px;
    background: rgb(47, 47, 47);
    font-size: 14pt;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    height:30px;
    cursor:pointer;
  }



  .searchtd{
      padding-left:5px;
      width: auto;
      display: flex;
      display: flex;
      display: -webkit-box;
      display: moz-box-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
  }

  .searchbar{
      resize:none;
      width: 90px;
      display: block; 
      border-bottom-left-radius: 5px; 
      border-top-left-radius: 5px; 
      -moz-border-bottom-left-radius: 5px; 
      -moz-border-top-left-radius: 5px; 
      -webkit-border-bottom-left-radius: 5px; 
      -webkit-border-top-left-radius: 5px; 
      border: 0px; 
      margin: 0px; 
      height: 17px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .searchbar:focus{
      border:0;
  }


  .searchbutton{
      cursor: pointer;
      width: 27px;
      height: 27px;
      padding-left: 1px;
      padding-right: 1px;
      background: rgb(202, 202, 202);
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .searchbutton:hover{
      background:rgb(161, 161, 161);
  }

  .messagingtable{
      width: 100%;
      height: 33px;
      text-align: center;
      background: #e2e2e2;
      color: #4c4c4c;
      font-weight: 800;
      font-size: 17px;
      font-family: 'Roboto Slab', serif;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
  }

  .bottombar
  {
     position: absolute;
      width: 100%;
      opacity: 0.0;
      top: -100px;
      height: 35px;
      text-align: center;
      padding-top: 10px;
      background: rgb(23, 23, 23);
      font-size: 13px;
      font-family: 'Roboto Slab', serif;
      border-top: 2px solid #A3A3A3;
  }

  .loader{
    margin: 0 auto;
    display:block;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
     -moz-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 8px 0px rgba(0, 0, 0, 0.3); 
  }

  .dont_open{
    z-index:20;
    position:relative;
    cursor:pointer;
  }
  .dont_open_why{
    z-index:20;
    position:relative;
    cursor:pointer;
  }


  .cardicon{
    
  }
  .cardicon:hover{

    
    transform: scale(1.2);
    -webkit-transform: scale(1.2);  
          -ms-transform: scale(1.2); 
    
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
  }


  .contactinfo{
    width:292px;
    font-weight: bold;
    display:block;  
    vertical-align:-webkit-baseline-middle;
    z-index:11;
  }

  .contactinfo p{
    height:30px;
    word-wrap:break-word;
    display:table-cell;
    vertical-align:middle;
    word-break:break-all;
  }

  .block {
      position: absolute;
      width: 350px;
      cursor:pointer;
      height:auto;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      -webkit-transition: opacity .6s ease-out;
      -moz-transition: opacity .6s ease-out;
      -o-transition: opacity .6s ease-out;
      transition: opacity .6s ease-out;
      -webkit-box-shadow: 0 0 0px 0px;
       box-shadow: 0 0 0px 0px;
  }
  .block div.hover {
      float: left;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all .2s ease-out;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
  }
  .addcardclass{
      /*height:200px;*/
      width:350px;
      font-size: 6vw;
      background:rgba(255, 255, 255, 0.5);
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      font-family:'Pathway Gothic One', sans-serif;
      vertical-align: middle;
      text-align:center;
      display: table-cell;
      color:rgb(84, 84, 84);
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
  }
  .addcardclass:hover{
      background:rgba(255, 255, 255, 1);
      color:black;
  }
  .block div.hover:hover {
      margin-top: -10px;
      -moz-box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0 12px 19px 0px rgba(0, 0, 0, 0.5);
  }
  /*.giveMeEllipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10;
      line-height: 20px;
      max-height: 200px;
  }*/
  .topmenustyle{
      -webkit-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      transition: all .6s ease-out;
  }
  .topmenulink{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .topmenulink:link{
    color:#FFFFFF;
    font-size:19pt;
    
  }
  .topmenulink:visited{
    color:#FFFFFF;
    font-size:19pt;
    
  }
  .topmenulink:hover{
    color:#6BAEA6;
    font-size:19pt;
    
  }



  .topmenulinkright{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background:white;
    padding:2px 12px 2px 12px;
    color:#2F2F2F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .topmenulinkright:link{
    color:#2F2F2F;
    font-size:19pt;
    
  }
  .topmenulinkright:visited{
    color:#2F2F2F;
    font-size:19pt;
    
  }
  .topmenulinkright:hover{
    color:#FFF;
    font-size:19pt;
    background:#63948E;
  }


  .sharebuttons:hover{
    background:#79a09c;
    
  }

  .g1buttonstyle{
      font-size: 13px;
      height: 24px;
      line-height: 24px;
      margin: 3px 3px 0px 3px;
      display: inline-block;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      min-width: 50px;
      color: #000;
      text-align: center;
      padding: 0px 5px 0px 5px;
      font-family: 'Roboto Slab', serif;
      cursor: pointer;
      background: #FFFFFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  .g1buttonstyle:hover{
      
      background:#419AD7;
  }


  .g2buttonstyle{
      font-size: 3vw;
    height:10px;
    overflow:hidden;
    min-width:0px;
    text-align:center;
    padding: 0px 10px 0px 10px;
    font-family:Arial,sans-serif;
    cursor:pointer;
    background:#30988b;
     text-shadow:-1px -1px 0 rgba(60, 60, 60, 0.6), 1px -1px 0 rgba(60, 60, 60, 0.6), -1px 1px 0 rgba(60, 60, 60, 0.6), 1px 1px 0 rgba(60, 60, 60, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .g2buttonstyle:hover{ 
    background:#50B5A8;
  }

  .g3buttonstyle{
      font-size: 3vw;
    height:10px;
    overflow:hidden;
    min-width:0px;
    text-align:center;
    padding: 0px 10px 0px 10px;
    font-family:Arial,sans-serif;
    cursor:pointer;
    background:#7f8c8d;
     text-shadow:-1px -1px 0 rgba(60, 60, 60, 0.6), 1px -1px 0 rgba(60, 60, 60, 0.6), -1px 1px 0 rgba(60, 60, 60, 0.6), 1px 1px 0 rgba(60, 60, 60, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .g3buttonstyle:hover{
    background:#9AA7A8;
  }


   .topcard {
      width:350px;
      height:100px;
      display:block;
      overflow:hidden;
      -moz-border-radius-topleft:5px;
      -webkit-border-radius-topleft:5px;
      border-top-left-radius:5px;
      -moz-border-radius-topright:5px;
      -webkit-border-radius-topright:5px;
      border-top-right-radius:5px;
      border-spacing:0px;
  }
  .bottomcard {
      min-height:61px;
      -moz-border-radius-bottomleft:5px;
      -webkit-border-radius-bottomleft:5px;
      border-bottom-left-radius:5px;
      -moz-border-radius-bottomright:5px;
      -webkit-border-radius-bottomright:5px;
      border-bottom-right-radius:5px;
      display:block;
      background:#ffffff;
      padding-top: 5px;
      padding-left: 10px;/*padding-right: 10px;*/
      width:auto;
      border-left:1px solid rgb(155, 155, 155);
      border-right:1px solid rgb(155, 155, 155);
      border-bottom:1px solid rgb(155, 155, 155);
      font-size:15px;
      font-family:Arial,sans-serif;
  }
  .picture {
      background-color:#000000;
      display:block;
      -moz-border-radius-topright:5px;
      -webkit-border-radius-topright:5px;
      border-top-right-radius:5px;
      padding-left:0px;
      padding-right:0px;
      padding-top:0px;
      padding-bottom:0px;
  }
  .block:hover .picture {
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }

  .circle {
      -moz-border-radius-topright:5px;
      -webkit-border-radius-topright:5px;
      border-top-right-radius:5px;
      -moz-border-radius-topleft:0px;
      -webkit-border-radius-topleft:0px;
      border-top-left-radius:0px;
      width:100px;
      height:100px;
      background-size:cover;
  }
  .name {
      -moz-border-radius-topleft:0px;
      -webkit-border-radius-topleft:5px;
      border-top-left-radius:5px;
      background: rgb(255, 255, 255);
      color:white;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
  .namestyle{
    width:97%;
    color:#7d7d7d;
    text-align:left;
    padding-left:10px;
    display:inline-box;
    display:-webkit-inline-box;
    display:-moz-inline-box;
    overflow:hidden;
  }
  .board{
    position: fixed;
    width: 0px;
    height: 100%;
    margin-top: 86px;
     -moz-opacity: 0;
    opacity:.0;
    filter: alpha(opacity=0);
    background: rgba(215,215,215,1);
    background: -moz-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(215,215,215,1)), color-stop(100%, rgba(139,139,139,1)));
    background: -webkit-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
    background: linear-gradient(135deg, rgba(215,215,215,1) 0%, rgba(139,139,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#8b8b8b', GradientType=1 );
    
    display: block;
    z-index: 2000;
    right: 0;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
  }
  #top-menu {
      display: none;
      position: fixed;
      height: auto;
      width: 100%;
      top: 0;
      left: 0;
      padding:0;
      margin:0;
      border-bottom: 0px solid #79a09c;
      z-index: 999999;
      border-bottom: 0px solid #79a09c;
      -webkit-box-sizing:content-box;
      -moz-box-sizing:content-box;
      box-sizing:content-box;
      font-size: 19pt;
  }
  #topmenubottom {
      color:rgba(124, 124, 124, 0.68);
      background:rgb(0, 0, 0);
      font-size:1.8vw;  
      padding:0px 5px 4px 5px;
      font-family:'Pathway Gothic One', sans-serif;    
  }
  .topbutton {
      font-size: 14px;
      vertical-align: middle;
      height: 10px;
      overflow: hidden;
      width: auto;
      text-align: center;
      padding: 0px 6px;
      font-family: Arial,sans-serif;
      color:rgba(236, 236, 236, 1);
      cursor:pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }

  .topbutton:hover {   
       background:rgba(236, 236, 236, 1);
      color:black;
  }

  .menuback{
      background:#2F2F2F;
      width:100%;
      display:inline-table; 
  }
  .menu-center {
      width: 100%;
      padding-left: auto;
      padding-right: auto;
  }
  .menu-center a {
      width: 100%;
      text-decoration:none;
      color: #fff;
      font-family:'Pathway Gothic One', sans-serif;
      text-align:center;
  }
  .menu-clear {
      clear:both;
      height:0;
  }
  .save {
      color:#898989;
      padding-top:10px;
      left:0;
      text-align:center;
      width:100%;
      z-index:10;
      position:absolute;
      font-size:110%;
  }
  .block:hover .save {
      display:block;
      color:#247fbd;
  }
  .save2 {
      color:#898989;
      left:0;
      text-align:center;
      width:100%;
      z-index:10;
      position:absolute;
      font-size:110%;
  }
  .block:hover .save2 {
      display:block;
      color:#247fbd;
      
  }
  html{
   height:100%;
   min-height:100%;
   }
  body {
      margin:0px;
      min-height: 100%;
      background-color:  #ababab;
  }
  .profilebody{
      background-color: #e1efee;   
  }


  .wizard_overlay {
      display : none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: black;
      z-index:8999999;
      -moz-opacity: 0.8;
      opacity:.80;
      filter: alpha(opacity=80);
      top:86px;
      cursor: pointer;
  }
  .wizard{
      display : none;
      cursor:pointer;   
      z-index:9999999;
      position:fixed;
      top:85px;
     
  }


  .black_overlay {
      display : none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index:11111111;
      -moz-opacity: 0.8;
      opacity:.80;
      filter: alpha(opacity=80);
      cursor:pointer;
  }
  .cardphone {
      display: none;
  }
  #phoneboxnumber{
    padding-bottom: 40px;
  }
  .white_content_phone {
      display: none;
      position: fixed;
      top: 30%;
      left:20%;
      width: 60%;
      height: auto;
      padding-top:20px;
      padding-bottom:20px;
      font-family:'Pathway Gothic One', sans-serif;
      background-color: #EDECEC;
      z-index:22222222;
      font-size: 20pt;
      overflow: auto;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
  }
  .white_content {
      display: none;
      position: fixed;
      top: 30%;
      left:31%;
      width: 36%;
      height: auto;
      padding: 0px;
      font-family:'Pathway Gothic One', sans-serif;
      background-color: #EDECEC;
      z-index:22222222;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
  }
  .input {
      width:90%;
      display:block;
      border: 1px solid #aaa;
      height: auto;
      margin-left:auto;
      margin-right:auto;
  }

  textarea {
      font-family:Arial, Helvetica, sans-serif;
      font-size: 10pt;
      padding:5px;
      resize: none;
  }

  textarea:focus{
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  color: #111111;
  border: 1px solid #378181;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
    -ms-transition: all .2s;
     -o-transition: all .2s;
      transition: all .2s;
  }
   

  .cardname {
      font-size: 5.5vw;
      height: 29px;
      display: inline;
      overflow: hidden;
      max-width: 240px;
      font-family: 'Roboto Slab', serif;
  }
  .cardtitle {
      font-size: 4.5vw;
      color:#3e3e3e;
      font-family:Arial,sans-serif;
      max-width:230px;
      padding-bottom: 0px;
      font-weight: normal;
  }
  .commentnote {
      font-size: 12pt;
  }
  .commentpicture {
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
      margin-left:15px;
      padding-top:0px;
      padding-bottom:0px;
      width:80px;
      height:80px;
      background-size:cover;
  }
  #commentbox{
    left: 0px;
    width:100%;
  }
  .bio {
     display:block;
     max-height:144px;
     width:324px;
     line-height:18px;
     overflow:hidden;
     padding-left: 0px;
     font-size:15px;
  }

  .link{
    margin-right: 9px;
    margin-left: 5px;
    color: #378181;
  }

  .filter {
    height:32px;
    background-color: #6BBE92;
    width: auto;
    font-size:1.8vw;
    border: 0;
    padding: 0px 25px;
    margin: 0px 0;
    text-align: center;
    color: #fff;
    font-family:'Pathway Gothic One', sans-serif;
  }

  .tablestyle{
      border-spacing: 0px;
      font-family: arial,sans-serif;
      width: 100%;
      display: none;
      overflow-x: hidden;
      font-size: 18px;
      min-width: 0px; 
      padding: 0px;
      background: #e1efee;
      -webkit-box-shadow: none; 
      -moz-box-shadow: none; 
      box-shadow: none;
      -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
      border-radius: 0px; 

  }

  .tablestyle a{
    color: #636363;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 5px;
    margin-left: 15px;
    background: white;
    -webkit-box-shadow: 0 3px #b5b5b5;
    -moz-box-shadow: 0 3px #b5b5b5;
    box-shadow: 0 3px #b5b5b5;
  }
  .tablestyle a:hover{
      color: #f1f1f1;
      background: #4c4c4c;
  }
  .tablestyle .bullet{
    background: rgb(53, 151, 139);
    height: 8px;
    width: 8px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
    border-radius: 20px;
    display: inline-table;
  }

  /*.eventstable{
      padding: 0px 10px;
  }*/

  .event-td{

  }

  .event-tr{
      height: 50px;
  }

  #event{
    font-size:5.5vw;
  }

  .drawerbutton{
      width: 2%;
      display: table-cell;
      margin-left: 5px;
      padding-left: 16px;
      padding-top: 6px;
      padding-right: 2px;
      color: white;
  }

  .drawer{
      position: fixed;
      width: 100%;
      left: -100%;
      max-width: 300px;
      margin-top: 50px;
      background: white;
      height: 100%;
      z-index: 9999999;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all .3s ease-in-out;
  }

  .drawer_bg{
      background: rgba(0, 0, 0, 0);
      z-index: 999999;
      opacity: 0;
      margin-top: 50px;
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all .3s ease-in-out;
  }

  .channeltitle{
      font-size: 25px;
      margin-left: auto;
      text-align: left;
      padding-left: 20px;
      margin-top: 20px;
      font-family: 'Roboto Slab', serif;
      cursor: pointer;
      color: #616161;
  }

  .channel{
      display: block;
      background: white;
      color: #797979;
      overflow: hidden;
      margin-top: 6px;
      border: 1px solid #A7A6A6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-right:3px;
      cursor:pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  .channel:hover{
    background: #E8E8E8;
    border: 1px solid #545454;
  }

  .eventgrouptitle{
      color: #2edca7;
      font-size: 19px;
      /*border-bottom: 1px solid gray;*/
      padding-left: 9px;
      text-align: left;
      font-family: 'Roboto Slab', serif;
  }

  .profilesection{
    color: #378181;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 6px;
    padding-bottom: 10px;
    font-family: "Roboto Slab", serif;
  }

  .accountplan{
    display: block;
    color: #2edca7;
    font-size: 19px;
    padding-top: 9px;
  }
  .planname{
    color: #378181;
  }

  tr.needspadding > td
  {
    padding-bottom: 40px;
  }


  input[type=button] {
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 1px 16px;
    height: 32px;
    display: inline-block;
    float: right;
    text-decoration: none;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background-color: #3ea2a2;
    -webkit-box-shadow: 0 3px #378181;
    -moz-box-shadow: 0 3px #378181;
    box-shadow: 0 3px #378181;
    transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    top: 0px;
    position: relative;
    cursor: pointer;
  }

  input[type=button]:hover {
    top: 3px;
    background-color:#378181;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    box-shadow: none;
    
  }

  .share-buttons{
    list-style: none;
  }

  .share-buttons li{
    display: inline;
  }


  .form input[type="text"],
  .form textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 35px;
  padding: 10px;
  border: 1px solid #aaa;
  background: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }

  .form input[type="text"]:focus,
  .form textarea:focus {
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  color: #111111;
  border: 1px solid #378181;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
    -ms-transition: all .2s;
     -o-transition: all .2s;
      transition: all .2s;
  }

  .contact_overlay {
      display : none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index:11111111;
      -moz-opacity: 0.8;
      opacity:.80;
      filter: alpha(opacity=80);
      cursor: pointer;
  }
  .contact{
      display : none;   
      z-index:22222222;
      position:fixed;
      top:150px;
      width:100%;
     
  }
  .contactbox{
      font-family:'Pathway Gothic One', sans-serif;
      background-color: #EDECEC;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
      width:90%;
      margin-left:auto;
      margin-right:auto;
      padding-right:0px;
      padding-left:0px;
      
  }

  .eventlink{
      color: #4c4c4c;
      text-decoration: none;
      cursor: pointer;
      display: inline-flex;
      font-size: 17px;
  }


  .sharebtnstyle{
      z-index:999999;
      font-family: Arial,sans-serif;
      color: white;
      text-align: center;
      padding-top: 7px;
      background: rgb(47, 47, 47);
      font-size: 11pt;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px;
      height: 39px;
      width: 48px;
      vertical-align: middle;
      display: table-cell;
      position:fixed;
      top:145px;
      right:0px;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      transition: all .6s ease-out;
  }    



  .sk-folding-cube {
    margin: 40px auto;
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    font-family: 'Pathway Gothic One', sans-serif;
  }

  .sk-folding-cube .sk-cube {
    float: left;
    background: #2EDCA7;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }

  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }

  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
    background: #247fbd;
  }

  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
    background: #7F8C8D;
  }

  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
    background: #30988b;
    font-family: 'Pathway Gothic One', sans-serif;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 22pt;
  }

  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background: #30988b;
  }

  @-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
    }
    25%,
    75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    }
    90%,
    100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
    }
  }

  @keyframes sk-foldCubeAngle {
    0%,
    10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
    }
    25%,
    75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    }
    90%,
    100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
    }
  }


  /* We remove the margin, padding, and list style of UL and LI components */
  #menuwrapper {
     font-size: 3vw;
  }

  #menuwrapper ul, #menuwrapper ul li{
      margin:0;
      padding:0;
      list-style:none;
      font-family: Arial,sans-serif;
  }
   
  /* We float the li list to the left and apply background color and border right white and set the height to 25px. Note you can ignore the height if you do not want
  */
  #menuwrapper ul li{
      float:right;
      cursor:pointer;
      padding:0px 15px;
      color:#ffffff;
      display:inline-block;
      text-decoration:none;
  }
   
  /* We apply the background hover color when user hover the mouse over of the li component */
  #menuwrapper ul li:hover{
      position:relative;
  }
   

  /**** SECOND LEVEL MENU ****/
  /* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
  #menuwrapper ul li ul{
      position:absolute;
      display:none;
      
  }
   
  /* When user has hovered the li item, we show the ul list by applying display:block, note: 25px is the menu height.  */
  #menuwrapper ul li:hover ul{
      left:-15px;
      top:15px;
      padding-top:5px;
      display:block;
  }
   
  /* As the parent li has float:left property, we overwrite for the submenu (level 2) to float none (normal position)  */
  #menuwrapper ul li ul li{
      float:none;
      width:120px;
      background-color:#717171;
      border-bottom:2px solid #2F2F2F;
      display:inline-block;
      height:25px;
      line-height:25px;
  }
   
  /* We change the background color for the level 2 submenu when hovering the menu */
  #menuwrapper ul li:hover ul li:hover{
      background-color:rgba(236, 236, 236, 1);
      color:black;
  }
   

  /* Clear float */
  .clear{
      clear:both;
  }


  .black_overlay_sendcard {
      display : none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index:111;
      -moz-opacity: 0.8;
      opacity:.80;
      filter: alpha(opacity=80);
      cursor:pointer;
  }

  .white_content_sendcard {
      display: none;
      position: fixed;
      top: 25%;
      left: 15%;
      width: 70%;
      height: auto;
      padding-top:20px;
      font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
      font-weight:300;
      background-color: #EDECEC;
      z-index:2222222;
      font-size: 12.5pt;
      overflow: auto;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
  }


  .blur_background{
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index:99999999;
      -moz-opacity: 0.8;
      opacity:.80;
      filter: alpha(opacity=80);
  }

  .blur_display {
      position: fixed;
      top: 35%;
      left: 20%;
      width: 60%;
      height: auto;
      padding-top:20px;
      font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
      font-weight:300;
      background-color: #fff;
      z-index:999999999;
      font-size: 12.5pt;
      overflow: auto;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
  }

  .btn, .btn:link, .btn:visited {
    border-radius: 0.25em;
    border-style: solid;
    border-width: 1px;
    color: #111;
    background:#E8E8E8;
    display: inline-block;
    font-family: avenir, helvetica, roboto, arial, sans-serif;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    padding: 1em 1.5em;
    text-decoration: none;
    cursor:pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
    transition: color 0.4s, background-color 0.4s, border 0.4s; }

  .btn:hover, .btn:focus {
    color: #2EC33A;
    border: 1px solid #247066;
    background:#fff;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s; }

  .btn:active {
    color: #0074D9;
    border: 1px solid #0074D9;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s; }
    
  .introicon {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url('../images/new_logo_60.jpg');
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-family: sans-serif;
  }

  .introicon:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, .7) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );

  }

  /* Hover state - trigger effect */

  .introicon:focus {
    outline: none;
  }

  .introicon:focus:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 1.7s, 1.7s, 0.15s;
    transition-timing-function: ease;
  }

  .introicon:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 1.7s, 1.7s, 0.15s;
    transition-timing-function: ease;
  }

  /* Active state */

  .introicon:active:after {
    opacity: 0;
  }  


  #modulebody{
    padding-left: 20px;
        padding-top: 10px;
    color:#828282;
    font-size:16pt;
    width: 240px;
    height: 100%; 
    background: white;  
    display: block;
    z-index: 2000;
    height: 100%;
    top: 84px;
    right: 0px;
    position: fixed;
    border-right: 5px solid white;
     opacity: 0.0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all .6s ease-out;
  }
  .module{
    display:block;
    height:auto;
    font-family: 'Roboto Slab', serif;
    cursor:pointer;
  }
  .modulesection{
    display:block;
    height:auto;
    border-bottom: 1px solid #828282;
    font-family: Arial, sans-serif;
    font-size:10pt;
    color:black;
    padding-bottom: 5px;
  }
  #map {
          height: 200px;
          width:210px;
        }
  .onlinepic{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:20px;
    width:20px;
  }

  .offlinepic{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height:20px;
    width:20px;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .channel{
      display: block;
      background: white;
      color: #797979;
      overflow: hidden;
      margin-top: 16px;
      border: 1px solid #A7A6A6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-right:3px;
      cursor:pointer;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  .channellink{
    text-decoration: none;
    color:#797979;
    padding: 10px;
    display:block;
  }
  .channellist{
      display: block;
      font-family: Arial, sans-serif;
      font-size: 15px;
      color: black;
      padding-bottom: 5px;
      margin: 15px;
      overflow-y: scroll;
      height: 100%;
  }

  .newmessagespan{
    padding: 1px 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
    vertical-align: initial;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2EDCA7;
    margin-left: 5px;
  }
  .createchannel{
    display: block;
    margin-bottom: 6px;
        background: white;
        color: #797979;
        border: 1px solid #A7A6A6;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right:3px;
    cursor:pointer;
  }
  #mainbodydiv{
    position:fixed;
    overflow:scroll;
  }


  .white_content_members {
      display: none;
      position: fixed;
      right: 35%;
      width: 30%;
      top:10%;
      max-width: 450px;
      min-width: 400px;
      height: auto;
      padding-top:20px;
      font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
      font-weight:300;
      background-color: rgba(47, 47, 47, 0.88);
      z-index:2222222;
      border:1px solid #909090;
      color:white;
      font-size: 12.5pt;
      overflow: auto;
      -moz-border-radius:12px;
      -webkit-border-radius:12px;
      border-radius:12px;
  }
  .memberstable{
    display:block;
    height:auto;
    font-family: Arial, sans-serif;
    font-size:12pt;
    color:black;
    padding-bottom: 5px;
    border-collapse: collapse;
  }


}   
