
/*************!
 
  Content:

    1.Fonts 
    2.Typography
    3.Navigation 
    4.Home
    5.About  
    6.Team 
    7.Subsection 
    8.Skill-Bar 
    9.Services 
    10.Facts 
    11.Portfolio 
    12.Clients 
    13.Logo
    14.Blog 
    15.Contact 
    16.Footer
    17.PopUp-Pages 

 *************/

/*  1.Fonts  */

@font-face {
    font-family: 'raleway';
  src: url('../fonts/raleway.eot');
  src: url('../fonts/raleway.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/raleway.woff') format('woff'), 
  url('../fonts/raleway.ttf') format('truetype'), 
  url('../fonts/raleway.svg#raleway') format('svg');
}

@font-face {
    font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/OpenSans.woff') format('woff'), 
  url('../fonts/OpenSans.ttf') format('truetype'), 
  url('../fonts/OpenSans.svg#OpenSans') format('svg');
}

/*  2.Typography  */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'raleway';
}

section {
    z-index: 1;
}

footer {
    z-index: 1;
}


.large-header { position: relative; width: 100%; background: url(../img/bg/banner-bg1.jpg); background-repeat: no-repeat; background-attachment: fixed;
  background-position: center center;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }


.main-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center; 
    margin-top: -90px;
}
.main-title p {
    font-family: 'raleway';
    font-size: 16px;
}

.main-title h2 {
    font-family: 'OpenSans';
    font-size: 40px;
}

.header-placement .main-title {
    text-transform: uppercase;
    font-size: 50px;
}
.home-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#MainHeader {
    height: 444px;
    z-index: 1;
    position: relative;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff no-repeat center center;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 50px;
    margin-top: -40px;
    margin-left: -40px;
}

#loading-center-absolute img {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-left: -10px;
    opacity: 1;
}

.object {
    width: 50px;
    height: 1px;
    margin-bottom: 15px;
    background-color: #ed187c;
    -webkit-animation: animate 1.4s infinite;
    animation: animate 1.4s infinite;
}

#object_two {
    -webkit-animation-delay: 0.s;
    animation-delay: 0.s;
}

#object_four {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

@-webkit-keyframes animate {
 
    50% {
        -ms-transform: translate(50%,0);
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0);
    };
}

@keyframes animate {
    50% {
        -ms-transform: translate(50%,0);
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0);
    };
}

#home-under {
    position: absolute;
    z-index: -33;
    width: 100%;
}

.html-code a {
    outline: none;
}

/* General link style */

