body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/**
 * Helpers
 **/

.pull-justify {
    text-align: justify;
}

.pull-center {
    text-align: center;
}

.text-success {
    color: #E82F7E;
}

a.text-success:hover {
    color: #f9257d;
}

.text-5x {
    font-size: 5em;
}

/**
 * Navbar
 **/

.navbar-default {
    background: #030303;
}

.navbar-brand {
    display: block;
    width: 240px;
    height: 37px;
    margin: 10px 0;
    padding: 0;
    padding-left: 85px;
    background: url("../images/logo-dab8da8c020233c4d9a45ed5c8796bf2.png") no-repeat left top;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-brand , .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fefefe;
}

.navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    display: block;
    height: 37px;
    margin: 10px 0;
    padding: 0 10px;
    background: #E82F7E;
    border: 0;
    border-radius: 5px;
    line-height: 37px;
    font-weight: bold;
    color: #fefefe;
}

.nav > li > a:hover, .nav > li > a {
    line-height: 35px;
}

.nav > li > a:hover, .nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #E82F7E;
    border: 1px solid #fefefe;
    line-height: 35px;
    color: #fefefe;
}

/**
 * Jumbotron
 **/

.jumbotron {
    background: #E82F7E;
    color: #ffffff;
}

.jumbotron h1 {
    font-size: 25px;
}

.jumbotron p {
    font-size: 14px;
}

/**
 * Containers
 **/

.containerLandingGrey {
    background-color: #f8f8f8;
}

.containerLanding {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

/**
 * Contact me
 **/

.member-content .social-content li a{
    display:inline-block;
    padding:0;
    min-width:40px;
    height:40px;
    font-size:21px;
    line-height:40px;
    color:#5cc9df;
    border-radius:5px;
    box-shadow:0 3px 0 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content .details {
    margin:20px 0 0 20px;
    position:relative;
    padding:30px;
    padding-left:100px;
    background:#f5f5f5;
    border-radius:10px;
    box-shadow:5px 5px 0 rgba(0,0,0,0.08);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content {
    margin-bottom:30px;
}

.member-thumb{
    text-align:center;
}

.member-thumb .title{
    font-size:18px;
    margin:10px 0;
    color:#5CC9DF;
}

.member-content:hover .details {
    background:#5bc0de;
    color:#fff;
}

.member-content.right .details {
    margin:20px 20px 0 0;
    box-shadow:-5px 5px 0 rgba(0,0,0,0.08);
}

.member-content .details:after {
    display:block;
    content:"";
    position:absolute;
    left:-18px;
    top:30px;
    width:0px;
    height:0px;
    background:transparent;
    border:20px solid transparent;
    border-left:20px solid #f5f5f5;
    box-shadow:-3px 0 0 rgba(0,0,0,0.08);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transition:border-left-color .3s ease-out;
    transition:border-left-color .3s ease-out;
}

.member-content.right .details:after {
    position:absolute;
    left:auto;
    right:-17px;
    border-left:20px solid transparent;
    border-right:20px solid #f5f5f5;
    box-shadow:3px 0 0 0 rgba(0,0,0,0.08);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:border-right-color .3s ease-out;
    transition:border-right-color .3s ease-out;
}

.member-content:hover .details:after {
    border-left-color:#5CC9DF;
}

.member-content.right:hover .details:after {
    border-left-color:transparent;
    border-right-color:#5CC9DF;
}

.member-content .details:before {
    display:block;
    content:"\201D";
    position:absolute;
    left:20px;
    top:50px;
    font-size:120px;
    font-weight:800;
    line-height:60px;
    font-family:Arial;
    color:#5cc9df;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.member-content:hover .details:before {
    color:#fff;
}

.member-content .social-content {
    list-style:none;
    margin:0;
    padding:0;
}

.member-content .social-content li {
    display:inline;
    text-align:center;
    margin:0 2px;
}

.member-content:hover .social-content li a {
    color:#fff;
}

.member-content .social-content li a:hover{
    background:#fff;
    color:#5cc9df;
    box-shadow:0 3px 0 0 rgba(0,0,0,0.05);
}

.g-hover-card {
    position: relative;
    text-align: center;
    background-color: #fff;
}

.g-hover-card img {
    width: 280px;
    height: 135px;
}

.g-hover-card .user-avatar {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.g-hover-card .user-avatar img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-hover-card .info {
    padding: 4px 8px 10px;
}

.g-hover-card  .info.title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.g-hover-card  .info.descriptions {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.g-hover-card .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.g-hover-card{
    width: 280px;
    padding-top: 0;
    overflow: hidden;
}

.productSelect:hover {
    background: rgba(3, 3, 3, 0.3);
}

/* OuiBounce */

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#ouibounce-modal .ouibounce-modal {
    width: 90%;
    max-width: 600px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#ouibounce-modal .ouibounce-modal .ouibounce-modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#ouibounce-modal .ouibounce-modal .ouibounce-modal-title h3 {
    color: #fff;
    font-size: 1em;
    margin: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
}

#ouibounce-modal .ouibounce-modal .ouibounce-modal-body {
    padding: 20px 35px;
    font-size: 1.1em;
}

#ouibounce-modal .ouibounce-modal .ouibounce-modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .ouibounce-modal .ouibounce-modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

@-webkit-keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes popin {
    0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
    85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@-ms-keyframes popin {
    0% { -ms-transform: scale(0); transform: scale(0); opacity: 0; }
    85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1; }
    100% { -ms-transform: scale(1); transform: scale(1); opacity: 1; }
}

@keyframes popin {
    0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
    85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1; }
    100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
}