html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'futura-pt', sans-serif;
    font-weight: 300;
}

a {
    color: #252525;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #626262;
    text-decoration: none;
    outline: 0;
}

img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section {
    position: relative;
}

.container {
    position: relative;
}

section .container {}

.row {
    z-index: 3;
    position: relative;
}

.separator {
    width: 170px;
    max-width: 170px;
    margin-top: 120px;
    margin-bottom: 100px;
}

.separatorTop {
    width: 170px;
    max-width: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.separatorTop2 {
    width: 170px;
    max-width: 170px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.lineSeparator {
    width: 60px;
    max-width: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.preloaderLogo {
    min-width: 100px;
    max-width: 100px;
    width: 15%;
}

.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}

.black-overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(img/index/pat1.png) repeat;
}

.sectionIntro p {
    margin-top: 100px;
}

.noscroll {
    overflow: hidden;
}

.container {
    z-index: 2;
    overflow: hidden;
}


/*parallax letters*/

.parallaxLetter {
    position: absolute;
    font-size: 300px;
    color: #F9F9F9;
    z-index: 1;
    width: 200px;
    height: 300px;
}

.letter1 {
    right: 20%;
}

.letter2 {
    left: 20%;
}

.letter3 {
    right: 15%;
}

.letter4 {
    left: 10%;
}


/*buttons*/

.btn {
    background: transparent;
    border-radius: 0;
    border: 0;
}

.btn-default {
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: .2em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.btn-default:hover {
    border-color: white;
}

.btn-default:after,
.btn-default:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
}

.btn-default:before {
    left: -8px;
}

.btn-default:hover:before {
    left: 0;
}

.btn-default:after {
    right: -8px;
}

.btn-default:hover:after {
    right: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: white;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}

.btn-black {
    color: #282828;
}

.btn-black:after,
.btn-black:before {
    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}


/*NAVBAR */

.navbar-default {
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.navbar-default .navbar-brand {
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.7em;
    font-size: 22px;
}

.navbar-brand img {
    margin-top: -8px;
}

.navbar-default .navbar-nav > .activeNav > a,
.navbar-default .navbar-nav > .activeNav > a:hover,
.navbar-default .navbar-nav > .activeNav > a:focus {
    color: white;
    background-color: transparent;
    text-shadow: 0px 0px 10px #fff;
}

.activeNav:before {
    content: '\f3d3';
    font-family: 'ionicons';
    color: white;
    position: absolute;
    padding-top: 8px;
    padding-left: 13px;
    font-size: 5px;
}

.affix {
    background-color: #282828;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

.navbar-nav > li > a {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    position: relative;
    transition: all .3s ease-out;
}

.nav > li > a {
    padding: 10px 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #888;
}

.navbar-nav > li > a:hover {
    text-shadow: 0px 0px 10px #fff;
    color: white;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 30px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: #323232;
    background-clip: padding-box;
    border: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.dropdown-menu > .activeNav > a,
.dropdown-menu > .activeNav > a:hover,
.dropdown-menu > .activeNav > a:focus {
    color: black;
    background-color: #fff;
}


/*TEXT STYLES*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 20px;
}

h1.logoH1 {
    padding: 0;
    margin: 0;
    font-size: 0px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .7em;
    text-indent: .7em;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5em;
    text-indent: .7em
}

.aboutText h4 {
    text-indent: 0;
}

h5 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .3em;
    text-indent: .3em;
    line-height: 21px
}

p {
    font-family: 'a-otf-ud-shin-go-pr6n', 'Helvetica Neue', Helvetica, verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    letter-spacing: .1em;
}

.clear {
    clear: both;
}

p.bold {
    font-weight: 700;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Intro -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#intro h1,
#intro p {
    color: white;
}

.introLogo {
    position: relative;
    margin-bottom: 20px;
    width: 260px;
}

#intro .separator {
    margin-top: 15px;
    margin-bottom: 15px;
}

#intro a {
    margin-top: 20px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Text Separator -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator .container-fluid .col-md-6 {
    padding-left: 50px;
}

#text-separator,
#text-separator-clients,
#text-separator-testimonials,
#text-separator-timers {
    background-color: #1d1d1d;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

section.topTitle {
    box-shadow: 0 -3px 8px #000 inset;
}

#text-separator-clients {
    padding-top: 0px !important;
}

#text-separator h2,
#text-separator-clients h2,
#text-separator-testimonials h2 {
    color: white;
    z-index: 100;
    position: relative;
}

#text-separator p,
#text-separator-clients p,
#text-separator-testimonials p {
    color: #e7e7e7;
    z-index: 100;
    position: relative;
}

.textSepLogo {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1;
}

.timerWrapper {
    color: white;
    padding: 20px;
}

.timerWrapper h1 {
    letter-spacing: 0;
}

.timerWrapper p {
    color: #fff;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Welcome Separator -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#welcome-separator {
    background-color: white;
}

#welcome-separator .col-md-7,
#welcome-separator .container-fluid {
    padding: 0;
}

#welcome-separator .separator {
    width: 120px;
    max-width: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#welcome-separator .image {
    height: 500px;
    overflow: hidden;
}

#welcome-separator .image img {
    height: 100%;
}

.whiteOverlay {
    background: transparent url("img/gradient.png") bottom right repeat-y;
    bottom: 0;
    height: 500px;
    right: 0;
    position: absolute;
    width: 500px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 4
}

.welcomeLogo {
    width: 100px;
}

.textOverlay {
    padding-bottom: 100px;
    padding-top: 100px;
    margin-left: -200px;
    z-index: 6;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--About -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about {
    background-color: white;
}

#about .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutIconWrapper {
    position: absolute;
}

.aboutText {
    position: relative;
}

.aboutIconWrapper {
    font-size: 80px;
    color: #f5f5f5;
    z-index: 0;
}

.aboutItem {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Portfolio -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.portfolioIntro {
    height: 400px;
}

.portfolioIntro h1 {
    padding-top: 125px;
    margin-top: 0;
}

.portfolioIntro h2 span {
    padding: 25px 50px;
    border: solid 10px #fff;
    color: white;
}

.portfolioFilters {
    height: 150px;
    background-color: #000;
}

#filters {
    padding-top: 30px;
}

#filters .btn {
    margin: 20px;
}

.portfolioIntro {
    position: relative;
    z-index: 2;
    background: url('img/works/worksIntro.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom bottom;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-attachment: fixed;
}

#portfolio .black-overlay {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.gallery {
    max-width: 100%;
}

.gallery-inner .caption {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.70);
    -webkit-transition: all 1s ease-in-out;
}

.gallery-inner:hover .caption {
    opacity: 1;
}

.gallery-inner .caption-heading {
    width: 100%;
    height: 120px;
}

.caption-heading .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caption-heading .btn-default {
    line-height: 30px;
    font-size: 10px;
    margin-top: 8px;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p {
    color: white;
}

.gallery-inner .caption-heading p {
    font-size: 12px;
    font-style: italic;
}

.gallery {
    background: #1d1d1d;
    min-height: 500px;
}

#owl-testimonials .caption {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.70);
    -webkit-transition: all 1s ease-in-out;
}

#owl-testimonials:hover .caption {
    opacity: 1;
}

#owl-testimonials .caption-heading {
    width: 100%;
    height: 120px;
}

#owl-testimonials .caption-heading .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#owl-testimonials .caption-heading .btn-default {
    line-height: 30px;
    font-size: 10px;
    margin-top: 8px;
}

#owl-testimonials .caption-heading,
#owl-testimonials .caption-heading p {
    color: white;
}

#owl-testimonials .caption-heading p {
    font-size: 12px;
    font-style: italic;
}


/* ---- isotope ---- */

/* clear fix */

.gallery:after {
    content: '';
    display: block;
    clear: both;
}


/* 5 columns, percentage width */

.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 33.333%;
    /* change here the column width */
}

.gallery .gallery-inner2,
.gallery .grid-sizer2 {
    width: 66.666%;
    /* change here the column width */
}

.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.galleryImage {
    /*min-width:100%;*/
    width: 100%;
    height: auto;
}


/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 3000;
    overflow-y: scroll;
}

.overlay-section {
    position: static;
}


/* Effects */

.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.overlay-close img {
    cursor: pointer;
}

.overlay-close {
    padding: 30px;
}

#singlePageIntro .container {
    padding: 100px;
    padding-bottom: 30px;
}

#singlePageContent .container {
    padding: 10px;
}

