/*
    Theme Name: moretro
    Description: Modern Retro Template for Creative Agencies // nothing fancy !
    Version: 1.0
    Author: 89colors
*/
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
MAIN STYLE CSS
/////////////////////////////
1.  fonts
2.  body
3.  navbar
4.  intro
5.  about
6.  counter facts
7.  services
8.  social links
9.  portfolio
10. send message
11. team
12. testimonials
13. contact
14. map
15. footer
16. intro loader
*/
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
1. fonts
/////////////////////////////
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'jaapokki';
    src: url('../fonts/jaapokkienchance-regular-webfont.eot');
    src: url('../fonts/jaapokkienchance-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/jaapokkienchance-regular-webfont.woff2') format('woff2'), url('../fonts/jaapokkienchance-regular-webfont.woff') format('woff'), url('../fonts/jaapokkienchance-regular-webfont.ttf') format('truetype'), url('../fonts/jaapokkienchance-regular-webfont.svg#jaapokki_enchanceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
2. body
/////////////////////////////
*/

body {
    background: #fff;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
3. navbar
/////////////////////////////
*/

.navbar-container {
    padding: 20px 0 20px 0;
}
.navbar {
    background: none;
    border-bottom: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar ul li a {
    font-size: 13px;
    color: #fff !important;
    font-weight: 700;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.navbar ul li a::before {
    content: '';
    width: 0%;
    display: block;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.myCustomLogo{

  padding: 16px;
  width: 30%;
  height: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
.navbar ul li a:hover::before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #F7D349;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar ul li a::after {
    content: '';
    width: 0%;
    display: block;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar ul li a:hover::after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #F7D349;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar ul li a:hover {
    color: #F7D349 !important;
}
.navbar-fixed-top .active a {
    background: none !important;
    color: #F7D349 !important;
}
.navbar ul li.active a::after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #F7D349;
}
.navbar ul li.active a::before {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #F7D349;
}
.navbar-fixed-top .active a:hover {
    color: #F7D349 !important;
}
.navbar-brand img {
    position: relative;
    top: -17px;
    z-index: 2;
    max-width: 156px;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #0f0f0f;
    border-color: #080808;
}
.navbar.navbar-fixed-top.fixed-theme a {
    color: #fff !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.navbar.navbar-fixed-top.fixed-theme a:hover {
    color: #F7D349 !important;
}
.navbar.navbar-fixed-top.fixed-theme .active a {
    color: #F7D349 !important;
}
.navbar.navbar-fixed-top.fixed-theme .active a:hover {
    color: #F7D349 !important;
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
.navbar-container.fixed-theme {
    padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 4px;
    background: #fff;
    height: 2px;
    width: 40px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 8px;
    background: #fff;
    height: 2px;
    width: 40px;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
    background: #fff;
    height: 2px;
    width: 40px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.navbar-toggle {
    border: none !important;
}
.navbar-toggle.active {
    background: none !important;
}
.navbar-toggle:focus {
    background: none !important;
}
.navbar-toggle:hover {
    background: none !important;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
4. intro
/////////////////////////////
*/

#intro-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.intro {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro-wrapper {
    box-sizing: border-box;
    /* 1 */

    max-width: 100%;
    /* 1 */
}
@-moz-document url-prefix() {
    #intro .wrapper-intro {
        top: 32% !important;
    }
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #intro .wrapper-intro {
        top: 32% !important;
    }
}
@supports (-ms-accelerator: true) {
    #intro .wrapper-intro {
        top: 32% !important;
    }
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        #intro .wrapper-intro {
            top: 33% !important;
        }
    }
}
#intro .title-intro {
    font-size: 100px;
    padding-bottom: 120px;
    font-weight: 700;
    text-align: left;
    font-family: 'jaapokki', sans-serif;
    line-height: 130px !important;
    letter-spacing: 5px;
}
.wrapper-intro {
    position: fixed;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    z-index: 11 !important;
    top: 31.5% !important;
}
/*============================ ARROW*/
.contentDiv {
    position: relative;
    padding-top: 10%;
    bottom: 5px;
}

