.header{
	background: none;
	position:absolute;
	top:0;
	min-height: 10px;
	margin: 0px auto;
}
.gmap{
height: 350px;
}
div#map {
    height: 350px;
    width: 100%;
}

.sidebar{
	font:500 13px/20px Arial;
	/*width:261px;*/
    font-style: italic;
	width: 27.18%;
	float:right;
	color: #737272;
}

.sidebar .title{
	text-transform:uppercase;
	font-weight:700;
	background:url("../images/contact-ico.png") no-repeat;
	padding-left:32px;
	margin-bottom:5px;
	color: #464646;
}

.sidebar address, .sidebar p{
	margin-left:32px;
	text-shadow: 1px 0px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=0);
}

.sidebar address{
	border-bottom:1px dashed #c0c0c0;
	padding-bottom:20px;
	margin-bottom:16px;

}

.sidebar .contact{
	background-position:0 -134px;
    font-style: normal;
}

.sidebar .social{
	margin-left:20px;
	margin-top:18px;
}

.sidebar .social a{
	float:left;
	width:17px;
	height:17px;
	margin:0 10px 0 3px;
	background:url("../images/contact-ico.png") no-repeat;
	text-indent:-9999px;
	position: relative;
}
.sidebar .social span{
	display: block;
	width:17px;
	height:17px;
	background:url("../images/contact-ico-w.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-o-transition:      opacity 1s;
	transition:      opacity 1s;
}

.sidebar .social .facebook{
	background-position:0 -196px;
}
.sidebar .social .facebook span{
	background-position:0 -196px;
}

.sidebar .social .twitter{
	background-position:0 -260px;
}
.sidebar .social .twitter span{
	background-position:0 -260px;
}

.sidebar .social .dribble{
	background-position:0 -227px;
}
.sidebar .social .dribble span{
	background-position:0 -227px;
}

.sidebar .social .scype{
	background-position:0 -163px;
}
.sidebar .social .scype span{
	background-position:0 -163px;
}

.sidebar .social .facebook:hover span,
.sidebar .social .twitter:hover span,
.sidebar .social .dribble:hover span,
.sidebar .social .scype:hover span {
	opacity: 1;
}

.sidebar .address{
	background-position:0 -101px;
    font-style: normal;
}

.contact-page{
	margin:0;
}

.contact-form{
    padding-left: 4px;
	width: 68.64%;
	float:left;
	margin-bottom:40px;
}



.clients-title{
	background:url("../images/contact-ico.png") no-repeat 1px -287px;
	height:36px;
	padding-left:40px;
	font:700 18px/25px Arial;
	text-transform:uppercase;
	text-shadow:0 1px 1px rgba(255, 255, 255, 1);
}

.right{
	float:right !important;
	margin:0;
}

.name, .surname, .subject, .email, .message{
	background:#FFF url("../images/contact-ico.png") no-repeat;
}

.name, .surname{
	background-position: 94.5% 4px;
}

.subject{

	background-position:95% -27px;
}

.email{

	background-position:95% -60px;
}

.message{
	background: #fff url("../images/bubles.png") no-repeat;
	background-position:97% 12px;
	padding: 7px 25px 7px 10px;
}

/* forms */
input,
select,
textarea{
	padding:7px 10px;
	font: 700 13px/18px Arial;
	border:1px solid #c3c3c3;
	-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s;
	color: #737272;
}

input,
select{
	width: 41.25%;
	margin:0 0px 25px 0;
	padding-right:25px;
}

textarea{
	display:block;
	width:100%;
	height:106px;
	min-height:32px;
	resize:vertical;
	margin:0 0 20px;
	padding-right:25px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly]{
	cursor:not-allowed;
	background-color:#eee;
}



input:focus,
select:focus,
textarea:focus{
	outline:0;
	border-color:#df9999;
	-webkit-box-shadow:0 0 5px rgba(231, 82, 82, 0.2);
	-moz-box-shadow:0 0 5px rgba(231, 82, 82, 0.2);
	box-shadow:0 0 5px rgba(231, 82, 82, 0.2);
	color: #f00;
}
input:focus::-webkit-input-placeholder {color: #f00;}
input:focus:-moz-placeholder {color: #f00;}
input:focus:-ms-input-placeholder {color: #f00;}
textarea:focus::-webkit-input-placeholder {color: #f00;}
textarea:focus:-moz-placeholder {color: #f00;}
textarea:focus:-ms-input-placeholder {color: #f00;}
::-webkit-input-placeholder  { color:#737272; }
:-moz-placeholder { color:#737272; }
:-ms-input-placeholder { color:#737272; }
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder  {
	color:#f00;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}
input:hover:-moz-placeholder, textarea:hover:-moz-placeholder {
	color:#f00;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}
input:hover:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#f00;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}


/* buttons */
button,
.button{
	position: relative;
	width:100px;
	max-width:100%;
	min-width: 0;
	height:32px;
	padding:0 20px;
	text-align:left;
	text-transform:uppercase;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
}



.button:before {
	content: '';
	display: block;
	background:url("../images/contact-ico.png") no-repeat;
	background-position:0 -368px;
	width:20px;
	height:18px;
	position: absolute;
	right: 10px;
	top: 9px;
}

.testimonial{
	background-color:rgba(0, 0, 0, 0.03);
	border-top:1px dashed #BABABA;
	padding:20px 0;
}

.testimonial ul{
	width:100%;
}

.testimonial ul li{
	float:left;
	/*width:450px;*/
	width: 46%;
}

.testimonial ul li .user{
	display:block;
	border:3px solid #FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float:left;
	/**/
	width: 19.5%;
	max-width: 88px;
}

.testimonial ul li .body{
	font:14px "Vollkorn";
	/*width:310px;*/
	width: 68%;
	border:3px solid #FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#FFF;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	float:right;
	min-height:77px;
	padding: 7px;
}

.testimonial ul li .arrow{
	margin:22px 0 0 -22px;
	background:url("../images/contact-ico.png") 0 -326px;
	width:12px;
	height:38px;
	float:left;
}

.testimonial ul li .author{
	padding: 0 0 7px 5px;
	margin:0;
	text-transform:uppercase;
	font: 700 12px/19px Arial;
	border-bottom:1px dashed #ebebeb;
	height:18px;
}

.testimonial ul li .author span{
	text-transform:none;
	font:600 12px Arial;
	margin-left:7px;
}

.testimonial ul li .author a{
	float:left;
}

.testimonial ul li .author .date{
	margin:0;
	float:right;
	text-transform:none;
	margin-right:3px;
	color:#868686;
	font: 700 13px/19px "Vollkorn";
	font-style:italic;
}

.testimonial ul li .body .text{
	margin: 12px 0 0 5px;
	display:block;
	font: 500 15px/19px "Vollkorn";
	font-style:italic;
	color:#868686;
}

.shadow{
	-webkit-box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.3);
	padding-top:25px;
    background: url("../images/header-pattern.png") repeat-x 0 0;
}

#wrap {
    min-height: 100%;
    margin-bottom: -275px;
}
* html .page-wrapper {
    height: 100%;
}
.page-buffer {
    height: 275px;
}
.shadow{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}