@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 9.5em;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}

.mincho { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif }
h1 small { text-transform: lowercase }
h2 {
    line-height:38px;
    font-weight: 300;
}
h3 { line-height: 1.4em }
h5 {
	font-size: 24px;
	color: #6f6f6f;
 }
p {
	font-size: 14px;
	font-weight: 400; 
}
@media(min-width:768px) {
	p { 
	font-size: 15px;
	line-height: 26px; }
}
.p-lg { font-size: 18px }
@media(min-width:768px) {
	.p-lg { font-size: 24px }
}
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffcc33;
}
.highlight { color: #ffcc33 }
.gray-bg { background-color: #F4F4F4 }
.beige-bg { background-color: #e0ceb3 }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
#tf-menu {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 5px 0;
    height: auto;
}
.navbar-brand img {
    height: 30px;
    width: auto;
}
.navbar-brand { padding: 12px 15px }
.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 8px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    border-bottom: 2px solid #ffcc33;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #FFCC33 }
/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #ffcc33;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }
/* Home Style */
#tf-home {
	padding-top:60px;
	width: 100%;
    background: url(../img/bg/01s.jpg);
    background-position: center center;
	background-attachment: scroll;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media(min-width:768px) {
#tf-home {
	width: 100%;
	/*min-height: 300px;*/
	padding-top:270px;
    background: url(../img/bg/01m.jpg);
    background-position: center center;
	background-attachment: scroll;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
@media (min-width: 1200px) {
#tf-home {
	width: 100%;
	/*min-height: 300px;*/
	padding-top:270px;
    background: url(../img/bg/01.jpg);
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
#tf-home .overlay {
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);*/ /* W3C */
    padding: 20% 0;
    /*background-attachment: fixed;*/
}
.content-heading p.lead { margin-bottom: 80px }
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffcc33;
}

/* Intro Section */
#tf-intro {
	background-color: #e0ceb3;
	padding: 50px 0;
	text-align: center;
}
.intro-p p {
	color: #e62019;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
@media(min-width:768px) {
.intro-p p {
	color: #e62019;
	font-size: 16px;
	font-weight: 400;
}
}
.red { color: #e62019 }
.white { color: #ffffff; }
.p-bold { font-weight: 900 }
#tf-intro img.intro-logo {
    margin: 0 auto;
    margin-top: 10px;
}
.intro-h1 {
    font-weight: 900;
	font-size: 24px;
    text-transform: uppercase;
}

/* Service Section */
#tf-services { padding: 30px 0 }
.section-header {
    padding: 30px 10px 0px;
    text-align: center;
}
.section-header h2 { text-transform: uppercase }
.section-header h5 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
.answer {
    padding: 30px 5px 30px;
	margin-top: 50px;
	margin-bottom: 30px;
    text-align: center;
	border-radius: 4px;
}
.service p {line-height: 24px; }
.services-coment { margin: 0 }
#tf-services ul.circle li {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	line-height: 70px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border: 4px solid #B7B7B7;
	margin: 5px 5px 0px;
}
#tf-services ul.circle-2 li {
	width: 65px;
	height: 65px;
	padding: 15px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
	/*line-height: 70px;*/
	color: #e62019;
	background-color: #FFF;
	text-align: center;
	border: 3px dotted #e62019;
	margin: 20px 5px 0px;
}
.border {
	border-bottom : 2px dotted #A5A5A5;
	display: inline-block;
}
.border2 {
	border-bottom : 2px dotted #B7B7B7;
	display: inline-block;
}
.p-check {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #e62019;
}
@media(min-width:768px) {
	.p-check {
	font-size: 18px;
	line-height: 24px;
	}
}
/* service lists */
.service { margin-bottom: 30px }
.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    /*border-top-right-radius: 0;*/
    margin: 0 10px;
    margin-left: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
