* {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	border-radius:0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}
.half-column {
	width: 49.9%;
	float: left;	
}
.mobile .half-column {
	font-size: 24px;	
}
.third-column {
	width: 33.3%;
	float: left;	
}

.std-text {
	padding: 0 20px;
	max-width: 670px;
	margin: 0 auto;	
	text-align: center;
}
.std-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.std-text.reversed {
	color: #333333;	
}

.std-text h2 img {
	margin-top: 20px;
}
 
.std-text h2 {


	margin-bottom: 10px;
	font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#333333;
    font-weight:400;
}
.std-text h2 em {
	text-transform: lowercase;
    font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#333333;
    font-weight:400;
	font-style: normal;

}

.wrap {
	max-width: 1058px;
	margin: 0 auto;
	position: relative;
}

#footer2-menu {
	background: white;
	height: 94px;
	text-align: center;
	border-top: solid 1px #d3dbe0;
}

#footer2-menu ul {
	list-style: none;	
}
#footer2-menu li {
	display: inline-block;
	padding: 0 20px;
}
#footer2-menu a {
    font:15px/26px 'Open Sans', Verdana, sans-serif;
    color:#333333;
    font-weight:400;

	text-transform: uppercase;
	text-decoration: none;
}
#footer2-menu a:hover {
	color: #6cc5e9;
}
.fluid #footer2-menu li {
	padding: 0 12px;	
}
.fluid #footer2-menu li:last-child {
	padding-right: 0px;
}
.fluid #footer2-menu li:first-child {
	padding-left: 0px;
}
.mobile #footer2-menu {
	height: 260px;
	padding-top: 20px;
}
.mobile #footer2-menu li {
	float: left;
	width: 49%;
	padding: 0;
} 
.mobile #footer2-menu a {
	line-height: 58px;	
	font-size: 24px;
}

#footer2 {
	padding: 15px 0 5px 0;
		line-height: 30px;
		
}

#footer2 .std-text {
	max-width: 100%;
	padding: 0;

}
#footer2 h2 {
    font:25px 	'Radley', serif;
    color:#333333;
    font-weight:400;

	margin-bottom: 12px;
}
#footer2 .footer2-follow-us,
 #footer2 .footer2-get-in-touch {
	padding-top: 56px; 	
}

 #footer2 .footer2-get-in-touch a {

    color:#333333;

}
#footer2 .footer2-text {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	padding-top: 40px;
}
#footer2 .footer2-text span {
	padding: 0 6px;
}
#footer2 .footer2-follow-us h2 {
	margin-bottom: 23px;	
}
#footer2 .social {
	display: inline-block;
	background: url('social.png') no-repeat;
	margin: 0 16px;
	height: 41px;
}
#footer2 .social.facebook {
	background-position: 0px top;
	width: 21px;
}
#footer2 .social.facebook:hover {
	background-position: 0px -60px;	
}
#footer2 .social.pinterest {
	background-position: -60px top;
	width: 33px;
}
#footer2 .social.pinterest:hover {
	background-position: -60px -60px;
}
#footer2 .social.instagram {
	background-position: -133px top;
	width: 34px;
}
#footer2 .social.instagram:hover {
	background-position: -133px -60px;
}
#footer2 .social.twitter {
	background-position: -205px top;
	width: 39px;
}
#footer2 .social.twitter:hover {
	background-position: -205px -60px;
}
#footer2 .footer2-mailing-list {
	background: url('mailing-list.png') no-repeat top center;	
	padding-top: 108px;
}
#footer2 .footer2-mailing-list input[type="text"] {
	color: #313131;
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	border: solid 4px white;
	padding: 0 10px;
	width: 200px;
	background: white;
}
#footer2 .footer2-mailing-list input[type="text"]::-webkit-input-placeholder {
	color: #313131;
}
#footer2 .footer2-mailing-list input[type="text"]:-moz-placeholder {
   color: #313131;
}
#footer2 .footer2-mailing-list input[type="text"]::-moz-placeholder { 
   color: #313131;
}
#footer2 .footer2-mailing-list input[type="text"]:-ms-input-placeholder {  
   color: #313131;
}
#footer2 .footer2-mailing-list .error {
	border: solid 4px red !important;	
}

#footer2 .footer2-mailing-list input[type="submit"] {
    font:15px/26px 'Open Sans', Verdana, sans-serif;
	height: 41px;
	text-align: center;
	border: solid 4px white;

	width: 67px;
	background: transparent;
	color: #333333;
}

#footer2 .footer2-mailing-list input[type="submit"]:hover {
	color: #b9c1c5;
	border-color: #b9c1c5;
}
