#header {
position: absolute;
z-index: 99;
width: 100%;
opacity: 1;
top: 0;
}
#header #navbar li a {
color: rgba(0, 0, 0, 0.7);
position: relative;
letter-spacing: 0;
padding: 10px 8px;
}
#header #navbar li a span {
position: relative;
display: block;
padding-bottom: 2px;
}
#header #navbar li a span:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: rgba(76,66,168,1);
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
#header #navbar li a:hover {
}
#header #navbar li a:hover span:before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
#header #navbar li.active a {
background: transparent;
background: none;
}
#header #navbar li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#header .navbar-brand {
float: none;
text-align: center;
}
#header .navbar-brand h1 {
font-size: 11px;
color: rgba(0,0,0,1);
text-align: center;
margin-top: 8px;
}
#header .navbar-brand img {
max-height: 70px;
display: inline;
}
#header.navbar-fixed-top {
position: fixed !important;
-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
margin-top: 0px;
top: 0;
}
#header.navbar-fixed-top .navbar {
display: block;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
max-height:70px;
}
#header.navbar-fixed-top .navbar-brand {
color: rgba(76,66,168,1);
float: left;
}
#header.navbar-fixed-top #navbar ul li {
padding-top: 15px;
}
#header.navbar-fixed-top #navbar li a {
color: rgba(0, 0, 0, 1);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#header.navbar-fixed-top #navbar li a:hover {
}
#header.navbar-fixed-top #navbar li.active a {
background: transparent;
background: none;
}
#header.navbar-fixed-top #navbar li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#header .navbar-default {
border: transparent;
background: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
#header .navbar-default .brand-slogan {
margin: 28px 0 0 15px;
float: left;
letter-spacing: 2px;
color: #adadad;
}
#header .navbar-default .brand-slogan em {
color: rgba(76,66,168,1);
font-style: normal;
}
#header a {
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.section-heading {
float: left;
width: 100%;
padding-bottom: 50px;
margin-bottom: 50px;
clear: both;
}
.section-heading h2 {
font-size: 30px;
font-weight: 300;
color: #444;
text-transform: uppercase;
position: relative;
display: block;
padding-bottom: 5px;
line-height: 1.5;
margin-bottom: 45px;
}
.section-heading h2:after {
content: "";
position: absolute;
display: block;
width: 100px;
height: 1px;
background: rgba(76,66,168,1);
left: 50%;
margin-left: -50px;
bottom: 0;
}
.section-heading h3 {
font-weight: 300;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.section-heading h2 {
font-size: 30px;
}
.section-heading h3 {
font-size: 18px !important;
line-height: 34px;
}
.section-heading {
padding-bottom: 50px;
margin-bottom: 0;
}
}
.parallax-window {
background: transparent;
}
.vegas-timer-progress {
background: rgba(76,66,168,1);
}
.btn {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#intro {
position: relative;
height: 100vh;
}
#intro .arrow {
position: absolute;
bottom: 2.5em;
left: 50%;
margin-left: -20px;
display: block;
color: rgba(76,66,168,1);
font-size: 30px;
z-index: 99;
text-decoration: none;
animation: asdb 2s infinite;
}
@keyframes asdb {
 0% {

 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {

 opacity: 0;
}
}


#our-services,
#about-us,
#testimonials,
#team {
padding: 6em 0;
background: rgba(255,255,255,1);
}
#gallery {
padding:0 0 6em 0;
background: rgba(255,255,255,1);
}
@media screen and (max-width: 480px) {
#our-services,
 #about-us,
 #testimonials {
padding: 5em 0;
}
}
#about-us h3 {
margin-bottom: 1em;
}
#about-us h3 em{
font-size:.75em;
padding-left:0.4em;
}
/* ============================================================ pc */
@media screen and (min-width:800px) {
#about-us .about-txt h3 {
margin-top: 3em;
}
#about-us .about-img{
text-align:right;
}
#about-us .about-img img{
max-height:300px;
}
}
/* ============================================================ sp */
@media screen and (max-width:800px) {
#about-us .about-txt h3 {
font-size:18px;
}
#about-us .about-img img{
margin-top:3em;
}
}
#about-us p.link-btn {
margin-top: 2em;
}
#about-us p.link-btn a {
font-size: 11px;
}
#team h2 {
}
#team .section-heading {
padding-bottom: 40px;
margin-bottom: 0;
}
#team .person {
text-align: center;
margin-bottom: 40px;
float: left;
width: 100%;
padding-left:10px;
padding-right:10px;
}
#team .person img {
display: block;
margin: 0 auto;
height: 220px;
width: 220px;
border-radius:8px;
}
#team .person h4.name {
font-size: 24px;
margin-top: 15px;
font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", serif;
}
#team .person .position {
text-transform: uppercase;
color: #999;
margin-bottom: 30px;
font-size: 12px;
}
#team .person p {
text-align: justify;
}
#testimonials {
border-top: 1px solid rgba(226,222,222,1);
background: rgba(246,242,242,1);
text-align:center;
}
#testimonials .section-heading {
padding-bottom: 0;
margin-bottom: 0;
}
#testimonials .section-heading h2 {
}
#testimonials .section-heading h2:after {
background: rgba(76,66,168,1);
}
#testimonials .section-heading .subtext h3 {
color: rgba(0, 0, 0, 0.5);
}
#testimonials p.txt {
color: rgba(0, 0, 0, 0.7);
}
#testimonials .col-md-10 {
	margin:0 auto;
	float:none;/*これが大事*/
}

