/*!


 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

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

p.title {
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 700;
}
p.entry {
    margin-bottom: 25px;
    font-weight: 400;
}

p.entry a {
    font-weight: 700;
}

p.paragraph {
    margin-bottom:25px;
    font-weight: 300px;
}


a{
 transition:all 1s;
}

a,
a.active {
    outline: 0;
    text-decoration: none;
    color:#0d6de4;
}
a:hover{
    color:#fff;
    background-color: #0d6de4;
    text-decoration: none;
}

a:focus,
a:active,{
    color: #fff !important;
    background-color: #0d6de4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 45px auto 55px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #0d6de4;
}

hr.star-primary {
    border-color: #0d6de4;
}

hr.star-primary:after {
    color: #0d6de4;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #0d6de4;
    background: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 2.75em;
    }

    header .intro-text .skills {
        font-size: 1.1em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #0d6de4;
}

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



#portfolio {
    background-color: #fff;
    color:#0d6de4;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

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

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 149, 186, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

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

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

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

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

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .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: #0d6de4;
    background: #fff;
}

.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: #0d6de4;
}

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

footer {
    color: #0d6de4;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fff;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    color:#fff;
    background-color: #0d6de4;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #0d6de4;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color:#0d6de4;
}
.btn-social:hover {
    color:#fff;
    background-color: #0d6de4;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.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;
}

.portfolio-modal {padding-right: 0 !important;}
.portfolio-modal .modal-content {
    padding: 0 100px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#0d6de4;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2.5em;
    margin-top: 5%;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .modal-content .container {
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}




/************ PORTFOLIO *****************/
.grids {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.grids:after {
  content: '';
  clear: both;
  display: block;
}
.grids .grid-sizer {
  width: 33.333333%;
}
.grids .grid-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
.grids .grid-item:hover .caption {
  visibility: visible;
  opacity: 1;
}
.grids .grid-item:hover .title,
.grids .grid-item:hover .more,
.grids .grid-item:hover .cat {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.grids.grid-2-column .grid-sizer {
  width: 50%;
}
.grids.grid-2-column .grid-item {
  width: 50%;
}
.grids.grid-4-column .grid-sizer {
  width: 25%;
}
.grids.grid-4-column .grid-item {
  width: 25%;
}

.embed-responsive-16by9 {margin-bottom: 25px;}

.equals.grid-4-column .image {
    width: 20%;
    float: left;
}

.grid-2-column .image {
    width: 49%;
    float: left;
    margin-right: 5px;
}

.grids.equals .image img {
  width: 100%;
  margin-bottom: 50px;
}
.grids.dark .caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.grids.dark .title {
  color: #ffffff;
}
.grids.dark .cat {
  color: #ffffff;
}
.grids.dark .cat a {
  color: inherit;
}
.grids.effect-drop .title,
.grids.effect-drop .cat,
.grids.effect-drop .more {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
}
.grids.effect-none .title,
.grids.effect-none .cat,
.grids.effect-none .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .title,
.grids.effect-zoom-in .cat,
.grids.effect-zoom-in .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .caption {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grids.effect-zoom-in .grid-item:hover .caption {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.grids ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grids ul li {
  display: inline-block;
}
.grids .caption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.grids .caption-inner {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 300ms;
}
.grids .title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 2px;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.grids .title:last-child {
  padding-bottom: 0;
}
.grids .cat {
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
}
.grids .cat li a:after {
  content: ',';
}
.grids .cat li:last-child a:after {
  content: normal;
}
.grids .more {
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
}
.grids .more a {
  background-color: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 10px;
  display: inline-block;
  margin-right: 16px;
  color: #ffffff;
}
.grids .more a:first-child {
  margin-right: 0;
}
.grids.classic .media {
  position: relative;
}
.grids.classic .caption {
  left: 0;
  right: 0;
}
.grids.classic .grid-more {
  padding-top: 20px;
  padding-left: 5px;
}
.grids.classic .title,
.grids.classic .cat {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}
.grids.classic .more a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.images-project {
  margin-top: 40px;
}
.images-project a .image,
.images-project a img {
  margin-bottom: 20px;
}
.images-project a:last-child .image,
.images-project a:last-child img {
  margin-bottom: 0;
}
.images-project a .image {
  opacity: 1;
}
.images-project a .image:hover {
  opacity: 0.8;
}
.images-project .owl-dots {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  text-align: center;
}
.images-project .owl-dots .owl-dot {
  width: 30px;
  display: inline-block;
  float: none;
  border-bottom-width: 4px;
}

div.images-project div.container {
    width: 800px;
    height: 530px;
    position: relative;
}

div.images-project div.container div.image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.before {
    width: 50%;
    background-image: url("../img/before.jpg");
    z-index: 2;
}

div.after {
    width: 100%;
    background-image: url("../img/after.jpg");
    z-index: 1;
}


input.slider {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    position: absolute;
    margin: 0px;
    z-index: 3;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    z-index: 4;
}

input.slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background-color: white;
    cursor: pointer;
}

input.slider::-webkit-slider-thumb {
    width: 6px;
    height: 530px;
    background-color: white;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.slider-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-broder-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    cursor: pointer;
    z-index: 3;
}

div.slider-button:before {
    color: #555;
    position: absolute;
    top: 3px;
    left: 0px;
    content: "\2B9C";
}

div.slider-button:after {
    color: #555;
    position: absolute;
    top: 3px;
    right: 0px;
    content: "\2B9E";
}

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

    section.first {
        padding-top: 75px;
    }

    .grid-2-column .image {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    }
    