/*---------------------------------------

01. Default
    01.1 HTML, Body
    01.2 H1, H2, H3 P
    01.3 Title
    01.4 Header
    01.5 Section Padding
    01.6 Selection
    01.7 Bottns
    01.8 Social
    01.9 Lightbox
02  Navbar
03. Page Slideshow
04. Page Streak
05. Page Scroll
06. Page Grid
07. Page Single Post
08. Page About Studio
09. Page About Resume
10. Page About Personal
11. Page Blog
12. Page Blog Post
13. Page Contact
14. Page 404
15. Section State
16. Section Instafeed
17. Scroll Top
18. Footer
19. Responsive
19. Responsive
20. CSS only for firefox

---------------------------------------*/

/*--- Default ---*/

html,
body {
    height: 100%;
    font-size: 14px;
    line-height: 1.5;;
    background: #ffffff;
    position: relative;
    font-style: italic;
}

/* H1, H2, H3 */

h1,
h2,
h3 {
    font-family: Cormorant Garamond;
    margin: 0;
    line-height: 1.3;
}

h1 {
    color: #c69c6d;
    font-size: 72px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

h1-f {
    font-family: Cormorant Garamond;
    color: #c69c6d;
    font-size: 72px;
    font-weight: 500;
}

h2,
h3 {
    color: #bbb;
    margin-bottom: 25px;
}

.h3-post{
    color: #c69c6d;
    letter-spacing: 0.02em;

}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 22px;
}

p {
    color: #bbb;
    margin: 0;
    font-style: normal;
    letter-spacing: 0.2em;

}

.title {
    text-align: center;
    margin-bottom: 10px;
}

