html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 62.5%;
  line-height: 1.4;
}

::-moz-selection {
  background: #a8d1ff;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #a8d1ff;
  color: #000;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 1em;
  padding: 0;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
  height: 100%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 20px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.main {
  background-color: #f5f5f5;
}

.col-md-4 {
  padding-bottom: 20px;
}

.col-lg-7 .col-md-6{
  margin-right: 0px;
  margin-left: 0px;
}

.row {
  background-color: white;
  margin-right: 0px;
  margin-left: -15px;
}

.modal-header {
  background: #3498db;
}

.modal-header h4 {
  color: white;
}

.modal-footer {
  background: #2b2b2b;
}

.navbar-default {
  border-color: transparent;
  background-color: #dadada;
}

.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: #16a085;
  color: white;
}

hr {
  position: relative;
  border: none;
}

hr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 17.5%;
  width: 65%;
  height: 2px;
  background: #999;
}

a img {
  background: white;
}

.odd a img {
  background: #f5f5f5;
}

.video{
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.video iframe{
  position: absolute;
  top: 0;
  left: 1em;
  right: 0;
  width: calc(100% - 1em);
  height: 100%;
}

/* Titles */

h1{
  font-family: 'Cinzel','Noto Serif JP', serif;
  font-size: 30px;
  font-size: calc(3rem + ((1vw - 0.32rem) * 4.454));
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #333;
}

.h1a{
  font-size: calc(3rem + ((1vw - 0.32rem) * 4.454));
}

h2 {
  font-family: 'Cinzel','Noto Serif JP', serif;
  font-size: 18px;
  font-size: calc(1.8rem + ((1vw - 0.32rem) * 3.118));
  font-weight: 300;
  color: #333;
}

h3, h4, h5, h6 {
  font-family: 'Cinzel','Noto Serif JP', serif;
  font-size: 16px;
  font-size: calc(1.6rem + ((1vw - 0.32rem) * 2.672));
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  font-size: 14px;
  font-size: calc(1.4rem + ((1vw - 0.32rem) * 1.336));
  line-height: 1.4em;
  line-height: calc(1.4em + ((1vw - 0.32rem) * 0.890));
  margin-bottom: 0;
}

td {
  text-align:center;
  vertical-align: top;
}

li {
  font-size: 16px;
  font-size: calc(1.6rem + ((1vw - 0.32rem) * 0.890));
  line-height: 1.4em;
  line-height: calc(1.4em + ((1vw - 0.32rem) * 0.890));
}

.casttable {
  font-size: 0.9em;
  margin: 0 auto;
  padding:0 0;
}

.castul {
  list-style-type: none;
  line-height: 2em;
  margin: 0 0 0 -2.8em;
  padding: 0 0;
}

.nowrap {
  white-space: nowrap;
}

.col-p {
  margin:10px;
  padding:0 0 1em;

}

.brm00 {
  margin:0;
}

.brm02 {
  margin:2px 0 0;
}

.brm05 {
  margin:5px 0 0;
}

.brm08 {
  margin:8px 0 0;
}

.brm10 {
  margin:10px 0 0;
}

.brm15 {
  margin:15px 0 0;
}

.brm20 {
  margin:20px 0 0;
}

.brm30 {
  margin:30px 0 0;
}

.br-3 {
  padding:-0.3em 0 0;
}

.br01 {
  padding:0.1em 0 0;
}

.br02 {
  padding:0.2em 0 0;
}

.br03 {
  padding:0.3em 0 0;
}

.br04 {
  padding:0.4em 0 0;
}

.br05 {
  padding:0.5em 0 0;
}

.br06 {
  padding:0.6em 0 0;
}

.br08 {
  padding:0.8em 0 0;
}

.br10 {
  padding:1em 0 0;
}

.br10top {
  padding-top:1em;
}

.br12 {
  padding:1.2em 0 0;
}

.br15 {
  padding:1.5em 0 0;
}

.br16 {
  padding:1.6em 0 0;
}

.br20 {
  padding:2em 0 0;
}

.br30 {
  padding:3em 0 0;
}

.lefted {
  text-align: left;
}

.centered {
  text-align: center;
}

.righted {
  text-align: right;
}

.fs04 {
  font-size: 0.4em;
}

.fs05 {
  font-size: 0.5em;
}

.fs06 {
  font-size: 0.6em;
}

.fs07 {
  font-size: 0.7em;
}

.fs08 {
  font-size: 0.8em;
}

.fs09 {
  font-size: 0.9em;
}

.fs10 {
  font-size: 1em;
}

.fs11 {
  font-size: 1.1em;
}

.fs12 {
  font-size: 1.2em;
}

.fs14 {
  font-size: 1.4em;
}

.fs15 {
  font-size: 1.5em;
}

.fs17 {
  font-size: 1.7em;
}

.fs18 {
  font-size: 1.8em;
}

.fs20 {
  font-size: 2em;
}

.fs225 {
  font-size: 2.25em;
}

.fs25 {
  font-size: 2.5em;
}

.fs30 {
  font-size: 3em;
}

.fs335 {
  font-size: 3.35em;
}

.fs40 {
  font-size: 4em;
}

.lh06 {
    line-height: 0.6em;
}

.lh08 {
    line-height: 0.8em;
}

.lh09 {
    line-height: 0.9em;
}

.lh10 {
    line-height: 1em;
}

.lh11 {
    line-height: 1.1em;
}

.lh12 {
    line-height: 1.2em;
}

.lh13 {
    line-height: 1.3em;
}

.lh15 {
    line-height: 1.5em;
}

.lh16 {
    line-height: 1.6em;
}

.lh18 {
    line-height: 1.8em;
}

.lh20 {
    line-height: 2em;
}

.lh25 {
    line-height: 2.5em;
}

.lh30 {
    line-height: 3em;
}

.indent002 {
  text-indent: 0.2em;
}

.indent005 {
  text-indent: 0.5em;
}

.indent006 {
  text-indent: 0.6em;
}

.indent01 {
  text-indent: 1em;
}

.indent012 {
  text-indent: 1.2em;
}

.indent0127 {
  text-indent: 1.27em;
}

.indent013 {
  text-indent: 1.3em;
}

.indent018 {
  text-indent: 1.8em;
}

.indent02 {
  text-indent: 2em;
}

.indent028 {
  text-indent: 2.8em;
}

.indent03 {
  text-indent: 3em;
}

.indent032 {
  text-indent: 3.2em;
}

.indent035 {
  text-indent: 3.5em;
}

.indent04 {
  text-indent: 4em;
}

.indent048 {
  text-indent: 4.8em;
}

.indent049 {
  text-indent: 4.9em;
}

.indent05 {
  text-indent: 5em;
}

.indent06 {
  text-indent: 6em;
}

.indent07 {
  text-indent: 7em;
}

.indent08 {
  text-indent: 8em;
}

.indent078 {
  text-indent: 7.8em;
}

.indent09 {
  text-indent: 9em;
}

.indent10 {
  text-indent: 10em;
}

.indent11 {
  text-indent: 11em;
}

.indent114 {
  text-indent: 11.4em;
}

.indent-002 {
  text-indent: -0.2em;
}

.indent-005 {
  text-indent: -0.5em;
}

.indent-008 {
  text-indent: -0.8em;
}

.indent-01 {
  text-indent: -1em;
}

.indent-011 {
  text-indent: -1em;
}

.indent-02 {
  text-indent: -2em;
}

.indent-03 {
  text-indent: -3em;
}

.indent-031 {
  text-indent: -3.1em;
}

.indent-04 {
  text-indent: -4em;
}

.indent-05 {
  text-indent: -5em;
}

.indent-054 {
  text-indent: -5.4em;
}

.indent-06 {
  text-indent: -6em;
}

.indent-07 {
  text-indent: -7em;
}

.indent-08 {
  text-indent: -8em;
}

.indent-09 {
  text-indent: -9em;
}

.indent-10 {
  text-indent: -10em;
}

.indent-11 {
  text-indent: -11em;
}

.indent-12 {
  text-indent: -12em;
}

.ls-01 {
  letter-spacing: -0.1em;
}

.ls-02 {
  letter-spacing: -0.2em;
}

.ls-03 {
  letter-spacing: -0.3em;
}

.ls-035 {
  letter-spacing: -0.35em;
}

.ls-04 {
  letter-spacing: -0.4em;
}

.ls-005 {
  letter-spacing: -0.05em;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.ls02 {
  letter-spacing: 0.2em;
}

.ls03 {
  letter-spacing: 0.3em;
}

.ls04 {
  letter-spacing: 0.4em;
}

.ls05 {
  letter-spacing: 0.5em;
}

.blue1 {
    color:#222299;
}

.blue2 {
    color:#0064c8;
}

.blue3 {
    color:#0096fa;
}

.green1 {
    color:#1abe19;
}

.green2 {
    color:#008000;
}

.yellow {
    color:#f5b949;
}

.orange1 {
    color:#ed6c00;
}

.orange2 {
    color:#cd5d00;
}

.red {
    color:#f71c2e;
}

.pink1 {
    color:#ff4f8f;
}

.pink2 {
    color:#ff7f8f;
}

.pink3 {
    color:#ff0080;
}

.brown {
    color:#9f5632;
}

.purple {
    color:#800080;
}

.bg-pink1 {
    background: linear-gradient(225deg, #fffdfe 0%, #fff5fa 10%, #fffdfe 30%);
}

.bg-gray-border {
	border: 4px solid #c0c0c0;
}

.bg-blue-border {
	border: 3px solid #222299;
}

.bgh {
    background-color:#a3add1;
}

.shadow {
  text-shadow: 1.5px 1.5px 1.5px #999;
}

.shadow2 {
  text-shadow: 0.5px 0.5px 1px #aaa;
}

.under {
  border-bottom: solid 1px #999;
  line-height: 2em;
}

.underlink {
  border-bottom: solid 1px #3498db;
  line-height: 2em;
}

.under2 {
  border-bottom: solid 1px #999;
  line-height: 1em;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

.ib {
  display: inline-block;
}

.overflowh {
  overflow: hidden;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
}

.gmap iframe {
position: absolute;
left: 5%;
top: 5%;
height: 100%;
width: 90%;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: auto;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}

.col-lg-85, .col-lg-45 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .col-lg-85, .col-lg-45 {
    float: left;
  }
  .col-lg-85 {
    width: 62%;
  }
  .col-lg-45 {
    width: 38%;
  }
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Monaco";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote, blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- "
}

/* Images */

.overflow-image {
  margin-top: -65px;
}

/* Links */

a {
  color: #3498db;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../img/header_bg.jpg) no-repeat center top;
  margin-top: -50px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  min-height: calc(60rem + ((1vw - 0.32rem) * 66.964));
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: calc(3rem + ((1vw - 0.32rem) * 7.301));
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin-top: 35px;
  margin-top: calc(3.5rem + ((1vw - 0.32rem) * 8.730));
  padding-bottom: 0.8em;
  text-shadow: 0.07em 0.07em 3px #000;
}

#headerwrap p{
  color: #ffffff;
  font-size: 18px;
  font-size: calc(1.8rem + ((1vw - 0.32rem) * 1.904));
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-shadow: 0.12em 0.12em 2px #000;
}

#headerwrap .engh1{
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

#headerwrap .engp{
  font-size: 0.8em;
  letter-spacing: 0.08em;
}

#greywrap {
  background: #f5f5f5;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#greywrap .callout {
  margin-bottom: 20px;
}

