/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 30px;
    color: #d83e3e;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.p_blue{
  color: #353551;
}

.centered {
      text-align: center
}

/* Links */
a {
    color: #353551;
    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: #d83e3e;
    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;
}

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


.navbar {
	font-weight: 700;
	font-size: 14px;
	//padding-top: 15px;
	//padding-bottom: 15px;
}

.navbar-inverse {
        background: #ffffff;
	border-color: #ffffff;
}



.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;

}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;

}

.navbar-nav li span{
    display: block;

}


/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ------------------------custom------------------------ */
#logo_top{
    height: 35px;
}

.navbar-nav li a{
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.navbar-inverse .navbar-toggle {
  border-color: #d83e3e;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #d83e3e;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #d83e3e;
}

.navbar-inverse .navbar-toggle:hover > .icon-bar,
.navbar-inverse .navbar-toggle:focus > .icon-bar{
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #d83e3e;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ff7878;
}

#contact dl dt{
    padding-top: 1pc;
    margin-left: 1em;
    font-weight: 700;
}

#contact dl dd{
    margin-top: -1.7em;
    padding-left: 8em;
    padding-bottom: 1pc;
    border-bottom: 1px dotted #353551;
}

#f .cont-menu-title{
    background-color: #353551;
    color: #ffffff;
    padding-top: 9px;
    padding-bottom: 9px;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -15px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	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 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
.c-bgcolor {
	background: #e0e0e0;
	/*text-align: center;*/
}

.c-bgcolor h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#header{
  background: url('../img/header-bg2.jpg') no-repeat center top;
  background-position: center 40%;
	/*background: #3498db;*/
	padding-top: 35px;
	padding-bottom: 35px;
}

#header-company{
  background: url('../img/header-bg2.jpg') no-repeat center top;
  background-position: center 40%;
	/*background: #3498db;*/
	/*padding-top: 35px;
	padding-bottom: 35px;*/
}


#header h4,
#header-company h4 {
	color: white;
	font-weight: 700;
}

#header p,
#header-company p{
	color: white;
}



/* Footer Wrap */
#f {
	//background: #2d2d2d;
	background: #ffffff;
        //padding-top: 30px;
	//padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

/****** SECTIONS *****/

.cp {
	padding-top: 40px;
  padding-bottom:40px;
}

.cp h4 {
	font-weight: 700;
}

.cp i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #f2f2f2;
	color: #555;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

.photo  {
  width:100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.photo:hover img {
  width: 100%;
  transform: scale(1.1);
  transition: .3s ease-in-out;
}

.white-box{
  position: absolute;
  bottom:0;
  margin:0;
  padding: 0 20px;
  height:35px;
  width:300px;
  background-color: #ffffff;
}

.white-p{
  font-weight:bold;
  font-size:25px;
}

.photo:hover .white-box{
  height:100px;
  transition: .3s ease-in-out;
}

.profile td{
  border-bottom: dotted 1px #353551;
  padding: 5px;
  height:50px;
}

.profile-l{
  width:20%;
}

.profile-r{
  width:30%;
}

.link-color-none{
  color:#555;
  text-decoration:none;
}

.under{
  margin-bottom: 30px;
}

.padding-none{
  padding: 0;
}

.works-text li{
  width:100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 0;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.clients p{
  font-size: 13px;
  text-align: left;
  margin: 1px;
}

.support_table{
  width:100%;
}

.support_table td{
  height:30px;
  font-size: 12px;
  border: dashed 1px;
  border-color: #353551;
  padding: 5px;
}

.p_left{
  text-align: left;
  margin-bottom: 0;
}

.p_right{
  text-align: right;
  margin-bottom: 0;
}

.p_red{
  color:#d83e3e;
}

.p_bold{
  font-weight: bold;
}

.index-center{
  margin:0 1px;
}

.padding-center{
  padding:0 25px;
}

.address {
  font-size: 15px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  padding:0 20px;
}

#map_canvas_osaka, #map_canvas_kobe{
  width:100%;
  height:400px;
  position:relative;
}

.map-button {
    background-color: #353551;
    border: 1px solid #353551;
    color: #fff;
    line-height: 50px;
    transition: all .4s;
    text-align: center;
    margin: 10px auto;
    /*background-image: url("../img/overlay.png");
    opacity:0.8;*/
    width: 200px;
}

.map-button:hover {
    background-color: #fff;
    border-color: #d83e3e;
    color: #d83e3e;
    border-radius: 10px;
    background-image:initial;
}

.full_overlay{
    /*position: fixed;*/
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url("../img/overlay.png");
    z-index: -100;
    opacity:0.8;
}

/*modal*/
.remodal p {
	margin-bottom: 1em;
}

dl.decimal dt{
	display: list-item;
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

dl.decimal dd:last-child{
	margin-bottom: 1em;
}

dd ul.decimal{
	list-style-type: decimal;
	padding-left: 1.5em;
}

dd ul.decimal li{
	margin: 1em 0;
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.5em;
}

ul.disc li{
	margin: 1em 0;
}

dl.decimal dd dl#document{
	margin-left: 1.5em;
}

dl.decimal dd dl#document dt{
	display: list-item;
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

ul.alpha{
	list-style-type: lower-alpha
}

ul.alpha li{
	margin: 1em 0 1em 3em;
}

dl.decimal dd dl#document .sub{
	list-style: none;
	margin-left: 2em;
}

dl.decimal dd dl#document dd.sub ul li{
	margin: 0.5em 0;
}

.list-none li{
  list-style-type: none;
}

/* NEWS */
#news_body dl dd,#news_body dl dt{
	width:calc(100% - 2pc);
	padding:0 1pc;
}
#news_body dl dt{
	font-weight:700;
	margin-top:1pc;
}
#news_body dl dd{
	border-bottom:1px dotted #ccc;
	margin-top:-1.7em;
	padding-bottom:1pc;
}
#news_body dl dd div.headline{
	font-weight:700;
	margin-left:7em;
}
#news_body dl dd div.context{margin-top:8px}
#news_body dl dd:last-child{border-bottom:0}
.news-contents{
	margin-top:-56px;
	padding-top:56px;
}

/* SERVICE */
.appList{
  text-align: left;
}
.appList img{
  border-radius: 10px;
  margin-bottom: 10px;
}
.appList h5{
  color:#ff7878;
  font-size: :50px;
  font-weight: bold;
  margin-left:20px;
}


/* media query */

@media (max-width: 767px){
  .clients p{
    font-size: 11px;
  }
  #headerwrap h1{
    margin-top: 100px;
  	color: white;
  	font-size: 35px;
  	font-weight: 300;
  	letter-spacing: 3px;
  }
}