@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 20px;}
    100% {bottom: 0;}
}

.arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;

}
/*============================ ARROW*/
#intro p {
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}
#intro .subtitle {
    background: #0f0f0f;
    padding: 20px 0px 20px 0px;
    border-top: 10px solid #F7D349;
    border-right: 10px solid #F7D349;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
}
.simple-line i {
    margin-left: 20px;
    top: 15% !important;
    position: absolute;
    z-index: 35;
}
.simple-line-2 i {
    color: #fff;
    position: absolute;
    bottom: 15% !important;
    right: 0;
    margin-right: 20px;
    z-index: 35;
}
.simple-line {
    height: 200px;
    width: 3px;
    background: #cdcdcd;
    position: absolute;
    top: 10%;
    margin-left: 20px;
    z-index: 35;
}
.simple-line-2 {
    height: 200px;
    width: 3px;
    background: #FEC900;
    position: absolute;
    bottom: 10%;
    right: 0;
    margin-right: 20px;
    z-index: 35;
}
.intro .container {
    z-index: 32;
    position: relative;
}
.intro .fullscreen-video {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.intro video {
    min-width: 100% !important;
    height: auto;
    min-height: 100%;
}
.intro .video-overlay {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
5. about
/////////////////////////////
*/

#about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#about {
    background: #F7D349;
    position: relative;
    overflow: hidden !important;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    width: 100%;
    min-height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}
#about .about-wrapper {
    box-sizing: border-box;
    max-width: 100%;
}
#about .title {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    background: #0f0f0f;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
#about .title-2 {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    padding: 15px 15px 15px 0px;
    position: relative;
    text-align: right;
    border-right: 3px solid #0f0f0f;
}
#about .title-2:hover,
#about .title-2:focus,
#about .title-2:active {
    cursor: pointer;
}
#about .title-2:hover:after,
#about .title-2:focus:after,
#about .title-2:active:after {
    width: 40%;
}
#about .title-2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    background-color: #000;
    width: 0px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
#about .title-2 a {
    text-decoration: none !important;
    color: #0f0f0f;
}
#about p {
    letter-spacing: -1px;
}
#about p.name::before {
    content: '';
    width: 75px;
    display: block;
    background: #0f0f0f;
    height: 6px;
    margin: 0px 0px 25px 0px;
    line-height: 1.1;
}
#about p.name::after {
    content: '';
    width: 150px;
    display: block;
    background: #0f0f0f;
    height: 6px;
    margin: 25px 0px 0px 0px;
    line-height: 1.1;
}
#about .highlight {
    background: #0f0f0f;
    padding: 0 20px 0 20px;
}
#about .about-item-divider {
    background: #0f0f0f;
    height: 3px !important;
    width: 30px;
    margin: 0 auto;
}
#about .about-item-paragraph {
    letter-spacing: -0.5px;
    line-height: 25px;
}
#about .about-item-title {
    background: #fff;
    border: 6px solid #0f0f0f;
    padding: 20px 0 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#about .about-item-title:hover {
    border: 6px solid #0f0f0f;
    padding: 20px 0 20px 0;
    background: #0f0f0f;
    color: #fff;
}
#about .about-item-title::after {
    content: '';
    width: 41.5%;
    display: block;
    background: #0f0f0f;
    margin: 20px 0 0 0;
    height: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#about .about-item-title:hover::after {
    content: '';
    width: 100%;
    background: #F7D349;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
6. counter facts
/////////////////////////////
*/

#counter-facts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#counter-facts {
    background: url(../images/backgrounds/bg-1.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
    min-height: 400px;
    top: 0 !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
#counter-facts-wrapper .counter-facts-wrapper {
    box-sizing: border-box;
    /* 1 */

    max-width: 100%;
    /* 1 */

    z-index: 999;
    position: relative;
}
.counter-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    background: rgba(15, 15, 15, 1);
}
#counter-facts p {
    border-bottom: 3px solid #494949;
    border-left: 3px solid #494949;
    border-right: 3px solid #494949;
    padding: 20px 0 30px 0;
}
#counter-facts p::after {
    content: '';
    width: 50%;
    display: block;
    background: #494949;
    margin: 30px 0 0 0;
    height: 3px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