#greywrap p {
  margin-left: 30px;
  margin-right: 30px;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#greywrap .icon {
  font-size: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}

.textdivider h1 {
  color: #ffffff;
  font-size: 24px;
  font-size: calc(2.4rem + ((1vw - 0.32rem) * 3.563));
  line-height: 1em;
  text-shadow: 0.07em 0.07em 3px #000;
}

#footerwrap {
  background: #2b2b2b;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h4 {
  color: white;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
}

/* Section Dividers */

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #E6EAED;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 70px;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

.textdivider h1 {
  padding-top: 70px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 25px;
}

/* Section Dividers Backgrounds */

.divider1 {
  background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
  background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
  background-image: url('../img/bg/divider3.jpg');
  margin-top: 0px;
}

.divider4 {
  background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
  background-image: url('../img/bg/divider6.jpg')
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
  display: block;
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 168px;
  cursor: pointer;
  padding: 90px 20px 50px 20px;
  border: none;
  background: #333;
}

.service-trigger:before {
  width: 100%;
  top: 50px;
  color: #3498db;
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
}

.service-active .service-trigger {
  background: #222;
}

.service-active p {
  font-family: serif;
  padding-top: 10px;
}

.service-content {
  padding: 15px 20px;
  background: #e6eaed;
  display: block;
  height: auto
}

