*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; 
}

.columnsContainer, footer { 
position: relative; margin: .5em; 
}

.leftColumn, .rightColumn, footer {  
padding: 1.25em; 
}

.leftColumn { 
margin-bottom: .5em; 
}

.inline-items li:first-child {
margin-left: 0;
padding-left: 0;
padding-right: 10px;
}

.inline-items li:last-child {
padding-right: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
.leftColumn {
	height: 100%;
	margin-right: 29.5em;
	background-image: url(images/background.png);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.rightColumn { 
height: 100%;
position: absolute; 
top: 0; 
right: 0; 
width: 28.75em; 
font-family: Tahoma, Geneva, sans-serif;
font-size: 16px;
font-weight: 100;
color: #666;
padding-left: 30px;
padding-top: 40px;
}   

.footer {
position: absolute;
right: 234px;
bottom: 30px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-weight: 100;
color: #666;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 41px;
}

.btn-submit {
display: inline-block;
font-size: 14px;
color: #fff;
padding: 8px 16px;
background-color: #428bca;
border-color: #428bca;
  
}