7. services
/////////////////////////////
*/

#services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#services {
    background: #181818;
    position: relative;
    overflow: hidden !important;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    width: 100%;
    min-height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}
#services .services-wrapper {
    box-sizing: border-box;
    max-width: 100%;
}
#services .title {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    background: #494949;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
#services .title-2 {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    padding: 15px 15px 15px 0px;
    position: relative;
    text-align: right;
    border-right: 3px solid #494949;
}
#services .title-2:hover,
#services .title-2:focus,
#services .title-2:active {
    cursor: pointer;
}
#services .title-2:hover:after,
#services .title-2:focus:after,
#services .title-2:active:after {
    width: 40%;
}
#services .title-2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    background-color: #494949;
    width: 0px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
#services .title-2 a {
    text-decoration: none !important;
    color: #fff;
}
#services p {
    letter-spacing: -1px;
}
#services p.name::before {
    content: '';
    width: 75px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 0px 0px 25px 0px;
    line-height: 1.1;
}
#services p.name::after {
    content: '';
    width: 150px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 25px 0px 0px 0px;
    line-height: 1.1;
}
#services .highlight {
    background: #F7D349;
    padding: 0 20px 0 20px;
}
#services .icon i {
    display: block;
    border-bottom: 3px solid #494949;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 12px !important;
    padding: 15px 0 12px 0;
}
#services .services-item-divider {
    background: #494949;
    height: 3px !important;
    width: 30px;
    margin: 0 auto;
    display: block;
}
#services .services-item-paragraph {
    letter-spacing: 0px;
    line-height: 24px;
}
#services .services-item-title {
    background: #494949;
    border: 6px solid #F7D349;
    padding: 20px 0 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#services .services-item-title:hover {
    border: 6px solid #cdcdcd;
    padding: 20px 0 20px 0;
    background: #494949;
    color: #fff;
}
#services .services-item-title::after {
    content: '';
    width: 41.5%;
    display: block;
    background: #cdcdcd;
    margin: 20px 0 0 0;
    height: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#services .services-item-title:hover::after {
    content: '';
    width: 100%;
    background: #F7D349;
}
#services .frame {
    display: block;
    border-left: 6px solid #494949;
}
#services .img-wrapper::before {
    content: '';
    width: 41.5%;
    display: block;
    background: #494949;
    margin: 50px 0 0 0;
    height: 6px;
}
#services .img-wrapper::after {
    content: '';
    width: 41.5%;
    display: block;
    background: #494949;
    margin: 50px 0 0 0;
    height: 6px;
}
#services .serv-img {
    padding-left: 50px !important;
    padding-top: 50px !important;
    border-bottom: 6px solid #494949;
    padding-bottom: 50px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
8. social links
/////////////////////////////
*/

#social-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#social-links {
    background: url(../images/backgrounds/bg-1.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
    min-height: 400px;
    top: 0 !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
#social-links-wrapper .social-links-wrapper {
    box-sizing: border-box;
    /* 1 */

    max-width: 100%;
    /* 1 */

    z-index: 999;
    position: relative;
}
.social-links-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    background: rgba(15, 15, 15, 1);
}
#social-links p {
    border-bottom: 3px solid #494949;
    border-left: 3px solid #494949;
    border-right: 3px solid #494949;
    padding: 20px 0 30px 0;
}
#social-links p::after {
    content: '';
    width: 50%;
    display: block;
    background: #494949;
    margin: 30px 0 0 0;
    height: 3px;
}
#social-links .call-to-action {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#social-links .call-to-action:hover {
    color: #0f0f0f;
    background: #F7D349;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
