/*------------------------------------------------------------------
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
-------------------------------------------------------------------*/
html{
	font-size: 62.5%;

}

body{
	font-size: 62.5%;
	line-height: 1.5;
	/* color: #8e8e8e; */
	font-family: 'Raleway', sans-serif;
}

.f_s{ font-size : 1.3rem;}
.f_span{ font-size : 1.2rem;}

.f_m{ font-size : 1.6rem}
.f_b{ font-size : 2.5rem}
.f_b2{ font-size : 2.5rem}

.lh15{
	line-height: 1.5;
}

.red{color: red !important;}

.white{ color: white !important;}

h1, h2, h3,h4,h5,h6{
	color: #000;
}

h1, h2, h3{
	text-transform: uppercase;
}

h2{
	/* font-size: 25px; */
}

h3{
	/* font-size: 20px; */
}

a{
	color: #fa5c58;
	text-decoration: none;
}

a:hover,
a:focus{
	color: #fa5c58;
	text-decoration: underline;
}

section header{
	text-align: center;
	padding:40px 0;
}

section header h2{
	font-weight: 500;
	text-transform: uppercase;
}

section header p{
	width: 50%;
	margin: 0 auto;
}

section.dark header h2,
section.dark header p{
	color: #fff;
}

/***********************
Buttons
***********************/
.btn-primary{
	background: #fa5c58;
	border-width: 2px;
	color: #fff;
}

.btn-primary,
.btn-primary:hover{
	border-color: #fe4a46;
}

.btn-primary:hover,
.btn-primary:focus{
	background: #fff;
	color: #fa5c58;
}

.btn{
	padding: 15px 30px;
	border-radius: 0;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}

.btn-lg{
	padding:20px 85px;
	/* font-size: 15px; */
}

/*************************
NAVBAR
*************************/

.h_box{
	display: flex;
	align-items: center;

}
.h_l img{
	width: 75%;
}

.h_r{
	padding-left: 0px;
	align-items: center;
	line-height: 1.5;
}

.navbar-default{
	background-color: #fff;
	margin-bottom: 0;
	height: 100px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d2d2d2;
	transition: all 0.250s;
}

.navbar-default .nav{
	margin-top: 35px;
	margin-bottom: 19px;
}
@media screen and (max-width:750px) {
	.navbar-default .nav{
		margin-top: 45px;
		margin-bottom: 19px;
	}
}
.navbar-default .nav li a{
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: #000;
	border: 1px solid #fa5c58;
}

.navbar-small{
	height: 120px;
}

.navbar-small .navbar-brand{
	/* padding: 2px 15px; */
}

.navbar-small .nav{
	/* margin-top:0px; */
	border: none;
}

.navbar-default .navbar-nav > li > a{
	border: none;
	background: #fff;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus{
	color: #fa5c58;
	border:none;
	background: #eee;

}

.jumbotron{
	margin-bottom: 0;
}

.slide{
	background: url(../img/Slider.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
	color: #fff;
	text-align: center;
	height: 900px;
	text-transform: uppercase;
}

.slide .container{
	margin-top:25%;
	margin-top:30vh;
}

.slide h1{
	vertical-align: middle;	
	font-size: 45px;
	font-size: 2.8vmin;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	background-color:rgba(0,0,0,0.7);
	padding: 20px 30px 60px;
	position: relative;
	border-radius: 5px;
	line-height: 1.8;

}

/* .slide_span{
	font-size: 1.6rem;
	position: absolute;
	top: -0px;
	left: -0px;
	padding:2px 10px;
	font-weight: bold;
	background-color:rgba(255,0,0,0.8);
	display: inline-block;
	transform: rotate(-0.5deg);
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	box-shadow:2px 2px 4px rgba(170,170,170,0.8);
}	 */

.slide_span{
	font-size: 1.8rem;
	position: absolute;
	width:102%;
	top: 57%;
	left: -1%;
	padding:5px 15px;
	font-weight: bold;
	background-color:rgba(239,70,74,1.0);
	background: rgb(254,96,99);
	background: linear-gradient(90deg, rgba(254,96,99,1) 0%, rgba(243,77,81,1) 40%, rgba(239,70,74,1) 60%, rgba(254,96,99,1) 100%);
	transform: rotate(-0deg);
	text-shadow: 2px 2px 1px rgba(255,255,255,0.3);
	box-shadow:2px 2px 4px rgba(170,170,170,0.8);
}
.slide_span:before,
.slide_span:after {
  position: absolute;
  content: '';
}
.slide_span:before {
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #87181C;
  border-left: 15px solid transparent;
}

.slide_span:after {
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid #87181C;
  border-right: 15px solid transparent;
}
@media screen and (max-width:550px) {
	.slide h1{
		padding: 10px 30px 40px;
	}
	.slide_span{
		font-size: 1.25rem;
		position: absolute;
		width:106%;
		top: 75%;
		left: -3%;
		/* margin-bottom: 50px; */
		padding:2px 15px;
		/* border-radius: 25px; */
		font-weight: bold;
		/* opacity: 0.6; */
		background-color:rgba(239,70,74,1.0);
		background: rgb(254,96,99);
		background: linear-gradient(90deg, rgba(254,96,99,1) 0%, rgba(243,77,81,1) 40%, rgba(239,70,74,1) 60%, rgba(254,96,99,1) 100%);
		display: inline-block;
		transform: rotate(-0deg);
		text-shadow: 2px 2px 1px rgba(255,255,255,0.3);
		/* border: 1px solid #C52429; */
		box-shadow:2px 2px 4px rgba(170,170,170,0.8);
	}
	.slide_span:before,
.slide_span:after {
  position: absolute;
  content: '';
}

.slide_span:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #87181C;
  border-left: 10px solid transparent;
}

.slide_span:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #87181C;
  border-right: 10px solid transparent;
}
}


