/**
* Template Name: Shield
* Template URL: https://templatemag.com/shield-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
  height: 100%;
}

body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.col-md-4 {
  padding-bottom: 20px;
}

.row {
  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;
}
.navbar-nav li{
	font-size:15px;
}



hr.style1 {
  position: relative;
  border: none;
}

hr.style1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}

a img {
  /*background: white;*/
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}
/* Paragraph & Typographic */

p {
  line-height: 26px;
    margin: 0; 
    padding: 0;
}

.centered {
  text-align: center;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

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;
}

span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}

/* ==========================================================================
   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: 650px;
  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: #9370db;
  padding-bottom: 0px;
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
  color: #9370db;
  margin-top: 270px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
  margin-left: 15px;
  text-shadow: 1px 1px 1px #000;
}


#greywrap {
  background: #f5f5f5;
  margin-top: 0px;
  padding-top: 20px;
  padding-left:10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

#greywrap .callout {
  margin-bottom: 20px;
}

#greywrap p {
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 1px;
text-align:left;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
}

#greywrap .icon {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 10px;
}

#footerwrap {
  background: #2b2b2b;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h4 {
  color: white;
}

#yellowwrap {
  background: #faf0e6;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
  padding-top: 25px;
}

.textshadow{
  text-shadow: 2px 2px 2px #000;
}

/* Section Dividers */

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  /*max-height: 450px;*/
  min-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: 50px;
  margin-top: 45px;
  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')
}

.divider5 {
  background-image: url('../img/bg/divider5.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: 'Lato', sans-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;
}


#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.inner{
	width: 94%;
	margin: 0 auto;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.innerS2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}

/*囲み枠
------------------------------------*/
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}


/*Youtube レシポンシブ
------------------------------------*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*画像サイズ
------------------------------------*/
div.resizeimage {
	max-width::100%;
	margin: 0 auto;
}
div.resizeimage img {
	padding-top:50px;
 	width: 100%; 
}	


hr.style11 {
	border-top: 1px dashed #8c8b8b;
	margin-bottom:20px;
}

/*ボックス横並び2
------------------------------------*/
.child-2{
    width: 45%;
    float: left;
	padding-left:10px;
}


/*固定ボタン
------------------------------------*/
.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 20px;
 z-index:1;
}
.fixed_btn2{
  position: fixed;
  bottom: 80px; 
  right: 10px;
  padding: 6px 20px;
 z-index:1;
}

/*開く、隠すボタン
------------------------------------*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*※印のリスト
-----------------------------------------*/
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "\203B";
}

/*□印のリスト
-----------------------------------------*/
ul.square li {
  list-style-type: none;
  text-indent: -1em;
  padding-left:0;
  margin-top:10px;
}
ul.square li:before {
  display: inline;
  content: "\25a1";
}

