body {	color:#666;	font:300 15px/15px Roboto,Arial,Helvetica;background-color:#fff;-webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;text-transform: none;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#00a9c6;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#1BC0DC;box-shadow: none;}

.topbar {background:url(../images/lines.png);	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}
.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: none;color: #21abca;}

#head,.carousel{margin-top: 0;}

#home{padding-top: 6em;}
.carousel-caption{top:0;bottom: 0;left: 0; right: 0;padding: 0;}
.caption-wrapper{display: table;height: 100%;width: 100%;}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25em;}
.caption-info .btn i{margin-right:0.75em;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
.carousel-control{z-index:1000;}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;padding-bottom: 0;}
/* 20161016 comment out
.process ul li{width: 10em;height: 10em;border: 1px solid #CEEBF0;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #21ABCA;}
*/
.process ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.process ul li span i{font-size: 3em;}
.process ul li span b{display: block;font-size: 1em;font-weight: 300;}


/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #2BB2E3;}
.carousel-indicators{bottom: 0;}

/*works*/
#works{padding-top:6em;}
#works figcaption p{text-transform: none;line-height:90%;}	/* 20161018 Add */
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*works*/

/*gallery1 20161011 */
#gallery1{padding-top:6em;}
#gallery1 figcaption p{text-transform: none;line-height:90%;}	/* 20161018 Add */
#gallery1 figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#gallery1 figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*gallery1*/

/*gallery2 20161011 */
#gallery2{padding-top:6em;}
#gallery2 figcaption p{text-transform: none;line-height:90%;}	/* 20161018 Add */
#gallery2 figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#gallery2 figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*gallery2*/

/*gallery3 20161011 */
#gallery3{padding-top:6em;}
#gallery3 figcaption p{text-transform: none;line-height:90%;}	/* 20161018 Add */
#gallery3 figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#gallery3 figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*gallery3*/

/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #21abca;}


.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(33,171,202,0.5);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/


/*****************/

/*--categories--*/
.cs-style-1 figcaption {
	height: 90%;
	width: 90%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}
.cs-style-1 figcaption h3 {
/**    font-size: 3em; */
    font-size: 2em;
    letter-spacing: 3px;
    color: #fff;
    margin: 1em 0 0.5em 0;
}

.cs-style-1 figcaption span {
	font-size:1.1em;
	display: block;
}
.cs-style-1 figcaption a {
	margin-top: 3em;
}
/* Caption Style 1 */
.categories{
	text-align:center;
	padding:5em 0 8em; 
margin-top:-100px;
}
.cat-head h3{
	color:#000;
	font-size: 4em;
	letter-spacing:3px;
	    padding: 0;
}
.bikes h3{
	text-align:center;
}
.categorie-grids {
	margin-top:3em;
}


.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 0.4%;
   padding: 8px;
  position: relative;
   width: 32.4%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background:rgba(49, 66, 70, 0.65);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 11px 20px 20px 20px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 1.1em;
}
.da-thumbs li a div  h5 {
  color: #FFF;
  font-size: 1.5em;
  margin: 3.5em 0 0 0;
  text-align: center;
  text-transform: capitalize;
}
/*****************/


/*contact*/
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/