#social-links .call-to-action:focus {
    color: #0f0f0f;
    background: #F7D349;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
9. portfolio
/////////////////////////////
*/

section#portfolio {
    background: #181818;
    min-height: 900px;
    padding-bottom: 100px;
    position: relative;
    z-index: 11 !important;
}
#portfolio .highlight {
    background: #F7D349;
    padding: 0 20px 0 20px;
}
#portfolio .title {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    background: #494949;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
#portfolio p.subtitle::before {
    content: '';
    width: 50px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 0px 0px 25px 0px;
    line-height: 1.1;
}
#portfolio p.subtitle::after {
    content: '';
    width: 300px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 25px 0px 0px 0px;
    line-height: 1.1;
}
#portfolio .title-2 {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    padding: 15px 15px 15px 0px;
    position: relative;
    text-align: right;
    border-right: 3px solid #494949;
}
#portfolio .title-2:hover,
#portfolio .title-2:focus,
#portfolio .title-2:active {
    cursor: pointer;
}
#portfolio .title-2:hover:after,
#portfolio .title-2:focus:after,
#portfolio .title-2:active:after {
    width: 40%;
}
#portfolio .title-2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    background-color: #494949;
    width: 0px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
#portfolio .title-2 a {
    text-decoration: none !important;
    color: #fff;
}
.gallery {
    width: 100%;
    height: auto;
}
.gallery li {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}
.transform {
    -webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    transition: all .25s cubic-bezier(.2, .31, .36, 1);
}
.gallery a {
    width: 100%;
    height: 100%;
    display: block;
}
.gallery img {
    position: relative;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.gallery .info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #0f0f0f;
    border: 50px solid #F7D349;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.gallery .item-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 35%;
}
.gallery .item-title:after {
    content: '';
    width: 50px;
    display: block;
    background: #494949;
    height: 3px;
    margin: 10px auto;
    line-height: 1.1;
}
.gallery .item-title:before {
    content: '';
    width: 100px;
    display: block;
    background: #494949;
    height: 3px;
    margin: 10px auto;
    line-height: 1.1;
}
.portfolio-filter button.btn {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0.5px;
    padding: 10px 30px 10px 30px;
    height: auto;
    border: 3px solid #494949;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    font-weight: 700;
}
.portfolio-filter button.btn:focus {
    box-shadow: none;
    outline: none !important;
}
.portfolio-filter button.selected {
    box-shadow: none;
    outline: none !important;
    background: #0f0f0f;
    color: #F7D349;
}
.portfolio-filter button.btn:hover {
    box-shadow: none;
    outline: none !important;
    background: #0f0f0f;
    color: #F7D349;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
10. send message
/////////////////////////////
*/

#message-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#message {
    background: url(../images/backgrounds/bg-1.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
    min-height: 400px;
    top: 0 !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
#message-wrapper .message-wrapper {
    box-sizing: border-box;
    /* 1 */

    max-width: 100%;
    /* 1 */

    z-index: 999;
    position: relative;
}
.message-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    background: rgba(15, 15, 15, 1);
}
#message p {
    border-bottom: 3px solid #494949;
    border-left: 3px solid #494949;
    border-right: 3px solid #494949;
    padding: 20px 0 30px 0;
    letter-spacing: 0.5px;
}
#message p::after {
    content: '';
    width: 50%;
    display: block;
    background: #494949;
    margin: 30px 0 0 0;
    height: 3px;
}
#message .call-to-action {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#message .call-to-action:hover {
    color: #0f0f0f;
    background: #F7D349;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
#message .call-to-action:focus {
    color: #0f0f0f;
    background: #F7D349;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
11. team
/////////////////////////////
*/

#team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#team {
    width: 100% !important;
    min-height: 250px;
    background: #181818;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}
.team-wrapper {
    box-sizing: border-box;
    max-width: 100%;
}
#team .highlight {
    background: #F7D349;
    padding: 0 20px 0 20px;
}
#team .title {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 0.5px;
    background: #494949;
    padding: 15px 0px 15px 0px;
    text-align: center;
}

