@charset "utf-8";
/* CSS Document */
			
    hr.dash {
      border: 1px dashed #AEAEAE;
      margin-top: 10px;
      margin-bottom: 10px;
    }     
    hr.wht {
      border: 2px solid #EBEBEB;
    }     
    .sm-head {
        width: 120px;
        height: 120px;
    }     
    .sqlogo {
        width: 254px;
        height: 254px;
    }    
    .info-cardH {
        float: left;
        margin: 10px;
        -webkit-perspective: 600px;
    }

    .frontH, .backH {
        background: #FFF;
        border-radius: 0px;
        transition: -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        border: 1px solid #000;
    }

    .frontH {
        overflow: hidden;
        width: 254px;
        height: 254px;
        position: absolute;
        z-index: 1;
    }

    .backH {
        background: whitesmoke;
        padding: 20px;
        /*padding-top: 5px;*/
        width: 254px;
        height: 254px;
        -webkit-transform: rotateY(-180deg);
        overflow: hidden;
    }

    .info-cardH:hover .backH {
        -webkit-transform: rotateY(0);
    }

    .info-cardH:hover .frontH {
        -webkit-transform: rotateY(180deg);
    }

    .card-imageH {
        width: 100%;
        height: 100%;
    }
    .enter-bar {
      position: absolute;
      top: 93%;
      left: 50%;
      transform: translate(-50%, -50%);
    }     
    .enter-bar-req {
      position: absolute;
      top: 80%;
      left: 35%;
      transform: translate(-25%, -50%);
    }     
    .grey-font12{
        font-size: 12px;
        color: #414042;
        font-weight: bold;
    }   
    .grey-visit{
        color:#B5B4B4;
        font-weight: bold;        
    }   
    .color-visit{
        color:#0038EF;
        font-weight: bold;   
    }    
    a.color-visit:link, a.color-visit:visited, a.color-visit:hover, a.color-visit:active {
        color:#0038EF;
        text-decoration: none;
    } 
    .profile-btn {
      position: absolute;
      top: 88%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

		
			
		
	