@charset "utf-8";

/* ==============================================================================

Theme: Flatfy Theme
Author: Andrea Galanti
Bootstrap Version
Build: 1.0
http://www.andreagalanti.it

============================================================================== */





/* ==============================================================================

color:

header　bg
blue
279ddd

xxxxx
a
navy
34495e
xxxxx

a hover
blue light
38afef

works bg
about h2
blue darker
168ccc

text
gray
545454

vivit color
green
93b11d

xxxxx
content bg
light gray
f8f8f8
xxxxx

footer bg
gray darker
494949

footer text
ccc

============================================================================== */





/* ===================================================================

  Commom Style

=================================================================== */

body, html {
  height: 100%;
  width: 100%;
  overflow-x:hidden;
}

body {
  overflow-x: hidden;
  font-family: "Neue Helvetica W01", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .016em;
  color: #333;
  /* NEED CHANGE x4 */
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

a {
  color: #34495e;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

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

a:focus {
  outline: none;
}

::-moz-selection {
  background:#38afef;color:white
}

::selection {
  background:#38afef;color:white
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: #168ccc;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-weight: normal;
}

h1,
.h1 {
  font-size: 80px;
}

h2,
.h2 {
  font-size: 63px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 1.72222;
  margin: 0 0 15px;
}

li{
  list-style-type:none
}





/* ===================================================================

  Nav

=================================================================== */

/* .navbar-default */
.navbar-default {
  background-color: #279ddd;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #38afef;
  background-color: transparent;
}
.navbar-default .navbar-toggle:before {
  color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
}
.navbar-default .navbar-nav > li {
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #38afef;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #38afef;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #38afef;
  border-bottom-color: #38afef;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #38afef;
  border-bottom-color: #38afef;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #38afef;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #38afef;
  border-bottom-color: #38afef;
}
.navbar-default .navbar-text {
  color: #34495e;
}
.navbar-default .navbar-text a {
  color: #34495e;
}
.navbar-default .navbar-text a:hover,
.navbar-default .navbar-text a:focus {
  color: #38afef;
}
.navbar-inverse {
  background-color: #34495e;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #38afef;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:before {
  color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover:before,
.navbar-inverse .navbar-toggle:focus:before {
  color: #fff;
}
.navbar-inverse .navbar-collapse {
  border-color: #2f4154;
  border-width: 2px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #38afef;
  background-color: #279ddd;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #38afef;
  color: #fff;
  border-left-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    border-left-width: 0;
  }
}

.navbar-default {
  position: relative;
  min-height: 60px;
  width: 100%;
  z-index: 999;
}

.navbar-default {
  position: relative;
}

/* .navbar-header */
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}
@media (min-width: 768px) {
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -21px;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -21px;
  }
  .navbar > .container .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -36px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
    border-radius: 0 6px 6px 0;
  }
  .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: -17px;
  }
  .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
  .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 3px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -21px;
  margin-left: -21px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}

/* .navbar-brand */
.navbar-brand img {
  width: 100px;
  height: auto;
  vertical-align: top;
}
.navbar-brand img > [class*="fui-"] {
  width: 120px;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -21px;
  }
}

/* .navbar-nav */
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
.navbar-nav .dropdown-toggle .caret {
  border-top-color: #16a085;
  border-bottom-color: #16a085;
  border-width: 8px 6px 0;
  margin-left: 12px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background-color: transparent;
}
.navbar-nav > li > a:hover .caret,
.navbar-nav > li > a:focus .caret,
.navbar-nav .open > a:focus .caret,
.navbar-nav .open > a:hover .caret {
  border-top-color: #38afef;
  border-bottom-color: #38afef;
}
.navbar-nav [class^="fui-"] {
  line-height: 20px;
  position: relative;
  top: 1px;
}
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 -21px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    line-height: 40px;
  }
}

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

.navbar-default .navbar-nav>li>a:hover {
  color: #38afef;
}

.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover {
  color: #38afef;
}

/* .navbar-toggle */
.navbar-default .navbar-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 38px;
  z-index: 999;
  visibility: hidden;
  border: none;
/*  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    right: 0;
    visibility: visible;
  }
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle {
    top: 0;
  }
}

.navbar-default .navbar-toggle:hover span,
.navbar-default .navbar-toggle:hover span:after,
.navbar-default .navbar-toggle:hover span:before {
  background-color: #ced3db;
}

.navbar-default .navbar-toggle:hover span {
/*  -webkit-transition: opacity .03s ease;
  -moz-transition: opacity .03s ease;
  transition: opacity .03s ease;*/
}

.navbar-default .navbar-toggle span {
  position: absolute;
  display: inline-block;
  left: 7px;
  top: 17px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle span {
    width: 22px;
  }
}

.navbar-default .navbar-toggle span:before,
.navbar-default .navbar-toggle span:after {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 25px;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  -webkit-transform: translate3d(0,0,0);

  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle span:before,
  .navbar-default .navbar-toggle span:after {
    width: 22px;
  }
}

.navbar-default .navbar-toggle span:before {
  top: 8px;
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle span:before {
    top: 6px;
  }
}

