@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/css?family=Sacramento);

body {
font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif!important;
font-weight: bold!important;
}

h1 {
	font-family: 'Sacramento', cursive!important;
	font-size: 1.8em;
	margin: 0.2em;
	font-weight: bold!important;
}

#navigation {
  background-color: rgba(87, 124, 138, 0.8)!important;
}


span.color {
	color: #33A6B8!important;
}

a:focus, a:hover {
	color: #81C7D4!important;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #81C7D4!important;
}


.sec-title h2 {
  color: #6699A1!important;
}

.service-icon {
  border: 1px solid #6699A1!important;
  color: #6699A1!important;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #6699A1!important;
}


.team-member:hover h4 {
  color: #6699A1!important;
}

.team-member .social-links li a {
  background-color: #81C7D4!important;
}

.overlay {
	background-color: rgba(102,153,161,.9)!important;
}

.footer {
  background-color: #6699A1!important;
  border-top: 5px solid #062033!important;
}

/*=========================================
	Fonts
==========================================*/

h2#home-title {
	font-family: 'Sacramento', cursive!important;
	font-size: 2.5em;
	margin-top: 0.5em;
	text-align: center;
}
h2#home-title span.ja {
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif!important;
	font-weight: normal!important;
	font-size: 0.6em!important;
}

/*=========================================
	Table
==========================================*/

.table-year {
	width: 10em;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding-top: 100px!important;
}

.visibleNearby {
  width: 100%!important;
  background: #ddd!important;
  color: #FFF;
  padding-top: 25px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}


div#gallery-1 .royalSlider,
div#gallery-1 .rsOverflow,
div#gallery-1 .rsSlide,
div#gallery-1 .rsVideoFrameHolder,
div#gallery-1 .rsThumbs {
	background-color: #ddd!important;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Non-linear resizing on smaller screens */

@media screen and (min-width: 0px) and (max-width: 900px) { 
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}

#simple-vertical {
  width: 100%!important;
  height: 600px!important;
  color: #FFF;
}
.blockSample {
  left: 20px; 
  top: 20px; 
  padding: 6px 8px; 
  background: #FFF; 
  color:#000;
}

/*=========================================
	Timeline
==========================================*/

div.timeline_line{
	display: none!important;
}

.timelineFlat{
	margin-top:2em;
}

.timelineFlat .item,
.timelineFlat .item_open{
	height: 600px!important;
}

.timelineFlat h2{
	margin-top:2em;
	color:#6699A1!important;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif!important;
	font-size: 1em!important;
	font-weight: bold!important;
}

.timelineFlat img{
	height: 400px!important;
	width: auto!important;
}

.timelineFlat img.yoko{
	width: 100%!important;
	height: auto!important;
}

.timelineFlat div.img_div{
	text-align: center;
}

.timelineFlat span{
	line-height: 1.5em;
}

.timelineFlat .read_more{
	background: #6699A1!important;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif!important;
}

.work_list_text {
	padding: 3em;
}

.work_list_text h4{
	margin-bottom: 1em;
}

.work_list_text ul li{
	margin-bottom: 1em;
}
/*=========================================
	Profile
==========================================*/

.profile {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}


/*=========================================
	Contact
==========================================*/

.contact {
  background-color: #6699A1!important;
  border-top: 5px solid #062033!important;
}

.contact h2{
	color: #fff!important;
}

.contact div.sec-sub-title p{
	color: #fff!important;
	font-weight: normal!important;
}