html, body{
  	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 100%;
  	 background: #FFF;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
    font-style: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
/*-----start-header----*/
.top-header{
	background: url(../images/header-bg.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.forbidden-header{
	background: url(../images/403.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.intseverr-header{
	background: url(../images/500.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.notfound-header{
	background: url(../images/404.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.unauthorized-header{
	background: url(../images/401.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.header{
}
.logo{
	float: left;
	margin-top: 0.6em;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
	padding: 1em 0em;
	min-height: 750px;
}
.forbidden-header{
	padding: 1em 0em;
	min-height: 750px;
}
.intseverr-header{
	padding: 1em 0em;
	min-height: 750px;
}
.notfound-header{
	padding: 1em 0em;
	min-height: 750px;
}
.unauthorized-header{
	padding: 1em 0em;
	min-height: 750px;
}
.top-nav ul li a{
	color: #FFF;
	padding: 0.2em 1.5em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color:#FFF;
}
.top-nav ul li.active span{
	width: 60px;
	height: 3px;
	background: #FFF;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
}
nav ul {
	padding: 0;
	float: right;
	margin: 0.9em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#07DE60;a:hover
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #df0683;
		text-align: right;
		position: absolute;
		top: 19px;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #df0683;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*----top-header-info----*/

.top-header-info{
	margin-top: 18em;
}
.top-header-info p{
	color: #b0b7ba;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.6em;
	margin: 0;
	line-height: 1.3em;
}
a.contactme{
	color: #FFF;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #07DE60;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.6em 2em;
	margin: 1em 0;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
}
a.contactme:hover{
	background:#059942;
}
/*---- aboutus ----*/
.aboutus{
	padding: 3em 0;
}
.aboutus h2{
	font-size:2em;
	color: #333333;
	font-weight: 900;
	margin:0;
	padding:0.5em 0;
}
.aboutus span{
	height:5px;
	width:7%;
	background:#059942;
	display:block;
}
.aboutus p{
	font-size:1em;
	color:#666666;
	margin:0 0 1em 0;
	line-height:1.5em;
}
.aboutus-left,.aboutus-right{
	margin:1.5em 0;
}
a.aboutus-right-btn{
	color: #FFF;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #07DE60;
	text-decoration: none;
	font-size: 1em;
	padding: 0.6em 2em;
	margin: 1em 0;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
}
a.aboutus-right-btn:hover{
	background:#059942;
}
a.aboutus-right-pics{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #fff;
	text-decoration: none;
	font-size: 0.8em;
}
/*---- aboutus table----*/
table.aboutus {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0em 1em;
    font-size: 0.8em;
}
 
table.aboutus th,
table.aboutus td {
    padding: 10px;
}
 
table.aboutus th {
    background: #df0683;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
}
 
table.aboutus th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(223, 6, 131, 0);
    border-left-color: #df0683;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.aboutus th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #df0683 10px solid;
        margin-top: -10px;
    }
}
 
table.aboutus td {
    background: #EFEBF7;
    width: 360px;
    padding-left: 20px;
}
/*--- quote ---*/
.quote{
	background:#2E3041;
	padding:6em 0;
}
.quote p{
	color: #FFF;
	font-size: 1em;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	width: 90%;
	margin: 0 auto;
}
a.salespoint{
	color: #FFF;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #df0683;
	text-decoration: none;
	font-size: 1.2em;
	padding: 1em 3em;
	margin: 1em 0;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
}

.salespoint-left,.salespoint-center,.salespoint-right{
	margin:1.5em 0;
}
.twitter-timeline {
    width: 400px;
}
/*---//quote ---*/
/*---- works ----*/
.works{
	padding:2em 0 3em;
}
.works h2{
	font-size:2em;
	color: #333333;
	font-weight: 900;
	margin:0;
	padding:0.5em 0;
}
.works span{
	height:5px;
	width:7%;
	background:#059942;
	display:block;
}
/*----*/
.project-grid-info-left{
	padding:1.5em 0;
}
.project-car-info-left{
	padding:1.5em 0;
}
.project-grid-info-left h3{
	color:#333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:1.2em;
	margin:0.5em 0 0em 0;
}
.project-car-info-left h3{
	color:#333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:1.5em;
	margin:0.5em 0 1em 0;
}
.project-grid-info-left label,.project-grid-info-left label a{
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin: 0.5em 0;
}
.project-car-info-left label,.project-car-info-left label a{
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin: 0.5em 0 0.5em 0;
}
.project-grid-info-left label a:hover{
	text-decoration:none;
	color:#07DE60;
}
.project-car-info-left label a:hover{
	text-decoration:none;
	color:#07DE60;
}
a.sitedemo{
	color: #FFF;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #07DE60;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.6em 2em;
	margin: 0.5em 0;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
}
a.sitedemo:hover{
	background: #059942;
}
.project-grid-info-left h3 a{
	color:#333333;
	font-size:1.2em;
}
.project-car-info-left h3 a{
	color:#333333;
	font-size:1.5em;
}
.project-grid-info-left h3 a:hover{
	text-decoration:none;
	color:#07DE60;
}
.project-grid-info-left p{
	font-size:1em;
	color:#666666;
	line-height:1.5em;
	margin:0.5em 0 0;
}
.project-car-info-left p{
	font-size:1em;
	color:#666666;
	line-height:1.5em;
	margin:0.5em 0 0;
}
ul.project-share{
	margin:0;
	padding:0;
}
.project-share li a{
	color:#CACACA;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:600;
}
.project-share li a label{
	width:25px;
	height:25px;
	display:inline-block;
}
.project-share li a.p-like{
	background:url(../images/heart-icon.png) no-repeat 0px 0px;
}
.project-share li a.p-share{
	background:url(../images/share-icon.png) no-repeat 0px 0px;
}
.project-share li a:hover{
	color:#07DE60;
	text-decoration:none;
}
/*---//works ----*/
/*----testmonials---*/
.table02 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.table02 li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.testmonials{
	background:#2E3041;
	padding:3em 0;
}
.testmonials h2{
	font-size: 2em;
	color: #FFF;
	font-weight: 900;
	margin: 0;
	padding: 0.5em 0;
}
.testmonials span{
	height: 5px;
	width: 7%;
	background: #FFF;
	display: block;
}
/*----*/
.test-people-info{
	float:right;
	width:300px;
	padding-top:0.5em;
	padding-left:0.5em;
}
.test-people{
	float:right;
}
.people-testmonials p{
	padding:1em 0;
	color:#FFF;
	font-size:1em;
	font-weight:600;
}
.test-people-info a{
	color:#FFF;
	font-size:1.5em;
}
.test-people-info small{
	color:#EEE;
	display:block;
}
/*----contact----*/
.contact{
	padding: 2em 0;
}
.contact h2{
	font-size: 2em;
	color: #333333;
	font-weight: 900;
	margin: 0;
	padding: 0.5em 0;
}
.contact span{
	height: 5px;
	width: 7%;
	background: #059942;
	display: block;
}
.contact-left p{
	color: #696969;
	font-size: 0.8em;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0 0 1em 0;
}
.contact-left input[type="text"],.contact-left textarea{
	width:100%;
	padding:0.85em;
	margin-bottom:1em;
	background:#F4F8FE;
	border:1px solid #BFCADC;
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	-ms-transition:border-color 0.3s;
	outline:none;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#323235;
	-webkit-appearance:none;
}
.contact-left input[type="text"]:hover,.contact-left textarea:hover{
	border-color:#059942;
}
.contact-left textarea{
	height:200px;
}
.contact-left,.contact-right{
	padding:2em 15px;
}
.contact-left form{
	margin:1.5em 0 1em;
}
.contact-left input[type="submit"]{
	color: #FFF;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #07DE60;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.6em 2em;
	margin: 4em 1 2em;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	outline:none;
	border:1px solid #07DE60;
	cursor:pointer;
	-webkit-appearance:none;
	float:right;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-left input[type="submit"]:hover{
	background: #059942;
}
.contact-left input[type="reset"]{
	color: #FFF;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #b0b7ba;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.6em 2em;
	margin: 4em 1 2em;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	outline:none;
	border:1px solid #b0b7ba;
	cursor:pointer;
	-webkit-appearance:none;
	float:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-left input[type="reset"]:hover{
	background: #919799;
}
#formWrap {
	width:95%;
	margin:0 auto;
	color:#696969;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	font-size: 0.8em;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	width:100%;
	margin:0 0 2em;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*----*/
.contact-right p{
	color: #696969;
	font-size: 0.8em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0 0 1em 0;
}
.address label-tel{
	color:#df0683;
	font-size:2em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	display:block;
}
.address label{
	color:#333333;
	font-size:1em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	display:block;
}
.address{
	margin:1em 0;
}
/*----copy-right----*/
.copy-right{
	position:relative;
	font-weight:300;
}
.copy-right{
	background:url(../images/footer-bg.png);
	padding:5em 0; 
}
.copy-right p{
	color:#FFF;
	font-size:0.875em;
	margin:0.2em 0;
}
.copy-right p a{
	color:#FFF;
}
.copy-right a:link { color: #FFF; }
.copy-right a:visited { color: #b0b7ba; }
.copy-right a:hover { color: #df0683; }
.copy-right a:active { color: #df0683; }
.copy-right p a:hover{
	text-decoration:none;
	color:#df0683;
}
.copy-right label{
	color:#fff;
	font-size:0.875em;
	padding:0;
	margin:0;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
a.contactcall{
	color: #FFF;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #df0683;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0.6em 2em;
	margin: 1em 0;
	display: inline-block;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
}
a.contactcall:hover{
	background:#99055B;
}
/*----responsive-design----*/
@media (max-width:1280px){
	.top-header-info {
		margin-top: 10em;
	}
	.top-header {
		min-height: 700px;
	}
	.forbidden-header{
		min-height: 700px;
	}
	.intseverr-header{
		min-height: 700px;
	}
	.notfound-header{
		min-height: 700px;
	}
	.unauthorized-header{
		min-height: 700px;
	}
@media (max-width:1024px){
	.top-header-info {
		margin-top: 10em;
	}
	.top-header {
		min-height: 700px;
	}
	.forbidden-header{
		min-height: 700px;
	}
	.intseverr-header{
		min-height: 700px;
	}
	.notfound-header{
		min-height: 700px;
	}
	.unauthorized-header{
		min-height: 700px;
	}
	.project-screen{
		width:100%;
	}
	.people-testmonials p {
		font-size: 1em;
		font-weight: 600;
	}
	.aboutus h2,.works h2,.testmonials h2,.contact h2{
		font-size: 1.8em;
	}
	.quote p {
		font-size: 1.8em;
	}
	.quote {
		padding: 4em 0;
	}
	.copy-right {
		padding: 2em 0;
	}
}
@media (max-width:768px){
	.top-header-info {
		margin-top: 10em;
	}
	.top-header {
		min-height: 700px;
	}
	.forbidden-header{
		min-height: 700px;
	}
	.intseverr-header{
		min-height: 700px;
	}
	.notfound-header{
		min-height: 700px;
	}
	.unauthorized-header{
		min-height: 700px;
	}
	.project-screen{
		width:100%;
	}
	.people-testmonials p {
		font-size: 1em;
		font-weight: 600;
	}
	.aboutus h2,.works h2,.testmonials h2,.contact h2{
		font-size: 1.8em;
	}
	.quote p {
		font-size: 1.8em;
	}
	.quote {
		padding: 4em 0;
	}
	.copy-right {
		padding: 2em 0;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
		color:#df0683;
	}
	.logo {
		position: relative;
		position: relative;
		z-index: 999;
	}
	.testmonials {
		padding: 1em 0;
}
@media (max-width:640px){
	.top-header-info {
		margin-top: 10em;
	}
	.top-header {
		min-height: 700px;
	}
	.forbidden-header{
		min-height: 700px;
	}
	.intseverr-header{
		min-height: 700px;
	}
	.notfound-header{
		min-height: 700px;
	}
	.unauthorized-header{
		min-height: 700px;
	}
	.project-screen{
		width:100%;
	}
	.people-testmonials p {
		font-size: 1em;
		font-weight: 600;
	}
	.aboutus h2,.works h2,.testmonials h2,.contact h2{
		font-size: 1.8em;
	}
	.quote p {
		font-size: 1.5em;
	}
	.quote {
		padding: 3em 0;
	}
	.copy-right {
		padding: 2em 0;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
		color:#df0683;
	}
	.logo {
		position: relative;
		z-index: 999;
	}
	.testmonials {
		padding: 1em 0;
	}
}
@media (max-width:480px){
	.top-header-info {
		margin-top: 10em;
	}
	.top-header {
		min-height: 400px;
	}
	.forbidden-header{
		min-height: 400px;
	}
	.intseverr-header{
		min-height: 400px;
	}
	.notfound-header{
		min-height: 400px;
	}
	.unauthorized-header{
		min-height: 400px;
	}
	.project-screen{
		width:100%;
	}
	.people-testmonials p {
		font-size: 1em;
		font-weight: 600;
	}
	.aboutus h2,.works h2,.testmonials h2,.contact h2{
		font-size: 1.5em;
	}
	.quote p {
		font-size: 1.4em;
	}
	.quote {
		padding: 2em 0;
	}
	.copy-right {
		padding: 2em 0;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
		color:#df0683;
	}
	.logo {
		position: relative;
		z-index: 999;
		margin-top: 0.5em;
	}
	.testmonials {
		padding: 1em 0;
	}
	.top-header-info p {
		font-size: 1.6em;
	}
	.aboutus{
		padding: 1em 0;
	}
}
@media (max-width:320px){
	.top-header-info {
		margin-top: 8em;
	}
	.top-header {
		min-height: 400px;
		padding: 0;
	}
	.forbidden-header{
		min-height: 400px;
	}
	.intseverr-header{
		min-height: 400px;
	}
	.notfound-header{
		min-height: 400px;
	}
	.unauthorized-header{
		min-height: 400px;
	}
	.project-screen{
		width:100%;
	}
	.people-testmonials p {
		font-size: 1em;
		font-weight: 600;
	}
	.aboutus h2,.works h2,.testmonials h2,.contact h2{
		font-size: 1.2em;
	}
	.quote p {
		font-size: 1.1em;
	}
	.quote {
		padding: 1.5em 0;
	}
	.copy-right {
		padding: 2em 0;
	}
	.top-nav ul li.active a, .top-nav ul li a:hover {
		color:#df0683;
	}
	.logo {
		position: relative;
		z-index: 999;
		margin-top: 0.5em;
	}
	.testmonials {
		padding: 1em 0;
	}
	.top-header-info p {
		font-size: 1.2em;
	}
	a.contactme {
		font-size: 1.1em;
		padding: 0.5em 1em;
		margin: 0.5em 0 1em;
	}
	.aboutus{
		padding: 0.5em 0;
	}
	a.aboutus-right-btn {
		font-size: 1em;
		padding: 0.6em 1em;
	}
	a.sitedemo {
		font-size: 1em;
		padding: 0.6em 1em;
	}
	.project-grid-info-left h3 {
		font-size: 1em;
	}
	.project-car-info-left h3 {
		font-size: 1.5em;
	}
	.project-grid-info-left {
		padding: 1.5em 0 0;
	}
	.project-grid-info-left {
		padding: 1.5em 0 0;
	}
	.test-people {
		float: none;
		text-align: center;
	}
	.project-share li a {
		font-size: 0.9em;
	}
	a.contactcall{
		font-size: 1em;
		padding: 0.6em 1em;
		margin: 0.5em 0 2em;
	}
	.contact-left input[type="submit"] {
		font-size: 1em;
		padding: 0.6em 1em;
		margin: 0.5em 0 2em;
	}
	.contact-left input[type="reset"] {
		font-size: 1em;
		padding: 0.6em 1em;
		margin: 0.5em 0 2em;
	}
	.contact-left,.contact-right{
		padding:1em 0;
	}
}

