/* CSS Document */
/* reset */



/*=================My styles of bootstrap================*/
.btn-1 {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 0 rgba(55, 55, 57, 0.48);
	box-shadow: 2px 2px 0 rgba(55, 55, 57, 0.48);
	position: relative;
	text-shadow: none;
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #ffffff, #aeaeae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#aeaeae));
	background-image: -webkit-linear-gradient(top, #ffffff, #aeaeae);
	background-image: -o-linear-gradient(top, #ffffff, #aeaeae);
	background-image: none;
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffaeaeae', GradientType=0);
	z-index: 1;
	padding: 9px 17px 8px 19px;
	border: none;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	line-height: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-1 span {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 100%;
	left: 6px;
	z-index: -1;
	display: block;
	background: #000;
}
.btn-1:hover {
	outline: none;
	color: #ffffff;
	text-shadow: none;
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #ffffff, #aeaeae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#aeaeae));
	background-image: -webkit-linear-gradient(top, #ffffff, #aeaeae);
	background-image: -o-linear-gradient(top, #ffffff, #aeaeae);
	background-image: none;
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffaeaeae', GradientType=0);
}
.btn-1:hover span {
  bottom: 0;
}
/*---start-contact----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 2px 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 280px;
}


.form-div-4 {

  width: 100%;
}


.form-div-1 {
  margin-right: 23px;
}
.form-div-2 {
  margin-right: 27px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 50px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 251px;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 7px 10px;
	width: 100%;
	outline: none;
	border: 1px solid #CCCCCC;
	color: #acacac;
	font-size: 13px;
	line-height: 20px !important;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#contact-form input {
  height: 36px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 231px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 10px;
  width: 100%;
  border: 1px solid #fff;
  background: #000;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 1px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 5px 4px 0px 0;
  width: 100%;
  color: #f00;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 24px;
}
.buttons-wrapper {
  position: relative;
  padding: 20px 0 0 0;
}
.buttons-wrapper > span {
  display: inline-block;
  margin-top: 0;
  color: #ffffff;
  font-size: 11px;
  margin-left: 30px;
}
/*---End-contact----*/
/*---start-responsive-design----*/
@media only screen and (max-width: 1440px) and (min-width:1366px) {
	.wrap{
		width:75%;
	}
	.footer-grid {
		width: 21.9%;
	}
	.right-protfolio-grid {
		width: 33.15%;
	}
}
@media only screen and (max-width: 1366px) and (min-width:1280px) {
	.wrap{
		width:75%;
	}
	.footer-grid {
		width: 21.9%;
	}
	.right-protfolio-grid {
		width: 33.14%;
	}
	.header {
		background-size: 100% 100%;
		min-height:380px;
	}
}
@media only screen and (max-width: 1280px) and (min-width:1024px) {
	.wrap{
		width:80%;
	}
	.footer-grid {
		width: 21.9%;
	}
	.right-protfolio-grid {
		width: 33.14%;
	}
	.header {
		background-size: 100% 100%;
		min-height:380px;
	}
}
@media only screen and (max-width: 1024px) and (min-width:768px) {
	.wrap{
		width:80%;
	}
	.footer-grid {
		width:30%;
	}
	.footer-grid:nth-child(2){
		display:none;
	}
	.right-protfolio-grid {
		width: 33%;
	}
	.caption-social {
		margin-top: 2em;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.header {
		background-size: auto;
	}
	.top-grid-head-icon {
		left: 30%;
	}
	.wellcome-note p {
		margin: 2em 0 3em 0;
	}
	.top-grid-head{
		background-size: 104%;
	}
	.top-grid-head3{
		background: url(../images/grid-pic3.jpg) no-repeat 100% 100%;
	}
	.feature-grid-head-top label {
	width: 50%;
	}
	.text-box input[type="text"], .textarea-box textarea {
		width: 86%;
	}
	.textarea-box textarea {
		width: 93%;
		resize:none;
	}
	.contact-form input[type="submit"] {
		width: 98%;
	}
}
@media only screen and (max-width: 768px) and (min-width:640px) {
	.wrap{
		width:80%;
	}
	.footer-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-left:0px;
		margin-top:2em;
	}
	.footer {
		padding: 1em 0 3em 0;
	}
	.footer-grid:nth-child(2){
		display:none;
	}
	.right-protfolio-grid {
		width: 33%;
	}
	.caption-social {
		margin-top: 2em;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.header {
		background-size: auto;
	}
	.top-grid-head-icon {
		left: 41%;
	}
	.wellcome-note p {
		margin: 2em 0 3em 0;
	}
	.top-grid-head{
		background-size: 104%;
	}
	.feature-grid-head-top label {
		width: 43%;
	}
	.text-box input[type="text"], .textarea-box textarea {
		width: 86%;
	}
	.textarea-box textarea {
		width: 93%;
		resize:none;
	}
	.contact-form input[type="submit"] {
		width: 98%;
	}
	.wellcome-note {
		width: 100%;
	}
	.top-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom: 4em;
	}
	.feature-grid-left {
		float:none;
		width:100%;
		margin-right:0;
		margin-left:0;
		text-align:center;
	}
	.feature-grid-right{
		width:100%;
		float:none;
		margin-right:0;
		margin-left:0;
		margin-top:1em;
	}
	.project-grid1 {
		width: 48%;
		margin-bottom:2em;
	}
	.slider-mask-wrap {
		margin: 0 20px;
	}
	.left-sidebar{
		width: 97%;
		margin-right:0px;
		margin-left:0px;
		float:none;
		margin-bottom:1em;
	}
	.right-protfolio-grids{
		float:none;
		width:100%;
		margin-top:1em;
	}
	.side-search-box input[type="text"] {
		width: 96%;
	}
	.c-top-grid {
		width:50%;
		margin-right:0;
		margin-left:0px;
		margin-bottom:2em;
	}
	.contact-form form {
		width: 80%;
	}
}
@media only screen and (max-width: 640px) and (min-width:480px) {
	.wrap{
		width:80%;
	}
	.footer-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-left:0px;
		margin-top:2em;
	}
	.footer {
		padding: 1em 0 3em 0;
	}
	.footer-grid:nth-child(2){
		display:none;
	}
	.right-protfolio-grid {
		width: 33%;
	}
	.caption-social {
		margin-top: 2em;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.header {
		background:url(../images/banner_iph.jpg) no-repeat;
	background-size: 100%;
	}
	.top-grid-head-icon {
		left: 40%;
	}
	.wellcome-note p {
		margin: 2em 0 3em 0;
	}
	.top-grid-head{
		background-size: 104%;
	}
	.feature-grid-head-top label {
		width: 42%;
	}
	.text-box input[type="text"], .textarea-box textarea {
		width: 86%;
	}
	.textarea-box textarea {
		width: 93%;
		resize:none;
	}
	.contact-form input[type="submit"] {
		width: 98%;
	}
	.wellcome-note {
		width: 100%;
	}
	.top-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom: 4em;
	}
	.feature-grid-left {
		float:none;
		width:100%;
		margin-right:0;
		margin-left:0;
		text-align:center;
	}
	.feature-grid-right{
		width:100%;
		float:none;
		margin-right:0;
		margin-left:0;
		margin-top:1em;
	}
	.project-grid1 {
		width: 48%;
		margin-bottom:2em;
	}
	.slider-mask-wrap {
		margin: 0 20px;
	}
	.left-sidebar{
		width: 97%;
		margin-right:0px;
		margin-left:0px;
		float:none;
		margin-bottom:1em;
	}
	.right-protfolio-grids{
		float:none;
		width:100%;
		margin-top:1em;
	}
	.side-search-box input[type="text"] {
		width: 96%;
	}
	.c-top-grid {
		width:50%;
		margin-right:0;
		margin-left:0px;
		margin-bottom:2em;
	}
	.contact-form form {
		width: 80%;
	}
}
@media only screen and (max-width: 480px) and (min-width:320px) {
	.wrap{
		width:80%;
	}
	.logo {
		float: none;
		padding-top: 1.4em;
		text-align:center;
		margin-top:0px;
	}
	.top-nav {

	margin-left: 0px;
	margin-top:-50px;
	float: none;
	text-align: center;
	font-size: .9em;
	
	
	}
	.footer-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-left:0px;
		margin-top:2em;
	}
	.footer {
		padding: 1em 0 3em 0;
	}
	.footer-grid:nth-child(2){
		display:none;
	}
	.right-protfolio-grid {
		width: 49.3%;
	}
	.caption-social {
		margin-top: 2em;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.header {
		background:url(../images/banner_iph.jpg) no-repeat;
	background-size: 100%;
	}
	.top-grid-head-icon {
		left: 36%;
	}
	.wellcome-note {
		display:none;
	}
	.top-grid-head{
		background-size: 104%;
	}
	.feature-grid-head-top label {
		width: 40%;
	}
	.text-box input[type="text"], .textarea-box textarea {
		width: 94%;
	}
	.text-box {
		float: none;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.textarea-box textarea {
		width: 94%;
		resize:none;
	}
	.contact-form input[type="submit"] {
		width: 100%;
	}
	.wellcome-note {
		width: 100%;
	}
	.top-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom: 4em;
	}
	.feature-grid-left {
		float:none;
		width:100%;
		margin-right:0;
		margin-left:0;
		text-align:center;
	}
	.feature-grid-right{
		width:100%;
		float:none;
		margin-right:0;
		margin-left:0;
		margin-top:1em;
	}
	.feature-grid-right_r{
	float: right;
	width: 88%;
	padding-right: 10px;
	line-height: 16px;
	text-align: left;
	font-size: small;
}
.feature-grid-right_r p{
	
	text-align: left;
}
	.project-grid1 {
		width: 48%;
		margin-bottom:2em;
	}
	.slider-mask-wrap {
		margin: 0 0px;
	}
	.left-sidebar{
		width: 97%;
		margin-right:0px;
		margin-left:0px;
		float:none;
		margin-bottom:1em;
	}
	.right-protfolio-grids{
		float:none;
		width:100%;
		margin-top:1em;
	}
	.side-search-box input[type="text"] {
		width: 92%;
	}
	.c-top-grid {
		width:50%;
		margin-right:0;
		margin-left:0px;
		margin-bottom:2em;
	}
	.contact-form form {
		width:100%;
	}
	.project-name {
		font-size: 1em;
	}
	.project-tag {
		font-size: 0.8em;
	}
	.copy-right-left,.copy-right-right{
		float:none;
		margin-bottom:0.5em;
		text-align:center;
	}
	.right-protfolio-grid:nth-child(2),.right-protfolio-grid:nth-child(5),.right-protfolio-grid:nth-child(8){
		display:none;
	}
	.contact-head h3 {
		margin-top: 0.7em;
	}
	.contact-map{
		display:none;
	}
	.contact-top-grids {
		padding: 1em 0em;
	}
}
/*---*/
@media only screen and (max-width: 320px) and (min-width:240px) {
	.wrap{
		width:90%;
	}
	.logo {
		float: none;
		padding-top: 1.4em;
		text-align:center;
		margin-top:0px;
	}
	.top-nav {
	
		margin-left: 0px;
	margin-top:-50px;
	float: none;
	text-align: center;
	font-size: .9em;
	}
	.footer-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-left:0px;
		margin-top:2em;
	}
	.footer {
		padding: 1em 0 3em 0;
	}
	.footer-grid:nth-child(2){
		display:none;
	}
	.right-protfolio-grid {
		width:100%;
		border: 1px solid #E6E3E3;
	}
	.caption-social {
		margin-top: 2em;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.header {
	background:url(../images/banner_iph.jpg) no-repeat;
	background-size: 100%;
	
	}
	.top-grid-head-icon {
		left: 33%;
	}
	.wellcome-note {
		display:none;
	}
	.top-grid-head{
		background-size: 104%;
	}
	.feature-grid-head-top label {
		width: 36%;
	}
	.feature-grids {
		margin-top: 1em;
	}	
	.feature-grids {
		margin-top: 4em;
	}
	.text-box input[type="text"], .textarea-box textarea {
		width: 92%;
	}
	.text-box {
		float: none;
		width: 100%;
		margin-bottom: 0.5em;
	}
	.textarea-box textarea {
		width: 92%;
		resize:none;
	}
	.contact-form input[type="submit"] {
		width: 100%;
	}
	.wellcome-note {
		width: 100%;
	}
	.top-grid {
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom: 4em;
	}
	.feature-grid-left {
		float:none;
		width:100%;
		margin-right:0;
		margin-left:0;
		text-align:center;
	}
	.feature-grid-right{
		width:100%;
		float:none;
		margin-right:0;
		margin-left:0;
		margin-top:1em;
	}
	.feature-grid-right_r{
	float: right;
	width: 88%;
	padding-right: 10px;
	line-height: 16px;
	text-align: left;
	font-size: small;
}
.feature-grid-right_r p{
	
	text-align: left;
}
	.project-grid1 {
		width:100%;
		margin-bottom:1em;
	}
	.slider-mask-wrap {
		margin: 0 0px;
	}
	.left-sidebar{
		width: 97%;
		margin-right:0px;
		margin-left:0px;
		float:none;
		margin-bottom:1em;
	}
	.right-protfolio-grids{
		float:none;
		width:100%;
		margin-top:1em;
	}
	.side-search-box input[type="text"] {
		width: 92%;
	}
	.c-top-grid {
		width:100%;
		margin-right:0;
		margin-left:0px;
		margin-bottom:1em;
	}
	.contact-form form {
		width:100%;
	}
	.project-name {
		font-size: 1em;
	}
	.project-tag {
		font-size: 0.8em;
	}
	.copy-right-left,.copy-right-right{
		float:none;
		margin-bottom:0.5em;
		text-align:center;
	}
	.right-protfolio-grid:nth-child(2),.right-protfolio-grid:nth-child(5),.right-protfolio-grid:nth-child(8){
		display:none;
	}
	.contact-head h3 {
		margin-top: 0.7em;
		font: 300 2.2em/48px 'Pacifico';
	}
	.contact-map{
		display:none;
	}
	.contact-top-grids {
		padding: 1em 0em;
	}
}