#singlePageIntro .separator {
    margin-top: 50px;
    margin-bottom: 20px;
}

.singleProjectInfo ul {
    padding: 20px;
    list-style: none;
    border-left: 5px solid #282828;
}

.singleProjectInfo ul li p {
    display: inline;
}

.singleImageWrapper {
    padding-top: 60px;
}

.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Team -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#team {
    background: white;
}

#team .container {
    padding-bottom: 0;
}

#team .owl-buttons div {
    padding: 5px 9px;
}

#team .owl-buttons i {
    margin-top: 2px;
}

#team .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#team .owl-buttons .owl-prev {
    left: 10px;
}

#team .owl-buttons .owl-next {
    right: 10px;
}

#owl-team {
    position: relative;
}

.memberParagraph {
    padding-right: 40px;
}

.memberDescription h2 {
    letter-spacing: 0;
}

.memberDescription .position {
    margin-top: 10px;
    margin-bottom: 40px;
}

.memberDescription .position span {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 6px;
}

.teamSocial {
    margin-top: 20px;
}

.teamSocial a {
    padding: 7px;
    font-size: 18px;
}

.teamSocial a:first-child {
    padding-left: 0px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--clients logo -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-clients {
    padding-bottom: 100px;
    padding-bottom: 100px;
}

#text-separator-clients h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .4em;
    text-indent: .4em;
    color: white;
}