#testimonials .box-testimony {
margin-bottom: 2em;
float: left;
}
#testimonials .box-testimony a {
color: rgba(255, 255, 255, 0.5);
}
#testimonials .box-testimony a:hover,
#testimonials .box-testimony a:focus,
#testimonials .box-testimony a:active {
color: white;
text-decoration: none;
}
#testimonials .box-testimony blockquote {
padding-left: 0;
border-left: none;
padding: 40px;
background: #fff;
position: relative;
border-radius: 6px;
border: 1px solid rgba(76,66,168,1);
}
#testimonials .box-testimony blockquote:after {
content: "";
position: absolute;
top: 100%;
left: 40px;
border-top: 15px solid black;
border-top-color: rgba(76,66,168,1);
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
#testimonials .box-testimony blockquote dl dt {
color: rgba(76,66,168,1);
font-weight: 900;
margin-top: 1.25em;
margin-bottom: 0.25em;
}
#testimonials .box-testimony blockquote dl dt:first-child {
margin-top: 0;
}
#testimonials .box-testimony blockquote .quote {
position: absolute;
top: 0;
left: 10px;
text-align: center;
font-size: 30px;
line-height: 0;
display: table;
color: #fff;
width: 56px;
height: 56px;
margin-top: -30px;
background: rgba(76,66,168,1);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
#testimonials .box-testimony blockquote .quote > span {
display: table-cell;
vertical-align: middle;
}
#testimonials .box-testimony .author {
font-size: 18px;
}
#testimonials .box-testimony .author em {
padding-top: 2.5em;
display: block;
}
#testimonials .box-testimony .author img {
float: left;
max-height: 120px;
max-width: 120px;
margin-right: 1em;
margin-top: 1em;
border-radius: 6px;
vertical-align: middle;
}
#testimonials .box-testimony .author .subtext {
display: block;
color: rgba(0, 0, 0, 0.5);
font-size: 12px;
}
#testimonials .btn {
margin-top: 2em;
font-size: 11px;
}
#our-services,
#press {
background: #f4f4f4;
}
#our-services h3 {
margin-top: 45px;
margin-bottom: 0.5em;
color: rgba(76,66,168,1);
}
#our-services p em {
background: linear-gradient(transparent 60%, #ffc42d 60%);
}
#our-services .section-heading {
padding-bottom: 20px;
margin-bottom: 0;
}
#our-services .box {
padding: 30px;
background: #fff;
text-align: center;
color: #7f7f7f;
margin-bottom: 50px;
position: relative;
border-radius: 6px;
}
#our-services .box p {
text-align:justify;
}
#our-services img {
margin-top: 1.5em;
border-radius: 6px;
display:block;
}
#our-services img.float-L {
float: left;
padding-top: 0;
padding-right: 0.5em;
padding-bottom: 0.5em;
width: 35%;
}
@media screen and (max-width: 992px) {
#our-services .box {
min-height: inherit;
margin-bottom: 60px;
}
}
#our-services .box .icon {
width: 65px;
height: 65px;
margin: 0 auto;
top: 0;
margin-top: -60px;
margin-bottom: 30px;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: table;
text-align: center;
background: #fff;
}
#our-services .box .icon > span {
display: table-cell;
vertical-align: middle;
line-height: 1;
letter-spacing: 0;
}
#our-services .box .icon > span i {
font-size: 22px;
line-height: 1;
margin: 0;
padding: 0;
}
#our-services .box.colored-2 {
border: 1px solid rgba(0,191,243,0.4);
}
#our-services .box.colored-2 .icon {
border: 1px solid rgba(0,191,243,1);
}
#our-services .box.colored-2 .icon span i {
color: rgba(0,191,243,1) !important;
}
#our-services .box.colored-3 {
border: 1px solid rgba(247,135,33,0.4);
}
#our-services .box.colored-3 .icon {
border: 1px solid rgba(247,135,33,1);
}
#our-services .box.colored-3 .icon span i {
color: rgba(247,135,33,1) !important;
}
#our-services .box.colored-4 {
border: 1px solid rgba(242,68,110,0.4);
}
#our-services .box.colored-4 .icon {
border: 1px solid rgba(242,68,110,1);
}
#our-services .box.colored-4 .icon span i {
color: rgba(242,68,110,1) !important;
}
#our-services .box.colored-5 {
border: 1px solid rgba(47,197,204,0.4);
}
#our-services .box.colored-5 .icon {
border: 1px solid rgba(47,197,204,1);
}
#our-services .box.colored-5 .icon span i {
color: rgba(47,197,204,1) !important;
}
#our-services .box.colored-6 {
border: 1px solid rgba(224,104,207,0.4);
}
#our-services .box.colored-6 .icon {
border: 1px solid rgba(224,104,207,1);
}
#our-services .box.colored-6 .icon span i {
color: rgba(224,104,207,1) !important;
}
#our-services .box.colored-7 {
border: 1px solid rgba(114,153,69,0.4);
}
#our-services .box.colored-7 .icon {
border: 1px solid rgba(114,153,69,1);
}
#our-services .box.colored-7 .icon span i {
color: rgba(114,153,69,1) !important;
}
#our-services .box.colored-8 {
border: 1px solid rgba(226,199,35,1);
}
#our-services .box.colored-8 .icon {
background: rgba(226,199,35,1);
}
#our-services .box.colored-8 .icon span i {
color: rgba(255,255,255,1) !important;
}
#our-services .box .step-number {
font-size: 16px;
display: block;
color: #d1d1d1;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
#our-services .box h3 {
margin: 0 0 20px 0;
padding: 0;
font-weight: 400;
font-size: 20px;
color: #444;
}
#our-services .col-md-12 .box {
margin-bottom: 0;
border: 1px solid #e2cd33;
}
#our-services .col-md-12 .box img {
padding-top: 0;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn.btn-primary {
background: rgba(76,66,168,1);
color: #fff;
border: 1px solid transparent !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
box-shadow: none;
background: rgba(76,66,168,1);
}
.btn:hover,
.btn:active,
.btn:focus {
background: #fff !important;
color: rgba(76,66,168,1);
outline: none !important;
border: 1px solid rgba(76,66,168,1) !important;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
border-color: transparent;
}
.grid-gallery {
/*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
background: rgba(255,255,255,1);
}
.grid-gallery .gallery-row {
padding-left: 15px;
padding-right: 15px;
}
.grid-gallery a {
padding: 5px 0 5px 0;
display: block;
}
.grid-gallery .col-xs-6,
.grid-gallery .col-sm-6,
.grid-gallery .col-md-6 {
padding-left: 5px;
padding-right: 5px;
}
.grid-gallery .col-md-6.gallery-large {
}
.grid-gallery .col-md-6.gallery-large a {
padding-left: 10px;
}
.social {
padding: 0;
margin: 0;
display: inline-block;
position: relative;
width: 100%;
}
.social li {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
.social li a {
font-size: 16px;
display: table;
width: 40px;
height: 40px;
margin: 0 4px;
}
.social li a i {
display: table-cell;
vertical-align: middle;
}
.social li a:hover,
.social li a:active,
.social li a:focus {
text-decoration: none;
border-bottom: none;
}
.social li a.social-box {
background: rgba(76,66,168,1);
color: #fff;
}
.social li a.social-circle {
background: rgba(76,66,168,1);
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.social li a:hover {
background: #393e46 !important;
}
.social.social-box a {
background: rgba(76,66,168,1);
color: #fff;
}
.social.social-circle a {
background: rgba(76,66,168,1);
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.owl-carousel .owl-controls .owl-nav {
opacity: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav,
.owl-carousel:hover .owl-controls .owl-nav,
.owl-carousel:active .owl-controls .owl-nav {
opacity: 1;
}
.owl-carousel .btn-primary:hover,
.owl-carousel .btn-primary:focus,
.owl-carousel .btn-primary:active {
background: transparent !important;
border: 2px solid #fff !important;
}
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
margin-top: 0;
}
@media screen and (max-width: 768px) {
#about-us h3 {
margin-top: 1em;
text-align: center;
}
#about-us .linl-btn {
text-align: center;
}
#testimonials .box-testimony {
margin-bottom: 6em;
}
#testimonials .row .col-md-4:nth-last-child(1) .box-testimony {
margin-bottom: 2em;
}
#our-services p {
text-align: left;
}
#our-services .box {
margin-bottom: 40px;
}
.owl-carousel .owl-controls .owl-nav {
display: none;
}
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
top: 50%;
margin-top: -29px;
z-index: 9999;
position: absolute;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
color: rgba(255, 255, 255, 0.5);
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
color: white;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
color: white;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
color: #000;
}
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev i {
color: #fff;
}
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.light-arrow .owl-controls .owl-nav .owl-prev:hover i {
color: #fff;
}
 @media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-nav {
display: none;
}
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
background: none !important;
}
.owl-theme .owl-dots {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
bottom: 0;
margin-bottom: 2.5em;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
background: none;
background: white;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: white;
background: transparent;
border: 1px solid #fff;
}
.owl-carousel-fullwidth .item,
.owl-carousel-fullwidth .owl-text-wrap {
height: 800px;
display: table;
width: 100%;
height: 100vh;
}
@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item,
.owl-carousel-fullwidth .owl-text-wrap {
height: inherit;
padding: 5em 0;
}
}
.owl-carousel-fullwidth .owl-text-wrap {
position: relative;
}
.owl-carousel-fullwidth .item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100vh;
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
}
.owl-carousel-fullwidth .item .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
z-index: 8;
}
.owl-carousel-fullwidth .item img {
max-width: 100%;
}
.owl-carousel-fullwidth .item .iphone-image {
position: relative;
z-index: 99;
align-items: center;
}
.owl-carousel-fullwidth .item .iphone-image .iphone {
float: right;
text-align: right;
position: relative;
bottom: -12em;
}
.owl-carousel-fullwidth .item .iphone-image .iphone img {
align-items: flex-end;
vertical-align: middle;
}
@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .iphone-image .iphone {
bottom: 0em;
text-align: center;
float: none !important;
margin: 0 auto;
display: block;
}
}
.owl-carousel-fullwidth .item .iphone-image .iphone img {
max-width: 100%;
}
.owl-carousel-fullwidth .item .owl-text {
display: table-cell;
vertical-align: middle;
z-index: 10;
position: relative;
}
.owl-carousel-fullwidth .item .owl-text a {
color: white;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .owl-text a:hover {
text-decoration: none;
color: white;
border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .owl-text .text-box {
background: rgba(255,255,255,0.6);
padding: 2em;
}
.owl-carousel-fullwidth .item .owl-text .lead,
.owl-carousel-fullwidth .item .owl-text .lead-2,
.owl-carousel-fullwidth .item .owl-text .sub-lead {
color: #fff;
margin: 0;
padding: 0;
}
.owl-carousel-fullwidth .item .owl-text .lead {
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(0,0,0,1);
font-size: 28px;
}
@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .owl-text .lead {
margin-bottom: 20px;
font-size: 20px;
}
}
.owl-carousel-fullwidth .item .owl-text .sub-lead {
font-size: 16px;
line-height: 2;
color: rgba(0,0,0,1);
}
@media screen and (max-width: 768px) {
.owl-carousel-fullwidth .item .owl-text .sub-lead {
font-size: 16px;
line-height: 34px;
}
}
.js .to-animate,
.js .to-animate-2,
.js .single-animate {
opacity: 0;
}
 @media screen and (max-width: 480px) {
.col-xxs-12 {
float: none;
width: 100%;
}
}
.row-bottom-padded-lg {
padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-lg {
padding-bottom: 2em;
}
}
.row-bottom-padded-md {
padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-md {
padding-bottom: 2em;
}
}
.row-bottom-padded-sm {
padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
padding-bottom: 2em;
}
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#contact{
padding:7em 0;
background:rgba(255,255,255,1);
}
#contact .section-heading {
padding-bottom: 0;
margin-bottom: 0;
}
#contact p {	
margin-bottom:30px;
text-align:center;
font-size:12px;
}
#contact p strong{
display:inline-block;
background: linear-gradient(transparent 65%, #e9c3ea 65%);
color:rgba(76,66,168,1);
font-size:20px;
letter-spacing:2px;
font-weight:bold;
padding:0 0.2em;
}
.form-control {
padding: 7px 12px;
display: inline-block;
height: 50px;
background: rgba(240,240,240,0.8);
border: 1px solid rgba(240,240,240,0.8);
border-radius: 2px;
}
.btn-primary {
    color: #fff;
    background-color: #777;
    border-color: #777;
letter-spacing:3px;
text-indent:3px;
}
.btn-primary:hover {
    background-color: #555;
    border-color:rgba(45,255,215,1);
}
#contact .col-sm-12 {
text-align:center;
}

#instagram {
background: rgba(240,240,240,1);
text-align:center;
padding-top:2rem;
}

@media screen and (max-width: 767px) {
#instagram .sbi_photo {
	width:50%;
}
}
#map {
border-top: 1px solid rgba(76,66,168,1);
border-bottom: 1px solid rgba(76,66,168,1);
}
#footer {
padding: 50px 0;
color: #7f7f7f;
background: rgba(255,255,255,1);
}
#footer dl {
margin-top: 1.5em;
}
#footer dl dt {
color: rgba(76,66,168,1);
font-weight: 700;
font-weight: bold;
}
#footer dl dd {
margin-top: 0.25em;
}
#footer dl dd em{
	margin-top:.7rem;
	margin-bottom:.2rem;
	font-size:11px;
	display: inline-block;
	padding:2px 8px;
	border-radius:5px;
	background:rgba(153,153,153,1);
	color:rgba(255,255,255,1);
}
#footer dl dd.txt {
font-size: 12px;
}
#copyright {
padding: 4em 0;
background: rgba(76,66,168,1);
text-align: center;
}
#copyright p {
color: rgba(255,255,255,0.5);
font-size: 11px;
letter-spacing: 2px;
}