.link {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 8em;
    line-height: 1;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.link--yaku {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10em;
    overflow: hidden;
    padding: 0 0 10px;
    cursor: pointer;
}

.link--yaku::before {
    content: '';
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border-width: 0px 0 0px 0;
    border-color: rgba(0,0,0,.4);
    border-style: solid;
    margin-top: 9px;
    left: -4px;
    -webkit-transform: translate3d(-101%,0,0);
    transform: translate3d(-101%,0,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.link--yaku:hover::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.link--yaku span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
    transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media screen and (max-width: 42em) {
    .link--yaku {
        font-size: 4em;
    };
}

.link--yaku2 {
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 0 10px;
    display: inline-block;
}

.link--yaku2 strong {
    background: #fff;
    padding: 0 20px;
}

.link--yaku2::before {
    content: '';
    height: 100%;
    width: 100%;
    border-width: 0px 0 0px 0;
    border-color: rgba(0,0,0,.4);
    border-style: solid;
    margin-top: 9px;
    left: -4px;
    -webkit-transform: translate3d(-101%,0,0);
    transform: translate3d(-101%,0,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.link--yaku2:hover::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.link--yaku2 span {
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
}

.link--yaku2:hover span {
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
    transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku2 span:nth-child(4),
.link--yaku2:hover span:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.link--yaku2 span:nth-child(3),
.link--yaku2:hover span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.link--yaku2 span:nth-child(2),
.link--yaku2:hover span:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.link--yaku2 span:first-child,
.link--yaku2:hover span:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media screen and (max-width: 42em) {
    .link--yaku2 {
        font-size: 4em;
    };
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: cover !important;
        height: auto;
        margin: 0 auto;
        width: 100%;
    };
}

@media only screen and (max-width: 767px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: cover !important;
        height: auto;
        margin: 0 auto;
        width: 100%;
    };
}

/*  3.Navigation  */

.cbp-spmenu {
    position: fixed;
    background: #333;
}

.cbp-spmenu-vertical {
    width: 600px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-left {
    left: -600px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 600px;
}

.cbp-spmenu-push-toleft {
    left: -600px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

@media (max-width: 620px) {
  .cbp-spmenu {
         background: #333;
    }
    .cbp-spmenu-vertical {
        width: 280px;
    }

    .cbp-spmenu-left {
        left: -280px;
    }

    .cbp-spmenu-push-toright {
        left: 280px;
    }

    .cbp-spmenu-push-toleft {
        left: -280px;
    }

    .nesfe-nav-2 {
        display: none;
    };
}

.nav-left ul li {
    list-style: none;
}

.nav-left ul li a {
    color: rgba(255,255,255,1);
    letter-spacing: 4px;
    font-size: 10px;
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.nav-left ul li a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
    letter-spacing: 5px;
}

.nav-left ul li a span {
    letter-spacing: 4px;
    cursor: pointer;
    color: rgba(255,255,255,1);
}

.nav-left ul li a strong {
    cursor: auto;
}

.nav-left ul li a:hover span {
    letter-spacing: 4px;
    color: rgba(255,255,255,1);
}

.nesfe-nav-1 {
    text-align: center;
    width: 280px;
    background: url(../img/bg/bg-nav.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    display: inline-block;
}

.nesfe-nav-2 {
    width: 280px;
    text-align: center;
    display: inline-block;
}

.text-nesf-sar-1 {
    top: 50%;
    padding-left: 24px;
    position: absolute;
    height: auto;
    text-align: left;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

@media (max-width: 620px) {
    .text-nesf-sar-1 {
        top: 40%;
        padding-left: 24px;
        position: absolute;
        height: auto;
        text-align: left;
        transform: translateY(-50%);
        color: #fff;
        font-family: 'OpenSans';
        text-transform: uppercase;
    }
}

.text-nesf-sar-1 h1 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 15px;
}

.text-nesf-sar-1 p {
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 0;
    display: inline-block;
    font-family: 'raleway';
}

.text-nesf-sar-2 {
    top: 50%;
    left: 322px;
    position: absolute;
    height: auto;
    text-align: center;
    display: inline-block;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'OpenSans';
    text-transform: uppercase;
}

.text-nesf-sar-2 h1 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'OpenSans';
}

.text-nesf-sar-2 p {
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 0;
    display: inline-block;
    font-family: 'raleway';
}

.text-nesf-sar-2 p:before {
    content: url('../img/logo-w.png');
    position: absolute;
    opacity: .08; 
    margin-left: 50px;
    margin-top: -150px;
    z-index: -1;
}

.text-nesf-sar-2 img {
    height: 18px;
    margin-right: 4px;
    margin-top: -4px;
    display: inline-block;
}

@media (max-width: 620px) {

    .nesfe-nav-1 {
        width: 280px;
    }

    .nesfe-nav-2 {
        width: 0px;
    };
}

@media (max-width: 620px) {
    .cbp-spmenu-vertical {
        width: 280px;
    }

    .cbp-spmenu-left {
        left: -280px;
    }

    .cbp-spmenu-push-toright {
        left: 280px;
    }

    .cbp-spmenu-push-toleft {
        left: -280px;
    }

    .nesfe-nav-2 {
        display: none;
    };
}

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    position: fixed;
    background: rgba(255,255,255,.8);
    border: 0;
}

.navbar-header a {
    display: inline-block;
}

.navbar-custom .navbar-brand {
    font-weight: 900;
    color: #ed187c;
    font-family: 'OpenSans';
    letter-spacing: 3px;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 600ms ease-in;
    -o-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.navbar-custom .navbar-brand i {
    content: url('../img/nav-bt-b.png');
	display:inline-block;
    display: -moz-inline-box; 
    width: 12px;
    margin-right: 28px;
}

.navbar-custom .navbar-brand:hover {
    color: #ed187c;
}

.navbar-brand img {
    width: 30px;
    display: inline-block;
    margin-right: 4px;
}

.navbar-custom .nav li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    .navbar-custom {
        background: transparent;
        border-bottom: 1px solid transparent;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-block;
    }

    .navbar-custom .navbar-brand {
        color: white;
        padding: 20px;
        font-size: 16px;
        letter-spacing: 8px;
        display: inline-block;
        -webkit-transition: all 600ms ease-in;
        -o-transition: all 600ms ease-in;
        -moz-transition: all 600ms ease-in;
        transition: all 600ms ease-in;
    }

    .navbar-custom .navbar-brand i {
        content: url('../img/nav-bt.png');
        width: 12px;
        margin-right: 28px;
    }

    .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-custom .nav li a {
        color: rgba(255,255,255,.8);
        padding: 10px;
        margin: 10px;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .navbar-custom .nav li a span {
        opacity: 1;
    }

    .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
        color: rgba(255,255,255,1);
    }

    .navbar-custom {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -65px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .navbar-custom.is-fixed .navbar-brand {
        color: #ed187c;
        display: inline-block;
    }

    .navbar-custom.is-fixed .navbar-brand i {
        content: url('../img/nav-bt-b.png');
    }

    .navbar-custom.is-fixed .navbar-brand span {
        color: #555;
        display: inline-block;
    }

    .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
        color: #ed187c;
    }

    .navbar-custom.is-fixed .nav li a {
        color: #404040;
    }

    .navbar-custom.is-fixed .nav li a span {
        opacity: 1;
    }

    .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
        color: #ed187c;
    }

    .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .navbar-custom.is-fixed .nav li a navbt {
        content: url('../img/nav-bt-b.png');
        width: 16px;
        margin-top: 2px;
    };
}

@media only screen and (min-width: 1170px) {
    .navbar-custom {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -65px;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .navbar-custom.is-fixed .navbar-brand {
        color: #ed187c;
        display: inline-block;
    }

    .navbar-custom.is-fixed .navbar-brand i {
        content: url('../img/nav-bt-b.png');
    }

    .navbar-custom.is-fixed .navbar-brand span {
        color: #555;
        display: inline-block;
    }

    .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
        color: #ed187c;
    }

    .navbar-custom.is-fixed .nav li a {
        color: #404040;
    }

    .navbar-custom.is-fixed .nav li a span {
        opacity: 1;
    }

    .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
        color: #ed187c;
    }

    .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .navbar-custom.is-fixed .nav li a navbt {
        content: url('../img/nav-bt-b.png');
        width: 16px;
        margin-top: 2px;
    };
}

/*  4.Home  */

.pattern {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background: rgba(14,14,14,.3);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-message {
    text-align: center;
    z-index: 0;
}

.intro-message h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    font-size: 100px;
    text-transform: uppercase;
    font-family: 'OpenSans';
    font-weight: 900;
}

.intro-message p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: 'OpenSans';
    font-weight: 900;
}

.intro-message h3 {
    margin-top: 50px;
}

.intro-message h3 img {
    opacity: .7;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.intro-message:hover h3 img {
    opacity: 1;
}

.intro-message h5 {
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: 'raleway';
    font-weight: 0;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

@media(max-width:500px) {

    .intro-message h1 {
        margin-left: 10px;
    }

    .intro-message p {
        margin-left: 20px;
    }

    .intro-message h3 {
        margin-left: 22px;
    }

    .intro-message h5 {
        margin-left: 20px;
    };
}

@media(max-width:1000px) {
    .intro-message {
        padding-top: 25%;
    };
}

@media(max-width: 767px) {
    .intro-message {
        padding-top: 30%;
    };
}

@media(max-width: 467px) {
    .intro-message {
        padding-top: 40%;
    }

    .intro-message h1 {
        font-size: 70px;
    };
}

@media(max-width: 367px) {
    .intro-message {
        padding-top: 60%;
    }

    .intro-message h1 {
        font-size: 50px;
    };
}

@media(max-width:767px) {


    .intro-message {
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    };
}


/*  5.About  */

#about {
    z-index: 999
}

.about-1 {
    text-align: center;
    padding: 80px 0 60px 0;
}

.about-1 p img {
    width: 100px;
    margin-bottom: 30px;
}

.about-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.about-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

@media(max-width:768px) {
    .about-1 h1 {
        padding: 0 0px;
        background: none;
    }

    .link--yaku2 strong {
        padding: 0 0px;
    };
}

.about-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 0px 0 0 0;
}

.about-1 h3 {
    background: #ed187c;
    content: '';
    text-align: center;
    display: inline-block;
    width: 324px;
    height: 479px;
    margin-top: 80px;
}

.about-1 h3 img {
    background: #ed187c;
    margin-top: 30px;
    margin-left: -40px;
    width: 404px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -ms-transform: rotate(2deg) scale(1);
 /* IE 9 */
    -webkit-transform: rotate(2deg) scale(1);
 /* Chrome, Safari, Opera */
    transform: rotate(2deg) scale(1);
}

.about-1 h3:hover img {
    -ms-transform: rotate(0deg) scale(1);
 /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1);
 /* Chrome, Safari, Opera */
    transform: rotate(0deg) scale(1);
}

@-webkit-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    };
}