.clientLogo img {
    width: 180px;
    margin-top: 15px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Services -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.serviceBox {
    width: 50%;
    height: 400px;
    position: relative;
    float: left;
    padding: 50px;
    z-index: 2;
}

.serviceBox .separator {
    width: 100px;
    max-width: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.serviceBox h2 {
    padding-top: 140px;
    margin-top: 0;
}

.serviceBox h2 span {
    padding: 25px 50px;
    border: solid 10px #fff;
}

.serviceBox i {
    font-size: 9em;
}

.introServiceBox {
    position: relative;
    z-index: 2;
    background: #000;
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
    color: white;
}

.whiteBox {
    background: white;
}

.blackBox {
    background: #282828;
}

.blackBox i {
    color: white;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Testimonials -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-testimonials h3 span {
    padding: 25px 50px;
    border: solid 10px white;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: white;
}

#text-separator-testimonials h3 {
    padding-top: 100px;
}

.review {
    text-align: center;
}

.review p.titulation {
    color: #c8c8c8;
    font-style: italic;
    font-size: 10px;
}

.review h4 {
    color: #898989;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.text-separator-title h2 {
    padding-top: 100px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Pricing Tables -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing {
    background-color: #f4f4f4;
    padding: 100px 0px;
}

.tableWrapper {
    padding: 60px 30px;
    border: solid 7px black;
}

.tableWrapper .separator {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tableWrapper .subscriptionName h2 {
    letter-spacing: .4em;
    text-indent: .4em;
    text-align: center;
}

@media(max-width:1199px) and (min-width:992px) {
    .tableWrapper .subscriptionName h2 {
        letter-spacing: .2em;
        text-indent: .2em
    }
}

@media (max-width:497px) {
    .tableWrapper .subscriptionName h2 {
        text-indent: .2em;
    }
}

.subscriptionList ul {
    list-style: none;
    padding: 0;
}

.subscriptionPrice {
    padding-bottom: 10px;
}

.subscriptionPrice h2 {
    letter-spacing: 0;
}

.subscriptionPrice h2,
.subscriptionPrice p {
    display: inline;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

/*<!--Contact -->*/

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#contact {
    background: white;
}

label {
    width: 100%;
}

input:focus,
textarea:focus {
    outline: 0;
}

label input,
textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contact_form #name,
#contact_form #email,
#contact_form #phone {
    height: 50px;
    padding: 10px;
    padding-bottom: 0px;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left: 5px solid #282828;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    color: #282828;
    letter-spacing: 1px;
}

#contact_form #comments {
    height: 200px;
    padding: 10px;
    margin-top: 30px;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    border-bottom: 5px solid #282828;
    border-left: 5px solid #282828;
    font-family: 'futura-pt', sans-serif;
    color: #282828;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.infoContact {
    list-style: none;
    padding: 20px;
}

.infoContact li {
    padding-left: 20px;
}

.infoContact li .fa {
    margin-right: 6px;
    font-size: 18px;
}

.infoContact li:first-child {
    margin-left: -27px;
}

#contact p.bold {
    font-size: 20px;
    font-family: 'futura-pt';
    letter-spacing: 7px;
}

.socialContact {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

.socialContact li {
    display: inline;
    padding: 5px;
}

.socialContact li a {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    /* width,heightの半分 */
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #282828;
    color: white;
    font-size: 22px;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.socialContact li a:hover {
    background-color: white;
    color: black;
}

#googleMap {
    width: 100%;
    height: 556px;
    overflow: hidden;
}

.topLine {
    background: #282828;
    padding: 50px;
}

#footer .bottomLine {
    margin-top: 30px;
}

.bottomLine p {
    font-family: 'futura-pt', sans-serif;
    letter-spacing: 3px;
}

#footer .bottomLine p {
    color: #fff;
    font-size: 12px;
}

