.main {
	max-width: 86rem;
	margin: 0 auto;
}
.main header,
.main article {
	display: inline-block;
	max-width:100%;
}
.main article {
	margin: 0;
}

.main img, .main iframe {
	margin-bottom: 30px !important;
}

.main h2a {
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}
.main h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;

  color: rgba(96,96,96, .8);

  text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}
.main h2 + p {
	margin-top: 2rem;
}
/*
.main ul {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	list-style: outside disc;
	padding: 0 0 0 3rem;
	margin: 0;
}
.main ul li {
}
.main ul li p {
	margin-bottom: 1rem;
}
.main ul li a {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
*/



.social-buttons {
	display: inline-block;
	width: 100%;
	list-style: none;
	text-align: center;
}

.social-buttons li {
	display: block;
	float: left;
	clear: left;
	margin: 0;
}
@media (min-width: 550px) {
	.social-buttons li {
		display: inline-block;
		float: none;
		clear: none;
		margin: 0 5px;
	}
}

.social .btn {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-image: none !important;
}
.social .btn {
	display: inline-block;
  text-shadow: -1 -1px 0 rgba(0,0,0,.15);
  font-weight: 600;
  font-size: 15px;
  padding: 8px 17px;
  color:#fff;
  border-radius: 4px;
}

.btn-google {
	background-color: #c83e2d;
	border-color: #c83e2d;
}
.btn-google:hover {
	background-color: #e25847;
	border-color: #e25847;
}

.btn-twitter {
	background-color: #00ace6;
	border-color: #00ace6;
}
.btn-twitter:hover {
	background-color: #1ac6ff;
	border-color: #1ac6ff;
}

.btn-facebook {
	background-color: #355089;
	border-color: #355089;
}
.btn-facebook:hover {
	background-color: #4f6aa3;
	border-color: #4f6aa3;
}



.main img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

/*
body {
	background: url(/insta_city_life/images/background_main.png);
	background-attachment: fixed;
}
ul>li span {
	font-weight: inherit;
}
*/


article ul:last-of-type {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
article ul:last-of-type li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 2rem;
}
article ul:last-of-type li:before {
	position: absolute;
	content: '\2022';
	left: 0.1rem;
}
article ul:last-of-type li a,
article ul:last-of-type li span,
article ul:last-of-type li p {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

article ul:last-of-type li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}