html:before, html:after, body:before, body:after {
    content: "";
    background: #eee;
    opacity: 1;
    position: fixed;
    z-index: 99;
    display: none;
}

@media (min-width: 992px) {
    html:before, html:after, body:before, body:after {
        display: block;
    }
}

html:before {
    height: 22px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 888888;
}

html:after {
    width: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8888888;
}

body:before {
    height: 22px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 888888;
}

body:after {
    width: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8888888;
}

.contact-box h1, .contact-box h2, .contact-box h3, .contact-box h4 {
    margin-top: 0;
}

@media (min-width: 992px) {
    #header .menu-wrapper {
        padding-top: 55px;
        padding-bottom: 35px;
    }
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: visible;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #333 url("../../assets/img/loader.svg") no-repeat center center;
}

.scroll-to-top.top {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.scroll-to-top {
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    background: #7b5b4b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #ffffff;
    z-index: 8888888888;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
}

.scroll-to-top:hover {
    background: #111111;
}

#header {
    padding-top: 20px;
}

#header .container {
    position: relative;
    z-index: 999;
}

#header .menu-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

#header .navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding-top: 20px;
}

.responsive-image {
    width: 100%;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 15px;
}

.navbar .nav {
    background: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.navbar li {
    position: relative;
}

.navbar li a {
    white-space: nowrap;
    color: #111111;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 12px;
}

@media (min-width: 992px) {
    .navbar li a {
        font-weight: normal;
        letter-spacing: 4px;
        font-size: 12px;
    }
}

.navbar li a:hover, .navbar li a.active {
    background: transparent;
    color: #7b5b4b;
    border-bottom-color: #7b5b4b;
}

@media (min-width: 992px) {
    .navbar li > a {
        margin-right: 10px;
    }
}

.navbar li > a:after {
    content: '';
    display: block;
    height: 2px;
    background: #7b5b4b;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar li > a:hover:after,.navbar li > a.active:after {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}

.navbar li > ul {
    list-style: none;
    position: relative;
}

.navbar li > ul > li {
    padding: 0;
}

.navbar li > ul > li a {
    padding: 5px;
    padding-left: 8px;
    display: block;
}

.navbar li > ul > li a:hover {
    background: #6a4a3a;
    color: #ffffff;
}

.navbar li > ul > li a:after {
    display: none;
}

.navbar-toggle {
    color: #111;
    border-color: #111;
}

.navbar-brand {
    display: block;
    height: auto;
    width: 140px;
}

@media (min-width: 992px) {
    .navbar-brand {
        padding-left: 40px;
        padding-right: 0;
    }
}

.navbar-brand img {
    max-width: 100%;
    opacity: 0.8;
}

.dropdown-mega {
    position: static!important;
}

@media (min-width: 992px) {
    .dropdown-mega > ul {
        left: auto!important;
        right: 0;
        max-width: 1000px;
    }
}

.top-social-icons {
    display: none;
    float: right;
    list-style: none;
    padding-top: 7px;
    padding-bottom: 5px;
    border-left: 1px solid #bbb;
    margin-top: 0px;
    padding-left: 35px;
}

@media (min-width: 992px) {
    .top-social-icons {
        display: block;
    }
}

.top-social-icons li {
    display: block;
    float: left;
    margin-right: 20px;
}

.top-social-icons li a {
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    padding-left: 5px;
    line-height: 35px;
    margin-right: 0;
    font-size: 13px;
    color: #333333;
    background-color: transparent !important;
}

.top-social-icons li a:hover {
    color: #7b5b4b;
}

.top-social-icons li a:after {
    display: none;
}

#profile {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}

#profile:hover .profile-main {
    opacity: 0;
    transform: translateX(4%);
}

#profile .profile-main {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
    color: #ffffff;
    text-align: center;
    transition-duration: 0.5s;
}

.profile-main-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    text-align: left;
    transition-duration: 0.5s;
}

@media (min-width: 992px) {
    .profile-main-content {
        padding-left: 110px;
    }
}