.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;}
.footer a{color: #aaa;margin: 0 1em; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}

/*-- //banner --*/
.social-icons  {
  float:right;
      margin-top: 2px;
}
.social-icons i {
  width: 18px;
  height: 18px;
  background: url('../images/img-sprite.png') no-repeat 0px 0px;
  display: inline-block;
  margin-right:3px;
}
.social-icons i:hover {
	opacity:0.5;
}
.social-icons ul li{
	display:inline-block;
}
ul.social-icons li{
	display:inline-block;
}

ul.social-icons li a.p{
	background:url(../images/img-sp.png) no-repeat -8px -15px;
	display:block;
	height:32px;
	width:32px;
}

ul.social-icons li a.p:hover{
	background:url(../images/img-sp.png) no-repeat -63px -15px;
	display:block;
}
ul.social-icons li a.facebook{
	background:url(../images/img-sp.png) no-repeat -8px -58px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -63px -58px;
	display:block;
}
ul.social-icons li a.twitter{
	background:url(../images/img-sp.png) no-repeat -8px -103px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.twitter:hover{
	background:url(../images/img-sp.png) no-repeat -62px -103px;
	display:block;
}
ul.social-icons li a.in{
	background:url(../images/img-sp.png) no-repeat -8px -146px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.in:hover{
	background:url(../images/img-sp.png) no-repeat -60px -146px;
	display:block;
}
.features-grid-right {
    position: relative;
    top: -22px;
    float: right;
    width: 60%;
    background: url(../images/mechanical.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 274px;
}
.features-grid-right:hover {
    float: right;
    width: 60%;
    background: url(../images/mechanical.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 354px;
}
.banner-info h1{
	text-transform:capitalize;
	font-size:6.5em;
	color:#fff;
	margin:0;
	font-family: 'Comfortaa', cursive;
}
.banner-info p{
	margin:1em auto 0;
	color:#eee;
	font-size:2.2em;
	line-height:1.8em;
	width:80%;
}

/*-- banner --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.banner h3{
	text-transform:capitalize;
	font-size:2em;
	margin:5em auto 0;
	color:#fff;
	text-align:center;
	width:80%;
	font-weight: 600;
	line-height: 1.5em;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom{
	padding:5em 0;
}
.banner-bottom h3{
	text-align:center;
	color:#407F8E;
	font-size:2em;
	margin:0;
margin-top: -50px;
text-shadow: 0 15px 10px rgba(0,0,0,0.5);
font-weight: 600;
}
p.ex{
	margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
p.us{
	color:#999;
	text-align: left;
}
.banner-bottom-grids{
	margin:3em 0 0;
}
.banner-bottom-grid-rel{
	position:relative;
}
.banner-bottom-grid-rel p{
	font-size: 5em;
    color: #DDDCDC;
    margin: 0;
    text-align: center;
}
.banner-bottom-grid-rel-pos{
	position:absolute;
	top:30%;
	left:5%;
}
.banner-bottom-grid-rel-pos p{
	font-size:14px;
	color:#999;
	margin:0 0 2em;
	line-height:1.8em;
	text-align:left;
}
.more a{
	padding:10px 20px;
	background:#414141;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

/*-- //banner-bottom --*/
/*-- features --*/
.features-grids {
    padding: 0 0 5em;
}

.features-grid-left{
	float:left;
	width:40%;
	padding:2em;
	background:#314246;
}

.features-grid-left h1{
	color:#fff;
	font-size:1.5em;
	margin:0;
	text-transform:capitalize;
}

.features-grid-left h2{
	font-size: 1.5em;
    color:#A2A2A2;
    margin: .5em 0;
}

.features-grid-left p{
	color:#fff;
	font-size:14px;
	line-height:1.8em;
	margin:0;
}

.features-grid-left ul{
	padding:1em 0 0;
}

ul.social-icons li{
	display:inline-block;
}

ul.social-icons li a.p{
	background:url(../images/img-sp.png) no-repeat -8px -15px;
	display:block;
	height:32px;
	width:32px;
}

ul.social-icons li a.p:hover{
	background:url(../images/img-sp.png) no-repeat -63px -15px;
	display:block;
}
ul.social-icons li a.facebook{
	background:url(../images/img-sp.png) no-repeat -8px -58px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -63px -58px;
	display:block;
}
ul.social-icons li a.twitter{
	background:url(../images/img-sp.png) no-repeat -8px -103px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.twitter:hover{
	background:url(../images/img-sp.png) no-repeat -62px -103px;
	display:block;
}
ul.social-icons li a.in{
	background:url(../images/img-sp.png) no-repeat -8px -146px;
	display:block;
	height:32px;
	width:32px;
}
ul.social-icons li a.in:hover{
	background:url(../images/img-sp.png) no-repeat -60px -146px;
	display:block;
}
.features-grid-right:hover .features-grid-right-text{
	display:none;
}
.features-grid-right {
    float: right;
    width: 60%;
    background: url(../images/mechanical.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 274px;
}
.features-grid-right:hover {
    float: right;
    width: 60%;
    background: url(../images/mechanical.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 354px;
}
.features-grid-right-text h4{
	color:#fff;
	font-size:2.2em;
	font-weight: bold;
	margin:3em 0 .5em;
	text-align:center;
	letter-spacing:3px;
}
.features-grid-right-text h5{
	color:#000;
	font-size:2.2em;
	font-weight: bold;
	margin:3em 0 .5em;
	text-align:center;
	letter-spacing:3px;
}

.features-grid-right-text p{
	color:#E1E0E0;
	margin:0;
	font-size:14px;
	text-align:center;
}
/*-- //features --*/


/*-- important --*/
.important h3{
	color:#407F8E;
	text-align:left;
}
h3.title,.contact h3,.gallery h3{
	color:#407F8E;
}
.important h3 span{
	color:#000000;
}
.important-grid-right ul li,.important-grid-left ul li {
    list-style-type: none;
    margin: 0 0 15px;
    
/* 2016102119 comment out */
/*  background: url(../images/1.png) no-repeat 0px 7px; */
    display: block;
    padding-left: 2em;
}
.important-grid-right ul li a,.important-grid-left ul li a {
	font-size:1.4em;
    font-weight: bold;
	color:#999;
	text-decoration:none;
	text-transform: capitalize;
}
.important-grid-right ul li a:hover,.important-grid-left ul li a:hover {
	color:#407F8E;
}
.important-grid {
    margin: 3em 0 0;
}
p.ever{
	color:#999;
}
/*-- //important --*/

/*-- hover-effect --*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 240px;	/* 20161016 220px->240px circle size down */
	height: 240px;
	display: inline-block;
	margin: 20px;
}
/***** 001 *****/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;

}

.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
/*	box-shadow:inset 0 0 0 16px rgb(49, 66, 70); */
	box-shadow:inset 0 0 0 1px rgb(49, 66, 70);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-240px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-240px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-240px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-240px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-240px) rotate3d(1,0,0,90deg);
/*	background:#314246; */
    background: url('../images/team/dummy3.jpg');
    background-repeat:no-repeat;
    -moz-background-size:100% 100%;
    background-size:100% 100%; 
	opacity: 0;

}

.ch-img-1 {
	background-image: url(../images/edgeshape/edgeshape1.jpg);
    background-size:90% 90%;
}

.ch-img-2 { 
	background-image: url(../images/edgeshape/edgeshape2.jpg);
    background-size:90% 90%;
}

.ch-img-3 { 
	background-image: url(../images/edgeshape/edgeshape3.jpg);
    background-size:90% 90%;
}

.ch-img-4 { 
	background-image: url(../images/edgeshape/edgeshape4.jpg);
    background-size:90% 90%;
}

.ch-img-5 { 
	background-image: url(../images/edgeshape/edgeshape5.jpg);
    background-size:90% 90%;
}
.ch-img-6 { 
	background-image: url(../images/edgeshape/edgeshape6.jpg);
    background-size:90% 90%;
}


.ch-info h3{
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 20px;
	font-style: bold;
	font-weight: 700;
	margin: 0 15px;
	padding: 60px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}


.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;

}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;

}

.ch-item:hover .ch-info-back  {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
	font-size: 9.5px;
}

/*-- //hover-effect --*/

/* 20161011 add */
@media (max-width: 1800px) {	
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.9em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

/* 20161011 add */
@media (max-width: 1400px) {	
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
/* 20161011 chg */
/*	.grid figure h2{font: 700 1.7em Roboto,Arial,Helvetica;} */
	.grid figure h2{font: 700 1.0em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 1400px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
/* 20161011 chg */
/*	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;} */
	.grid figure h2{font: 700 1.0em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
/* 20161011 chg */
/*	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;} */
	.grid figure h2{font: 700 1.0em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9em;height: 9em;}

/* 20161011 add */
	.grid figure h2{font: 700 1.0em Roboto,Arial,Helvetica;}

	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}
/* 20161011 add */
	.grid figure h2{font: 700 1.0em Roboto,Arial,Helvetica;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#home {padding-top: 5em;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}

	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.process ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
}