.service-content p:last-child {
  margin: 0;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: #3498db;
}

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
}

/* Caption Style */

.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.mask figure:hover img, .mask figure.cs-hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.mask figure:hover figcaption, .mask figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
  background: #2b2b2b;
  padding-right: 0px;
  padding-left: 0px;
}

.blog-bg h4 {
  color: #dadada;
  padding-top: 0px;
}

.blog-bg h5 {
  color: #dadada;
  font-size: 11px;
}

.blog-content {
  padding-top: 10px;
  background: #f2f2f2;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
  body .header {
    background-attachment: scroll;
  }
}

/*ipad portrait*/

@media only screen and (min-device-width:768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header {
    background-attachment: scroll;
  }
}

@media (min-width: 950px) {
  #headerwrap h1 {
    font-size: 76px;
    margin-top: 90px;
  }
  #headerwrap p {
    font-size: 30px;
  }
}

@media (min-width: 769px) {
  #headerwrap {
    min-height: 900px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h3, h4, h5, h6 {
    font-size: 28px;
  }
  p, li {
    font-size: 20px;
    line-height: 1.8em;
  }
  .textdivider h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 320px) {
  #headerwrap {
    min-height: 600px;
  }
  #headerwrap h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
  }
  #headerwrap p {
    font-size: 18px;
    font-weight: 400;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 18px;
  }
  h3, h4, h5, h6 {
    font-size: 16px;
  }
  p, li {
    font-size: 14px;
    line-height: 1.4em;
  }
  .textdivider h1 {
    font-size: 24px;
  }
}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #3498db;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #3eacf5;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #3498db;
}

.credits {
  color: #999;
}
