.row {
	margin-left: 0px;
	margin-right: 0px;
}
#map-image {
    bottom: 0;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: #eee url(pix/contact3.jpg) no-repeat center center fixed;
    background-size: cover;    
}

#map-image img {
	width: 100%;
	height: 100%;
}
	
html,body{
    min-height: 100%;
}

.overlay:after {
    background: url(pix/overlay.png) repeat top left;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    .opacity(40);
}

h3{
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 5px #6d95c9;
	text-align:center;
	font-size: 16px;
	font-weight: normal;
}

#form-main{
	min-height: 100%;
	width:100%;
	position: relative;
    margin: 65px auto;
}

#form-div {
	width: 450px;
	margin: 0 auto;
	margin-top:50px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Arial, sans-serif;
	font-weight:500;
	font-size: 14px;
	border-radius: 5px;
	line-height: 22px;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #dedede;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	border-radius: 5px;
	border-color: #3498db;
	box-shadow: 0 0 10px #3498db;
	color: #005397;
	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused{
	color:#005397;
	border:#005397 solid 1px;
}

.checkbox{
	width:60%;
	margin-left: auto;
	margin-right: auto;
	padding-left:20px;
}

.dotted{
	margin-left: 5px;
	margin-right: 10px;
	height: 20px;
}

input[type=checkbox] { 
	width: 17px; 
	height: 17px;
}

input{
	margin-bottom:10px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(pix/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(pix/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(pix/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(pix/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(pix/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: 0;
	border-radius: 5px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:18px;
	padding-top:22px;
	padding-bottom:22px;
	box-shadow: 0 3px 0 #005397;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:0px;
	font-weight:700;
}

#button-blue:hover{
	background-color: #005397;
	color: white;
}

.submit:hover {
	color: white;
}

.ease {
	width: 0px;
	height: 68px;
	border: 0;
	border-radius: 5px;
	background-color: #005397;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
	width:100%;
	background-color:#005397;
	border-radius: 5px;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.container{
	display: table;
    height: 100%;
    vertical-align: middle;
}

.row affix-row {
	background-color: #292929;
	overflow: hidden;
}
@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }   

  html,body{
    background-color: #f8f8f8;
    height: 100%;
    
  }
  .affix-row, .affix-container, .affix-content{
   	height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
}