@-moz-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    };
}

@-o-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    };
}

@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    };
}

#cf4a {
    position: relative;
    margin: 0 auto;
}

#cf4a img {
    position: absolute;
    left: 0;
}

#cf4a img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 16s;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 16s;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 16s;
}

#cf4a img:nth-of-type(1) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#cf4a img:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

#cf4a img:nth-of-type(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

#cf4a img:nth-of-type(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

@media(max-width:437px) {

    .about-1 h3 {
        width: 224px;
        height: 385px;
        margin-top: 80px;
    }

    .about-1 h3 img {
        margin-top: 35px;
        margin-left: -40px;
        width: 304px;
    };
}

.about-1 h4 {
    display: block;
    font-family: 'raleway';
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    color: #444;
    margin-top: 60px;
}

.about-1 h4 a {
    font-family: 'raleway';
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 22px;
    text-align: center;
    font-weight: 0;
    padding: 0 20px;
    color: #555;
}

.about-1 h4 a:hover {
    text-decoration: none;
    color: #ed187c;
}

.about-1 h4 a i {
    margin-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    opacity: 0.01;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.about-1 h4 a:hover i {
    margin-left: 6px;
    padding-right: 0px;
    opacity: 1;
}

.dotike {
    width: 100%;
    background: #333;
}

.tike-1 {
    width: 49.7%;
    display: inline-block;
    text-align: right;
    padding: 0 30px;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.tike-1-bg {
    background: url('../img/tike-0-bg.png');
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.tike-1-bg:hover {
    background: url('../img/tike-1-bg.png');
}

.tike-1 h1 {
    font-family: 'OpenSans';
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: 60px;
}

.tike-1 h1 span {
    font-size: 60px;
    margin-bottom: 50px;
}

.tike-1 p {
    font-family: 'raleway';
    font-size: 11px;
    color: #bbb;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 0 0 150px;
}

.tike-2 {
    display: inline-block;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 50%;
    padding: 0 30px;
    color: #fff;
}

.tike-2-bg {
    background: #ed187c url('../img/tike-00-bg.png');
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.tike-2-bg:hover {
    background: #ed187c url('../img/tike-2-bg.png');
}

.tike-2 h1 {
    font-family: 'OpenSans';
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: 60px;
}

.tike-2 h1 span {
    font-size: 60px;
    margin-bottom: 50px;
}

.tike-2 p {
    font-family: 'raleway';
    font-size: 11px;
    color: rgba(255,255,255,.7);
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 150px 0 0;
}

@media(max-width:1170px) {
    .tike-1 {
        width: 49.5%;
        display: inline-block;
        text-align: right;
        padding: 0 30px;
    }

    .tike-2 {
        display: inline-block;
        width: 50%;
        padding: 0 30px;
    }

    .tike-1 p {
        padding: 0 0 0 50px;
    }

    .tike-2 p {
        padding: 0 50px 0 0;
    };
}

@media(max-width:700px) {
    .tike-1 {
        width: 49.2%;
        display: inline-block;
        text-align: right;
        padding: 0 30px;
    }

    .tike-2 {
        display: inline-block;
        width: 50%;
        padding: 0 30px;
    }

    .tike-1 p {
        padding: 0 0 0 20px;
    }

    .tike-2 p {
        padding: 0 20px 0 0;
    };
}

@media(max-width:454px) {
    .tike-1 {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0 30px;
    }

    .tike-2 {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0 30px;
    }

    .tike-1 p {
        padding: 0 0 0 20px;
    }

    .tike-2 p {
        padding: 0 20px 0 0;
    };
}

/*  6.Team  */

.team-1 {
    text-align: center;
    padding: 100px 0 20px 0;
}

.team-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.team-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

.team-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 10px 0 0 0;
}

@media(max-width:768px) {
    .team-1 h1 {
        padding: 0 0px;
        background: none;
    }

    .link--yaku2 strong {
        padding: 0 0px;

    };
}

.team-member {
    margin: 40px 0;
    text-align: center;
}

.team-member h1 {
    display: inline-block;
    padding-bottom: -100px;
}

.team-member h1 img {
    width: 293px;
    border-bottom: 3px solid #ed187c;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    filter: grayscale(80%);
}

.team-member:hover h1 img {
    -webkit-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    filter: grayscale(20%);
}

.team-member h6 {
    margin: 0;
    display: inline-block;
    position: absolute;
    margin-left: -19px;
}

.team-member h6 span {
    content: url('../img/plus-sq.png');
    display: inline-block;
    margin-top: -50px;
    width: 39px;
    height: 38px;
    opacity: 0;
    -ms-transform: rotate(0deg) scale(1);
 /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1);
 /* Chrome, Safari, Opera */
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}

.team-member:hover h6 span {
    opacity: 1;
    -ms-transform: rotate(180deg) scale(1);
 /* IE 9 */
    -webkit-transform: rotate(180deg) scale(1);
 /* Chrome, Safari, Opera */
    transform: rotate(180deg) scale(1);
}

@media(max-width:1200px) {
    .team-member h6 {
        display: none;
    };
}

@media(max-width:360px) {
    .team-member h1 img {
        width: 220px;
    };
}

.team-member h2 {
}

.team-member h2 span {
    font-family: 'OpenSans';
    color: #666;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.team-member:hover h2 span {
    color: #ed187c;
}

.team-member h3 strong {
    color: #666;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.team-member:hover h3 strong {
}

.team-member h3 strong i {
    margin-right: 12px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    cursor: pointer;
}

.team-member h3 strong i:hover {
    margin-right: 12px;
    color: #ed187c;
}

.team-member h4 {
    font-size: 12px;
    letter-spacing: 4px;
    margin-top: 20px;
    color: #555;
}

.team-member h4 strong {
    font-size: 18px;
    letter-spacing: 0;
    color: #555;
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.team-member:hover h4 strong {
    color: #ed187c;
}

.team-member h5 {
    display: block;
    letter-spacing: 3px;
    line-height: 22px;
    color: #444;
    margin-top: 40px;
}

.team-member h5 a {
    font-family: 'OpenSans';
    font-size: 10px;
    letter-spacing: 4px;
    line-height: 22px;
    font-weight: 0;
    color: #555;
}

.team-member h5 a:hover {
    text-decoration: none;
    color: #ed187c;
}

.team-member h5 a i {
    padding-right: 3px;
    font-size: 10px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.team-padd {
    padding: 0 100px;
}

@media(max-width:768px) {
    .team-padd {
        padding: 0 10px;
    };
}

/*  7.Subsection  */

.subsection {
    width: 100%;
    text-align: center;
    background: url(../img/bg/bg-sub.jpg)  no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subsection {
    padding: 100px 0;
}

.subsection-1 h1 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.subsection-1 h1 span {
    color: #ed187c;
    font-family: 'OpenSans';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.subsection-1 h2 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 80px;
    border-bottom: 1px solid #fff;
}

.subsection-1 p {
    color: #fff;
    margin-top: 30px;
    font-family: 'raleway';
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
}

p#cf7_controls {
    text-align: center;
}

p#cf7_controls span.selected {
    color: #fff;
    border-color: rgba(255,255,255,.4);
}

#cf7_controls span {
    padding: 10px;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    border: 1px solid;
    border-color: rgba(255,255,255,.1);
    padding: 8px 8px 8px 13px;
    margin: 0 5px;
    border-radius: 20px;
    font-family: 'OpenSans';
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#cf7_controls span:hover {
    color: #fff;
    border-color: rgba(255,255,255,.4);
}

#cf7 {
    text-align: center;
    position: relative;
    height: 400px;
}

@media(max-width: 990px) {
    #cf7 {
        height: 460px;
    };
}