.navbar-default .navbar-toggle span:after {
  top: -8px;
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle span:after {
    top: -6px;
  }
}

.navbar-default .navbar-toggle.as-active span {
  background: rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  -webkit-transition: -webkit-transform .1s ease-in;
  -o-transition: -o-transform .1s ease;
  -ms-transition: -ms-transform .1s ease;
  -moz-transition: -moz-transform .1s ease;
  transition: transform .1s ease-in;
}

.navbar-default .navbar-toggle.as-active span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  /*-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);*/

  -webkit-transform: translateY(-1px);
  -webkit-transform: rotate(-45deg) translate3d(0px,-1px,0);
  -moz-transform: rotate(-45deg) translate3d(0px,-1px,0);
  -ms-transform: rotate(-45deg) translate3d(0px,-1px,0);
  -o-transform: rotate(-45deg) translate3d(0px,-1px,0);
  transform: rotate(-45deg) translate3d(0px,-1px,0);
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle.as-active span:before {
    width: 22px;
  }
}

.navbar-default .navbar-toggle.as-active span:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  /*-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/

  -webkit-transform: translateY(1px);
  -webkit-transform: rotate(45deg) translate3d(-1px,0px,0);
  -moz-transform: rotate(45deg) translate3d(-1px,0px,0);
  -ms-transform: rotate(45deg) translate3d(-1px,0px,0);
  -o-transform: rotate(45deg) translate3d(-1px,0px,0);
  transform: rotate(45deg) translate3d(-1px,0px,0);
}

@media only screen and (max-width:480px) {
  .navbar-default .navbar-toggle.as-active span:after {
    width: 22px;
  }
}

button.navbar-toggle {
  margin: 0;
  padding: 0;
}





/* ===================================================================

  Content

=================================================================== */

h3,
.h3 {
  margin: 0;
  padding: 0;
  color: #545454;
}

.lead {
  text-align:center;
}

.bdr {
  border-bottom: 2px solid #168ccc;
}

.content-section-a {
  background-color: #fff;
}

.content-section-b {
  background-color: #168ccc;
}

.content-section-c {
}

/* Pagetop */
.page-top {
  padding: 0.5em 0;
  width: 100%;
  background: #f2f2f2;
  text-align: center;
}

.icon-up-open {
  font-size: 1.5em;
  color: #aaa;
}

a .icon-up-open {
  display: block;
}

a .icon-up-open:hover,
a .icon-up-open:focus {
  color: #ccc;
  background-color: transparent;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* Footer */
footer {
  margin: 0;
  padding: 15px 0 25px;
  background-color: #fff;
  text-align: center;
}

p.copyright {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #999;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99; /* makes sure it stays on top */
}

#status {
  width:40px;
  height:40px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  margin:-20px 0 0 -20px; /* is width and height divided by two */
}

/* Intro */
.intro-header {
  height: 100%; /* Full PAge */
  padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  color: #f8f8f8;
  /*background: #168ccc url(../img/intro/intro01.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;*/
  background: transparent;
  text-align: center;
}

.abcen{
  position: absolute;bottom: 8%;
}

.abcen1{
  position: absolute;
  top: 42%;
  left: 50%;
  text-align: center;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.h3_home {
  font-weight: 500;
  color: #fff;
}

.button_down img {
  width: 50px;
}

.cd-words-wrapper {
  text-align: center;
  font-size: 60px;
  color: #fff;
  letter-spacing: normal !important;
}

.cd-words-wrapper i {
  font-style: normal !important;
}

/* About */
#about {
  padding: 100px 0 !important;
  background: #fafafa;
}

#about .visual img {
  padding-top: 3px;
  padding-bottom: 2px;
}

/* Works */
#works .wrap_title {
  margin-bottom: 0 !important;
}

.page-wrapper {
  margin-bottom: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* NEED CHANGE x4 */
  background-color: #fff;
}

#container {
  margin: 0 !important;
  padding: 0 !important;
  width: 101%;
}

#works h2 {
}

#works .bdr {
}

.terms .p-text {
  max-width: 37em;
  padding-top: 3.2em;
  padding-bottom: 3.2em;
  vertical-align: middle;
}

.item {
  width: 24.9%;
  display: block;
  position: static;
}

.item a {
  border-bottom: 0px;
  display: block
}

.item img {
  width: 100%;
  display: block;
}

.item-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.label:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.label {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4) !important;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}

a:hover .label {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.label p {
  display: inline;
  vertical-align: middle;
  font-size: 100%;
}

.icon-plus {
  font-size: 1.5em;
  color: #fff;

    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: -5%;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    opacity: 0;
}

a:hover .icon-plus {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1400px) {
  .item { width: 33.33% }
}
@media (max-width: 950px) {
  .item { width: 50%}
}
@media (max-width: 460px) {
  .item { width: 100%}
  .label {display: none}
}

/* Works - Boxer */
#boxer-overlay {
  z-index: 2000;
  background: #000;
}

#boxer {
  z-index: 2001;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
}

