body {
    margin-top: 60px;
    font-size: 14px;
    font-family: "Helvetica Nueue",Arial,Verdana,sans-serif;
    background-color: #E5E9ED;
}
.btn:hover,
.btn:focus,
.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: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
    z-index: 2;
}
.fa-circle:before {
    content: "\f111";
    font-size: 11px;
}
/* back, initially hidden pane */
.back {
        -webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}
.copyright {
    font-size: 8px;
    margin-left: 8px;
    color:#000000;

}


.back .btn-simple{
    position: absolute;
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 4px;*/
    right: 5px;
    bottom: -3px;
}

/*        Style       */
h6 {
    margin-top: 5px;
    margin-bottom: 10px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
    width: 100%;
    height: 435px;
    border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    /*background-color: #445525;*/
    /*border: 4px solid #EEEEEE;*/
    /*border-bottom: 4px solid #EEEEEE;*/
    border-bottom: 2px solid #080808;
}
.card .cover img{
    width: 100%;
}
/*.card .coverfr{*/
/*    height: 142px;*/
/*    overflow: hidden;*/
/*    border-radius: 4px 4px 0 0;*/
/*    border-bottom: 2px solid #080808;*/
/*}*/
.card .coverfr {
    position: relative;
    width: 100%;
    /* height: 142px; */
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    /* background-color: #445525; */
    /* border: 4px solid #EEEEEE; */
    /* border-bottom: 4px solid #EEEEEE; */
    border-bottom: 2px solid #080808;
}
.card .coverfr img{
    position: relative;
    width: 100%;
}
.card .backcoverfr{
    height: 142px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    /*background-color: #445525;*/
    /*border: 4px solid #EEEEEE;*/
    /*border-bottom: 4px solid #EEEEEE;*/
    border-bottom: 2px solid #080808;
}
.card .backcoverfr img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    /*height: 120px;*/
    height: 100px;
    margin: -55px auto 0;
    margin-right: 8px;
    overflow: hidden;
    /*width: 120px;*/
    width: 100px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 4px solid #EEEEEE;*/
    border: 2px solid #080808;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    /*padding: 10px 20px 20px;*/
    padding: 0px 20px 0px;
    
}
.card .contentfr {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 1px;
}
.card .content .main {
    /*min-height: 160px;*/
    /*min-height: 176px;*/
    /*min-height: 220px;*/
    min-height: 208px;
}
.card .contentfr .mainfr {
    /*min-height: 160px;*/
    /*min-height: 176px;*/
      min-height: 188px;
}
.card .back .content .main {
    height: 203px;
}
.card .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0 0;
    text-align: left;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 0px;
}
.card .profession{
    /*color: #999999;*/
    text-align: left;
    margin-top: 0px;
    font-weight: 600;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 0 0 0;
    padding: 1px 0 0;
    /*text-align: center;*/
    text-align: right;
}
.card .footerfr {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 11px 0 0;
    padding: 5px 0 0;
    /*text-align: center;*/
    text-align: right;
}

.card .footerfront {
    /*border-top: 1px solid #EEEEEE;*/
    color: #999999;
    margin: -5px 0 0;
    /*margin: -10px 0px 0px;*/
    padding: 0px 0 0;
    /*text-align: center;*/
    text-align: right;
}
.card .footerfrontfr {
    /*border-top: 1px solid #EEEEEE;*/
    color: #999999;
    /*margin: 0px 0 0;*/
    margin: -7px 0px 0px;
    padding: 0px 0 0;
    /*text-align: center;*/
    text-align: right;
}
.fhr{
    margin-top: 20px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.fhrfr{
    margin-top: -31px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -10px;
}
.card .header {
    padding: 8px 16px;
    /*height: 90px;*/
    height:137px;
}
.card .headerfr {
    padding: 1px 2px;
    height: 142px;
    border-bottom: 2px solid #080808;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container{
    width: 100%;
    margin-top: 25px;
}
.card .stats-containerfr {
    width: 100%;
    margin-top: 1px;
}
/*.card .stats{*/
/*    display: block;*/
/*    float: left;*/
/*    width: 33.333333%;*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    padding: 6px;*/
/*    margin-bottom: 8px;*/
/*}*/
.card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
    font-size: 30px;
    padding: 0px;
    margin-bottom: 4px;
}