@media(max-width: 680px) {
    #cf7 {
        height: 580px;
    };
}

@media(max-width: 480px) {
    #cf7 {
        height: 680px;
    };
}

#cf7 article {
    position: absolute;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#cf7 article.opaque {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

/*  8.Skill-Bar  */

.skill-bar {
    height: 1px;
    position: relative;
    margin: 50px 0 0 0;
    background: rgba(255,255,255,.1);
    line-height: 30px;
    font-family: 'OpenSans';
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
}

.skill-title {
    font-size: 11px;
    display: inline-block;
    min-width: 12px;
    height: 16px;
    padding: 1 4px;
    position: absolute;
    top: -8px;
    right: 5px;
    background: #ed187c;
    color: #fff;
    text-align: right;
    line-height: 15px;
    font-family: 'raleway';
    letter-spacing: 0;
}

.skill-bar-value {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255,255,255,.51);
    overflow: visible !important;
}

.skill-bar-value span {
    padding: 1px 4px;
    font-family: 'raleway';
    font-size: 12px;
}

/*  9.Services  */

#services {
    margin: 0px 0 60px 0;
}

.services-1 {
    text-align: center;
    padding: 100px 0 20px 0;
}

.services-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.services-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

.services-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 10px 0 0 0;
}


.services-1 h3 img {
    border-bottom: 1px solid #ddd;
}

