@font-face {
    font-family: 'MavenProLight';
    src: url(../fonts/MavenProLight-300.otf);
}

body {
    font-family: 'MavenProLight', 'Maven Pro', 'sans-serif';
    background: #1c1c1c;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

/** HEADER AREA START **/
.header {
    position: fixed;
    width: 100%;
    padding: 50px 0;
    top: 0;
    z-index: 999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.header-shrink {
    padding: 0px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #1c1c1c;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid transparent;
}

.header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 17px;
    margin: 0px 5px;
    border: solid 4px transparent;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e3e3e4;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.grey-menu {
    color: #868686 !important;
    font-size: 15px !important;
    font-weight: 100 !important;
}

.header .navbar-default .nav > li > a:hover {
    border: solid 4px #b29353;
    color: #b29353;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    border: solid 4px #b29353 !important;
    color: #b29353 !important;;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
}

.logo img {
    height: 50px;
}

.navbar-right {
    padding-top: 4px;
}

.header-shrink .logo img {
    margin-top: 10px;
    height: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.header-shrink .navbar-default .nav > li > a {
    padding: 7px 15px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.header-shrink .navbar-default .nav > li > a:hover {
    border: 4px solid transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.header-shrink .navbar-default .nav > li .active {
    border: 4px solid transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/** BANNER AREA START **/
.banner {
    position: relative;
}

.carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 50px;
    left: auto;
    width: auto;
}

.carousel-indicators li {
    display: block;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel-control {
    width: 0;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #b29353;
    border: solid 1px #b29353;
    margin-bottom: 7px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #515151;
    border: 1px solid #515151;
    margin-bottom: 7px;
}

.carousel-caption {
    right: 8%;
    left: 8%;
    top: -30%;
    padding-bottom: 30px;
    position: absolute;
}

.banner-text-box {
    position: absolute;
    width: 100%;
    padding: 0;
    top: 55%;
    color: #e3e3e4;
}

.intro-text {
    font-size: 36px;
    color: #e3e3e4;
}

.intro-box {
    border: solid 10px #b29353;
    border-bottom: 0px;
    display: inline-block;
    position: relative;
}

.intro-line {
    position: absolute;
    height: 10px;
    background: #b29353;
    width: 25%;
}

.intro-line-left {
    left: -10px;
}

.intro-line-right {
    right: -10px;
}

.name {
    font-size: 60px;
    margin: 0px;
    padding: 12px 45px;
}

.profession {
    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    font-size: 30px;
    line-height: 11px;
    color: #e3e3e4;
}

/** ABOUT ME AREA START **/
.about-me {
    width: 100%;
    background: url(../img/testimonial.jpg);
    background-size: cover;
    padding: 100px 0;
}

.about-me .text h1 {
    margin: 0 0 20px;
    font-weight: 600;
    color: #b29353;
}

.about-me .text p {
    color: #bfbfc0;
    font-size: 19px;
    line-height: 34px;
}

/** PORTFOLIO AREA START **/
.portfolio {
    padding: 100px 0;
}

.portfolio-navigation {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.portfolio-navigation li {
    font-size: 20px;
    color: #868686;
    text-align: center;
    padding: 2px 10px;
    border: 0px;
    border-bottom: 3px solid transparent;
    border-radius: 0px;
}

.portfolio-navigation li:hover {
    color: #e3e3e4;
    border-bottom: 3px solid #e3e3e4;
}

li.active.btn.filtr-button.filtr {
    color: #e3e3e4;
    border-bottom: 3px solid #e3e3e4 !important;
}

.portfolio-item {
    margin-bottom: 30px;
    position: relative;
}

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

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.8;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
}

.portfolio-content {
    display: none;
    position: absolute;
    top: 0px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.portfolio-content h3 {
    margin: 0px 0px 5px 0px;
    font-size: 28px;
    color: #fff;
}

.portfolio-content p {
    font-size: 20px;
    color: #e3e3e4;
    line-height: 14px;
}

.load-more {
    text-decoration: none;
    color: #e3e3e4;
    font-size: 17px;
}

.mrg-top-20 {
    margin-top: 20px;
}

.load-more:hover {
    text-decoration: none;
    color: #e3e3e4;
}

.load-more i {
    color: #b29353;
    font-weight: 700;
    font-size: 20px;
}

.img-responsive {
    width: 100%;
}

/** PAGE TITLE AREA START **/
.page-title {
    max-width: 400px;
    margin: 0 auto 50px;
}

.page-title p {
    color: #e3e3e4;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.page-title h1 span {
    font-size: 30px;
    color: #e3e3e4;
    padding: 12px 30px;
    border: solid 7px #b29353;
}

.page-title h1 {
    margin: 0 0 30px;
    display: inline-block;
    line-height: 81px;
    width: 100%;
}

/** CONTENT AREA START **/
.contact {
    position: relative;
    padding: 100px 0px;
}

.contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 3px solid #868686;
    background: transparent;
    outline: 0;
    color: #FFF !important;
    height: 45px;
    border-radius: 0;
}

.contact-form form textarea {
    min-height: 210px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-details ul {
    margin: 0;
    padding: 0;
}

.contact-details {
    height: 415px;
}

.contact-details ul li {
    list-style: none;
    line-height: 34px;
    color: #e3e3e4;
    font-size: 16px;
    font-weight: 300;
}

.contact-details ul li i {
    color: #b29353;
    margin-right: 15px;
}

.contact-details p {
    position: absolute;
    bottom: 0;
    color: #868686;
    font-size: 20px;
}

/** BUTTON AREA START **/
.button-md {
    padding: 12px 80px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.send-button {
    background: #b29353;
    border: solid 2px #b29353;
}

.send-button:hover {
    background: transparent;
    border: solid 2px #b29353;
    color: #b29353;
}

/** FOOTER AREA START **/
footer {
    background: #161616;
}

.social-links ul li {
    text-align: center;
}

.social-links ul li i {
    font-size: 40px;
}

.social-links ul li > a {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #868686;
}

.social-links ul li > a:hover {
    background: #b29353;
    color: #fff;
}

.powerd-by {
    position: absolute;
    top: 50px;
    width: 100%;
}

.powerd-by > p {
    font-size: 18px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 0px;
}

.powerd-by a img {
    height: 36px;
}

.send-button:hover, .send-button:focus {
    outline: none;
}

/** MEDIA AREA START **/
@media (max-width: 992px) {
    .intro-text {
        font-size: 30px;
    }

    .name {
        font-size: 50px;
        padding: 10px 40px;
    }

    .profession {
        font-size: 25px;
    }

    .header .navbar-default .nav > li > a {
        padding: 8px 11px;
        margin: 0px 3px;
        font-size: 15px;
    }

    .logo img {
        height: 35px;
    }

    .page-title h1 span {
        font-size: 25px;
        color: #e3e3e4;
        padding: 10px 28px;
        border: solid 6px #b29353;
    }

    .page-title {
        margin: 0 auto 40px;
    }

    .portfolio {
        padding: 100px 0;
    }

    .portfolio-content h3 {
        font-size: 25px;
    }

    .portfolio-content p {
        font-size: 18px;
    }

    .about-me {
        width: 100%;
        background: url(../img/testimonial.jpg);
        background-size: cover;
        padding: 100px 0;
    }

    .page-title h1 {
        line-height: 68px;
    }

    .about-me .text h1 {
        margin: 0 0 20px;
        font-size: 30px;
    }

    .about-me .text p {
        font-size: 17px;
        line-height: 30px;
    }

    .contact {
        position: relative;
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .intro-box {
        border: solid 5px #b29353;
        border-bottom: 0px;
    }

    .intro-line {
        height: 5px;
        width: 25%;
    }

    .intro-line-left {
        left: -5px;
    }

    .intro-line-right {
        right: -5px;
    }

    .intro-text {
        font-size: 20px;
    }

    .name {
        font-size: 32px;
        padding: 10px 30px;
    }

    .profession {
        width: 50%;
        left: 25%;
        font-size: 15px;
    }

    .page-title h1 span {
        font-size: 20px;
        color: #e3e3e4;
        padding: 8px 26px;
        border: solid 3px #b29353;
    }

    .carousel-indicators {
        top: 55px;
        right: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin-bottom: 5px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-bottom: 5px;
    }

    .page-title {
        margin: 0 auto 30px;
    }

    .page-title h1 {
        line-height: 55px;
    }

    .avatar {
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .about-me {
        text-align: center;
    }

    .contact-details p {
        font-size: 18px;
    }

    .contact-details {
        height: 160px;
    }

    .navbar-toggle {
        position: relative;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #000;
    }

    .navbar-default .navbar-toggle {
        top: -5px;
        border-color: #b29353;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #b29353;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .header {
        width: 100%;
        padding: 15px 0;
    }

    .logo img {
        height: 30px;
    }

    .banner .item img {
        height: 250px;
    }

    .header .navbar-default .nav > li > a {
        padding: 5px 16px;
        border: solid 2px transparent;
        font-size: 12px;
    }

    .header .navbar-default .nav > li > a:hover {
        border: solid 2px #b29353;
    }

    .header .navbar-default .nav > li .active {
        border: solid 2px #b29353;
    }

    .main-footer .social-links {
        margin-left: -15px;
        margin-right: -15px;
    }

    .social-links ul li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .powerd-by > p {
        margin-bottom: 5px;
    }

    .powerd-by {
        top: 20px;
        margin-bottom: 20px;
    }
}