#team p.subtitle {
    color: #fff;
}

#team p.subtitle::before {
    content: '';
    width: 50px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 0px 0px 25px 0px;
    line-height: 1.1;
}
#team p.subtitle::after {
    content: '';
    width: 300px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 25px 0px 0px 0px;
    line-height: 1.1;
}
#team .title-2 {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    padding: 15px 15px 15px 0px;
    position: relative;
    text-align: right;
    border-right: 3px solid #494949;
}
#team .title-2:hover,
#team .title-2:focus,
#team .title-2:active {
    cursor: pointer;
}
#team .title-2:hover:after,
#team .title-2:focus:after,
#team .title-2:active:after {
    width: 40%;
}
#team .title-2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    background-color: #494949;
    width: 0px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
#team .title-2 a {
    text-decoration: none !important;
    color: #fff;
}
.team-col {
    z-index: 0;
    position: relative;
    background: #000;
    box-shadow: 0 0 0 6px #F7D349;
    padding: 10px;
    box-sizing: border-box;
}
.team-col:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.team-col:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    border: 6px solid #cdcdcd;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.team-col:hover .social-icons {
    margin: 16px 0 0;
    opacity: 1;
}
.team-member {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}
.team-member-avatar {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.team-member-avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.team-member-name {
    line-height: 60px;
}
.team-member-title {
    background: #cdcdcd;
    padding: 20px;
}
.social-icons {
    margin: 0 0 -18px;
    opacity: 0;
    -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
    transition: margin 0.2s ease, opacity 0.2s ease;
}
.team-social-item {
    display: inline-block;
    margin: 0 10px;
}
.team-social-item a {
    display: block;
    margin-top: 15px;
}
.team-social-item i {
    text-decoration: none;
    display: block;
    height: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.team-social-item i:hover {
    background: #F7D349;
    padding-bottom: 20px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
12. testimonials
/////////////////////////////
*/

#testimonials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#testimonials {
    background: url(../images/backgrounds/bg-1.jpg);
    background-attachment: fixed !important;
    background-size: cover !important;
    width: 100%;
    min-height: 400px;
    top: 0 !important;
    position: relative;
    overflow: hidden !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
}
#testimonials-wrapper .testimonials-wrapper {
    box-sizing: border-box;
    /* 1 */

    max-width: 100%;
    /* 1 */

    z-index: 999;
    position: relative;
}
.testimonials-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
    background: rgba(15, 15, 15, 1);
}
#testimonials .carousel-indicators {
    /* overriding Bootstrap styles*/

    position: static;
    width: 100%;
    margin-left: auto;
}
#testimonials .carousel-indicators li {
    text-indent: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    transition: all .5s ease-in-out;
    border: 3px solid #fff;
}
#testimonials .carousel-indicators li:hover {
    border: 3px solid #F7D349;
}
#testimonials .carousel-indicators li.active {
    opacity: 1;
    border: 3px solid #F7D349;
    background: none;
    /* to remove white background */
}
#testimonials .carousel-indicators li img {
    max-width: 100%;
    border-radius: 100%;
}
#testimonials .lead {
    letter-spacing: 0.5px;
    padding: 0 20px 0 20px;
}
#testimonials .testimonial-user {
    letter-spacing: 0.5px;
}
#testimonials .border {
    border-bottom: 3px solid #494949;
    border-left: 3px solid #494949;
    border-right: 3px solid #494949;
    padding: 10px 0 30px 0;
}
#testimonials .border::after {
    content: '';
    width: 50%;
    display: block;
    background: #494949;
    margin: 30px 0 0 0;
    height: 3px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
13. contact
/////////////////////////////
*/