#footer .container {
    /*multipage only*/
    padding: 0;
}

.footerText {
    color: white;
    padding: 10px 40px;
    ;
}

.footerText p {
    color: #a5a5a5
}


/*footer newsletter*/

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footerText input {
    height: 54px;
    padding-bottom: 3px;
    border: 0;
    background: #393939;
    border-radius: 0;
    line-height: 54px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    color: white;
    letter-spacing: 1px;
}

.input-group-addon {
    height: 54px;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 3px;
    border: 0;
    background: #323232;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}

#footer .infoContact {
    list-style: none;
    padding: 10px;
    color: #a5a5a5
}

#footer .infoContact li .fa {
    margin-right: 6px;
    font-size: 40px;
    position: absolute;
    opacity: 0.1;
    left: 0;
}

#footer .infoContact li {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.bottomLine .footerSocialIcons {
    margin-top: 20px;
}

.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 20px 20px;
}

.footerSocialIcons li a {
    color: #fff;
}

.bottomLine p {
    display: inline;
}

.backToTop a {
    color: white;
}


/*countdown*/

#countdown {
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
}

#countdown .countdown-section {
    display: inline-block;
    position: relative;
    width: 25%;
    height: auto;
    min-height: 150px;
    vertical-align: top;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#countdown .countdown-section:first-child {
    border-left: none;
}

#countdown .countdown-amount {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 90px;
    color: white;
    display: block;
}

#countdown .countdown-period {
    font-size: 14px;
    color: white;
    font-family: 'futura-pt', sans-serif;
    font-weight: 300;
}

#singlePage {
    padding-bottom: 100px;
    position: relative;
}

.paginationRow {
    padding: 80px 10px;
    ;
}

#result h2 {
    letter-spacing: 0;
}

iframe {
    border: 0;
}


/*/featured works*/

#featured-works {
    background: white;
}

.featureWrapper {
    padding: 10px;
}

.featureWrapper .caption-heading {
    padding: 10px;
}

#owl-featured .owl-buttons {
    display: inline-block;
}

#owl-featured .owl-prev,
.owl-next {
    display: inline-block;
}

.featuredNav {
    margin: 10px;
    padding: 5px 10px;
    background: #282828;
    color: white;
}

.review img {
    cursor: move;
}


/*pages*/

ul,
ol {
    line-height: 24px;
}


/*BLOG SECTION*/

#blogIntro {
    background: white;
}

#blogIntro .container {
    padding-bottom: 130px;
}

#blogIntro .separator {
    margin-top: 80px;
    margin-bottom: 0px;
}

#blogContent {
    background: white;
}

#blogContent .container {
    padding-top: 0;
}


/* ---- isotope ---- */

/* clear fix */

.blogPostsWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.blogPostsWrapper2:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */

/* 5 columns, percentage width */

.blogPost,
.grid-sizer-blog-3 {
    width: 33.33%;
}

.blogPost2,
.grid-sizer-blog-2 {
    width: 50%;
}

.blogPost,
.blogPost2 {
    float: left;
}

.blogPost,
.blogPost2 {
    padding: 20px;
}

.post-content {
    padding: 20px;
    padding-top: 10px;
}

.post-date p {
    font-size: 90%;
    font-style: italic;
}

.post-info p {
    font-size: 90%;
    font-style: italic;
}

.blogSeparator {
    width: 35px;
    margin: 15px 0;
}

.post-content .btn {
    font-size: 10px;
    padding: 0px 10px;
    line-height: 30px;
    margin-top: 20px;
}

.widget ul {
    list-style-type: square;
    padding-left: 20px;
}

.widget h4 {
    letter-spacing: 2px;
}

.widget {
    padding: 10px;
    margin-bottom: 20px;
}

