/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

::selection {
    background-color: #475B6F;
    color: #fff;
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-y: scroll;
}

body {
    color: #6a6a6a;
    background: #f1f0f0;
}

p {
    margin: 0 0 20px 0;
    font-size: 15px;
}

img {
    max-width: 100%;
}

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

a {
    color: #4da7ca;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover {
    color: #4290ae;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #3A4F52;
    font-family: "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
}

.btn {
    border-radius: 0;
}

.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}

.btn-o:hover {
    background: #3A4F52;
    color: white;
}

.btn.btn-o-white {
    font-size: 14px;
    border: 1px solid white;
    color: white;
    background: none;
}

.btn.btn-o-white:hover {
    font-size: 14px;
    background: white;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
    position: relative;
    text-align: center;
    padding: 0 !important;
}


#header .top {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    height: auto;
    z-index: 500;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header .top.solid {
    background: #475B6F;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
}

#header .top h1 {
    margin-bottom: 0px;
}

#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo,
#header .toggleDrawer {
    font-family: 'Times New Roman'"bold", serif;
    color: white;
}

#header .logo {
    float: left;
}

.nav {
    display: inline-block;
    position: relative;
    top: -50px;
    left: 100%;
    padding: 20px 0px 0 0px;
    margin: 0 0px 0px 50px;
    width: 100%;
}


#large-header .large-header {
    position: absolute;
    top: -1000px;
    z-index: 0;
}

canvas #demo-canvas {
    position: absolute;
    top: -1000px;
    z-index: 0;
}

#infobox {
    width: 80%;
    display: inline-block;
    z-index: 500;
    position: absolute;
    top: 15%;
    left: 0;
    text-align: center;
    margin: 0 10% 50% 10%;
}

#large-header h1.slogan {
    font-size: 2.8em;
    font-family: "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
    color: #ffffff;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    margin-bottom: 80px;
}

#top h3.slogan2 {
    font-size: 1.8em;
    padding: 120px 20px 40px 20px;

    font-family: "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
    color: white;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#large-header h2.kataban {
    font-size: 2.0em;
    text-align: center;
    font-family: 'Times New Roman'"bold", serif;
    color: #ffffff;
    padding-top: 10px;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
}

#large-header h4.HDD {
    font-size: 1.5em;
    font-family: 'Times New Roman'"bold", serif;
    color: #ffd700;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.5) padding:8px 18px 8px 18px;
    border-radius: 20px;
}

#large-header span.Gsen {
    font-size: 1.0em;
    font-family: 'Times New Roman'"bold", serif;
    color: #fafad2;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#header .secondary-slogan {
    margin-bottom: -70px;
    font-size: 2.0em;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    line-height: 1em;
    font-weight: 400;
    font-family: "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
}

#header > .bottom {
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
}

#header > .bottom a img {
    width: 50px;
}

#header > .bottom a {
    opacity: 0.7;
}

#header > .bottom a:hover {
    opacity: 1;
}

.cross text-right i {
    z-index: 99999;
}

.nav li a {
    padding-left: 8px;
    color: #ffffe0;
}

#header .content-block {
    display: inline-block;
}

.pull-left {
    display: inline-block;
}

.pull-left .nav .clearfix li {
    display: inline-block;
}


#header > .pull-center > .dropdown-menu li {
    z-index: 9999;
    position: absolute;
    top: 10px;
    padding: 8px 10px;
    color: #fff;
}

#header > .pull-center > .dropdown-menu:before {
    z-index: 9999;
    position: absolute;
    top: 10px;
}

#header > .pull-center > .dropdown-menu > li > a {
    z-index: 9999;
    padding: 8px 10px;
    color: #fff;
}

#drawer-right .nav-pills > li:hover > a,
#drawer-right .nav-pills > li > a:focus > a,
#drawer-right .nav-pills > li > a.active > a {
    background-color: #c52d2f;
    color: #fff;
}


.shop {
    float: right;
    clear: both;
    margin-top: -100px;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 9999;
}

#drawer-right h1,
#drawer-right h2 {
    color: white;
}

#drawer-right .nav-pills > li > a {
    font-size: 18px;
    line-height: 1em;
    margin-left: -280px;
    margin-right: 40px;
    border-radius: 0;
}

#drawer-right .social {
    margin-top: 30px
}

#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}

#drawer-right .social ul > li {
    display: inline-block;
}

#drawer-right .social ul > li > a:hover {
    color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block {
    background: transparent no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    padding: 60px 0;
}

.parallax {
    padding: 80px 0;
}

.block-body {
    margin-top: 60px;
}

#header {
    background-image: url(../images/1000-2000-top.jpg);
}

#services {
    background-image: url(../images/theater.jpg);
    color: white;
}

#parallax {
    background-image: url(../images/nightshift.jpg);
    color: white;
}

#movie {
    background-image: url(../images/525-top.jpg);
    color: white;
}

#parallax h1 {
    margin-bottom: 60px;
    color: white;
}