/*.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }*/
h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
}
/* bottom */
.bottom-80 { margin-bottom: 80px }
.bottom-50 { margin-bottom: 50px }
.bottom-30 { margin-bottom: 30px }
.bottom-20 { margin-bottom: 10px }
@media(min-width:768px) {
.bottom-80 { margin-bottom: 80px }	
.bottom-50 { margin-bottom: 50px }
.bottom-30 { margin-bottom: 30px }
.bottom-20 { margin-bottom: 20px }
}
/* Process Section */
#tf-process { padding: 30px 0 }
.workflow { margin-top: 30px }
.height-30 {height: 30px }
.process ul.circle li {
	text-align: center;
	font-size: 12px;
	width: 75px;
	height: 75px;
	padding: 17px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-top-left-radius: 0;
	font-weight: 700;
	color: #ffffff;
	background-color: #555555;
	border: 4px solid #ffffff;
	margin: 0px 10px 0px;
}
@media(min-width:768px) {
	.process ul.circle li {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	width: 110px;
	height: 110px;
	padding: 30px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-top-left-radius: 0;
	font-weight: 700;
	color: #ffffff;
	background-color: #555555;
	border: 4px solid #ffffff;
	margin: 0px 20px 0px;
}
}	
.hidden-space { visibility : hidden; }
#tf-process .gray-bg { position: relative }
.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px dotted #A5A5A5;
    left: 10%;
}
@media(min-width:768px) {
	.gray-bg .vline {
		left: 20%;
	}
}
		
#process { padding: 0 }
.process { margin-bottom: 20px }

.process-subtitle {
	font-size: 16px;
	text-align: center;
	color: #e62019;
	letter-spacing: 3px;
    font-weight: 700;
    padding: 5px 5px;
    background-color: #f4f4f4;
    text-transform: uppercase;
	border: 2px solid #e62019;
	border-radius: 4px;
    transition: all 0.5s;
}
.process-subtitle-2 {
	font-size: 15px;
	text-align: center;
	color: #e62019;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 5px 5px;
	margin-bottom: 10px;
    background-color: #ffffff;
    text-transform: uppercase;
	border: 2px solid #e62019;
	border-radius: 4px;
    transition: all 0.5s;
}
@media(min-width:768px) {
.process-subtitle {
	font-size: 18px;
	text-align: center;
	color: #e62019;
    letter-spacing: 5px;
    font-weight: 700;
    padding: 10px 10px;
    background-color: #f4f4f4;
    text-transform: uppercase;
	border: 2px solid #e62019;
	border-radius: 4px;
    transition: all 0.5s;
}
.process-subtitle-2 {
	font-size: 18px;
	text-align: center;
	color: #e62019;
    letter-spacing: 5px;
    font-weight: 700;
    padding: 10px 10px;
	margin-bottom: 20px;
    background-color: #ffffff;
    text-transform: uppercase;
	border: 2px solid #e62019;
	border-radius: 4px;
    transition: all 0.5s;
}
}
.process-text a {
	color: #A5A5A5;
	font-weight: bold;
	border-bottom: 2px #A5A5A5 dotted;
}
.process-text a:hover {
	color: #ffcc33;
	border-bottom: 2px #ffcc33 dotted;
}
.process p {
	line-height: 24px;
}
.process-img {
	padding-left: 0;
	padding-right: 0;
}

@media(min-width:992px) {	
.process-img {
		padding-right: 20px;
}
}
.process-text {
	padding-left: 0;
	padding-right: 0;
}

/* Coustomer Voice Section */
#tf-voice { padding: 30px 0 }
/* Single Voice Detail */
.voice {
	padding: 60px 0;
}
.link-box {
	padding: 60px 0;
}