.widget ul li {
    color: #282828;
    margin-bottom: 10px;
}

.widget ul li a {
    color: #353535;
}

.form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 0px;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control:focus {
    border-color: #282828;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #282828;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.input-group-addon a {
    color: #fff;
}

.blogPostSeparator {
    width: 60px;
    height: 2px;
    background-color: #282828;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blogPost3 {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.blogPost3 .post-content {
    padding-left: 0;
}

.blogPost3 .post-thumbnail img {
    width: 100%;
}

.blogPost3 {
    margin-bottom: 60px;
}

.blogPost3 h2 {
    letter-spacing: 1px;
}

.blogArticlesSeparator {
    margin-top: 0;
}

#owl-blog-single .owl-buttons {
    display: inline-block;
}

#owl-blog-single .owl-prev,
.owl-next {
    display: inline-block;
}

.blogNav {
    margin: 10px;
    padding: 5px 10px;
    background: #282828;
    color: white;
}

#owl-blog-single .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#owl-blog-single .owl-buttons .owl-prev {
    left: 10px;
}

#owl-blog-single .owl-buttons .owl-next {
    right: 10px;
}

#owl-blog-single .owl-controls {
    height: 0;
}

.rightArrow {
    color: white;
    float: right;
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}

h2.title {
    color: white;
    font-size: 22px;
    letter-spacing: .6em;
    font-weight: normal;
}

h5.title {
    color: white;
    letter-spacing: .4em;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'futura-pt PT';
    text-transform: none;
    font-size: 20px
}

.thinkP {
    color: white;
    text-align: justify;
}

#singlePageContent {
    margin-bottom: 50px;
}

.backButton {
    text-align: center;
    margin-bottom: 100px;
}

.subscriptionList li {
    font-family: 'a-otf-ud-shin-go-pr6n', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.plansBottom {
    margin-top: -15px;
}

.indexBtn {
    font-size: 15px;
    letter-spacing: .5em;
    text-indent: .5em;
    width: 200px;
}

.indexBtn2 {
    font-size: 15px;
    letter-spacing: .45em;
    text-indent: .45em;
    width: 200px;
}

table {
    font-family: 'a-otf-ud-shin-go-pr6n', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    letter-spacing: .1em;
}

table tbody th,
table tbody td {
    vertical-align: middle !important;
    padding: 12px 20px !important;
}

table tbody th {
    border-right: 1px solid #ddd;
    font-weight: bold;
}

table tbody th:after {
    content: '　';
}

.ls0 {
    letter-spacing: 0;
}

.googleMap {
    margin-top: 7px;
    text-decoration: underline;
    margin-bottom: 75px;
    font-family: 'futura-pt';
    text-align: right;
}

i {
    vertical-align: middle
}

.homeNav {
    color: white !important;
}

.staff {
    margin-top: -30px;
    margin-bottom: 50px;
}

.staff2 {
    margin-top: 10px;
}

.staff hr {
    margin: 50px auto;
}

.staff h2 {
    margin-bottom: 0px;
}

.staff h4 {
    font-size: 15px;
    text-indent: 0;
    letter-spacing: .2em;
    text-transform: none;
}

.staff h4 {
    margin-top: 18px;
    text-align:
}

.staffName {
    margin-top: 50px;
}

.staff p {
    font-size: 20px;
    font-family: 'futura-pt';
    margin-top: -8px;
    letter-spacing: .12em;
    color: #333
}

.personalSocial {
    margin-top: 20px;
}

.hirasawa,
.obayashi {
    margin-top: 15px;
    margin-bottom: 30px;
}

.hirasawa i,
.obayashi i {
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    background: white;
    transition: 1s;
    border: 1px solid black;
    cursor: pointer;
    margin: 0px 3px;
}

.hirasawa i:hover,
.obayashi i:hover {
    font-size: 15px;
    padding: 10px 15px;
    color: white;
    background: black;
    transition: 1s;
}

.hirasawa,
.obayashi {
    text-align: center;
}

.hirasawa a i,
.obayashi a i {
    display: inline-block;
    margin-top: -5px
}

#particle-slider {
    background-color: white;
    width: 100%;
    height: 200px;
    margin: 0px auto 0px auto;
    padding: 0;
    overflow: hidden;
}

.slides,
& > .dg {
    display: none;
}