/*丸数字リスト
-----------------------------------------*/
ol.maru_num  {
  margin: 0;
  padding: 0;
  padding-top:10px;
}
ol.maru_num li  {
  padding-bottom:10px;
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


.col-lg-6{
  padding-right: 10px;
  padding-left: 10px;
}


.indent1{
	text-indent:-1em;
	padding-left:1em;
}

/*-----------------------------------------
  見出し
---------------------------------------------*/
.headline3 {
  padding: .6em .5em .6em 1em; /*上下左右の余白*/
	background-color: #ffe6e6; /*背景色*/
	border-left: solid 6px #ff5a5f; /*左線（線種 太さ 色）*/
	font-size:18px;
	font-weight:bold;
    margin-bottom:20px;
}

.headline_al {
  position: relative;
  padding: 10px 0 0 10px;
  font-size:20px;
  margin-top:20px;
  color:#8b4513;
  font-weight:bold;
  width:100%;
  background: linear-gradient(transparent 60%, #add6ff 100%);

}
/*
.headline_al::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../img/hana.png);
}
*/

.headline_syurui {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.headline_syurui:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #008000;
  bottom: -3px;
  width: 20%;
}

.headline_02 {
  padding: 1rem 2rem;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
  font-size:18px;
}


/*----------------------------------------------------
 回り込みを終了する定型表現。
------------------------------------------------------ */
/*clearfix*/	
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;	
}
/*画像と文書を並べて表示時する*/
.inner_l{     
	float: left ;　 /*左側に配置する*/
}
 .inner_p{
	float:right; 　 /*右側に配置する*/
}

/*----------------------------------------------------
 フォントサイズ（レシポンシブ用）
------------------------------------------------------ */
.ft30{
	font-size:30px;
}

.ft26{
	font-size:26px;
}

.ft22{
	font-size:22px;
}

.ft18{
	font-size:18px;
}

/*----------------------------------------------------
 行間
------------------------------------------------------ */
.col-lg-3 h4{
	margin-bottom:-10px;
}

/*----------------------------------------------------
 グーグルマップ　レスポンシブ
------------------------------------------------------ */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*-------------------------------
topへ戻る
--------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
   .pc { display: block !important; }
   .sp { display: none !important; }
   .tablet { display: none !important; }
   .footer_area{ display: none;}

@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 screen and (max-width:769px) {

   .pc { display: none !important; }
   .sp { display: block !important; }
   .tablet { display: block !important; }

  #headerwrap h1 {
    font-size: 30px;
  }
  #headerwrap p {
    font-size: 30px;
    line-height: 38px;
  }

  #greywrap {
    padding-top: 10px;
  }

 h1,h2 {
	font-size:20px;
	font-weight:bold;

   margin-top:5px;
   margin-bottom:0px;

 }

 hr {
  margin-top: 0px;
  margin-bottom: 0px;
 }
 .innerS{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 20px;
 }
 .innerS2{
	width: 98%;
	margin: 0 auto;
 }

/*
 p {
  margin: 0;
  line-height:26px;
 }
*/
.topics_area_inner{
	height:auto;
}
.child-2{
    width: 100%;
    float: center;
}

.child-tw{
    width: 40%;
    float: left;
	margin-left:20px;
	max-width:520px;
}

.child-time{
    width: 50%;
    float: left;
	margin-left:20px;
}


/*-------------------------------------------------------------
当院の特徴 
-------------------------------------------------------------*/
.child-3{
    width: 100%;
}

table.tokucho{
}

table.tokucho th{
	display: block;
    width: 100%;
	font-size:15px;
	padding:10px;
}

table.tokucho td{
	display: block;
    width: 100%;
	font-size:15px;
	padding:10px;
	border-left: 1px solid #000;

}



}



@media screen and (max-width:640px){

   .pc { display: none !important; }
   .sp { display: block !important; }
   .tablet { display: none !important; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 2px 15px 2px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }

 h1,h2 {
	font-size:20px;
	font-weight:bold;
}
hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
}

 .innerS{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
 }
 .innerS2{
	width: 96%;
	margin: 0 auto;
 }


.child-tw {
    width: 100%;
    margin:20px 0 20px 0;
}
 
.child-time{
    width: 100%;
    margin:20px 0 20px 0;
}


.topics_area dt,
.topics_area dd{
	display: block;
	width: 95%;
}
.topics_area dd{
	text-indent: 0;
	margin:0;
    padding: 0 0 0.5em 1em;
}

.textdivider h1 {
  padding-top: 50px;
  color: white;
  font-size: 20px;
}

.textdivider p {
  color: white;
  font-size: 16px;
}



.footer_area {
	display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 218,112,214, 0.4 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 5px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.footer_area_inner span{
	color: #fff;
}

#siteBottom{
	margin-bottom: 85px;
}
.col-lg-6{
  padding-right: 0px;
  padding-left: 0px;
}

.col-lg-3,
.col-lg-4,
.col-lg-5{
  padding-left:30px;
}

/*フォントサイズ
--------------------------------*/
.ft30{
	font-size:20px;
}
.ft26{
	font-size:20px;
}

.ft22{
	font-size:16px;
}

.ft18{
	font-size:16px;
}


/*各リンク先医療機関
--------------------------------*/
table.linktext{
 	border-collapse: separate; 
	border-spacing: 10px;
}
table.linktext td{
	font-size:15px;
	display:block;
	width:100%;
	padding-top:10px;
}
table.linktext td a{
	text-decoration: underline;
}



}

/* 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;
}