.title span {
    color: #bbb;
    font-size: 22px;
    font-weight: 350;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.title p {
    color: #bbb;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.title h2 {
    color: #c69c6d;
    margin-bottom: 0;
}

header {
    position: relative;
    height: 100%;
}

.header {
    padding: 250px 0 100px;
    text-align: center;
    height: auto;
}

/* Section Padding */

.section-padding {
    padding: 50px 20px;
}

/* Selection */

::selection {
    text-shadow: none;
    background: #c69c6d;
}

::-moz-selection {
    color: #bbb;
    text-shadow: none;
    background: #c69c6d;
}

/* Bottns */

.btn-main,
.form-submit {
    letter-spacing: 0.2em;
    color: #bbb;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-main:hover,
.form-submit:hover {
    color: #c69c6d;
    text-decoration: none;
}

.btn-main:before,
.form-submit:before {
    position: absolute;
    content: '';
    width: 0%;
    opacity: .5;
    top: 45%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-main:hover:before,
.form-submit:hover:before {
    width: 100%;
}

/* Social */

.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.2em;
    color: #ccc;

}

.social ul:hover,
.form-submit:hover {
    color: #c69c6d;
    text-decoration: none;
}

.social ul:before,
.form-submit:before {
    position: absolute;
    content: '';
    width: 0%;
    opacity: .5;
    top: 45%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social ul:hover:before,
.form-submit:hover:before {
    width: 100%;
}

.social ul li {
    list-style: none;
    display: inline-block;
    font-style: italic;
    margin-right: 25px;
}

.social ul li:last-child {
    margin-right: 0;
        font-style: italic;

}

.social ul li a {
    color: #d5d5d5;
        font-style: italic;

}

.social ul li a:hover {
    color: #c69c6d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Lightbox */

.lb-data .lb-close {
    background: url(../img/lightbox/close.png) top right no-repeat;
}

.lb-cancel {
    background: url(../img/lightbox/loading.gif) no-repeat
}

.lb-nav a.lb-prev {
    background: url(../img/lightbox/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url(../img/lightbox/next.png) right 48% no-repeat;
}

/*--- Start Navbar ---*/

.navbar {
    letter-spacing: 0.2em;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default {
    padding-top: 40px;
    background-color: transparent;
    border-color: transparent;
}

.top-nav {
    padding: 20px 0;
    background-color: #fff;
}

.nav-open {
    background-color: #fff;
}

.navbar-brand {
    padding: 0;
    height: 100%;
}

.navbar > .container.navbar-brand,
.navbar > .container-fluid.navbar-brand {
    margin-left: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav > li {

    margin-right: 25px;
    padding: 20px 0;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-nav > li > a {
    padding: 0;
    color: #d5d5d5;
}

.navbar-default .navbar-nav > li > a {
    color: #d5d5d5;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #c69c6d;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    width: 0%;
    opacity: .5;
    top: 45%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover:before {
    width: 100%;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #c69c6d;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:focus:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > .open > a:before,
.navbar-default .navbar-nav > .open > a:focus:before,
.navbar-default .navbar-nav > .open > a:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    opacity: .5;
    top: 45%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Dropdown */

.dropdown-menu {
    top: 80%;
    padding: 20px 30px;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    min-width: 160px;
}

.dropdown-menu > li > a {
    color: #d5d5d5;
    line-height: 1.5;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dropdown-menu > li:last-child > a {
    padding: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #c69c6d;
    background-color: transparent;
}

/* Navbar Toggle */

.navbar-toggle {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0 transparent;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

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

/* Menu Icon */

.menu-icon {
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
    z-index: 999;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-icon.change {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bar {
    background-color: #d5d5d5;
    border-radius: 5px;
    width: 100%;
    height: 2px;
    -webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-icon:hover .bar {
    background-color: #c69c6d;
}

.bar.half {
    width: 50%;
}

.bar.start {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.change .bar {
    background-color: #c69c6d;
}

.change .bar.start {
    -webkit-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}

.bar.end {
    align-self: flex-end;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform .3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.change .bar.end {
    -webkit-transform: rotate(-90deg) translateX(-1px);
    -o-transform: rotate(-90deg) translateX(-1px);
    transform: rotate(-90deg) translateX(-1px);
}

/* Navbar Collapse */

.navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--- End Navbar ---*/

/*--- Start Slideshow ---*/

.slideshow {
    position: relative;
    color: #ffffff;
    background-color: #fff;
    overflow: hidden;
    height: 100vh;
    min-height: 400px;
}

.slide {
    visibility: hidden;
    transition: visibility 0s 1.7s;
}

.slide.active {
    visibility: visible;
    transition-delay: 0s;
}

.slide-bg {
    transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), 
    -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    overflow: hidden;
}

.is-loaded .slide-bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.absolute-bg {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    bottom: 1em;
    left: 1.5em;
    background-position: center;
}

.bg-load {
    transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.is-loaded .bg-load {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Bg Wrap */

.bg-wrap {
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide.is-prev .bg-wrap {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.slide.is-next .bg-wrap {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

/* Slide Background */

.slide-background {

    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.slide.is-prev .slide-background,
.slide.is-next .slide-background {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition-delay: 0s;
}

.slide-img-wrap {
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide.is-prev .slide-img-wrap {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.slide-img {
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, 
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Change the background from here */

.item-1 {
    background-image: url(../img/fahrschule-mann/Website.png);
    opacity: .9;
}

.item-2 {
    background-image: url(../img/mukin/Wiebke_Kovermann_Website-2.png);
}

.item-3 {
    background-image: url(../img/adidas/Wiebke_Kovermann_Website-2.png);
}

.slide.is-prev .slide-img,
.slide.is-next .slide-img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition-delay: 0s;
}

.slide-img:before,
.slide-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
}

.slide-img:before {
    background-color: #fff;
}

.slide-img.item-1:before {
    background-color: transparent;
}


.slide.is-prev .slideshow_container,
.slide.is-next .slideshow_container {
    -webkit-transform: none !important;
    transform: none !important;
}

/* Slide Caption */

.slide-caption {
    position: relative;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slide-caption {
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide-caption-text {
    padding-left: 4vh;
    position: relative;
    height: 90%;
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide.is-prev .slide-caption-text {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
}

.slide.is-next .slide-caption-text {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 90%, 0);
}

.slide-caption-text {
    position: relative;
    height: 90%;
    padding-top: 33vh;
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slide.is-prev .slide-caption-text {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.slide.is-next .slide-caption-text {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

/* Slide Caption p */

.slide-caption p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #c69c6d;
}

/* Slide Caption H1 */

.slide-caption h1 {
    color: #fff;
}

/* Arrow */

.footer-arrow,
.arrow {
    height: 100%;
    position: relative;
}

.footer-arrow .container {
    height: 100%;
}

.arrow-holder {
    z-index: 3;
    position: absolute;
    bottom: 32px;
    right: 0;
}

.arrow-holder span {
    color: #d5d5d5;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.arrow-holder span:hover {
    color: #c69c6d;
}

.fa-chevron-left,
.fa-chevron-right {
    position: relative;
    font-size: 14px;
}

.fa-chevron-left:after,
.fa-chevron-right:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #d5d5d5;
    top: 38%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fa-chevron-left:after,
.fa-chevron-right:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fa-chevron-left:after {
    left: 3px;
}

.fa-chevron-right:after {
    right: 3px;
}

.js-slider-home-prev:hover .fa-chevron-left:after,
.js-slider-home-next:hover .fa-chevron-right:after {
    background: #c69c6d;
}

/* Social Footer */

.social-footer {
    position: relative;
    bottom: 59px;
}

/*--- End Slide Show ---*/



/* Item Overlay */

.item-overlay-1 {
    height: 450px;
    width: 100%;
    opacity: 0;
    background: url(../img/background/website/Wiebke_Kovermann_Website2.mp4) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-overlay-2 {
    height: 450px;
    width: 100%;
    opacity: 0;
    background: url(../img/background/mukin.mp4) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-overlay-3 {
    height: 450px;
    width: 100%;
    opacity: 0item-img-2;
    background: url(../img/background/adidas.mp4) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.streak-item:hover .item-overlay-1 .item-overlay-2 .item-overlay-3 {
    opacity: 0;
}



.owl-nav {
    position: absolute;
    text-align: right;
    bottom: 40px;
    right: 0;
    left: 0;
    color: #d5d5d5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}

.fa-chevron-left,
.fa-chevron-right {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-prev:hover .fa-chevron-left,
.owl-next:hover .fa-chevron-right {
    color: #c69c6d;
}

.owl-prev:hover .fa-chevron-left:after,
.owl-next:hover .fa-chevron-right:after {
    background: #c69c6d;
}

.streak .social-footer .social {
    position: relative;
    display: inline-block;
    z-index: 1;
}


/*--- End Streak ---*/

/*--- Start Scroll ---*/

.scroll-item {
    margin-bottom: 200px;
    position: relative;
    overflow: hidden;
}

.scroll-item:last-child {
    margin-bottom: 100px;
}

/* Img */

.item-img-1 {
    height: 450px;
    width: 100%;
    opacity: .85;
    background: url(../img/fahrschule-mann/Wiebke_Kovermann_Website.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.item-img-2 {
    height: 450px;
    width: 100%;
    opacity: .85;
    background: url(../img/mukin/Wiebke_Kovermann_Website.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.item-img-3 {
    height: 450px;
    width: 100%;
    opacity: .85;
    background: url(../img/adidas/home.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}








.item-img-blog {
    height: 600px;
    width: 100%;
    background: url(../img/blog/dotart/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.item-img-blog2 {
    height: 600px;
    width: 100%;
    background: url(../img/blog/schwangerschaftsschooting/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.item-img-blog3 {
    height: 600px;
    width: 100%;
    background: url(../img/blog/peter-pan/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.scroll-item:hover .item-overlay {
    opacity: 0;
}






/* Item Text */

.item-text {
    position: absolute;
    bottom: 40px;
    padding-left: 40px;
    left: -150%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-item:hover .item-text {
    left: 0;
}

.item-text p {
    color: #c69c6d;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.item-text h2 {
    margin: 0;
}

.scroll .view-more {
    text-align: center;
}

.scroll .view-more .btn-main {
    margin-top: 0;
}

/*--- End Scroll ---*/

/*--- Start Grid ---*/
#grid {
    padding-bottom: 70px;
}

.grid-nav {
    margin: 0 0 60px 15px;
}

.grid-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.grid-nav ul li {
    color: #d5d5d5;
    position: relative;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0 25px 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.grid-nav ul li:last-child {
    margin: 0;
}

.grid-nav li:focus,
.grid-nav li:hover {
    color: #c69c6d;
}

.grid-nav li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    opacity: .5;
    top: 40%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid-nav li:hover:before {
    width: 100%;
}


.grid-nav li.active {
    color: #c69c6d;
    background-color: transparent;
}

.grid-nav li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    opacity: .5;
    top: 40%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-grid {
    margin-bottom: 30px;
}

.grid-items .item {
    position: relative;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.item:hover .item-text {
    left: 0;
}

.item:hover .item-overlay {
    opacity: 0;
}

/*--- End Grid ---*/

/*--- Start Single Post ---*/

.post-header {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.post-header {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.post-header2 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/adidas/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.post-header3 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/mukin/mukin_Website2.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}









.post-headerblog {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/dotart/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}


.post-headerblog2 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/schwangerschaftsschooting/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.post-headerblog3 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/peter-pan/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.blog-header {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/header7.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.blog-header2 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/header7.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.blog-header3 {
    position: fixed;
    top: 0;
    height: 95%;
    width: 100%;
    background: url(../img/blog/header7.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}



/* Post Content */

.post-content {
    padding-top: 100vh;
}

.post-info {
    text-align: center;
}

.post-info span {
    color: #ddd;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.client {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}

/* Start Post Content Text */

.post-content-text {
    padding-top: 60px;
}

.post-content-text p {
    padding-bottom: 30px;
}

/* Post Content Img */

.post-content-img {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fm-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_Website-unter.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fm-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_Geschaeftspapiere.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fm-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_Website_Instagram.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fm-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_Postkarte-Jutebeutel.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fm-img-5 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_ONLINE-AD_1.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.fm-img-6 {
    height: 250px;
    width: 100%;
    background: url('../img/fahrschule-mann/Wiebke_Kovermann_ONLINE-AD2.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.post-img-1:hover,
.post-img-2:hover,
.post-img-3:hover,
.post-img-4:hover,
.post-img-5:hover,
.post-img-6:hover,
.post-img-7:hover,
.post-img-8:hover,
.post-img-9:hover, {
    opacity: .5;
}


.mukin-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_create.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.mukin-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_Website_Instagram.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.mukin-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_shop.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.mukin-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_Geschaeftspapiere.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.mukin-img-5 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_Upcycling.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.mukin-img-6 {
    height: 250px;
    width: 100%;
    background: url('../img/mukin/Wiebke_Kovermann_Verpackung.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.post-img-1:hover,
.post-img-2:hover,
.post-img-3:hover,
.post-img-4:hover,
.post-img-5:hover,
.post-img-6:hover,
.post-img-7:hover,
.post-img-8:hover,
.post-img-9:hover, {
    opacity: .5;
}

.adidas-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/adidas/home.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.adidas-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/adidas/navi.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.adidas-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/adidas/strategie.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.adidas-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/adidas/video.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}







.dot-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/dotart/dotart1.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dot-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/dotart/dotart2.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dot-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/dotart/dotart3.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dot-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/dotart/dotart4.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dot-img-5 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/dotart/dotart5.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dot-img-6 {
    height: 250px;
    width: 100%;
    background: url('img/blog/dotart/dotart6.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}


.dot-img-1:hover,
.dot-img-2:hover,
.dot-img-3:hover,
.dot-img-4:hover,
.dot-img-5:hover,
.dot-img-6:hover {
    opacity: .5;
}


.sw-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/schwangerschaftsschooting/dotart.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.sw-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/schwangerschaftsschooting/dotart1.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}



.sw-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/schwangerschaftsschooting/dotart2.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.sw-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/schwangerschaftsschooting/dotart4.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.sw-img-5 {
    height: 250px;
    width: 100%;
    background: url('img/blog/schwangerschaftsschooting/dotart5.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}


.sw-img-6 {
    height: 250px;
    width: 100%;
    background: url('img/blog/schwangerschaftsschooting/dotart6.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}



.dot-img-1:hover,
.dot-img-2:hover,
.dot-img-3:hover,
.dot-img-4:hover,
.dot-img-5:hover,
.dot-img-6:hover,
.dot-img-7:hover,
.dot-img-8:hover,
.dot-img-9:hover, {
    opacity: .5;
}









.peter-img-1 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/peter-pan/dotart.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.peter-img-2 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/peter-pan/dotart1.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.peter-img-3 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/peter-pan/dotart2.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.peter-img-4 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/peter-pan/dotart3.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.peter-img-5 {
    height: 250px;
    width: 100%;
    background: url('../img/blog/peter-pan/dotart4.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.peter-img-6 {
    height: 250px;
    width: 100%;
    background: url('img/blog/peter-pan/dotart5.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}



}
/* End Post Content Text */

/* Start Post Arrow */

.post-arrow {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #959595;
}

.post-arrow a {
    color: #d5d5d5;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-arrow a:hover .fa-chevron-left:after,
.post-arrow a:hover .fa-chevron-right:after {
    background: #c69c6d;
}

.post-arrow a:hover {
    color: #c69c6d;
}

.post-arrow a:last-child {
    float: right;
}

/*--- End Single Post ---*/



/*--- Start About Resume ---*/

.about-resume {
    padding-top: 250px
}

.no-padding {
    padding: 0;
}

/* Resume Img  */

.resume-padding-img {
    padding-left: 15px;
}

.resume-img {
    height: 544px;
    width: 100%;
    background: url(../img/Kovermann_Wiebke_01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

/* Resume Text */

.resume-padding-text {
    padding-right: 15px;
}

.resume-top {
    padding-top: 60px;
}

.resume-text {
    padding: 60px;
    background: #eee;
}

.resume-text .title {
    text-align: left;
    margin-bottom: 25px;
}

/* Start Section Features */

.features-item span {
    color: #d5d5d5;
    font-size: 70px;
    float: left;
    margin-right: 30px;
}

.features-item h3,
.features-item p {
    display: table;
}

/* Section Features */

/* Start Section Skills */

.skills {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #eee;
}

.skills-item {
    margin-bottom: 30px;
}

.bar-title p {
    color: #bbb;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
}

.percent {
    position: absolute;
    color: #d5d5d5;
    right: 0;
    top: -47px;
}

.skills-bar {

    background: #fff;
    position: relative;
    width: 100%;
    height: 4px;
}

.progress-bar {
    background: #c69c6d;
    width: 0%;
    height: 100%;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    position: relative;
}

/* End Section Skills */

/*--- End About Resume ---*/

/*--- Start About Personal ---*/

.about-personal {
    height: 100%;
}

.img-height {
    height: 100%;
}


/*--- Start Blog ---*/

/* Start Row Left */

.blog-items {
    margin-bottom: 60px;
}

.blog-item-img-1 {
    height: 450px;
    width: 100%;
    background: url(..img/blog/dotart/head.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-item-img-2 {
    height: 450px;
    width: 100%;
    background: url(..img/blog/adidas.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-item-img-3 {
    height: 450px;
    width: 100%;
    background: url(..img/blog/adidas.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-text {
    padding: 40px;
}

.blog-text-top {
    padding-bottom: 25px;
}

.blog-text-top p {
    display: inline-block;
        font-style: italic;

}

.blog-text-top p:last-child {
    float: right;
}

/* Pagination */

.blog-nav {
    text-align: center;
}

.pagination {
    margin: 0;
    border-radius: 0;
}

.pagination > li > a {
    padding: 0 15px 0 0;
    margin-left: 0;
    line-height: 1.5;
    color: #d5d5d5;
    background-color: transparent;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination li:last-child a {
    padding-right: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
    z-index: 2;
    color: #c69c6d;
    background-color: transparent;
    border-color: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
    z-index: 3;
    color: #c69c6d;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    color: #d5d5d5;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.page-link:hover .fa-chevron-left:after,
.page-link:hover .fa-chevron-right:after {
    background: #c69c6d;
}

/* End Row Left */

/* Start Row Right */

.row-right {
    padding-left: 75px;
}

.row-margin {
    margin-bottom: 60px;
}

/* Search */

.search {
    position: relative;
}

input[type="text"] {
    color: #d5d5d5;
    padding: 10px 0;
    width: 100%;
    outline: 0;
    background-color: transparent;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #121212 inset;
    -webkit-text-fill-color: #fff !important;
}

.search-submit {
    position: absolute;
    top: 7px;
    right: 0;
}

.search-submit button {
    border: none;
    background-color: transparent;
}

.search-submit button .fa-chevron-right {
    color: #d5d5d5;
    margin-left: 0px;
}

.search-submit button:hover .fa-chevron-right {
    color: #c69c6d;
}

.search-submit button:hover .fa-chevron-right:after {
    background-color: #c69c6d;
}

/* Catagories - Recent Posts - Tags - Meta */

.catagories ul,
.recent-posts ul,
.tags ul,
.meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catagories ul li,
.meta ul li {
    margin-bottom: 15px;
}

.catagories ul li:last-child,
.recent-posts ul li:last-child {
    margin-bottom: 0;
}

.catagories ul li a,
.catagories ul li span,
.recent-posts ul li a,
.tags ul li a,
.meta ul li a {
    color: #d5d5d5;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catagories ul li span {
    float: right;
}

.catagories ul li:hover a,
.catagories ul li:hover span,
.recent-posts ul li a:hover,
.meta ul li a:hover {
    color: #c69c6d;
}

/* Recent Posts */

.recent-posts ul li {
    margin-bottom: 30px;
}

.recent-posts img {
    width: 105px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.recent-posts ul li a {
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.recent-posts span {
    color: #d5d5d5;
}

/* Tags */

.tags ul li {
    display: inline-block;
}

.tags ul li a {
    display: block;
    padding: 7px 8px;
    margin: 0 15px 15px 0;
    background: #191919;
}

.tags ul li:last-child a {
    margin: 0;
}

.tags ul li a:hover {
    color: #fff;
    background: #c69c6d;
}

/* End Row Right */

/*--- End Blog ---*/



/*--- Start Contact ---*/

.info {
    padding-bottom: 70px;
}

.info-items {
    text-align: center;
}

.info-items span {
    color: #fff;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.email {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}

/* contact-form */

.contact-form textarea {
    height: 180px;
}

.contact-form .form-submit {
    margin-left: 0;
}

/* Map */

#map {
    height: 400px;
    margin-top: 30px;
}

/*--- End Contact ---*/

/*--- Start Page 404 ---*/

.page-404-content {
    height: 100%;
}

.page-404 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-404-img img {
    height: 300px;
    margin: 0 auto;
}

.page-404-text {
    margin: 60px 0 0;
}

.page-404-text span {
    color: #c69c6d;
    font-size: 52px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
}

/*--- End Page 404 ---*/

/*--- Start Section State ---*/

.state {
    position: relative;
    text-align: center;
    background: #fff;
}

.state span,
.state p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.state p {
    color: #c69c6d;
    margin-top: 0px;
    text-transform: uppercase;
}

/*--- End  Section State ---*/

/*--- End  Section Instafeed ---*/

#instafeed img {
    height: 170px;
    width: 100%;
    position: relative;
}

#instafeed img:hover {
    opacity: .7;
}

#instafeed .gallery {
    padding: 0;
}

.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

/* Slick Dots */

.slick-dots {
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    height: 14px;
    width: 14px;
    font-size: 0;
    display: block;
    border: 0;
    outline: none;
    border-radius: 50%;
    background: #d5d5d5;
}

.slick-dots li.slick-active button {
    background: #c69c6d;
}




.feed {
    width: 30px;
    height: auto;
    opacity: .2;
    margin: 1.5em;
}

/*--- Start Scroll Top ---*/

.scroll-top {
    right: 0;
    opacity: .7;
    bottom: 53px;
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top span {
    color: #d5d5d5;
    cursor: pointer;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top span:hover {
    color: #c69c6d;
}

.fa-chevron-left {
    top: 1px;
    margin-right: 38px;
}

.fa-chevron-left:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #d5d5d5;
    top: 38%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top span:hover .fa-chevron-left:after {
    background: #c69c6d;
}

/*--- End Scroll Top ---*/

/*--- Start Footer ---*/

footer {
    border-top: 1px solid #bbb;
    background-color: #eee;
    color: #fff;
}

/* About Footer */

.about-footer img {
    float: left;
    margin-right: 30px;
}

.about-footer p {
    padding: 9px 0;
}

/* Social */

footer .social {
    text-align: center;
    font-style: italic;
}

footer .social,
.copy p {
    padding: 19px 0;
        font-style: italic;

}

/* Copy */

.copy p {
    text-align: center;
    margin-bottom: 20px;
}

.copy a {
    color: #bbb;
}

/*--- End Footer ---*/

/*--- Responsive ---*/

@media (max-width: 1199px) {
    /* H1 */
    h1 {
        font-size: 57px;
    }
    /* Slide Caption P */
    .slide-caption p {
        font-size: 14px;
    }
    /* About Personal*/
    .personal-text {
        left: 0;
    }
    /* About Resume*/
    /* About Resume*/
    .resume-text {
        padding: 40px;
    }

    h1-f {
        font-size: 57px;
    }
    /* Slide Caption P */
    .slide-caption p {
        font-size: 14px;
    }
    /* About Personal*/
    .personal-text {
        left: 0;
    }
    /* About Resume*/
    /* About Resume*/
    .resume-text {
        padding: 40px;
    }

}


@media (max-width: 991px) {
    /* streak */
    .item-text h2 {
        font-size: 22px;
    }

    /* Star Row Right*/
    .row-right {
        padding-left: 0;
    }

    /* State */
    .state {
        padding-bottom: 30px;
    }
    .state-items {
        margin-bottom: 30px;
    }
    /* About Resume*/
    .no-padding {
        padding: 0 0;
    }
    .resume-top {
        padding-top: 0;
    }
    /* About Personal*/
    .about-personal .no-padding {
        padding: 0
    }
    /* Footer */
    .about-footer,
    footer .social {
        margin-bottom: 30px;
    }
    .about-footer img {
        float: none;
        margin: 0 auto 25px;
        display: block;
    }
    .about-footer p,
    footer .social,
    .copy p {
        padding: 0;
        text-align: center;
            font-style: italic;

    }


}

@media (min-width: 700px) {
    /* Fullscreen */
    .slideshow .slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }


}

@media (min-width: 768px) {
    /* Navbar*/
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: -30px;
    }
}

@media (max-width: 768px) {
    /* Streak */
    .item-text {
        padding-right: 40px;
    }
    .item-text h2 {
        font-size: 18px;
    }
            .absolute-bg {
    position: absolute;
    top: 1.5em;
    right: 0.2em;
    bottom: 1em;
    left: 0.2em;
    background-position: center;
    }
}

@media (max-width: 767px) {
    /* H1, H2 */
    h1 {
        font-size: 40px;
    }
        h1-f {
        font-size: 40px;
    }
    h2 {
        font-size: 22px;
    }
    /* Title */
    .title span {
        font-size: 14px;
    }
    /* Navbar */
    .navbar-nav {
        margin: 0;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }
    .menu-icon {
        display: flex;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-top .navbar-collapse:before {
        border: 0;
        margin: 0;
        padding: 80px 0 10px 80px;
        width: 100%;
        top: 0;
        right: 0;
        position: fixed;
        max-height: none;
        height: 100% !important;
        background-color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    navbar-fixed-bottom .navbar-collapse.in,
    .navbar-fixed-top .navbar-collapse.in {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 25px;
        padding: 0;
    }
    .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 300;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.5;
    }
    .navbar-default .navbar-nav > .active > a:before,
    .navbar-default .navbar-nav > .active > a:focus:before,
    .navbar-default .navbar-nav > .active > a:hover:before,
    .navbar-default .navbar-nav > .open > a:before,
    .navbar-default .navbar-nav > .open > a:focus:before,
    .navbar-default .navbar-nav > .open > a:hover:before,
    .navbar-default .navbar-nav > li > a:hover:before {
        width: 0;
    }

    .dropdown-menu {
        padding: 10px 0 0;
    }

    /* streak */
    .streak .item {
        margin: 0 15px;
    }

    /* Post Content */
    .service,
    .client {
        margin-bottom: 30px;
    }
    /* About Studio */
    .our-story-text h3 {
        font-size: 14px;
    }
    /* Testimonials */
    .testimonials-item {
        padding: 40px 40px 40px 67px;
    }

    .testimonials-text:before {
        font-size: 14px;
    }
    /* Blog */
    .row-left {
        margin-bottom: 100px;
    }

    .blog-post-img-1 {
        margin-bottom: 30px;
    }
    /* Blog Post */
    blockquote {
        margin: 40px 0;
    }

    .absolute-bg {
    position: absolute;
    top: 1.5em;
    right: 0.2em;
    bottom: 1em;
    left: 0.2em;
    background-position: center;
    }
}

@media (max-width: 699px) {
    /* Fullscreen */
    .slideshow .slide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
        .absolute-bg {
    position: absolute;
    top: 1.5em;
    right: 0.2em;
    bottom: 1em;
    left: 0.2em;
    background-position: center;
    }
}

@media (max-width: 480px) {
    /* H1 */
    h1 {
        font-size: 35px;
    }
        h1-f {
        font-size: 35px;
    }
    /* Navbar */
    .navbar-default {
        padding-top: 20px;
    }
    /* Slideshow */
    .arrow-holder {
        bottom: 20px;
    }
    .social-footer {
        bottom: 37px;
            font-style: italic;

    }
    /* Streak */
    .streak-item-img-1,
    .streak-item-img-2,
    .streak-item-img-3,
    .streak-item-img-4,
    .streak-item-img-5,
    .streak-item-img-6 {
        height: 400px;
    }

    .owl-nav {
        bottom: 20px;
    }
    /* Contact */
    .address,
    .email {
        margin-bottom: 30px;
    }

    /* Page 404 */
    .page-404-img img {
        height: 150px;
    }
    .page-404-text span {
        font-size: 35px;
    }
    .absolute-bg {
    position: absolute;
    top: 1.5em;
    right: 0.2em;
    bottom: 1em;
    left: 0.2em;
    background-position: center;
    }

    
}

/*--- CSS Only For Firefox ---*/

@-moz-document url-prefix() {
    .fa-chevron-left::after,
    .fa-chevron-right::after {
        top: 45%;
    }

    .blog-nav .fa-chevron-left::after,
    .blog-nav .fa-chevron-right::after {
        top: 42%;
    }
}