.services-1 h4 img {
    width: 100%;
}

.services-1 h5 img {
    width: 100%;
    border: 20px solid #f2f2f2;
}

#cf {
    position: relative;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

#cf img {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#cf img.top:hover, #cf img.hover_effect {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

@media(max-width:768px) {
    .services-1 h1 {
        padding: 0 0px;
        background: none;
    };
}

.service-item {
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
    padding: 30px 0;
    background: url('');
    border: 12px solid #f6f6f6;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.service-item:hover {
    border: 12px solid #eee;
}

.service-item h1 span {
    text-align: center;
    font-size: 17px;
    font-family: 'OpenSans';
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #555;
    display: block;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.service-item h1 i {
    text-align: center;
    font-size: 26px;
    margin-left: 5px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    display: block;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.service-item:hover h1 span {
    opacity: 0;
}

.service-item:hover h1 i {
    opacity: 1;
}

.service-item p {
    letter-spacing: 1px;
    font-size: 12px;
    color: #444;
}

.service-item h6 img {
    display: inline-block;
    margin: 0;
    line-height: 0;
    margin-top: 6px;
    margin-bottom: 8px;
}

/*  10.Facts  */

.facts {
    width: 100%;
    text-align: center;
    background: url(../img/bg/bg-sub-p4.jpg)  no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.facts {
    padding: 100px 0;
}

.facts-1 h1 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.facts-1 h1 span {
    color: #ed187c;
    font-weight: 900;
    font-size: 18px;
}

.facts-1 h2 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 42px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 12px;
}

.facts-1 p {
    color: #fff;
    font-family: 'raleway';
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
}

/*  11.Portfolio  */

.portfolio-1 {
    text-align: center;
    padding: 100px 0 20px 0;
}

.portfolio-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.portfolio-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

.portfolio-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #999;
    margin: 0px 0 0 0;
}

.portfolio-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 10px 0 0 0;
}

