/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { background: #f3f0df; }

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */
header {
   position: relative;
   height: 800px;
   min-height: 500px;
   width: 100%;
   /* background: #161415 url(../images/bk_top01_R.jpg) no-repeat top center; */
   background-size: cover !important;
	-webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}

.hedOuter{
  position: relative;
}
.hedInner {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

header .hed01 {

   height: 700px;
   min-height: 500px;
   width: 100%;
   background: #161415 url(../images/bk_cs2.jpg) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
}
header .hed02 {

   height: 700px;
   min-height: 500px;
   width: 100%;
   background: #161415 url(../images/bk_top02.jpg) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
}
header .hed03 {

   height: 700px;
   min-height: 500px;
   width: 100%;
   background: #161415 url(../images/bk_top01_R.jpg) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
header .banner {
   display: inline-block;
   margin: 0 auto;
   width: 85%;
   padding-bottom: 30px;s
   text-align: center;
}

header .banner-text { width: 100%; }
header h1 {
   font: 90px/1.1em 'opensans-bold', sans-serif;
   color: #bb33ff;
   letter-spacing: -2px;
   margin: 0 auto 18px auto;
   text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}

header .hed01 h2 {
  
   font: 25px/1.9em 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   color: #ff4500;
   margin: 0 auto;
   width: 90%;
   text-shadow:
            3px 3px 0px #fff, -3px -3px 10px #fff,
           -3px 3px 0px #fff,  3px -3px 10px #fff,
            3px 0px 0px #fff, -3px -0px 10px #fff,
			0px 3px 0px #fff,  0px -3px 15px #fff;
}
header .hed02 h2 {
  
   font: 25px/1.9em 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   color: #bb33ff;
   margin: 0 auto;
   width: 100%;
   text-shadow:
            3px 3px 0px #fff, -3px -3px 10px #fff,
           -3px 3px 0px #fff,  3px -3px 10px #fff,
            3px 0px 0px #fff, -3px -0px 10px #fff,
			0px 3px 0px #fff,  0px -3px 15px #fff;
}
header .hed03 h2 {
  
   font: 25px/1.9em 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   color: #00738A;
   margin: 0 auto;
   width: 90%;
   text-shadow:
            3px 3px 0px #fff, -3px -3px 10px #fff,
           -3px 3px 0px #fff,  3px -3px 10px #fff,
            3px 0px 0px #fff, -3px -0px 10px #fff,
			0px 3px 0px #fff,  0px -3px 15px #fff;
}
header .hed01 h3 {
   color: #fff;
   text-shadow:
            3px 3px 0px #ff4500, -3px -3px 10px #ff4500,
           -3px 3px 0px #ff4500,  3px -3px 10px #ff4500,
            3px 0px 0px #ff4500, -3px -0px 10px #ff4500,
			0px 3px 0px #ff4500,  0px -3px 10px #ff4500;
}
header .hed02 h3 {
   color: #fff;
   text-shadow:
            3px 3px 0px #cc66ff, -3px -3px 10px #cc66ff,
           -3px 3px 0px #cc66ff,  3px -3px 10px #cc66ff,
            3px 0px 0px #cc66ff, -3px -0px 10px #cc66ff,
			0px 3px 0px #cc66ff,  0px -3px 10px #cc66ff;
}
header .hed03 h3 {
   padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

header .banner-text hr {
   width: 60%;
   margin: 18px auto 24px auto;
   border-color: #2F2D2E;
   border-color: rgba(150, 150, 150, .1);
}

/* header social links */
header .social {
   margin: 24px 0;
   padding: 0;
   font-size: 30px;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
header .social li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}
header .social li a { color: #fff; }
header .social li a:hover { color: #EA5532; }

/* scrolldown link */
header .scrolldown a {
   position: absolute;
   bottom: 30px;
   left: 50%;
   margin-left: -29px;
   color: #fff;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   color: #fff;
   border-radius: 100%;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
header .scrolldown a:hover { color: #EA5532; }

header .toplogo {
   float: left;
   padding-left:5%;
}

a[target="_blank"]:after{
  content:url('../images/target.png'); /* 表示するアイコンを指定 */
  margin:0px 6px; 
}
a.imglink[target="_blank"]:after{
	content: "";
	margin: 0;
}

.img_wrap{

  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}
.img_wrap img:hover{
  transform: scale(1.2) rotate(9deg);
  transition-duration: 0.5s;
}


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 20px 'Noto Sans Japanese', sans-serif;
   font-weight: 900;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;

}
.opaque { background-color: rgba(5, 0, 68, 0.5); }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
position: relative;
  left: 13%; 
  float: left;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
   margin-top:auto; margin-bottom: auto;
}

/* Links */
ul#nav li a {

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #F06000; }

/* ------------------------------------------------------------------ */
/* c. whatsCS60 Section
/* ------------------------------------------------------------------ */

#whatsCS60 {
   background: #1F1F1F url(../images/bk_mori_R.jpg) no-repeat center center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;

   position: relative;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}
@media only screen and (max-width: 750px) {
#whatsCS60 {
   background: #D5FAF8;
}
}

#whatsCS60 a, #whatsCS60 a:visited  { color: #1e90ff; }
#whatsCS60 a:hover, #whatsCS60 a:focus { color: #ff8c00;text-decoration: underline; }

#whatsCS60 h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #63C5F2;
	box-shadow: 0px 0px 0px 5px #63C5F2;
	border: dashed 1px #007CC2;
	padding: 0.2em 0.5em;
}
   
#whatsCS60 h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #007CC2;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#whatsCS60 .check{
	position: relative;
	color: white;
	background: #81d0cb;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
#whatsCS60 .check:before {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	content: "\f14a";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
	font-display: swap;
}

#whatsCS60 p {
   line-height: 30px;
   color: #333333;
}


#whatsCS60 .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#whatsCS60 .contact-details { width: 41.66667%; }

#whatsCS60 .topspace { 
	margin-top: 5%;
}
#whatsCS60 .main-col { 
	padding: 5%;
	background-color:#fff;
}