.profile-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .profile-title {
        font-weight: bold;
        letter-spacing: -2px;
        font-size: 42px;
        line-height: 72px;
        opacity: 0.9;
    }
}

@media (min-width: 992px) {
    .profile-title2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        opacity: 0.9;
    }
}

.title1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.title2 {
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 36px;
}

.title2 strong {
    color: #7b5b4b;
}

.profile-picture {
    position: relative;
    z-index: 1;
}

.profile-introduction-wrapper {
    margin-top: -25px;
}

.profile-picture img {
    max-width: 100%;
    transition-duration: 0.5s;
}

#profile:hover .profile-picture img {
    transform: translateX(10%);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

@media (min-width: 992px) {
    .profile-picture-hover2 {
        transform: translateX(120px);
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
    }
}

.profile-introduction {
    position: absolute;
    z-index: 9;
    background: url('../../assets/img/bg-card3.png') no-repeat center top #111111;
    box-shadow: 5px 8px 13px -4px rgba(0, 0, 0, 0.3);
    background-size: cover;
    width: 320px;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    padding: 40px;
    padding-top: 120px;
}

#profile:hover .profile-introduction {
    -webkit-transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

#profile .profile-introduction {
    left: -320px;
}

@media (min-width: 992px) {
    .profile-introduction {
        display: block;
    }
}

.profile-introduction p {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.9;
    margin-bottom: 12px;
}

.btn-negative {
    width: 100%;
}

.profile-introduction-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 8px;
    letter-spacing: -1px;
    opacity: 0.9;
}

.profile-introduction-subtitle {
    font-size: 12px;
    border-bottom: 1px dotted #ffffff;
    margin-top: 0;
    padding-bottom: 13px;
    opacity: 0.9;
    font-style: italic;
}

.profile-introduction-button {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.info-contact {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px!important;
}

/* --  Buttons --  */
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ccc;
    margin-bottom: 8px;
}

.btn-default {
    border: 0;
    background: #111111;
    color: #ffffff !important;
    padding: 15px 30px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: normal;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%
}

.btn-default:focus {
    outline: none;
    background: #444444;
}

.btn-default > span {
    vertical-align: middle;
    color: #ffffff;
}

.btn-rayen {
    overflow: hidden;
    padding: 0;
}

.btn-rayen:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7b5b4b;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    color: #ffffff;
}

.btn-rayen > span {
    display: block;
}

.btn-rayen:before, .btn-rayen > span {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-rayen:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-rayen:hover span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn-wapasha {
    background: #111111;
    color: #ffffff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-wapasha:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #7b5b4b;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-wapasha:hover {
    background-color: transparent;
    color: #7b5b4b;
}

.btn-wapasha:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.btn-negative {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    padding: 12px;
    font-size: 11px;
    letter-spacing: 6px;
    font-weight: normal;
}

.btn-negative:hover {
    border-color: #ffffff;
}

.btn-nina {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-nina > span {
    display: inline-block;
    opacity: 0;
    color: #111;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-nina:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-nina:hover {
    background-color: #ffffff;
}

.btn-nina:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn-nina:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}

.btn-nina:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.btn-nina:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}

.btn-nina:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.btn-nina:hover > span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.btn-nina:hover > span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.btn-nina:hover > span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}

.btn-nina:hover > span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}

.btn-nina:hover > span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}

.btn-nina:hover > span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.btn-nina:hover > span:nth-child(11) {
    -webkit-transition-delay: 0.495s;
    transition-delay: 0.495s;
}

.btn-nina:hover > span:nth-child(12) {
    -webkit-transition-delay: 0.54s;
    transition-delay: 0.54s;
}

.btn-nina:hover > span:nth-child(13) {
    -webkit-transition-delay: 0.585s;
    transition-delay: 0.585s;
}

.btn-nina:hover > span:nth-child(14) {
    -webkit-transition-delay: 0.63s;
    transition-delay: 0.63s;
}

.btn-nina:hover > span:nth-child(15) {
    -webkit-transition-delay: 0.675s;
    transition-delay: 0.675s;
}