/*


Entrance
ここから追加CSS


*/

.brandon {
    font-family: "brandon-grotesque" !important;
}

.heisei_m {
    font-family: "heisei-maru-gothic-std" !important;
}

#entrance {
    overflow: hidden;
}

#entrance .img-center {
    display: block;
    margin: 0 auto;
}

.mobo01 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.mobo02 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 36px;
}

.mobo01 {
    background-image: url(/img/index/slider2.jpg);
    height: 100vh;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative
}

.mobo01_in,
.mobo02_in {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    padding: 20px;
    transition: .2s;
    transition-timing-function: ease-out;
}

.mobo02_in {
    background: rgba(0, 0, 0, .0);
}

.mobo01_content,
.mobo02_content {
    position: absolute;
    width: 50vw;
    height: 100%;
    display: table;
}

.mobo02_content_in {
    width: 100vw;
    height: 450px;
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    display: table-cell;
}

.mobo01 i,
.mobo02 i {
    margin-top: 50px;
    font-size: 40px;
    color: #fff;
    opacity: .8;
    transition: .3s;
}

.mobo02 {
    height: 100vh;
    background-image: linear-gradient(to right bottom, #92fe9d 0%, #00c9ff 100%);
    background-size: 100%;
    padding: 0;
    position: relative
}

.mobo02:hover {
    background-image: linear-gradient(to left top, #92fe9d 0%, #00c9ff 100%);
}

.line {
    border: 1px solid rgba(255, 255, 255, .6);
    height: 100%;
    width: 100%;
}

.mobo02 .line {
    border: 1px solid rgba(255, 255, 255, .9);
}

.mobo01:hover .mobo01_in,
.mobo02:hover .mobo02_in {
    padding: 0px;
}

.in_text {
    width: 30vw;
    padding-top: 30px;
    margin: 0 auto;
}

.in_text p {
    color: #fff;
    text-align: justify;
}

.btn02 {
    padding: 15px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    border: 1px solid #fff;
    letter-spacing: .3em;
}

.btn02:hover {
    color: #fff;
    background: rgba(255, 255, 255, .3)
}

.btn_margin {
    margin-top: 50px;
}

.mobo01_content,
.mobo02_content {
    background: rgba(0, 0, 0, .1);
    transition: .3s;
}

.mobo01_content:hover,
.mobo02_content:hover {
    background: rgba(0, 0, 0, .0)
}

.next_btn {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, .6)
}

@media(max-width:991px) {

    .mobo01_content,
    .mobo02_content {
        position: absolute;
        width: 100vw;
        height: 100%;
    }

    .mobo01,
    .mobo02 {
        height: 750px;
    }

    .in_text {
        width: 60vw;
    }
}

@media(min-width:481px) {

    .mobo01 i,
    .mobo02 i {
        display: none;
    }
}

@media(max-width:480px) {
    .mobo02 h2 {
        font-size: 30px;
    }

    .mobo01 .logo,
    .mobo02 .logo {
        width: 100px
    }

    .in_text {
        width: 75vw;
    }
}

@media(max-width:320px) {
    .mobo01 h2 {
        font-size: 20px;
    }

    .mobo02 h2 {
        font-size: 23px;
        margin-left: -20px;
    }

    .mobo01 .logo,
    .mobo02 .logo {
        width: 70px
    }

    .in_text {
        margin-left: 30px;
    }
}

/*追加*/

#intro {
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}

#website {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to right, #86ec91 0%, #00c9ff 100%);
}

.w_white {
    color: #fff;
    font-size: 44px;
}

.w_text {
    color: #fff;
    font-weight: bold;
}

.img-center {
    display: block;
    margin: 0 auto;
}

canvas {
    position: absolute;
    z-index: 1;
}

.works_backImg01 {
    position: absolute;
    top: 82%;
    right: -120px;
    width: 480px;
    transform: rotate(-10deg);
    opacity: .1
}

/*コンセプト編集*/

#text-separator.concept_space {
    padding-left: 50px;
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    height: 100vh;
}

#text-separator.works_space {
    padding-left: 50px;
    background-image: linear-gradient(to top, #fb7600 0%, #f57857 100%) !important;
    height: 100vh;
}

.paddingNone #text-separator {
    padding-top: 0;
}

#text-separator.plans_space {
    padding-left: 50px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100vh;
}

#text-separator.profile {
    background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
}

