body {
	margin-top: 60px;
	font-size: 14px;
	font-family: "Helvetica Nueue",Arial,Verdana,sans-serif;
	background-color: #E5E9ED;
}
.card-btn:hover,
.card-btn:focus,
.card-btn:active{
    outline: 0 !important;

}


/* entire container, keeps perspective */
.card-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 30px;
}



/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	z-index: 3;
}




/*        Style       */
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
	box-shadow:0 0 5px rgba(0,0,0,0.43);
}


.card-container, .front, .back {
	width: 100%;
	/*min-width: 280px;*/
	min-width: 280px;
	height: 460px;
	border-radius: 4px;
	box-shadow:0 0 5px rgba(0,0,0,0.43);
}


.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}




/* Front Content */
.card .front .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0px 10px 5px;
}

.card .front .content .main {
    min-height: 160px;
	padding: 0px 12px 0px;
	margin-top: 0px;

}

.card .front .content .footer {
 
	border-top: 1px solid #E6E6E6;
    color: #999999;
    margin: 10px 0 0;
    padding: 10px 0 0 20px;
    text-align: center;
}


.front .btn-simple{
    margin-top: -2px;
	text-align: center;
}







/* Back Content */
.card .back .header {
	border-bottom: 1px solid #E6E6E6;    
	
	padding: 15px 6px;
	height: 60px;
	width: 100%;
	top: 1%;
	left: 0px;
	
	/* text-align: center;
	transform: translateX(0%);
	position: fixed;
	text-align: center;
	*/
    

}



.card .back .header .motto{
 
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	min-width: 170px;
    /* text-align:  left; */
}


.card .back .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;

    position: fixed;
    padding: 30px 20px 5px;	
    height: 80%;
	width: 100%;
	top: 50%;
	left: 50%;

    transform: translate(-50%, -50%);	

}


.card .back .content .main {
    /* border-bottom: 1px solid #EEEEEE; */
	border-bottom: 1px solid #E6E6E6; 
	min-height: 160px;
	/* height: 215px; */
	height: 100%;
	bottom: 10px;
}

.card .back .content .main .specialties{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}





.card .back .social-links{
    font-size: 18px;
	bottom: 10px;
	
}

.card .back .social-links a{
    margin: 0 7px;
}


.card .back .content .main .social-links{
    font-size: 18px;
}

.card .back .content .main .social-links a{
    margin: 0 7px;
}




.card .back .footer {
	position: fixed; 
	color: #999999;
    margin: 10px 0 0;
    padding: 10px 0 10px 40px;
    /* text-align: center;
    	top: 150px;
    */
    bottom: 4px;
}

/* Back button is left justified within container*/
.card .back .footer .btn-simple{
	position: fixed; 
    left: 10px;
    bottom: 10px;
	text-align: left;
}

/* Back button is left justified within container*/
.card .back .footer .btn-simpleLeft{
	position: fixed; 
    left: 10px;
    bottom: 10px;
	text-align: left;
}

/* Back button is left justified within container*/
.card .back .footer .btn-simpleRight{
	position: fixed; 
    right: 10px;
    bottom: 10px;
	text-align: right;
}

.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}


.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}


.card .stats-container{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
}
.card .stats{
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.card .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
	border-left: 1px solid #EEEEEE;
}
.card .stats h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.card .stats p{
	color: #777777;
}
/*      Just for presentation        */

.title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}
.title small{
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
	text-align: center;
    margin: 0;
}
.space-30{
	height: 30px;
	display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}
.white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.ct-heart{
    color: #F74933;
}

 pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
	border-color: transparent ;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}


.btn-simpleRight{
    opacity: .8;
    color: #666666;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-simpleRight:hover,
.btn-simpleRight:focus{
    background-color: transparent;
	border-color: transparent ;
    box-shadow: none;
    opacity: 1;
}
.btn-simpleRight i{
    font-size: 16px;
}


.btn-simpleLeft{
    opacity: .8;
    color: #666666;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-simpleLeft:hover,
.btn-simpleLeft:focus{
    background-color: transparent;
	border-color: transparent ;
    box-shadow: none;
    opacity: 1;
}
.btn-simpleLeft i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
