/* Global Styles */

html,
body {
    height: 100%;
}

body {
	padding-top:50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background:#444;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background: #f5f5f5;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header{
	background:#333;
	padding:30px;
	margin-bottom:50px;
	text-align:center;
}

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


textarea {
    overflow: auto;
    font-size: 16px !important;
    line-height: 1.5;
    width: 100%;
}

header h1{
	margin:0;
	color:#fff;
	margin-bottom:10px;

}

header p{
	margin:0;
	color:#fff;
	margin-bottom:10px;

}

header i.fa-star{
	color:#FFD700;
	font-size:18px;
	margin-right:5px;
}

textarea｛
	padding:20px;
｝

::-webkit-input-placeholder {
  color: #ccc;
  font-size:16px;padding:20px;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
  font-size:16px;
}
:-ms-input-placeholder {
  color: #ccc;
  font-size:16px;
}


h2{
	font-size:20px;
	margin:30px 0 15px 0;
}

h3{
	font-size:16px;
}


.count-text{
	color:#228B22;
	font-size:16px;
	font-weight:bold;
}

.count-text .count-num{
	font-size:34px;
	font-weight:bold;
	padding-right:5px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

table{
	width:100%;
	border-collapse:collapse;
	margin:20px auto;
}

th,td{
	border:1px solid #ccc;
	padding:10px;
}

th{
	text-align:center;
	background:#eee;
	width:40%;
}

td{
	background:#fff;
	padding-left:20px;
}


/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */


@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.carousel-control {
		font-size:30px;
		font-weight:bold;
	}
}