body {
    background:  #fff; /* fallback for old browsers */
    background-color:  #fff;
}

p {
    font-size: 16px;
}

p.small {
    font-size: 16px;
}


.portfolio-item .portfolio-link .caption .caption-content h3, .portfolio-item .portfolio-link .caption .caption-content h4
{
    font-family: "HelveticaNeue-Light",
                 "Helvetica Neue Light",
                 "Helvetica Neue",
                  Helvetica,Montserrat,Arial,sans-serif;
    font-weight: 700;
    color: #000;
}


hr:after,
hr:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
    color: #fff;
    background-color: #18bc9c;
}

a href {
  color: #000;
}

.img-centered {
    margin: 0 auto;
}ß

#portfolio{
    width:100%;
    height:100%;
    background-color:  #c44df1;
    background: transparent;
}

.portfolio-text {
  font-weight: 700;
  color: #8b509a;
}

.icons .glyphicon {
  padding-left: 5px;
  padding-right: 5px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.success {
    color: #fff;
    background: #8b509a;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

 .portfolio-item {
    right: 0;
    margin: 0 0 0px;
}

 .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 300px;
}

 .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    padding-top: -40px;
}

 .portfolio-item .portfolio-link .caption:hover {
    opacity: 0.7;
}

 .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -30px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

 .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

 .portfolio-item .portfolio-link .caption .caption-content h3,
 .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
    padding-top: 0px;
}


.portfolio-modal .modal-content {
    color: #fff;
    background-color: #85f9c8;
    padding: 100px 0 0 30px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(min-width:767px) {
     .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color:  #000;
    background: #fff;
    background-color: #8b509a;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.btn-social {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #000;
    padding-top: 10px;
}

.btn {
    border: none;
    background-color: #c44df1;
    color: #ffffff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:hover,
.btn:active:focus {
    outline: 0;
    background-color: #8b509a;
    color: #ffffff;
    border: none;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