.btn-nina:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-primary {
    background-color: #3276b1;
}

.btn-success {
    background-color: #4cae4c;
}

.btn-info {
    background-color: #4cae4c;
}

.btn-warning {
    background-color: #eea236;
}

.btn-danger {
    background-color: #d43f3a;
}

.form-control {
    width: 100%!important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 50px;
    font-size: 14px;
    color: #111;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

textarea.form-control {
    min-height: 100px;
}

.btn-form {
    width: 100%;
    height: 50px;
}

.aBt-footer {
    margin-bottom: 60px;
}

#footer {
    color: #ffffff;
    background: #333333;
    text-align: center;
    margin-top: 75px;
}

@media (max-width: 992px) {
    .main-foot {
        margin-bottom: 270px;
    }
    .poRt-footer {
        margin-bottom: 270px;
    }

    .aBt-footer {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #footer {
        margin-top: 70px;
    }

    .poRt-footer {
        margin-bottom: 0px;
    }

    .aBt-footer {
        margin-bottom: 0px;
    }

    .main-foot {
        margin-bottom: 0px;
    }
}

#footer .widget {
    padding: 0;
    background-color: transparent;
}

#footer .widget ul {
    margin-top: 0;
}

#footer .widget_about p {
    font-size: 12px;
    line-height: 16px;
}

#footer-top {
    background: #7b5b4b;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.footer-bottom-text1 {
    font-size: 12px;
}

.footer-bottom-text1 a {
    color: #ae8e7e;
    text-decoration: underline;
}

.footer-bottom-text2 {
    opacity: 0.5;
    font-size: 13px;
}

.secondary-footer {
    background: #111;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.footer-logo {
    opacity: 0.7;
    max-width: 150px;
}

.footer-quote {
    font-size: 12px;
    font-weight: lighter;
    padding-top: 4px;
    line-height: 16px;
    letter-spacing: 4px;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .footer-quote {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

.footer-quote-author {
    font-size: 12px;
    letter-spacing: 1px;
}

.social-icons-footer {
    font-size: 24px;
    text-align: center;
}

.social-icons-footer a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    display: inline-block;
    margin-right: 35px;
}

.social-icons-footer a:hover {
    opacity: 0.7;
}

.social-icons a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #111111;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    background: #7b5b4b;
}

/* -- Home catagories -- */
.main-content {
    padding-top: 0px;
}

.isotope-filter {
    position: relative;
}

.home-page-items {
    position: relative;
    top: -470px;
}

.element {
    padding: 3px;
    position: absolute;
}

.element .element-wrapper {
    position: relative;
}

.element-portfolio-item1 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 475px;
}

.themes .prp {
    margin-top: 200px;
}

@media (min-width: 992px) {
    .element-portfolio-item1 {
        width: 50%;
    }
}

.nospace {
    margin-left: 0px;
    margin-right: 0px;
}

.nospace >[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
    padding: 4px;
}

.nsp {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    #portfolio {
        margin-bottom: 0px;
    }

    .footer-bottom-text2 {
        font-size: 12px;
    }
}

#portfolio .portfolio-item .portfolio-link {
    background: #fff;
    overflow: hidden;
    display: block;
    color: inherit !important;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
}