#boxer .boxer-close {
  z-index: 2005;
  background: #fff;
}

/* Contact */
#contact {
  color: #fff;
  background: transparent;
  text-align: center;
}

#contact h2 {
  color: #fff;
}

#contact .bdr {
  border-color: #fff;
}

#contact .lead {
  text-shadow: 0 0 40px rgba(0,0,0,0.3);
}

#contact .address {
  letter-spacing: normal;
  text-shadow: 0 0 40px rgba(0,0,0,0.3);
}





/* ===================================================================

  Media Query

=================================================================== */

@media only screen and (min-width: 768px) {

  h1, .h1 {
    font-size: 46px;
    line-height: 59px;
  }

  h2, .h2 {
    margin-bottom: 0.3em;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: normal;
    position: relative;
  }

  h3, .h3 {
    margin: 0.3em 0 0.15em;
    font-size: 24px;
    line-height: 39px;
  }

  p, .p {
    font-size: 17px;
    line-height: 26px;
  }

  p.lead {
    margin: 25px 0 5px;
    font-size: 21px;
    line-height: 36px;
  }

  .bdr {
    width: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #168ccc;
  }

  .content-section-a {
    padding: 90px 0;
  }

  .content-section-b {
    padding: 140px 0 140px;
  }

  .content-section-c {
    padding: 90px 0 !important;
  }

  /* Nav */
  .navbar-default .navbar-nav > li {
    border-top: none;
  }

  /* Intro */
  .h1_home img {
    width: 300px;
    height: auto;
  }

  .h3_home {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .006em;
    text-shadow: 0 0 40px rgba(0,0,0,0.3);
  }

  /* Works */
  #works {
    padding: 100px 0 30px !important;
    /* NEED CHANGE x4 */
    background-color: #fff;
  }

  /* About */
  #about {
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
  }

  #about p {
    text-align: left;
  }

  #about p.lead {
    margin-bottom: 2em;
  }

  .col-sm-4 {
    margin-bottom: 120px;
    text-align:center;
  }

  .col-sm-4 .bdr {
    width: 0;
    margin: 0;
    border-bottom: none;
  }

  #about .ui img {
    width: 42px;
    height: auto;
  }

  /* Contact */
  #contact {
    padding: 120px 0 !important;
    background-attachment: fixed;
  }

  #contact p.lead {
  }

  #contact .address {
    font-size: 25px;
    line-height: 1.3em;
  }
}

  /* notfound */
  #notfound {
    padding: 170px 0 !important;
  }


@media (min-width: 768px) and (max-width: 991px) {
  .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  #contact p.lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  h1, .h1 {
    font-size: 27px;
    line-height: 42px;
  }

  h2, .h2 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 30px;
    text-align:center;
  }

  h3, .h3 {
    margin: 0.3em 0 0;
    font-size: 20px;
    line-height: 32px;
  }

  p, .p {
    font-size: 14px;
    line-height: 24px;
    text-align:center;
  }

  p.lead {
    margin: 20px 0 5px;
    font-size: 16px;
    line-height: 27px;
  }

  .bdr {
    width: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #168ccc;
  }

  .content-section-b {
    padding: 70px 0 70px;
  }

  .content-section-c {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  /* Intro */
  .intro-header {
    height: 100%; /* Full PAge */
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
  }

  .h1_home img {
    width: 80%;
    max-width: 200px;
  }

  h3.h3_home {
    margin: 0.2em 0 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .cd-words-wrapper {
    font-size: 42px;
  }

  .button_down img {
    width: 32px;
    height: auto;
  }

  /* Nav */
  .navbar-brand img {
    margin: 0.1em 0 0 0.7em;
    width: 80px;
    height: auto;
  }

  .navbar-nav > li > a {
    font-size: 19px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
  }

  .navbar-default .navbar-nav > li:last-child {
    padding-bottom: 10px;
  }

  /* Pagetop */
  .page-top {
    padding: 0.3em 0;
  }

  .icon-up-open {
    font-size: 1em;
  }

  /* Footer */
  footer {
    padding: 10px 0 15px;
  }

  p.copyright {
    font-size: 10px;
    margin: 10px 0 0;
  }

  /* Works */
  #works {
    padding: 70px 0 30px !important;
    /* NEED CHANGE x4 */
    background-color: #fff;
  }

  /* About */
  #about {
    margin: 0 !important;
    padding: 70px 0 30px !important;
  }

  #about .bdr {
    margin: 0 auto;
  }

  #about .lead {
    margin-bottom: 40px;
  }

  #about .visual img {
    width: 53px;
    height: auto;
  }
  #about .web img {
    width: 58px;
    height: auto;
  }
  #about .ui img {
    width: 31px;
    height: auto;
  }

  #about p {
    margin-bottom: 40px;
  }

  #about .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm-4 .bdr {
    display: none;
  }

  /* Contact */
  #contact {
    padding: 50px 0 70px !important;
  }

  #contact .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  #contact .address {
    font-size: 20px;
  }

  #notfound {
    padding: 90px 0 !important;
  }

}