.portfolio {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.portfolio a {
    text-decoration: none;
    outline: none;
}

.portfolio h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    color: #444;
    line-height: 18px;
    margin-top: 40px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.portfolio:hover h1 {
    color: #ed187c;
}

.portfolio img {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.portfolio:hover img {
    opacity: .2;
}

.portfolio p {
    font-family: 'raleway';
    font-weight: 900px;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: left;
    color: #444;
    margin-top: -4px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.portfolio:hover p {
    color: #ccc;
}

.mouse-ext img {
    cursor: url(../img/p-sq.png), auto;
}

.mouse-plus img {
    cursor: url(../img/plus-sq.png), auto;
}

@media(max-width:768px) {
    .portfolio-1 h1 {
        padding: 0 0px;
        background: none;
    };
}

.portfolio img {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin: 0;
}

/*  12.Clients  */

.clients {
    width: 100%;
    text-align: center;
    background: url(../img/bg/bg-clients.jpg)  no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clients {
    padding: 100px 0;
}

.clients-1 {
    margin-top: 50px;
}

.clients-1 h1 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.clients-1 h2 {
    color: #fff;
    font-family: 'OpenSans';
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 80px;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.4);
}

.clients-1 p {
    color: #fff;
    margin-top: 30px;
    font-family: 'raleway';
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
}

.clients-1 img {
    width: 110px;
    border-radius: 50%;
    border: 2px solid;
    border-color: rgba(255,255,255,.8);
}

p#cf8_controls {
    text-align: center;
}

p#cf8_controls span.selected {
    color: #fff;
}

#cf8_controls span {
    padding: 10px;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    font-family: 'OpenSans';
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#cf8_controls span:hover {
    color: #fff;
}