.img-box2 {
    height: 279px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.img-box12 {
    height: 279px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    color: #ffffff;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(0);
    transition-duration: 0.5s;
    color: #ffffff;
    position: absolute;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
    transform: translateX(0px);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover .portfolio-title {
    transition-duration: 0.5s;
    transform: translateY(0px);
}

.portfolio-description .portfolio-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(127, 94, 77, 0.9);
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: lighter;
    transform: translateY(60px);
    transition: all 0.5s ease-in-out;
}

.portfolio-description .portfolio-item-ico {
    float: right;
    display: block;
    transform: translateX(-20px);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.portfolio-hover-content:hover .portfolio-item-ico {
    transform: translateX(1px);
}

.portfolio-description .see-more {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fefefe;
    color: #333;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    font-weight: bold;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    visibility: visible;
}

.element-box-title {
    margin margin-bottom: 30px;
    font-size: 17px;
    font-style: italic;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: lighter;
    z-index: 2;
}

.element-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    color: #ffffff;
}

.contact-infos-ico {
    margin-bottom: 16px;
}

.contact-infos-ico img {
    width: 32px;
}

.element-contact-infos p {
    margin-bottom: 10px;
    font-size: 12px;
}

.element-box p {
    margin-bottom: 8px;
    opacity: 0.9;
    font-weight: lighter;
}

h2 .element-box-title {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: lighter;
}

.element-contact-infos {
    min-height: 279px;
    background-color: #333333;
}

.home-contact {
    overflow: hidden;
    display: block;
    background-size: cover;
    color: #ffffff;
}

.service-infos {
    height: 279px;
}

.element-box1 {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #7b5b4b;
    overflow: hidden;
}

.hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    color: #ffffff;
    transition: all 0.8s;
    margin-left: -20px;
}

.hover-text.off {
    transition: all 0.3s;
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}

.home-contact:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%) translateY(-90%);
    opacity: 1;
}