#whatsCS60 ul {
  border: solid 3px #62c1ce;
  padding: 2em 1.5em 0em 2.3em;
  position: relative;
  margin-top: 2em;
  
}
#whatsCS60 ul li {
  padding: 0 0 0.5em 1.4em;
  color:#960;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}



#whatsCS60 .cs60-pic {
	float:left;
   margin: 15px;
   width: 190px;
   height: 170px;
   border-radius: 100%;
   text-align: left;
}
#whatsCS60 .master {
	float:right;
   margin: 15px;

   text-align: right;
}

/* ------------------------------------------------------------------ */
/* c. voice Section
/* ------------------------------------------------------------------ */

#voice {
   background: #1F1F1F url(../images/bk_voice_R.jpg) no-repeat center center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;
   position: relative;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}
@media only screen and (max-width: 750px) {
#voice {
   background: #cd5c5c;
}
}

#voice h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #ffa07a;
	box-shadow: 0px 0px 0px 5px #ffa07a;
	border: dashed 1px #cd5c5c;
	padding: 0.2em 0.5em;
}
   
#voice h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #cd5c5c;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#voice a, #voice a:visited  { color: #1e90ff; }
#voice a:hover, #voice a:focus { color: #ff8c00;text-decoration: underline; }

#voice p {
   line-height: 30px;
   color: #333333;
}
#voice .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#voice .contact-details { width: 41.66667%; }

#voice .topspace { 
	margin-top: 5%;
 }
#voice .main-col { 
	padding: 5%;
	background-color:#fff;
}
#voice blockquote {
    position: relative;
    padding: 10px 25px;
    box-sizing: border-box;
    color: #333333;
    border: solid 3px #ffa07a;
}
#voice blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    vertical-align: middle;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    background: #f99;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
	font-display: swap;
}
#voice blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
#voice blockquote cite {
    display: block;
    text-align: right;
    color: #606060;
    font-size: 0.9em;
}

/* ------------------------------------------------------------------ */
/* c. treatment Section
/* ------------------------------------------------------------------ */
#treatment {
   background: #1F1F1F url(../images/bk_cs60_03_R.jpg) no-repeat center center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;

   position: relative;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}
@media only screen and (max-width: 750px) {
#treatment {
   background: #44A264;
}
}