#services p.center {
    text-align: left;
    color: white;
    font-size: 16px;
}

/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

h2.kinou {
    text-size: 180%;
    color: #ffffff;
    opacity: 1;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
    opacity: 1;
}

h2.kinou:hover {
    background-position: center;
}

h2.kinou:hover:before,
.recent-work:hover span {
    opacity: 1;
}

p.white {
    z-index: 100;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
    opacity: 0;
    -o-transition: all .400s;
    -ms-transition: all .400s;
    -moz-transition: all .400s;
    -webkit-transition: all .400s;
    transition: all .40s;
}

p.white:hover:before,
.recent-work:hover p {
    opacity: 1;
    color: #ffffff;
    z-index: 100;
}

p.white:hover {
    background-position: center;
}

.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 35%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 35%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.recent-work span {
    margin-top: -18px;
    opacity: 0;
    position: relative;
    z-index: 1;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.recent-work:hover {
    background-size: 200%;
    background-position: center;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.recent-work:hover:before,
.recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1,
#services h2 {
    color: white;
}

.service i {
    font-size: 60px;
}

.service {
    padding: 0 25px;
}

#services td {
    padding: 2px 5px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}

#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}

#blog #view {
    margin-top: 15px;
    background: #ffe4e1;
    padding: 20px 40px;
}


#blog .col-sm-4 blog-post table.site {
    border-collapse: collapse;
    border-top: #fff dotted 0px;
    border-right: #fff dotted 0px;
    border-left: #fff dotted 0px;
    border-bottom: #fff dotted 0px;
}

#blog .col-sm-4 blog-post table.site tr td.left {
    padding: 3px 12px;
    width: 70%;
}

#blog .col-sm-4 blog-post table.site tr td.right {
    padding: 3px 12px;
    width: 30%;
}

/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials {
    text-align: center;
}

#testimonials p#bun {
    text-align: left;
}


#testimonials #view {
    text-align: left;
    margin-top: 15px;
    background: #ffe4e1;
    padding: 20px 40px;
}


#testimonials .testimonial > img {
    border-radius: 20%;
    margin-bottom: 15px;
}

#testimonials .testimonial {
    padding: 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - movie
///////////////////////////////////////////////////////////////////////*/


#movie {
    color: white;
}

#movie .row {
    text-align: center;
    margin-bottom: 0px;
}


#movie h1 {
    color: white;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    padding: 80px 0;
}

#movie h1.videos {
    color: white;
    padding-bottom: 0px;
}

#movie h2.mov {
    color: #ffffff;
    font-size: 50px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    position: relative;
    margin-left: 0%;
    padding-top: 5%;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer {
    background: #2B3E51;
    color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px) {
    #infobox .col-sm-6 {
        width: 50%;
        float: left;
    }

    #infobox img {
        width: 100%;
        height: auto;
    }

    #header .secondary-slogan {
        margin-bottom: -100px;
    }

    .blog-post {
        margin-bottom: 40px;
    }

    .recent-work {
        background-position: center;
    }

    .recent-work:before {
        opacity: 1;
    }

    .recent-work span {
        opacity: 1;
    }


    #header .slogan {
        font-size: 24px;
    }

    #header .secondary-slogan {
        font-size: 18px;
    }

    h2.kinou {
        text-size: 16px;
        color: #ffffff;
        opacity: 1;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        z-index: 10;
        position: absolute;
        left: 13%;
        top: 15%;
    }

    p.white {
        z-index: 100;
        color: #ffffff;
        font-size: 12px;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        text-align: left;
        position: absolute;
        left: 14%;
        top: 45%;
        opacity: 1;
        -o-transition: all .400s;
        -ms-transition: all .400s;
        -moz-transition: all .400s;
        -webkit-transition: all .400s;
        transition: all .40s;
    }

    iframe {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #drawer-right {
        padding: 10px 20px;
    }


    #header .top.solid {
        height: 80px;
    }

    #drawer-right .nav-pills > li > a {
        font-size: 17px;
    }

    .nav-stacked > li + li {
        margin-top: 0;
    }

    .nav > li > a {
        padding: 8px 15px;
    }

    #drawer-right .social {
        margin-top: 5px;
    }

    #header {
        background-size: cover;
    }


    #header .slogan {
        font-size: 18px;
    }

    #header .secondary-slogan {
        font-size: 15px;
    }

    .nav {
        width: 70%;
        font-size: 9px;
    }

    h2.kinou {
        text-size: 12px;
        color: #ffffff;
        opacity: 1;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        z-index: 10;
        position: absolute;
        left: 5%;
        top: 15%;
    }

    p.white {
        z-index: 100;
        color: #ffffff;
        font-size: 9px;
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
        text-align: left;
        position: absolute;
        left: 14%;
        top: 45%;
        opacity: 1;
        -o-transition: all .400s;
        -ms-transition: all .400s;
        -moz-transition: all .400s;
        -webkit-transition: all .400s;
        transition: all .40s;
    }

    iframe {
        width: 100%;
    }
}