#cf8 {
    text-align: center;
    position: relative;
    height: 440px;
}

@media(max-width: 1200px) {
    .nope {
        display: none;
    };
}

@media(max-width: 990px) {
    #cf8 {
        height: 460px;
    };
}

@media(max-width: 680px) {
    #cf8 {
        height: 500px;
    };
}

@media(max-width: 480px) {
    #cf8 {
        height: 560px;
    };
}
.dsho {
    display: block;
    opacity: 1
}

#cf8 article {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#cf8 article.opaque {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

/*  13.Logo  */

.logo {
    width: 100%;
    text-align: center;
    background: #222;
}

.logo {
    padding: 80px 0;
}

.logo-1 {
    background: rgba(255,255,255,.02);
    border-radius: 1px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.logo-1:hover {
    background: rgba(255,255,255,.04);
    border-radius: 1px;
}

.logo-1 img {
    padding: 20px 0;
    width: 200px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.logo-1:hover img {
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media screen and (max-width: 1200em) {
    .logo-1 {
        margin: 20px 0;
    };
}

/*  14.Blog  */

#blog {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.blog-1 {
    text-align: center;
    padding: 100px 0 20px 0;
}

.blog-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.blog-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

.blog-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #999;
    margin: 0px 0 0 0;
}

.blog-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 10px 0 0 0;
}

@media(max-width:768px) {
    .blog-1 h1 {
        padding: 0 0px;
        background: none;
    };
}