#text-separator.contact {
    background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
}

#text-separator.concept_space h2,
#text-separator.works_space h2,
#text-separator.plans_space h2 {
    font-size: 10em;
    letter-spacing: .2em;
    text-indent: inherit;
    padding-top: 35vh;
}


#text-separator.concept_space .textSepLogo,
#text-separator.works_space .textSepLogo,
#text-separator.plans_space .textSepLogo {
    bottom: 0;
    height: 110vh;
}

#text-separator.concept_space .serviceBox,
#text-separator.works_space .serviceBox {
    width: 50%;
    height: 600px;
    position: relative;
    float: left;
    padding: 50px;
    z-index: 2;
}

.concept_space h4 {
    font-size: 40px;
    letter-spacing: .2em;
}

.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 50%;
    /* change here the column width */
}


#pricing {
    background-color: #eceff9;
    padding: 100px 0px;
}


/*ワークス編集*/

.works_space {
    padding-top: 100px;
    padding-bottom: 130px;
}

.works_space h4 {
    letter-spacing: .1em;
    line-height: 1.4em;
    font-size: 1.8em;
}

.works_space h3 {
    font-size: 2em;
    padding-bottom: 20px;
    padding-left: 10px;
    letter-spacing: .05em;
}

.gallery {
    background: none;
}





/*サービス編集*/

.smallPlan {
    background-image: linear-gradient(to right, rgba(159, 232, 155, .2) 0%, rgba(90, 199, 249, .2) 100%);
}

.s_btn {
    padding-bottom: 15px;
    padding-top: 34px;
}

canvas {
    position: absolute;
    top: 0;
    opacity: .7
}

/*TOP NEWS*/

.news_box {
    max-width: 700px;
    margin: 0 auto;
    height: 400px;
    overflow-y: scroll;
    margin-top: 60px;
    border: 1px solid #fff;
    padding: 10px 50px;
    background: rgba(0, 0, 0, .1);
    opacity: .9
}

.news_list {
    margin-top: 30px;
    padding-bottom: 10px;
}

.news_list01 {
    width: 120px;
    float: left;
}

/*スクロールバーの横幅指定*/

.news_box::-webkit-scrollbar {
    width: 8px;
}

/*スクロールバーの背景色・角丸指定*/

.news_box::default-webkit-scrollbar-track {
    border-radius: 0px;
}

/*スクロールバーの色・角丸指定*/

.news_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
}

@media screen and (max-width: 1280px) {
    .introLogo {
        width: 200px;
    }

    .indexBtn,
    .indexBtn2 {
        width: 150px;
        text-indent: 0;
        letter-spacing: .2em;
    }

    .btn-default {
        line-height: 30px;
        padding: 0px;
    }
}


@media (max-width: 991px) {
    .gallery .gallery-inner {
        width: 100% !important;
    }

    #text-separator.concept_space .textSepLogo,
    #text-separator.works_space .textSepLogo,
    #text-separator.plans_space .textSepLogo {
        bottom: 0;
        top: 0;
        margin: auto;
        width: 100%;
        height: auto;
    }

    #text-separator.concept_space h2,
    #text-separator.works_space h2,
    #text-separator.plans_space h2 {
        font-size: 5.5em;
        letter-spacing: .2em;
        text-indent: inherit;
        padding-top: 35vh;
    }
}

@media (max-width: 600px) {

    #text-separator.concept_space h2,
    #text-separator.works_space h2,
    #text-separator.plans_space h2 {
        font-size: 4em;
        letter-spacing: .2em;
        text-indent: inherit;
        padding-top: 35vh;
    }

    #text-separator.concept_space h5,
    #text-separator.works_space h5,
    #text-separator.plans_space h5 {
        font-size: 11px !important;
        letter-spacing: .4em !important;
    }

    #text-separator.concept_space p,
    #text-separator.works_space p,
    #text-separator.plans_space p {
        font-size: 12px !important;
        font-weight: 600;
        letter-spacing: .4em !important;
        text-indent: 0.3em !important;

    }

    #text-separator.concept_space,
    #text-separator.works_space,
    #text-separator.plans_space {
        padding-left: 0px;
    }

    .indexBtn,
    .indexBtn2 {
        font-size: 12px;
        line-height: 14px;
    }

    .introLogo {
        width: 130px !important;
    }

    .works_space h4 {
        font-size: 1.2em;
    }
}