#treatment h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #BED747;
	box-shadow: 0px 0px 0px 5px #BED747;
	border: dashed 1px #44A264;
	padding: 0.2em 0.5em;
}
#treatment h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #44A264;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#treatment .cs60-pic {
	float:left;
   margin: 15px;
   width: 190px;
   height: 170px;
   border-radius: 100%;
   text-align: left;
}
#treatment a, #treatment a:visited  { color: #1e90ff; }
#treatment a:hover, #treatment a:focus { color: #ff8c00;text-decoration: underline; }

#treatment p {
   line-height: 30px;
   color: #333333;
}
#treatment .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#treatment .contact-details { width: 41.66667%; }

#treatment .topspace { 
	margin-top: 5%;
 }
#treatment .main-col { 
	padding: 5%;
	background-color:#fff;
}

/* ------------------------------------------------------------------ */
/* c. staff Section
/* ------------------------------------------------------------------ */
#staff {
   background: #F3F0DF;
   padding-top: 96px;

   overflow: hidden;
}
#staff h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #FCC69A;
	box-shadow: 0px 0px 0px 5px #FCC69A;
	border: dashed 1px #EF4933;
	padding: 0.2em 0.5em;
}
#staff h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #F3F0DF #EF4933;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#staff a, #staff a:visited  { color: #107db0; }
#staff a:hover, #staff a:focus { color: #c71585; }

#staff p {
   line-height: 30px;
   color: #333333;
}
#staff .profile-pic {
   position: relative;
   width: 135px;
   height: 180px;
   border-radius: 100%;
}
#staff .contact-details { width: 41.66667%; }
#staff .download {
   width: 58.33333%;
   padding-top: 6px;
}
#staff .main-col { padding-right: 5%; }

#blog {
   background: #F3F0DF;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}
#blog h2 {
top: -7px;
position: relative;
background: #ffd98a;
padding: 2px 5px 2px 25px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}
#blog h2:before {
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: 700;
content: "\f118";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
font-display: swap;
}

/* -blog------------------------------------------------------------ */
.blogbox dl.list{
	border-bottom: dotted 1px #CCC;margin:0 10px 0 0;padding:5px 0;}
	
.blogbox dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 7.5em;
  padding-left: 5px;
  color: #000;
}

.blogbox dl.list dd {
  margin-bottom: 0.2em;
  margin-left: 7.5em;
}

/* ------------------------------------------------------------------ */
/* c. access Section
/* ------------------------------------------------------------------ */
#access {
   background: #E2E1FE;
   padding-top: 96px;
   padding-bottom: 102px;
   color: #333333;
   
   
}

#access a, #access a:visited  { color: #1e90ff; }
#access a:hover, #access a:focus { color: #ff8c00;text-decoration: underline; }

#access h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #FFDC7E;
	box-shadow: 0px 0px 0px 5px #FFDC7E;
	border: dashed 1px #F9A618;
	padding: 0.2em 0.5em;
}
   
#access h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #F9A618;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#access p {
   line-height: 30px;
   color: #333333;
}

#access .contact-details { width: 41.66667%; }
#access .download {
   width: 58.33333%;
   padding-top: 6px;
}
#access .topspace { 
	margin-top: 5%;
 }
#access .main-col { 
	padding: 5%;
	background-color:#fff;
}
#access .cen { 
	text-align:center;
}

/* ------------------------------------------------------------------ */
/* d. system Section
/* ------------------------------------------------------------------ */
#system {
   background: #fff;
   padding-top: 90px;
   padding-bottom: 72px;
   overflow: hidden;
}

#system a, #system a:visited  { color: #11ABB0; }
#system a:hover, #system a:focus { color: #313131; }

#system h3 {
   font: 25px/30px 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1px;
}
#system h3 span {
   border-bottom: 3px solid #11ABB0;
   padding-bottom: 6px;
}
#system h4 {
   font: 25px/30px 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
}

#system .header-col { padding-top: 9px; }
#system .main-col { padding-right: 10%; }

.course {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #E8E8E8;
}
#system .info {
   font-size: 22px/30px; 
   font-family:'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   color: #6E7881;
   margin-bottom: 18px;
   margin-top: 9px;
}
#system .infoplus {
   font: 22px/30px 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   color: #ff3232;
}
#system .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#system .date {
   font: 16px/24px 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   margin-top: 6px;
}