.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 a{
    text-decoration: none;
}
/*.card .stats p{*/
/*    color: #777777;*/
/*    font-size: 9px;*/
/*    font-weight: 600;*/
/*}*/
.card .stats p {
    color: #000000;
    font-size: 10px;
    font-weight: 700;
}

.card .statsfr {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
    font-size: 20px;
    padding: 6px;
    margin-bottom: 3px;
}
.card .statsfr:first-child{
    border-right: 1px solid #EEEEEE;
}
.card .statsfr:last-child{
    border-left: 1px solid #EEEEEE;
}
.card .statsfr h4{
    font-weight: 300;
    margin-bottom: 5px;
}
.card .statsfr a{
    text-decoration: none;
}
.card .statsfr p{
    color: #777777;
    font-size: 9px;
    font-weight: 600;
}
/*      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;
    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;
    padding: 6px 4px !important;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple 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;
}

/*Share Code CSS Start*/
.share-button{
  text-transform: uppercase;
  border: 2px solid #428bca;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  width: 45px;
  height: 30px;
  top: 96%;
  left: 8%;
  text-transform: uppercase;
  font-size: 14px;
  transform: translate(-11%, -50%);
}
.share-button a{
   color: #428bca;
   font-size: 13px;
   display: block;
   text-decoration: none;
   font-weight: bold;
   letter-spacing: 1px;
   line-height: 26px;
   /*padding: 0px 13px 0px 13px;*/
   padding: 7px 13px 0px 13px; /* changed on 12082022*/
}
.share-button > a:after{
   font-family: FontAwesome;
   font-size: 14px;
   color: #428bca;
   content: "\f064";
   margin-left: 10px;
}
.share-button > a:hover,
.share-button > a:hover:after,
.share-button .icon-wrapper ul li a:hover i{
  color: #e4e9ea;
}
.share-button .icon-wrapper ul li:last-child a:hover i{
  color: red;
}
.share-button .icon-wrapper{
    position: absolute;
    left: -286px;
    top: 0;
    width: 286px;
}

.share-button .icon-wrapper > a{
    display: inline-block;
}
.share-button a.hidden{
    display: none;
}
.share-button.active .icon-wrapper{
    max-height: 40px;
}
.share-button .icon-wrapper ul{
    padding-left: 0;
    margin: 0;
    height: 40px;
    width: 201px;
    background: aliceblue;
    margin: 0px 0px 0px 0px;
}
.share-button .icon-wrapper ul:after{
    clear: both;   
}
.share-button .icon-wrapper ul li{
    float: left;
    display: inline-block;
}
.share-button .icon-wrapper ul li:last-child{
    float: right;
}
.share-button .icon-wrapper ul li a i{
    color: #428bca;
    font-size: 14px;
}
.share-button .icon-wrapper ul li:last-child a{
    background-color: white;
}
.share-button .icon-wrapper ul li:last-child a i{
    color: #2d3847;
    position: relative;
    left: 1px;
}
/*Share Code CSS End*/

/*.text-block {*/
/*  position: absolute;*/
/*  top: 18px;*/
/*  right: 130px;*/
  /*top: 20px;*/
  /*right: 65px;*/
  
  /*background-color: rgba(255, 255, 255, 0.1);*/
  /*background-color: black;*/
  
/*  color: white;*/
/*  padding-left: 20px;*/
/*  padding-right: 20px;*/
/*}*/
.text-block {
    position: absolute;
    top: 18px;
    /*color: white;*/
    color: black;
    padding: 0px 9px;
    /* right: 30px; */
    /* top: 20px; */
    /* right: 65px; */
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* background-color: black; */
    
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* margin: 0px 0px 0px 0px; */
    
}

/*       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;
    }
}