.blog {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog a {
    text-decoration: none;
}

.blog h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    color: #444;
    line-height: 18px;
    margin-top: 40px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.blog-p-1 {
    background: #f3f3f3;
    margin-right: -15px;
}

.blog-p-2 {
    background: #111;
    margin-left: -15px;
}

.blog-p-3 {
    background: #111;
    margin-right: -15px;
}

.blog-p-4 {
    background: #f3f3f3;
    margin-left: -15px;
}

.b-tit {
    padding: 30px;
    color: #555;
    line-height: 30px;
    opacity: .9;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.b-tit:hover {
    opacity: 1;
}

.b-tit a img {
    display: inline-block;
    margin-top: 20px;
    width: 40px;
}

.b-tit h1 {
    font-family: 'OpenSans';
    color: #444;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.b-tit h5 {
    margin-bottom: 10px;
    display: inline-block;
}

.b-tit-2 {
    padding: 30px;
    color: #eee;
    line-height: 30px;
    opacity: .9;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.b-tit-2:hover {
    opacity: 1;
}

.b-tit-2 h1 {
    font-family: 'OpenSans';
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.b-tit-2 h5 {
    margin-bottom: 10px;
    display: inline-block;
}

.b-tit-2 a img {
    display: inline-block;
    margin-top: 20px;
    width: 40px;
}

@media(max-width: 1200px) {

    .b-tit {
        padding: 30px;
        margin: 5px 0;
    }

    .b-tit-2 {
        padding: 30px;
        margin: 5px 0;
    };
}

/*  15.Contact  */

.contact-1 {
    text-align: center;
    padding: 0px 0 20px 0;
    margin: 100px 0 0px 0;
}

.contact-1 h1 {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    color: #666;
    padding: 0 180px;
    background: url('../img/line.png');
}

.contact-1 h1 span {
    font-family: 'OpenSans';
    font-weight: 900px;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    color: #ed187c;
}

.contact-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #999;
    margin: 0px 0 0 0;
}

.contact-1 h2 {
    font-family: 'raleway';
    font-size: 13px;
    letter-spacing: 6px;
    line-height: 22px;
    text-align: center;
    color: #555;
    margin: 10px 0 0 0;
}

@media(max-width:768px) {
    .contact-1 h1 {
        padding: 0 0px;
        background: none;
    };
}

.connect {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 100px 0;
    margin: 10px 0 0px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.connect-1 h1 {
    color: #333;
    font-family: 'OpenSans';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-left: 90px;
}

.connect-1 h1 span {
    color: #ed187c;
    font-weight: 900;
    font-size: 16px;
}

.connect-1 p {
    color: #888;
    font-family: 'raleway';
    font-size: 12px;
    margin-top: 0px;
    letter-spacing: 2px;
    margin-left: 90px;
}

.connect-1 i {
    position: absolute;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    margin-top: 0px;
    letter-spacing: 2px;
}

#map {
    display: block;
    width: 100%;
    height: 520px;
    margin: 0 auto;
    border-top: 0px solid #ed187c;
    border: 0px solid #ed187c;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 40px;
    opacity: 0.8;
    background: #ed187c;
    padding: 10px 100px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #ed187c;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #ed187c;
}

/*  16.Footer  */

footer {
    padding: 50px 0;
    background: #222;
    text-align: center;
}

.footer-1 h1 {
    font-family: 'OpenSans';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}

.footer-1 h2 img {
    width: 80px;
}

.footer-1 p {
    color: #aaa;
    margin-top: 14px;
}

.footer-1 p span {
    color: #ed187c;
}

.footer-1 h6 img {
    display: inline-block;
    margin: 0;
    line-height: 0;
    margin-top: 16px;
    margin-bottom: 8px;
}

#back-top {
    width: 58px;
    height: 54px;
    position: fixed;
    right: 50px;
    bottom: 0px;
    z-index: 1000;
}

#back-top:hover {
}

#back-top a {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#back-top a:hover {
    opacity: .8;
    line-height: 45px;
}

@media only screen and (max-width: 767px) {
    #back-top {
        right: 10px;
    };
}

/*  17.PopUp-Pages  */

.base-1 {
    width: 100%;
    text-align: center;
    background: #222;
    padding: 100px 0;
}

.search p a {
    color: #aaa;
    font-family: 'raleway';
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.search p a:hover {
    letter-spacing: 3px;
    text-decoration: none;
}

.buy-p h1 i {
    font-size: 80px;
    color: #fff;
}

.buy-p h1 {
    color: #888;
    font-family: 'OpenSans';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 5px;
    line-height: 15px;
    text-decoration: none;
}

.buy-p h1 span {
    color: #fff;
}

.buy-p p a {
    color: #ed187c;
    font-family: 'raleway';
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    opacity: .5;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.buy-p p:hover a {
    opacity: 1;
}

.locate-p h2 img {
    width: 100%;
    max-width: 550px;
    border: 8px solid #333;
}

.team-p h2 img {
    max-width: 240px;
    border-bottom: 30px;
    display: inline-block;
    border: 4px solid #333;
}

.team-p h1 i {
    font-size: 20px;
    color: #fff;
}

.team-p h1 {
    color: #888;
    font-family: 'OpenSans';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 5px;
    line-height: 25px;
    text-decoration: none;
}

.team-p h1 span {
    color: #fff;
}

.team-p p a {
    color: #ed187c;
    font-family: 'raleway';
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    opacity: .5;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.team-p p:hover a {
    opacity: 1;
}
