@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');

/********************************
 *** style Template definition **
 *******************************/

/*--- 01. GENERAL SETTINGS(reset) ---*/
/*--- 02. PRELOADER ---*/
/*--- 03. NAVIGATION -----*/
/*--- 04. COPYRIGHT ---*/
/*--- 05. HOME HEADER ---*/
/*--- 06. ABOUT SECTION ---*/
/*--- 07. RESUME SECTION ---*/
/*--- 08. PORTFOLIO SECTION ---*/
/*--- 09. CONTACT SECTION ---*/
/*--- 10. MEDIA QUERIES FOR RESPONSIVE DESIGN ---*/
/*--- etc. SKIP-MENU ---*/

/*--- 01. GENERAL SETTINGS(reset) ---*/
::-webkit-scrollbar {
    width:6px;
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    background-color:#a6a6a6;
}
:focus {
    /*outline:-webkit-focus-ring-color none !important;*/
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    background-color:#fff!important;
}
html,body {
    height:100%;
}
h1 {
    font-size:36px;
    margin-bottom:0;
}
h2 {
    font-size:24px;
    margin-bottom:0;
}
h3 {
    font-size:18px;
    margin-bottom:0;
}
h4 {
    font-size:14px;
    margin-bottom:0;
    color:#333;
}
h5 {
    font-size:12px;
    margin-bottom:0;
}
h6 {
    font-size:10px;
    margin-bottom:0;
}
p {
    margin-top:0;
    margin-bottom:0;
    color:#555555;
}
figure {
    margin:0;
}
body {
    font-family:'Raleway',sans-serif;
    font-weight:400;
    font-size:14px;
    letter-spacing:0.01em;
    width:100%;
    overflow:hidden;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ir {
    width:0;
    height:0;
    margin:0;
    padding:0;
    text-indent:-9999px;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.responsive-img {
    width:100%;
    height:auto;
}
.title-section {
    font-size:12px;
    letter-spacing:0.09em;
    display:inline-block;
    font-family:'Montserrat',sans-serif;
    font-weight:400;
    padding:5px 10px;
    color:#fff;
    padding-bottom:4px;
    text-transform:uppercase;
    background-color:#b28647;
    border-radius:100px;
}
#header {
    position:absolute;
    z-index:2000;
    width:235px;
    top:50px;
}
#header h1 {
    font-size:30px;
    font-weight:400;
    text-transform:uppercase;
    color:rgba(255,255,255,0.9);
    text-shadow:0 1px 1px rgba(0,0,0,0.3);
    padding:20px;
    background:#000;
}
#navigation {
    margin-top:20px;
    width:235px;
    display:block;
    list-style:none;
    z-index:3;
}
#navigation a {
    color:#444;
    display:block;
    background:#fff;
    background:rgba(255,255,255,0.9);
    line-height:50px;
    padding:0 20px;
    text-transform:uppercase;
    margin-bottom:6px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.2);
    font-size:14px;
}
#navigation a:hover {
    background:#ddd;
}
.content {
    right:30px;
    left:288px;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
.panel {
    top:0;
    overflow:auto;
    width:97%;
    min-height:100%;
    position:absolute;
    background-color:#000;
    margin-left:-102%;
    z-index:2;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.panel:target {
    margin-left:0%;
    background-color:#fff;
}
.panel > div {
    margin-top:-50px;
    -webkit-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}

.panel:target > div {
    margin-top:96px;
}

#home:target ~ #header #navigation #link-home,#portfolio:target ~ #header #navigation #link-portfolio,#about:target ~ #header #navigation #link-about,#contact:target ~ #header #navigation #link-contact {
    background:#000;
    color:#fff;
}
#works {
    padding:15px 0px;
}
#works li {
    display:inline;
}
#works li a {
    padding-right:10px;
}
#works img {
    box-shadow:1px 1px 2px rgba(0,0,0,0.3);
    padding:12px;
    background:rgba(255,255,255,0.9);
}
#form p {
    background:#fff;
    color:#000;
}
#form input,#form textarea {
    background:#000;
    color:#fff;
    border:none;
}
#form textarea {
    width:493px;
    height:100px;
}
#form label {
    padding-right:10px;
    float:left;
}
.footnote a {
    color:#ddd;
}
.button {
    border:none;
    font-family:'Montserrat',sans-serif;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
    background-color:#b28647;
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    font-size:12px;
    letter-spacing:0.1em;
    margin-top:48px;
    cursor:pointer;
    transition:all ease-in-out 0.2s;
    -webkit-transition:all ease-in-out 0.2s;
}
.button:hover {
    background-color:#9e8550;
    color:#fff;
    text-decoration:none;
}
.button:disabled {
    background-color:#ddd;
    cursor:not-allowed;
}
.button .ir {
    display:inline-block;
}
.pd-left {
    padding-left:0;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
.btn-top {
    position:fixed;
    bottom:5%;
    right:5%;
    width:40px;
    line-height:40px;
    font-size:40px;
    text-align:center;
    background:#b28647;
    border-radius:3px;
    z-index: 100;
}
.pc .btn-top {
    display:none;
}
.mobile .btn-top {
    display:block;
}
.btn-top a {
    display:block;
    color:#fff;
}
.btn-top i {
    opacity:0.6;
}
.btn-top i:active,
.btn-top i:hover {
    opacity: 0.9;
}
.mousecursor {
    position:absolute;
    width:32px;
    height:39px;
    left:50%;
    bottom:10%;
    z-index:5;
	margin-left:-16px;
    -webkit-animation:moving 1s infinite ease-in-out;
    animation:moving 1s infinite ease-in-out;
}
/*--- 02. PRELOADER ---*/
#preloader {
    z-index:100;
    width:100%;
    height:100%;
    position:fixed;
    background-color:#f7f7f7;
}
.loader {
    width:234px;
    height:60px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-animation:rolling 1.2s infinite ease-in-out;
    animation:rolling 1.2s infinite ease-in-out;
    -webkit-transition-duration:2s;
    transition-duration:2s;
}
.loader img {
    width:234px;
    height:60px;
    background:#b28647;
}
@-webkit-keyframes rolling {
    0% {
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    60% {
        -webkit-transform:rotateY(-360deg);
        transform:rotateY(-360deg);
    }
    100% {
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
}
@keyframes rolling {
    0% {
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    60% {
        -webkit-transform:rotateY(-360deg);
        transform:rotateY(-360deg);
    }
    100% {
        -webkit-transform:rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes moving {
    0% {
        left:49%;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    50% {
        left:51%;
        transform:rotate(-20deg);
        -webkit-transform:rotate(-20deg);
    }
    100% {
        left:49%;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
}
@keyframes moving {
    0% {
        left:49%;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    50% {
        left:51%;
        transform:rotate(-20deg);
        -webkit-transform:rotate(-20deg);
    }
    100% {
        left:49%;
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
}

/*--- 03. NAVIGATION -----*/
.mobile-nav {
    position:fixed;
    z-index:9;
}
.mobile-nav i {
    color:#b28647;
    font-size:48px;
    margin-top:15px;
    margin-left:30px;
    cursor:pointer;
    display:block;
}
.mobile-nav span {
    top:-12px;
    margin-left:30px;
    text-transform:uppercase;
    font-size:10px;
    color:#b28647;
    position:relative;
}
.bg-nav {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.nav-menu {
    background-color:#f7f7f7;
    overflow:hidden;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:16.666667%;
    position:fixed;
    height:100%;
    z-index:9;
    box-shadow:1px 0px 4px 0px rgba(0,0,0,0.13);
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.btn-close {
    display:none;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    color:transparent;
    text-indent:-9999px;
}
.btn-close:before, .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}
.header-menu {
    width:100%;
    height:35.2%;
    text-align:center;
}
.menu-logo>img {
    width:180px;
    height:50px;
    display:inline-block;
    vertical-align:middle;
    background:#b28647;
    border-radius:3px;
}
.header-menu:before {
    height:100%;
    display:inline-block;
    vertical-align:middle;
    content:'';
}
.menu-text {
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-top:72px;
    font-family:'Montserrat',sans-serif;
    font-weight:400;
    text-transform:uppercase;
}
.menu-text li {
    margin-bottom:4px;
}
.menu-text li a {
    position:relative;
    letter-spacing:0.15em;
    color:#333;
    font-size:14px;
    text-decoration:none;
    padding:2px 12px;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
}
.menu-text li a:hover {
    background:#b28647;
    border-radius:100px;
    color:#fff;
}
.social-links li {
    margin-top:96px;
    margin-left:10px;
    display:inline-flex;
}
.social-links li:nth-of-type(1) {
    margin-left:0;
}
.social-links li a {
    color:#b28647;
    font-size: 20px;
}
/*--- 04. COPYRIGHT ---*/
.copyright {
    z-index:10;
    position:fixed;
    top:0;
    right:0;
    width:3%;
    height:100%;
    background-color:#333333;
    text-align:center;
}
.copyright span {
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-writing-mode:tb-rl;
    -ms-writing-mode:tb-rl;
    writing-mode:tb-rl;
    color:#adadad;
    font-weight:300;
    font-family:'Montserrat',sans-serif;
    font-size:8px;
    text-transform:uppercase;
    display:inline-block;
    vertical-align:middle;
}
.copyright:before {
    height:100%;
    display:inline-block;
    vertical-align:middle;
    content:'';
}
.copyright-contact {
    display: none;
}
/*--- 05. HOME HEADER ---*/
.home-slide {
    position: absolute;
}
/* swiper */
.swiper-container {
    width:100%;
    height:100%;
    position:absolute;
    cursor:url(../images/home-img/cursor_slide_01.png), pointer;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right:90px;
    color:#fff;
    background-image:none;
}
.swiper-button-next i,.swiper-container-rtl .swiper-button-prev i {
    font-size:48px;
    background:#b28647;
    padding:0 10px;
    border-radius:2px;
    opacity:0.6;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
}
.swiper-button-next i:hover,.swiper-container-rtl .swiper-button-prev i:hover {
    opacity:0.9;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    right:145px;
    color:#fff;
    background-image:none;
}
.swiper-button-prev i,.swiper-container-rtl .swiper-button-next i {
    font-size:48px;
    background:#b28647;
    padding:0 10px;
    border-radius:2px;
    opacity:0.6;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
}
.swiper-button-prev i:hover,.swiper-container-rtl .swiper-button-next i:hover {
    opacity: 0.9;
}
.swiper-slide {
    background-position:center;
    /*background-size:cover;*/
    background-size:cover;
}
.img-1 {
    background-image:url(../images/home-img/1.jpg);
}
.img-2 {
    background-image:url(../images/home-img/2.jpg);
}
.img-3 {
    background-image:url(../images/home-img/3.jpg);
}
.img-4 {
    background-image:url(../images/home-img/4.jpg);
}
.swiper-pagination-bullet {
    color:transparent;
    transition:0.3s all;
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:#b28647;
}
.home-title-text {
    right:30px;
    left:21.3%;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
.wrap {
    position:fixed;
    width:100%;
    height: 100%;
}
.swiper-slide-active .home-content{
    top:-30px;
    opacity:1;
}
.home-content {
    position:absolute;
    left:6.6%;
    top:30px;
    width:70%;
    right:30px;
    opacity:0.3;
    transition:0.8s all;
}
.home-title-text {
    width:70%;
}
.home-title-text h1 {
    letter-spacing:-1px;
    font-family:'Montserrat',sans-serif;
    text-transform:uppercase;
    font-weight:500;
    color:#fff;
}
.home-title-text h3 {
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-weight:200;
}
.home-title-text p {
    color:#fff;
    margin-top:24px;
}
.title-page {
    width:auto;
    font-family:'Montserrat',sans-serif;
    text-transform:uppercase;
    font-weight:700;
    font-size:18px;
    border-bottom:4px solid #b28647;
    padding-bottom:12px;
    color: #b28647;
}
/*--- 06. ABOUT SECTION ---*/
#about.panel {
    width:68%;
    height:auto;
}
.about-content {
    right:5px;
    left:13.2%;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
img.mobile-profile-img {
    display:none;
}
.about.title-page:before {
    content:"About";
    top:-52px;
    position:absolute;
    color:rgba(0,0,0,0.04);
    font-size:72px;
    z-index:-1;
    font-weight:300;
    letter-spacing:-4px;
    text-transform:capitalize;
}
.about-me h4 {
    margin-top:96px;
    font-weight:600;
}
.about-me p {
    margin-top:24px;
}
.personal-info {
    margin-top:48px;
}
.personal-info ul {
    margin-top:24px;
}
.personal-info ul li a {
    color:#b28647;
}
.personal-info ul li>p>span {
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
    color:#333;
}
.skill {
    margin-top:48px;
}
.skill p {
    margin-top:24px;
    margin-bottom:24px;
}
.skill table th,.skill table td {
    padding:5px 0;
    border-bottom:1px solid #ddd;
}
#skills {
    margin-top:48px;
}
.progressText {
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
}
.progress {
    margin-top:4px;
    border-radius:0;
    overflow:visible;
    height:4px;
    box-shadow:none;
    background-color:#707070;
}
.clients-slide .owl-item img {
    max-width:140px;
}
.clients {
    margin-top:48px;
}
.clients p {
    margin-top:24px;
    margin-bottom:48px;
}
.panel-2 {
    top:0;
    width:29%;
    height:100%;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    opacity:0;
    left:40%;
    position:absolute;
}
.profile-img {
    background:url(../images/about/profile.jpg) center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
}
.profile-img-left {
    -webkit-transition-delay:0.38s;
    transition-delay:0.38s;
    opacity:1;
    left:68%;
    z-index:1;
}
.convention {
    margin-top:48px;
}
.convention p {
    margin-top:24px;
    margin-bottom:24px;
}
.convention table th,.convention table td {
    padding:5px 0;
    border-bottom: 1px solid #ddd;
}
/*--- Skillbar ---*/
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:6px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width,background-color;
    transition-property:width,background-color;
}
.skillbar-title {
    font-weight:bold;
    font-size:13px;
    color:#333;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.skillbar-title span {
    display:block;
    height:24px;
}
.skillbar-bar {
    height:6px;
    width:0;
    background:#b28647;
    float:left;
}
.containers {
    min-height:100%;
    height:100vh;
}
.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#a6a6a6;
}
.services {
    margin-top:48px;
}
.services h5 {
    font-family:'Montserrat',sans-serif;
    text-transform:uppercase;
    font-weight:600;
    color:#333;
}
.services p {
    margin-top:24px;
    margin-bottom:48px;
}
.card {
    border-radius:3px;
    border:1px solid #b28647;
}
.card-img-top {
    width:100%;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.card>i {
    text-align:center;
    color:#b28647;
    padding-top:12px;
    padding-bottom:12px;
    font-size:96px;
    border-bottom: 1px solid #b28647;
}
/* component: icon */
.icon{display: inline-block; width: 50px; height: 50px; vertical-align: middle;}
.icon-category{display: inline-block; width: 15px; height: 15px;color:transparent;border: 1px transparent solid; border-radius: 50%; vertical-align: middle;transition:0.6s color;-webkit-transition:0.6s color;}
.icon-web{border-color: #555; background-color: #555;}
.icon-responsive{border-color: #ff7003; background-color: #ff7003;}
.icon-mobile{border-color: #28a745; background-color: #28a745;}
/*--- 07. RESUME SECTION ---*/
.resume-content {
    right:15px;
    left:21%;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
.education {
    margin-top:96px;
}
.education h4 {
    font-family:'Montserrat',sans-serif;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:4px;
    font-size:14px;
}
.resume.title-page:before {
    content:"Resume";
    top:-52px;
    position:absolute;
    color:rgba(0,0,0,0.04);
    font-size:72px;
    z-index:-1;
    font-weight:300;
    letter-spacing:-4px;
    text-transform:capitalize;
}
.resume-inner {
    border-left:1px solid #b28647;
    padding-left:30px;
}
.resume-row {
    position:relative;
    margin-top:30px;
}
.resume-row p {
    line-height:27px;
    margin-top:12px;
    margin-bottom:24px;
}
.resume-row:after {
    position:absolute;
    content:'';
    width:13px;
    height:13px;
    background:#b28647;
    left:-37px;
    top:0;
    border-radius:50%;
}
.resume-date {
    position:relative;
    top:-5px;
    margin-bottom:7px;
    color:#ffffff;
    font-weight:400;
    font-size:14px;
    display:inline-block;
    background:#b28647;
    padding:1px 15px;
    border-radius: 100px;
}
/*--- 08. PORTFOLIO SECTION ---*/
#portfolio p {
    margin-top:96px;
}
.portfolio-content {
    right:15px;
    left:21%;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
.portfolio.title-page:before {
    content:"Portfolio";
    top:-52px;
    position:absolute;
    color:rgba(0,0,0,0.04);
    font-size:72px;
    z-index:-1;
    font-weight:300;
    letter-spacing:-4px;
    text-transform: capitalize;
}
/* filters-navigation */
#filter {
    margin-top:36px;
    margin-bottom:24px;
    list-style-type:none;
    padding:0;
}
#filter li,#filter a {
    display:inline-block;
}
#filter a {
    font-family:'Montserrat',sans-serif;
    letter-spacing:0.015em;
    color:#555;
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    text-decoration:none;
    padding:2px 12px;
    display:block;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
}
#filter a:hover {
    background-color:#b28647;
    border-radius:100px;
    color:#fff;
}
.active-filter {
    background-color:#b28647;
    border-radius:100px;
    color: #fff!important;
}
/* grid-portfolio */
#grid {
    position:relative;
}
.item {
    width:32%;
    height:auto;
    overflow:hidden;
    margin-right:5px;
    margin-bottom: 5px;
}
/* hover img */
figure.effect-sadie figcaption::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:-webkit-linear-gradient(top,rgba(72,76,97,0) 0%,#b28647 75%);
    background:linear-gradient(to bottom,rgba(72,76,97,0) 0%,#b28647 75%);
    content:'';
    opacity:0;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
}
figure.effect-sadie h2 {
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    color:#484c61;
    -webkit-transition:-webkit-transform 0.35s,color 0.35s;
    -webkit-transition:color 0.35s,-webkit-transform 0.35s;
    transition:color 0.35s,-webkit-transform 0.35s;
    transition:transform 0.35s,color 0.35s;
    transition:transform 0.35s,color 0.35s,-webkit-transform 0.35s;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before,figure.effect-sadie p,figure.effect-sadie i {
    -webkit-transition:opacity 0.35s,-webkit-transform 0.35s;
    transition:opacity 0.35s,-webkit-transform 0.35s;
    transition:opacity 0.35s,transform 0.35s;
    transition:opacity 0.35s,transform 0.35s,-webkit-transform 0.35s;
}
figure.effect-sadie p {
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    padding:10px;
    width:100%;
    opacity:0;
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
}
figure.effect-sadie i {
    opacity:0;
    font-size:36px;
    top:42%;
    bottom:0;
    right:0;
    left:0;
    position:absolute;
    color:#fff;
    text-align:center;
    -webkit-transform:translate3d(0,10px,0);
    transform:translate3d(0,10px,0);
}
figure.effect-sadie:hover h2 {
    color:#fff;
    -webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform:translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before,figure.effect-sadie:hover p,figure.effect-sadie:hover i {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* portfolio>mode-area */
.content-area {
    margin-top:20px;
}
.mode-area {
    margin-bottom:10px;
    font-size:0;
    text-align:right;
}
.mode-area button {
    display:inline-block;
    width:30px;
    height:30px;
    border:1px rgba(0,0,0,0.1) solid;
    background-color:#fff;
    vertical-align:top;
    cursor:pointer;
}
.mode-area button:nth-child(1) {
    border-right:0;
    border-radius:5px 0 0 5px;
}
.mode-area button:nth-child(2) {
    border-left:0;
    border-radius:0 5px 5px 0;
}
.mode-area button.selected {
    background-color:#b28647;
}
.btn-grid-mode {
    background:url(../images/portfolio/btn_grid_mode.svg) center no-repeat;
    background-size:15px;
}
.btn-list-mode {
    background:url(../images/portfolio/btn_list_mode.svg) center no-repeat;
    background-size: 15px;
}
/* portfolio>sort-area */
.sort-area {
    position:relative;
    height:40px;
    margin:0 10px;
}
.category-list {
    display:flex;
    font-size:0;
}
.category-list li {
    display:inline-block;
    position:relative;
    vertical-align:top;
    text-align:center;
    border-bottom:1px #fff solid;
    margin:0 2px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.category-list li a {
    display:block;
    font-size:0;
}
.category-list li a span {
    display:inline-block;
    vertical-align:middle;
    font-family:'Montserrat',sans-serif;
    font-size:12px;
    letter-spacing:0.015em;
    text-transform:uppercase;
    padding:2px 12px;
    color:#555;
    transition-duration:.3s;
    -webkit-transition-duration:.3s;
}
.category-list li a:hover span {
    background-color:#b28647;
    border-radius:100px;
    color:#fff;
}
.category-list li.selected a span {
    background-color:#b28647;
    border-radius:100px;
    color:#fff!important;
}
.category-list li a i+span {
    margin-left:5px;
}
.sort-area .line {
    position:absolute;
    bottom:0;
    left:0;
    width:15%;
    height:2px;
    background-color:#000;
    transition:width .15s,left .15s;
    -ms-transition:width .15s,left .15s;
    -webkit-transition:width .15s,left .15s;
    -moz-transition:width .15s,left .15s;
    -o-transition: width .15s,left .15s;
}
/* portfolio>portfolio-list-area */
.portfolio-list-area {
    margin-top:20px;
}
.portfolio-list li {
    display:none;
    transition:all .2s cubic-bezier(.4,0,.2,1);
    -webkit-transition:all .2s cubic-bezier(.4,0,.2,1);
    -moz-transition:all .2s cubic-bezier(.4,0,.2,1);
    -o-transition:all .2s cubic-bezier(.4,0,.2,1);
}
.portfolio-list[category="all"] li,
.portfolio-list[category="web"] [category*="web"],
.portfolio-list[category="responsive"] [category*="responsive"],
.portfolio-list[category="mobile"] [category*="mobile"] {
    display: list-item;
}
.portfolio-list li[category="web"] .logo {
}
.portfolio-list[category="web"] [category*="web"] .icon-web,
.portfolio-list[category="mobile"] [category*="mobile"] .icon-mobile ,
.portfolio-list[category="responsive"] [category*="responsive"] .icon-responsive {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    border-radius: 13px;
}
/* portfolio>card */
.card {
    position:relative;
    display:inline-block;
    width:100%;
    padding:10px;
    color:#555;
}
a.card:hover {
    color:#555;
}
.grid .card {
    /*height:275px;*/
}
.card::before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    border:1px rgba(0,0,0,0.1) solid;
    border-radius:5px;
}
.card .category {
    position:absolute;
    bottom:15px;
    left:15px;
    font-size:0;
}
.card .category i+i {
    margin-left:3px;
}
.card .logo {
    width:100%;
    /*height:60px;*/
    margin-bottom:15px;
    /*padding:10px 0;*/
}
.card .logo.oksusu .table {
    background-color:#ffd600;
}
.card .logo.hyundai-card .table {
    background-color:#000;
}
.card .logo.hasoo .table {
    background-color:#1f3633;
}
.card .logo img {
    width:100%;
    transform:scale(0.9);
    -ms-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    transition:0.1s all linear;
    -ms-transition:0.1s all linear;
    -webkit-transition:0.1s all linear;
    -moz-transition:0.1s all linear;
    -o-transition:0.1s all linear;
}
.portfolio-list li:hover .logo img {
    transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
}
.card .metadata {
    padding:25px 0;
    border-top:1px rgba(0,0,0,0.1) solid;
    text-align:center;
}
.card .metadata h3 {
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}
.card .metadata dl {
    font-size:0;
    margin:0;
}
.card .metadata dt,.card .metadata dd {
    display:inline-block;
    font-size:13px;
    vertical-align:top;
}
.card .line {
    position:absolute;
    margin:0;
    background-color:#b28647;
    transition:all 0.25s;
    -ms-transition:all 0.25s;
    -webkit-transition:all 0.25s;
    -moz-transition:all 0.25s;
    -o-transition:all 0.25s;
}
.card .line.top,.card .line.bottom {
    width:0;
    height:2px;
}
.card .line.right,.card .line.left {
    width:2px;
    height:0;
}
.card .line.left {
    bottom:0;
    left:0;
    transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
}
.card .line.top {
    top:0;
    left:0;
    transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}
.card .line.right {
    top:0;
    right:0;
    transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
}
.card .line.bottom {
    bottom:0;
    right:0;
;
    transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}
.card:hover .line.top,.card:hover .line.bottom {
    width:100%;
}
.card:hover .line.right,.card:hover .line.left {
    height:100%;
}
.card:hover .line.left {
    bottom:0;
    left:0;
    transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}
.card:hover .line.top {
    top:0;
    left:0;
    transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
}
.card:hover .line.right {
    top:0;
    right:0;
    transition-delay:0.1s;
    -ms-transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}
.card:hover .line.bottom {
    bottom:0;
    right:0;
    transition-delay:0.2s;
    -ms-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -o-transition-delay: 0.2s;
}
/* portfolio(grid ver.)>card */
.btn-security {
    background:rgba(178, 134, 71, 0.1);
}
.portfolio-list.grid .card {
    margin-bottom:20px;
}
.grid .card .award {
    position:absolute;
    top:15px;
    left:15px;
    width:25px;
    height: auto;
}
/* portfolio(list ver.)>card */
.portfolio-list.list {
    margin:0 10px;
}
.portfolio-list.list li {
    width:auto;
    border-top:1px rgba(0,0,0,0.1) solid;
;
}
.portfolio-list.list > li+li {
    margin-top:10px;
}
.portfolio-list.list li:first-child {
    border-top:0;
}
.list .card {
    font-size:0;
}
.list .card::before {
    display:none;
}
.list .card>div:not(.award) {
    display:inline-block;
    position:static;
    height:auto;
    margin:0;
    padding:0;
    border:0;
    vertical-align:middle;
    text-align:center;
}
.list .card>div:nth-child(1) {
    width:17%;
}
.list .card>div:nth-child(2) {
    width:25%;
    text-align:center;
}
.list .card>div:nth-child(3) {
    width:57%;
    font-size:0;
}
.list .card>div:nth-child(3)>h3,.list .card>div:nth-child(3)>div {
    display:inline-block;
    width:49%;
    margin:0;
    padding:0 20px;
    vertical-align:middle;
}
.list .card>div:nth-child(3)>h3 {
    line-height:1.5;
}
.list .card .table {
    width:auto;
    margin:0 auto;
}
.list .card .award {
    display:none;
}
.list .card a {
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform: translateY(-50%);
}
/*--- 09. CONTACT SECTION ---*/
#contact.panel {
    width:70%;
    height:100%;
}
.contact-content {
    right:15px;
    left:15.6%;
    top:0;
    margin-top:96px;
    position:absolute;
    padding-bottom:96px;
}
.contact.title-page:before {
    content:"Contact";
    top:-52px;
    position:absolute;
    color:rgba(0,0,0,0.04);
    font-size:72px;
    z-index:-1;
    font-weight:300;
    letter-spacing:-4px;
    text-transform:capitalize;
}
.contact-text {
    margin-top:96px;
}
.panel-cart {
    width:27%;
    height:100%;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    opacity:0;
    left:40%;
    position:absolute;
    background-color:red;
    display:block;
}
.cart-open {
    top:0;
    -webkit-transition-delay:0.38s;
    transition-delay:0.38s;
    opacity:1;
    left:70%;
    z-index:1;
}
.well {
    margin-top:72px;
    min-height:20px;
    background-color:#fff;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.form-control {
    display:block;
    width:100%;
    height:50px;
    padding:6px 12px;
    font-size:14px;
    color:#666 !important;
    background-color:#fff;
    background-image:none;
    border:none;
    border-bottom:2px solid #333;
    border-radius:0;
    box-shadow:none;
    -webkit-transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    -webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color:#b28647;
    box-shadow:none;
}
input[type="checkbox"]{
    display: none;
    vertical-align: middle;
}
input[type="checkbox"] + label{
    display: inline-block;
    margin: 0;
    color: #000;
    vertical-align: middle;
    cursor:pointer;
}
input[type="checkbox"] + label::before{
    content:'';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    border:1px solid #000;
}
input[type="checkbox"]:checked + label{
}
input[type="checkbox"]:checked + label::before{
    background: url(../images/contact/1.png) left top #b28647 no-repeat;
    background-size: cover;
}
.thankyou_message {
    background:#b28647;
    color:#fff;
    line-height:24px;
    font-size:14px;
    border-radius:10px;
    padding:0 10px;
    margin-top:20px;
}
textarea.form-control {
    height:auto;
    resize:none;
}
.text-success {
    color:#b28647!important;
    margin-top:12px;
    font-size:20px;
}
.a-link {
    color: #b28647;
    cursor:pointer;
}
#gform .input-group label {
    display:none;
}
.input-group.agreement {
    margin-top:20px;
}
#gform .input-group.agreement label {
    display:inline-block;
}
.mobile-panel-cart {
    display:none;
}
/* Googlemap */
#map_canvas {
    width:100%;
    height:100%;
    background-color:grey;
}
#map_canvas2 {
    display: none;
}
/*--- 10. MEDIA QUERIES FOR RESPONSIVE DESIGN ---*/
@media (max-width:960px) {
    .menu-logo>img {
        width:150px;
        height:40px;
    }
    /* Resume-page */
    .resume-inner {
        margin-left: 15px;
    }
}
@media (max-width:768px) {
    /* Navigation */
    .nav-menu {
        width:100%;
        left:-100%;
    }
    .btn-close {
        display: block;
    }
    .mobile-menu-open {
        left:0;
        background-color:rgba(247, 247, 247, 0.8);
    }
    .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right:53px;
    }
    .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        right: 110px;
    }
    /* About-Page */
    .about-me {
        margin-top:96px;
    }
    .about-me h4 {
        margin-top:48px;
    }
    img.mobile-profile-img {
        display:block;
        width:250px;
        margin:0 auto;
        border:3px solid #b28647;
        padding:4px;
    }
    .about-content {
        margin-top:120px;
        left:0;
        right:0;
    }
    #about.panel {
        width:97%;
        height: auto;
    }
    /* Portfolio-Page */
    .portfolio-content {
        margin-top:120px;
        left:0;
        right:0;
    }
    .item {
        width: 48%;
    }
    .mode-area{
        display: none;
    }
    /* Resume-page */
    .resume-content {
        margin-top:120px;
        left:0;
        right:0;
    }
    .resume-inner {
        margin-top:48px;
    }
    .panel-2 {
        display: none;
    }
    /*- Contact-Page -*/
    .contact-content {
        margin-top:120px;
        left:0;
        right:0;
    }
    .panel-cart {
        display:none;
    }
    #contact.panel {
        width:97%;
    }
    .mobile-panel-cart {
        display:block;
        margin-top:48px;
    }
    #map_canvas2 {
        margin-top:48px;
        width:100%;
        height:400px;
        display:block;
    }
}
@media (max-width:575px) {
    .copyright {
        display:none;
    }
    .home-title-text {
        width:100%;
    }
    #about.panel,.panel,#contact.panel {
        width:100%;
    }
    .contact-content {
        padding-bottom:12px;
    }
    .copyright-contact {
        padding:1px 15px;
        margin:48px 0 24px;
        display:inline-block;
        background-color:#b28647;
        color:#fff;
        font-size:12px;
        border-radius: 100px;
    }
    /* Portfolio-page */
    .item {
        width:96%;
    }
}
@media (max-height:480px) {
    .home-content {
        right:15px;
        left:0;
        margin-top:-50px;
    }
    .home-title-text {
        width:100%;
    }
    .menu-text {
        margin-top:48px;
    }
    .social-links {
        padding-bottom:12px;
    }
}
@media (max-height:480px) and (max-width:3000px) {
    .home-title-text {
        left:31.2%;
    }
}
@media (max-width:360px) {
    .home-title-text {
        width:100%;
    }
    .home-content {
        right:15px;
        left:15px;
    }
    .home-title-text {
        width: 100%;
    }
}

/*--- etc. SKIP-MENU ---*/
.skip-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.skip-menu a {
    position: absolute;
    left: 0;
    top: -1000px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #b28647;
    outline: none;
}
.skip-menu a:active,
.skip-menu a:focus {
    top:0;
}