.poRt-title {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.poRt-decs {
    margin-bottom: 8px;
    opacity: 0.9;
    font-weight: lighter;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top: 0;
    color: #ffffff;
}

.service-item {
    text-align: left;
    margin-top: 35px;
}

.service-ico {
    color: #ffffff !important;
    margin-bottom: 15px;
    font-size: 18px;
}

.service-ico img {
    width: 32px;
}

.service-description p {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

.element-box-ico {
    color: #ffffff;
    position: absolute;
    right: 28px;
    bottom: 15px;
}

.see-more {
    display: inline-block;
    top: -2px;
    visibility: hidden;
}

.element-box1:hover .see-more {
    transform: translateX(-10px);
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.portfolio-item .element-hover:hover {
    color: red;
    background: #6a4a3a;
    z-index: 1;
}

.single-portfolio-item .single-portfolio-item-inner {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

.portfolio-overlay {
    height: 100%;
    left: -50%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-overlay .portfolio-overlay-inner {
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

.portfolio-overlay .portfolio-overlay-inner .fa.fa-camera-retro {
    background-color: white;
    border-radius: 2px;
    color: black;
    display: inline-block;
    font-size: 25px;
    padding: 5px 6px;
}

.portfolio-overlay .portfolio-overlay-inner .tb-cell > h3 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-portfolio-item:hover .portfolio-overlay {
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-portfolio-item:hover .portfolio-overlay .tb-cell > h3 {
    margin-top: 15px;
}

.element-contact-infos {
    width: 100%;
}

.element-contact-infos .element-wrapper {
    min-height: 279px;
}

.element-contact-infos p {
    margin-bottom: 10px;
    font-size: 12px;
}

.element-contact-avaliable {
    width: 100%;
}

.element-contact-avaliable .element-wrapper {
    overflow: hidden;
    position: relative;
}

.element-contact-avaliable:hover .element-contact-available-mask {
    transform: translateX(-100%);
}

.element-contact-avaliable .element-contact-available-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-align: left;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}

.element-contact-avaliable .element-contact-available-mask p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.95;
    font-size: 16px;
    padding: 15px;
}

.element-contact-avaliable .element-contact-available-mask p small {
    font-weight: lighter;
    font-size: 12px;
}

.contact-info-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 1px;
}

.contact-infos-ico {
    margin-bottom: 16px;
}

.contact-infos-ico img {
    width: 32px;
}

.element-contact-hire {
    width: 100%;
}

.element-contact-hire .element-wrapper {
    min-height: 279px;
}

.img-box3 {
    /*margin-top: -7px;*/
}

@media (min-width: 768px) {
    .element-contact-hire {
        width: 50%;
    }

    .img-box3 {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .element-contact-hire {
        width: 25%;
    }
}

.element-contact-hire .element-wrapper {
    min-height: 279px;
}

#map iframe {
    height: 276px;
}

.contact-box {
    padding: 20px;
    background: #ddd;
}

.contact-box .title4 {
    margin-top: 0;
}

@media (min-width: 992px) {
    .element-contact-form {
        height: 564px;
    }
}

.Cform .form-group {
    position: relative;
}

.Cform .form-control {
    width: 100%!important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 50px;
    font-size: 14px;
    color: #111;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: 2px solid transparent;
    border-bottom: 1px solid #111111;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.3);
    transition: all 0.4s ease-in-out;
    position: relative;
    padding-left: 20px;
}

.Cform .form-control:focus {
    border-left: 2px solid #111111;
}

.element-contact-form .form-control .placeholder-style {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: normal;
}

.element-contact-form .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: normal;
}

.element-contact-form .form-control:-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: normal;
}

.element-contact-form .form-control::-moz-placeholder {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: normal;
}

.element-contact-form .form-control:-ms-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: normal;
}

.element-contact-form .form-send {
    margin-bottom: 0;
}

.element-contact-form .form-send button {
    width: 100%!important;
    height: 60px;
    margin-bottom: 0;
}

.element-contact-form .form-send button:before {
    padding-top: 20px;
}

.contact-form-ico {
    margin-bottom: 8px;
}

.contact-form-ico img {
    width: 22px;
}

.map {
    margin-bottom: 20px;
}

.map iframe {
    width: 100% !important;
    margin-bottom: -5px !important;
    pointer-events: none;
    border: 0 !important;
}

.Cform {
    background: #f4f4f4;
    padding: 50px;
}

.Cform-Elmt p {
    font-size: 22px;
    line-height: 36px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.element-box-cnt {
    padding: 10px 15px;
    background: #333333;
    color: #fff;
    height: 279px;
}

.Cnt-box-title {
    font-size: 12px;
    font-style: italic;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: lighter;
    z-index: 2;
}

.Cinfo-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 2px;
}

.cntAdd {
    font-size: 13px;
}

.about-wrapper {
    background-color: #f4f4f4;
    padding: 49px;
    min-height: 566px;
}

.element-big-content-title strong {
    color: #7b5b4b;
    font-weight: 600;
    font-size: 30px;
}

.element-big-content-title {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.about-Cnt {
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: rgba(111, 106, 106, 0.89);
}

.about-Cnt strong {
    color: #7b5b4b;
}

.Cimg {
    height: 279px;
    overflow: hidden;
}

.SmImg {
    height: 279px;
}

/*.cInfo {
  height: 279px;
}*/
@media (max-width: 768px) {
    .about-wrapper {
        padding: 30px;
    }

    .SmImg {
        height: 252px;
    }

    .element-big-content-title {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .element-big-content-title strong {
        color: #7b5b4b;
        font-weight: 100;
        font-size: 15px;
    }

    .about-Cnt {
        font-size: 14px;
        line-height: 20px;
        font-weight: lighter;
        letter-spacing: 1px;
        color: rgba(111, 106, 106, 0.89);
    }

    .about-Cnt strong {
        color: #7b5b4b;
    }
}

.aBt-boX {
    /*display: block;*/
    /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
    padding: 20px;
    background: #7b5b4b;
    /*overflow: hidden;*/
    color: #fff;
    height: 279px;
}

.aBt-boX-blk {
    /*display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
    padding: 20px;
    background: #333;
    /*overflow: hidden;*/
    height: 279px;
    color: #fff;
}

.aBt-boX-blk:hover .see-more {
    transform: translateX(-10px);
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

/*.about-infos {
  min-height: 279px;
}*/
.about-main {
    position: relative;
    color: #ffffff;
    z-index: 0;
    overflow: hidden;
}

.about-infos {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.about-infos:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 212px;
    width: 212px;
    background: rgba(0, 0, 0, .15);
    border-radius: 100%;
    transition-duration: .5s;
    transform: translate(50%, -50%) scale(0);
}

.about-infos:hover:before {
    transform: translate(50%, -50%) scale(4);
}

.about-infos:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 212px;
    width: 212px;
    background: rgba(255, 255, 255, .15);
    border-radius: 100%;
    transition-duration: .8s;
    transition-delay: .1s;
    transform: translate(-50%, 50%) scale(0);
}

.about-infos:hover:after {
    transform: translate(-50%, 50%) scale(2.5);
}

.aBt-boX:hover .see-more {
    transform: translateX(-10px);
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

/*#footer {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #footer {
    margin-top: 20px;
  }
}*/
/*@media (min-width: 992px) {
  #footer {
    color: #ffffff;
    background: #333333;
    text-align: center;
    margin-top: 300px;
    padding-bottom: 40px;
  }
}
*/
@media (min-width: 768px) {
    .navbar-brand {
        width: 231px;
    }

    .navbar li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .navbar .nav {
        background-color: transparent;
    }

    .navbar li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        display: block;
        list-style: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 999999999;
    }

    .navbar li > ul > li {
        padding: 0;
    }

    .navbar li > ul > li a {
        display: block;
        padding: 10px;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        background: #7b5b4b;
    }

    .navbar li > ul > li a:hover {
        background: #111111;
        text-decoration: none;
    }

    .element-big-content-title {
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    #footer-bottom {
        padding: 0px 0px 35px 0px;
    }

    .footer-bottom-text1 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 13px;
        opacity: 0.9;
        margin-bottom: 10px;
    }

    /*#footer {
    color: #ffffff;
    background: #333333;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
  }*/
    .map {
        margin-bottom: 0;
    }

    .element-contact-hire {
        width: 50%;
    }

    .element-contact-avaliable {
    }

    .social-icons-footer {
        display: block;
    }

    .about-main {
        position: relative;
        color: #ffffff;
    }
}

/* PORTFOLIO STYLES*/
.portfolio-items, .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-btn {
    color: #111111;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #111111;
    transition: all 0.4s ease-in-out;
    letter-spacing: 2px;
    cursor: pointer;
}

.filter-btn:hover, .filter-btn.active {
    text-decoration: none;
    background: #111111;
    color: #ffffff;
}

/*.portfolio-filter-header li a {
    color: #111111;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    letter-spacing: 2px;
}*/
/*.portfolio-items {
  margin-right: -20px;
}*/
.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}

.portfolio-filter > li {
    display: inline-block;
    padding-left: 5px;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-item .item-main {
    margin: 0 10px 10px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgb(128, 188, 253);
    color: #fff;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .portfolio-filter > li {
        display: inline-block;
        padding-left: 5px;
        padding: 10px;
    }

    .portfolio-filter {
        margin-bottom: 20px;
        /*text-align: left;*/
    }
}

@media (max-width: 992px) {
    .profile-introduction {
        opacity: 0;
    }

    #profile:hover .profile-picture img {
        transform: translateX(0);
    }

    .profile-title {
        font-size: 20px;
        padding-left: 15px;
        font-weight: 600;
        margin-top: 0px;
    }

    .profile-title2 {
        padding-left: 15px;
        font-size: 13px;
    }

    #profile:hover .profile-main {
        opacity: 0;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    /*#footer-bottom {
    padding: 0px 0px 0px 0px;
  }*/.profile-introduction {
        opacity: 0;
    }

    .Cform {
        padding: 14px;
    }

    .Cform-Elmt p {
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        letter-spacing: 0px;
    }

    #profile:hover .profile-picture img {
        transform: translateX(0);
    }

    .profile-title {
        font-size: 18px;
        padding-left: 15px;
        font-weight: 600;
        margin-top: 0px;
    }

    .profile-title2 {
        padding-left: 15px;
        font-size: 13px;
    }

    #profile:hover .profile-main {
        opacity: 0;
        transform: translateX(0);
    }

    .img-box2, .img-box12 {
        height: auto;
    }

    .home-contact {
        margin: 0 auto;
    }
}
.mix-wrap .portfolio-item {
    display: none;
}