.voice-detail .dl-horizontal dt {
    text-align: left;
	width: 90px;
	letter-spacing: 2px;
    
}
.voice-detail .dl-horizontal dd {
	margin-bottom: 10px;
	margin-left: 0;
}
.work-related-thumb { margin-bottom: 30px }
.work-related-thumb .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover { opacity: 0.8 }
/*.img-wrap .profile-img {
    position: relative;
    margin-bottom: 40px;
}*/
.voice p {
	line-height: 28px;
}
.profile-img .voice-title {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 5px;
}
ul.voice-title li {
    background: #e0ceb3;
    width: 100px;
    height: 100px;
    padding: 18px;
    text-align: center;
    margin-right: -5px;
	font-family: 'Josefin Slab', serif;
	font-weight: 400;
    font-size: 28px;
	line-height: 1.1em;
    color: #e62019;
    margin-bottom: 0;
}
.voice-title {
	font-family:  'Josefin Slab', serif;
	font-weight: 400;
}
/* Works Section */
#tf-works { padding: 30px 0 }
.works-intro {padding-top: 30px }
ul.cat { margin: 20px 0 }
ul.cat li a {
    background: inherit;
    border: 1px solid;
    padding: 4px 6px;
    border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
    background: #A5A5A5;
    border: 1px solid #A5A5A5;
    padding: 4px 6px;
    border-radius: 3px;
    color: #ffffff;
}
.nopadding { padding: 0 }
.box a { margin: 2px }
#tf-services-deteil .circle {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 21px;
	font-weight: 700;
	line-height: 90px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border: 4px solid #B7B7B7;
	margin: 5px 5px 0px;
}
#tf-services-deteil ul.circle-2 li {
	width: 65px;
	height: 65px;
	padding: 15px 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
	/*line-height: 70px;*/
	color: #e62019;
	/*background-color: #FFF;*/
	text-align: center;
	border: 3px dotted #e62019;
	margin: 20px 5px 0px;
}
/* Voice section */
#tf-voice .box .hover-bg {
    position: relative;
    overflow: hidden;
	margin: 0 30px;
	/*width: 100px;*/
}
#tf-voice .box .hover-bg .hover-text {
	height: 100%;
	/*bottom: -1px;*/
	border-radius: 50%;
	background: transparent;
	opacity: 0;
}
#tf-voice .box:hover .hover-bg .hover-text {
	background-color: rgba(224, 206, 178, 0.5);
	opacity: 1;
}
#tf-works .box .hover-bg {
    position: relative;
    overflow: hidden;
}
#tf-works .box .hover-bg .hover-text {
	height: 100%;
	/*bottom: -1px;*/
	background: transparent;
	opacity: 0;
}
#tf-works .box:hover .hover-bg .hover-text {
	background-color: rgba(224, 206, 178, 0.5);
	opacity: 1;
}
.box .hover-bg:hover .hover-text.off {
    opacity: 1;
}
#tf-voice .box .hover-text i.fa {
    font-size: 60px;
    padding: 13px;
    position: relative;
    top: 35%;
    transition: all 0.5s;
}
#tf-works .box .hover-text i.fa {
    font-size: 48px;
    padding: 0px;
    position: absolute;
    top: 38%;
	left: 42%;
    transition: all 0.5s;
}
.hover-bg .hover-text {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 25%;
	padding: 20px;
	color: #ffffff;
	/*left: 1px;*/
	/*    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;*/
}
.hover-bg .hover-text.on { opacity: 1 }
/*.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}*/
.hover-bg:hover .hover-text.off {
    /*-webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;*/
}
.box .hover-text i.fa:hover { color: #333333 }

.box .hover-text i.fa.fa-expand {
    border-top-right-radius: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-search-plus {
    border-top-left-radius: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-search-plus {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box h6 {
	font-size: 13px;
	text-align: right;
	letter-spacing: 1px;
	font-weight: 700;
}
/* Style 2 - Not Fullwidth */
#itemsWorkThree {padding-top: 30px }
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(224, 206, 178, 0.70);
    border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%)  translateY(400%);
    opacity: 0;
    transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: transparent;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
    /*border: 1px solid #ddd;*/
    padding: 10px 0;
    margin: 0;
}
/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 14px;
	line-height: 35px;
    background: #f1f1f1;
    /*border: 1px solid #333;*/
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #ffffff !important;
    background: rgba(255, 255, 255, 1) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
    color: #C59A6D !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border-top: 4px solid #ffcc33;
}

/* Information */
#tf-about { padding: 30px 0 }
.img-wrap .profile-img {
    position: relative;
}
.information {
	margin: 30px 0px 50px;
	text-align: center;
	letter-spacing: 1px;
}
.profile { padding: 0 }
#tf-about h3 {
	font-size: 21px;
	line-height: 32px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}