#system h2 {
	font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #454545;
	margin-bottom: 50px;
	position: relative;
	background: #bea3cc;
	box-shadow: 0px 0px 0px 5px #bea3cc;
	border: dashed 1px #7b68ee;
	padding: 0.2em 0.5em;
}
   
#system h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #7b68ee;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */
#contact {
   background: #1F1F1F url(../images/bk_hachi3.jpg) ;
   padding-top: 96px;
   padding-bottom: 102px;
   color: #333333;
}
#contact .section-head { margin-bottom: 42px; }

#contact .main-col { 
	padding: 5%;
	background-color: rgba(245, 248, 249, 0.7);
	display: block;
    position: relative;
    margin: 15px auto;
    padding: 20px 0;
}

#contact a, #contact a:visited  { color: #11ABB0; }
#contact a:hover, #contact a:focus { color: #ff4500; }

.ribbon10 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 20px -20px;
    width: calc(100% + 20px);
    color: white;
    background: #f7862a;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon10 h2{
    vertical-align: middle;
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font: 22px/30px 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
    line-height: 46px;
}

.ribbon10:after{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #E8E0C9 transparent transparent;
    border-style: solid;
}

.ribbon10:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6081b7;
}
#contact h3 span { display: none; }
#contact h3:before {
   font-family: 'Font Awesome 5 Free';
   content: "\f0e0";
	padding-right: 10px;
	font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #f7862a;
   font-display: swap;
}

#contact h4 {
   font: 16px/24px 'Noto Sans Japanese', sans-serif;
   font-weight: 500;
   color: #EBEEEE;
   margin-bottom: 6px;
}
#contact .tel {
	width: 80%;

}
@media only screen and (max-width: 750px) {
#contact .tel {
	width: 100%;

}
}
#contact p.lead, #contact form {
   font: 22px/30px 'Noto Sans Japanese', sans-serif;
   font-weight: 500;
   color: #333333;
   margin-bottom: 18px;
   margin-top: 9px;
   padding: 20px;
}
#contact .header-col { padding-top: 6px; }

/* contact form */
#contact form { margin-bottom: 30px; }
#contact label {
   font: 20px/24px 'Noto Sans Japanese', sans-serif;
   font-weight: 700;
   margin: 12px 0;
   color: #636363;
	display: inline-block;
	float: left;
   width: 15%;
}
#contact input,
#contact textarea,
#contact select {
   padding: 18px 20px;
	color: #000;
	background: #ffffff;
	margin-bottom: 42px;
	border: 0;
	outline: none;
   font-size: 16px;
   line-height: 24px;
   width: 65%;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
	color: #000;
	background-color: #f0fff0;
}
.focus {
	color: #000;
	background-color: #f0fff0;
}
#contact button.submit {
	text-transform: uppercase;
	letter-spacing: 3px;
	color:#fff;
   background: #0D0D0D;
	border: none;
   cursor: pointer;
   height: auto;
   display: inline-block;
	border-radius: 3px;
   margin-left: 15%;
}
#contact button.submit:hover {
	color: #0D0D0D;
	background: #fff;
}
#contact span.required {
	color: #ff0000;
	font-size: 13px;
}
#message-warning, #message-success {
	font: 20px/24px 'Noto Sans Japanese', sans-serif;
    display: none;
	background: #ffbb00;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 65%;
   margin-left: 15%;
}
#message-warning { 
color: #D72828;
background: #ffbb00; 
}
#message-success { 
color: #0447ce;
background: #d3faff;
}

#message-warning i,
#message-success i {
   margin-right: 10px;
}
#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 17px;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */
footer {
   padding-top: 48px;
   margin-bottom: 48px;
   color: #303030;
   font-size: 14px;
   text-align: center;
   position: relative;
}
footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
}
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
   margin: 18px 0 30px 0;
   padding: 0;
   font-size: 30px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #525252;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background-color: #f9b452; }

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

/* Container
------------------------------ */
.s-header__container {
  float: left;
  display: table;
  padding: 0 0rem;
}





