/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

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

h1{
    margin: 0 0 35px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 0.9;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.6;
}

h2 {
    font-size: 32px;
    margin: 0 0 35px;
    font-weight: bold;
    line-height: 0.9;
}

h3 {
    font-size: 14px;
}

h3.subtitle {
    margin: -30px 0 30px;
    text-transform: none;
}

h4 {
    font-size: 13px;
    margin: 0 0 10px;
}

h4.works {
    font-size: 13px;
    margin: 0 0 35px;
}

h4.news-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

p {
    font-family: "Hiragino Kaku Gothic W3 JIS2004",sans-serif;
    margin: 0 0 25px;
    font-size: 10px;
    line-height: 1.8;
}

p.copy {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
}

#creator ul {
    margin: 0 0 25px;
    font-size: 10px;
    line-height: 1.8;
}

@media(min-width:767px) {
    p {
        margin: 0 0 25px;
        font-size: 10px;
        line-height: 1.8;
    }
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #666;
}

.imglogo {
    float: left;
    margin-right: 8px;
}

.heavy {
    font-weight: 700;
}

hr {
    margin: 40px 0;
    border: dotted #ccc;
    border-width: 1px 0 0 0;
    height: 1px;
    clear: both;
}

.navbar-custom {
    margin-bottom: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #000;
}

.navbar-custom .navbar-brand {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000;
}

.navbar-custom .nav li.active {
    outline: nonte;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    color: #333;
    background-color: #fff;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        font-size: 12px;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #f5f5f5;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #fff;
    }

    .navbar-custom .nav li a:hover {
        background-color: transparent;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0 50px;
    text-align: center;
    color: #000;
    background: url(../img/line.png) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 50px;
}

.badge-btn {
 width: 60px; height: 60px; background: url('../img/pow-logo-s.png') no-repeat center center; text-indent: -99999px; display: block; margin: 30px auto 30px; -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s; transition-duration: 3s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform;
}
.badge-btn:hover, .badge-btn:focus {
 -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg);
}

p.intro-text {
    font-size: 10px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 180px 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 10px;
    }

    .badge-btn {
        width: 100px; height: 100px; background: url('../img/pow-logo.png') no-repeat center center; text-indent: -99999px; display: block; margin: 30px auto 30px; -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s; transition-duration: 3s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; transition-property: transform;
}

    .badge-btn:hover, .badge-btn:focus {
        -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg);
}
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.portfolio-section {
    padding: 0 0 50px;
    width: 100%;
    color: #000;
    background-color: #fff;
    margin: 0 auto;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 30px;
}

.portfolio-cts {
    padding: 0 30px
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    outline: 0;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
    background: #f5f5f5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #ccc;
    color: #000;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    -ms-filter: "alpha(opacity=0.5)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-content {
    padding: 30px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
    margin: 30px auto;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.imgborder {
    border: 1px solid #ccc;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

@media(min-width:767px) {
    .content-section {
        padding: 60px 0;
    }

    .portfolio-section {
        padding: 50px 0 0;
        margin: 0 0;
    }
}

.btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    font-size: 12px;
    border: 1px solid #333;
    color: #000;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #000;
    outline: 0;
    color: #fff;
    background-color: #000;
}

footer {
    padding: 0 0 50px;
}

footer p {
    margin: 0;
    color: #666;
    font-size: 10px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@media only screen and (max-device-width:480px) and (orientation:landscape) {
  .col-md-12 {
    width: 560px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width:320px) and (orientation:portrait) {
  .col-md-12 {
    width: 320px;
    margin: 0 auto;
  }
}