.about-right-content { padding: 0 5px 20px 10px}
.about-right-content h3,
.about-right-content h3 small { color: #333 }
.about-right-content h3 small { font-weight: 300 }
.about-right-content a {
	color: #A5A5A5;
	font-weight: bold;
	border-bottom: 2px #A5A5A5 dotted;
}
.about-right-content a:hover {
	color: #ffcc33;
	border-bottom: 2px #ffcc33 dotted;
}
#work-detail { padding: 30px 0 20px }
.works p {
	font-size: 11px;
	line-height: 1.2em;
}
.works { padding: 20px 15px 0 }
.works-contens { padding: 0}
/* Portfolio / Works Sections */
#tf-team { padding: 60px 0 }
#team .item {
    padding: 30px 0px;
    margin: 5px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa;
}
/*  Q&A  */
#tf-qa { padding: 30px 0 }
.qa {padding-top: 30px }
.qa-box { position: relative }
.qa-box {
	padding: 5px 20px 10px;
	margin: 0px 20px 30px;
	border: 2px solid #ffcc33;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	
}
.qa-box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	color: #9C9C9C;
}
.qa-p {
	font-size: 30px;
	font-weight: 700;
}
.a-p {
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
}
#tf-qa .qa-box a {
	color: #ffcc33;
	font-weight:bold;
}
.qa-box a:hover,
.qa-box a:focus { color: #6f6f6f }

/* Why Us or Features Section */
#tf-features,
#feature { padding: 60px 0 }
.features-content { padding: 0 30px 0 }
.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333333;
}
.nav.nav-pills > li > a {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 25px;
    border-bottom: 3px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.nav.nav-pills > li > a small {
    text-transform: lowercase;
    font-style: italic;
}
.nav.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #E5B112;
    padding: 25px;
    border-bottom: 3px solid #996600;
}
.nav-pills > li > a { border-radius: 4px }
ul.features li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px;
}

/* Pricing Section */
#tf-pricing { padding: 60px 0 }
.price h1 { font-size: 50px }
.price { text-align: center }
.price.panel-default { border-color: #333 }
.price.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #333333;
    border-color: inherit;
}
.price .panel-heading { padding: 30px 15px }
.price .panel-body { border-bottom: 1px solid }
.price ul.list-unstyled { padding: 20px }
.price ul.list-unstyled li { padding: 10px 0 }
.price ul.list-unstyled li small { margin-top: -10px }
/* Featured */
.price.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
    border-color: #ffcc33;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.price.featured.panel-default { border-color: #ffcc33 }
.price.featured.panel-default > .panel-heading { background-color: #ffcc33 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #ffcc33 }
.featured .tf-btn { margin-top: 20px }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tf-btn {
	max-width: 350px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #333333;
    text-transform: uppercase;
    border-color: #333333;
    transition: all 0.5s;
	margin-top: 20px;
}
.tf-btn:focus,
.tf-btn:hover {
    background-color: #e0ceb3;
    border-color: #e0ceb3;
	color: #6f6f6f;
}
.color {
    background-color: #e0ceb3;
    border-color: #e0ceb3;
	color: #e62019;
}
.color:focus,
.color:hover {
    border-color: #A5A5A5;
    background-color: #A5A5A5;
	color: #FFFFFF;
}
/* Blog Section */
#tf-blog,
#blog-post { margin: 30px 0 }
#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }
/*.media.post {
    background: #fff;
    padding: 10px;
}
.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
}
ul.metas li:after {
    content: ' / ';
    margin-right: 3px;
    margin-left: 3px;
}
ul.metas li:last-child:after { content: ' ' }
ul.metas li a { color: #e5b112 }
.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px;
}*/
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 30px 0 }
/*.contact {
	padding-top: 30px;
}
.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #FFCC33;
}
#success .alert-danger {
    color: #FFCC33;
    background-color: #FDFDFD;
    border-color: #FFCC33;
    margin-bottom: 10px;
}*/
/* Footer */
#tf-footer {
	margin-top: 30px;
    padding: 4% 0 2% 0;
    background-color: #e0ceb3;
    color: #e62019;
	bottom: 0;
	height: 9.5em;
	position: absolute;
	width: 100%;
}
.footer-nav > li > a {
    font-size: 13px;
	line-height: 25px;
    font-weight: 700;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    border-bottom: 2px solid transparent;
    margin: 10px 3px;
	padding-bottom: 2px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.footer-nav > li > a.active,
.footer-nav > li > a:hover,
.footer-nav > li > a:focus {
    color: #e62019;
    border-bottom: 2px solid #ffffff;
}
/*ul. li a {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
}*/
/*  Privacy Plicy  */
#tf-privacy { padding: 30px 0 }
.privacy-intro {
	padding-top: 30px;
	padding-bottom: 30px; }