@-moz-document url-prefix() {
    #contact-section textarea {
        height: 195px !important;
    }
}
@supports (-ms-accelerator: true) {
    #contact-section textarea {
        height: 195px !important;
    }
}
#contact-section {
    background: #181818;
    min-height: 300px;
    z-index: 11 !important;
    position: relative;
    padding-bottom: 100px;
}
#contact-section input.custom-input {
    padding: 15px;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #181818;
    border: 1px solid #494949;
}
#contact-section input.custom-input:focus {
    border: 1px solid #494949;
    color: #cdcdcd;
}
#contact-section textarea {
    padding: 7px;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100%;
    resize: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #181818;
    border: 1px solid #494949;
}
#contact-section textarea:focus {
    border: 1px solid #494949;
    color: #cdcdcd;
}
.btn-contact {
    background: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    float: right;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 50px;
    border: 3px solid #494949;
    font-weight: 700;
}
.btn-contact:hover {
    color: #F7D349 !important;
    background: #0f0f0f;
}
#contact-section .highlight {
    background: #F7D349;
    padding: 0 20px 0 20px;
}
#contact-section .title {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 0.5px;
    background: #494949;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
#contact-section p.subtitle::before {
    content: '';
    width: 50px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 0px 0px 25px 0px;
    line-height: 1.1;
}
#contact-section p.subtitle::after {
    content: '';
    width: 300px;
    display: block;
    background: #494949;
    height: 6px;
    margin: 25px 0px 0px 0px;
    line-height: 1.1;
}
#contact-section .title-2 {
    font-size: 18px;
    font-family: 'jaapokki', sans-serif;
    letter-spacing: 2px;
    padding: 15px 15px 15px 0px;
    position: relative;
    text-align: right;
    border-right: 3px solid #494949;
}
#contact-section .title-2:hover,
#contact-section .title-2:focus,
#contact-section .title-2:active {
    cursor: pointer;
}
#contact-section .title-2:hover:after,
#contact-section .title-2:focus:after,
#contact-section.title-2:active:after {
    width: 40%;
}
#contact-section .title-2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    right: 0;
    background-color: #494949;
    width: 0px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
#contact-section .title-2 a {
    text-decoration: none !important;
    color: #fff;
}
#contact-form .messages .alert {
    font-size: 20px !important;
    background: none !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
    color: #494949;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
#contact-form .messages button {
    color: red !important;
    font-size: 16px !important;
    opacity: 1 !important;
    margin-top: 8px !important;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
14. map
/////////////////////////////
*/

#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #F7D349;
    z-index: 11;
}
#cd-google-map {
    position: relative;
}
#cd-google-map .address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 25px;
    background-color: #F7D349;
    font-size: 13px;
    z-index: 11;
}
#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #F7D349;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
#cd-zoom-out {
    background-position: 50% -32px;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
15. footer
/////////////////////////////
*/

footer {
    position: fixed;
    background: #0f0f0f;
    min-height: 100px;
    position: relative;
    z-index: 11 !important;
}
footer .simple-hr {
    height: 1px;
    background: #0f0f0f
    width: 100%;
}
footer span {
    float: right;
}
footer .footer-content a {
    text-decoration: none;
    color: #0f0f0f;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
footer .footer-content a:hover {
    color: #FEC900;
}
/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
16. intro loader
/////////////////////////////
*/

#intro-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0f0f0f;
    z-index: 999999;
}
#intro-loader.dark {
    background-color: #0f0f0f;
}
#intro-loader.dark .spinner > div {
    background-color: #fff;
}
#intro-loader .loader-container {
    position: relative;
    margin: 0 auto !important;
    float: none;
    top: 25%;
    margin-left: -35px;
    margin-top: -87px;
    text-align: center;
}
#intro-loader .loader-text {
    margin-bottom: 10px;
    text-align: center;
    font-family: "jaapokki", sans-serif;
    font-size: 30px;
    letter-spacing: 10px;
}
#intro-loader .spinner {
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
}
#intro-loader .spinner > div {
    background-color: #333;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
#intro-loader .spinner .shape2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
#intro-loader .spinner .shape3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
#intro-loader .spinner .shape4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#intro-loader .spinner .shape5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