/********************
Services
********************/

.service-item{
	position: relative;
	margin-top:80px;
}

.service-item.text-right .service-text{
	margin-right: 80px;
}

.service-item.text-left .service-text{
	margin-left: 80px;
}

.service-item .service-icon{
	position: absolute;
	top: -20px;
	right: -10px;
}
.service-item.text-right .service-icon{
	right: -10px;
}

.service-item.text-left .service-icon{
	left: -10px;
}

.service-item .service-icon i{
	width: 75px;
	height: 75px;
	display: block;
	color: #fa5c58;
	border-radius: 100%;
	background: #000;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}

.video-wrapper{
	background-image: url(../img/video-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video{
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	background:#27282b;
	background: rgba(39, 40, 43, 0.8);
	padding: 100px 0;
}

.video h3,
.video p{
	color: #fff;
}

.fa-play:before{
	padding-left: 10px; 
}

/**********************
PORTFOLIO
***********************/
.centered-pills {
	text-align: center;
}
.centered-pills ul.nav-pills {
	/* display: inline-block; */
	display: flex;
	margin-bottom: 50px;
	font-size: 1.5rem;
	justify-content: space-around;
}
.centered-pills li {
	/* display: inline; */
	width: 20%;
}
.centered-pills a {
	/* float: left; */
}

.nav-pills > li > a{
	border-radius: 0;
	color: #000;
	border:1px solid #000;
	margin-right: 20px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a.active{
	background: #fa5c58;
	border-color: #fa5c58;
	color: #fff;
}

.projects{
	margin: 0 0 70px 0;
}

.portfolio-item {
	position: relative;
	
	overflow: hidden;
	padding: 0;
	
	text-align: center;
}

.portfolio-item figcaption {
	background: #27282b;
	background: rgba(39, 40, 43, 0.8);
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	display: block;
	opacity: 0;
}

.portfolio-item:hover figcaption {
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
}

figcaption h3 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-top: 25%;
}

figcaption span {
	color: #fb5d59;
	font-size: 1.3rem;
	line-height: 1.3;
}

#about .baner {
	background-image: url(../img/about-bg.jpg);
	background-size: cover;
	background-position: center;
}

.box{
	background: #27282b;
	background: rgba(39, 40, 43, 0.8);
	margin: 70px 0;
	padding: 40px;
}

.box h3,
.box p
{
	color: #fff;
}

.box .delimiter,
.box p{
	margin-bottom: 50px;
}

.box h3{
	margin-bottom: 20px;
}

.box .delimiter{
	width: 60px;
	height: 0;
	border-bottom: 2px solid #fa5c58;
	display: block;
}

/********************************
Team
*********************************/
.team-member{
	text-align: center;
	margin-bottom: 80px;
}
.member-photo{
	position: relative;
}

.member-photo .overlay{
	position: absolute;
	padding: 20px 50px;

	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	display: block;
	text-align: left;
	background: #3f3f41;
	background: rgba(63, 63, 65, 0.8)
}

.basic-info{
	padding: 20px 0;
	text-align: left;
}

/*******************************
SOCIAL ICONS
******************************/
ul.social{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social li{
	display: inline-block;
	width: 30px;

}

ul.social li a{
	text-decoration: none;

}


ul.social li a i{
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}


ul.social li a i:hover,
ul.social li a i:focus{
	border-radius: 100%;
	background-color: #fff;
	color: #fff;

}

ul.social li a:hover .fa-facebook{
	background-color:#3b5998;
}

ul.social li a:hover .fa-twitter{
	background-color: #55acee;
}

ul.social li a:hover .fa-dribbble{
	background-color: #ea4c89;
}

ul.social li a:hover .fa-behance{
	background-color: #1769ff;
}

ul.social li a:hover .fa-pinterest{
	background-color: #cc2127;
}

ul.social li a:hover .fa-google{
	background-color: #dd4b39;
}

.address {
	margin-bottom: 100px;
	color: #000;
}

.address span{
	display: block;
	font-size: 20px;
	line-height: 1.4em;
}

.circled{
	display: block;
	border-radius: 100%;
	background-color: #fa5c58;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	font-size: 35px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 25px;
}

a.circled:hover,
a.circled:focus{
	color: #fff;
	text-decoration: none;
}

/*******************************
FORMS
********************************/
form{
	margin-bottom: 70px;
}
.form-group .btn{
	width: 100%;
}
.form-control{
	padding: 17px 25px;
	font-size: 15px;
	height: auto;
	border-radius: 0;
	background: #f3f3f3;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
	border: 1px solid #fff;
}

.form-control:focus{
	border: 1px solid #454554;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/******************************
BLOGS
*******************************/
#blog{
	background-color: #3f3f41;
	background-image: url(../img/blog-section.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-items .col-md-4{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 60px;
}

.blog-item {
	background:;
}

.blog-item .meta-data{
	padding: 10px 10px 10px 30px;
	background-color: #efefef;
	border-bottom: 1px solid #000;
	background: rgba(230, 230, 230, 0.9);

}

.blog-item h3{
	color: #fb5d59;
	margin-bottom: 20px;
	font-size: 20px;
}

.blog-item h3,
.blog-item p,.blog-item a{
	
}

.blog-item p{
	font-size: 1.5rem;
	color: black;
	margin-bottom: 10px;
}

.blog-item a{
	text-align: right;
	width: 100%;
	display: block;
}

.load-more{
	padding-top:35px;
	padding-bottom: 70px;
}

/*******************************
SERVICES
********************************/
.service-item{
	margin-bottom: 70px;
}

footer{
	text-align: center;
	background:#000;
	color: #fff;
	padding: 50px 0 10px 0;
}

footer .copyright{
	margin-bottom: 20px;
}

footer .back-to-top{
	margin-top:50px;
	display: block;
}

footer a{
	color: #fff;
}


 .mix{
	display: none;
}


/*new*/

dt,dd {
	margin: 0; /* ブラウザの初期値をクリア */
	padding: 0; /* ブラウザの初期値をクリア */
}
.dlTable {
	width: 100%; /* テーブルの横幅を500pxに指定 */
	border-top: 1px solid #ddd; /* テーブルの上の線 */
	border-left: 1px solid #ddd; /* テーブルの左の線 */
	display: flex; /* 子要素のdtとddを横並びにする */
	flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
	margin-top: 20px;
	margin-bottom: 20px;

}
.dlTable dt,
.dlTable dd {
	border-bottom: 1px solid #ddd; /* 各セルの下の線。テーブルの下の線も補える。 */
	border-right: 1px solid #ddd; /* 各セルの右の線。テーブルの右の線も補える。 */
	box-sizing: border-box; /* widthの計算を楽にするため */
	padding: 15px 30px; /* 各セルに余白を取る */
}
.dlTable dt {
	font-size: 16px; /* フォントサイズを16pxに指定 */
	width: 200px; /* dt（見出し項目）の横幅を200pxに指定 */
}
.dlTable dd {
	width: calc(100% - 200px); /* テーブル幅からdtを引いた分の横幅を指定。 */
}
.pc_none{display:none;}
.sm_none{display: inline;}
/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:750px) {
	.pc_none{display:inline;}
	.sm_none{display: none;}

	.dlTable {
			width: 100%; /* 横幅をpxではなく、幅いっぱいに指定。 */
			border-left: none; /* テーブルの左の線を消す */
			display: block; /* 横並びにさせないようブロック要素にする */
	}
	.dlTable dt,
	.dlTable dd {
			border-right: none; /* セルの右の線を消す */
			width: 100%; /* 横幅を幅いっぱいに指定 */
			padding: 10px 15px; /* 各セルに余白を取る */
	}
	.dlTable dt {
			border-bottom: none; /* 下の線を消す（ddの下の線が残る） */
			padding-bottom: 0; /*ddとの距離を近づけるため、0にする*/
	}
	section header p{
		width: 75%;
		text-align: left;
	}
}

section#contact header{
	padding-top: 160px;
}

section#blog{
	padding-bottom: 100px;
}

.clear_fix{
	clear: both;
}
.fs-mid{
	font-size: 2rem
}