/* RingLocal.com */

/* green: #56ac45; */

body {
	font-family: 'Noto Sans', sans-serif;
	color: #555;
	background: #fcfcfc;
}

a {
	color: #56ac45;
}

.btn {
    background-image: none;
    border: 0 none;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}

header {
	line-height: 50px;
}

.header-logo {
	color: #444;
	font-size: 18px;
}

.header-logo em {
	color: #56ac45;
	font-style: normal;
}

.header-logo:hover {
	text-decoration: none;
}

.main-nav {
	float: right;
	list-style: none;
	margin: 0;
}

.main-nav li {
	display: inline;
	margin-left: 20px;
}

/* Hero */

.hero {
	background: url("../img/hero-bg.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.hero-container {
    /*background: url("../img/devices.png") right bottom no-repeat;*/
    position: relative;
}

.hero-content {
	max-width: 50%;
	margin: 40px 280px 40px 0;
	padding: 10px 0 10px 133px;
	background: url("../img/logo-hero.png") 0 center no-repeat;
}

.devices {
    position: absolute;
    right: 0;
    bottom: -20px;
    background: url("../img/devices.png");
    width: 267px;
    height: 230px;
}

.pin {
	background: #fff;
	display: inline-block;
	border-radius: 14px 14px 14px 0;
	width: 8px;
	height: 8px;
	border: 6px solid #f33;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: -1px 1px 2px rgba(0,0,0,.2);
	box-shadow: -1px 1px 2px rgba(0,0,0,.2);
	display: none;
}

.pin1 {
    bottom: 114px;
    right: 105px;
}

.pin2 {
    bottom: 74px;
    right: 220px;
	border-color: green;
}

.pin3 {
    bottom: 75px;
    right: 24px;
	border-color: purple;
}

.pin4 {
    bottom: 61px;
    right: 170px;
	border-color: blue;
}

.pin5 {
	top: 85%;
	left: 15%;
	border-color: orange;
}

.body-content {
	padding: 0;
}

.callout {
	margin: 80px 0;
}

.subheader {
	text-align: center;
	color: #56ac45;
	margin: 10px 0;
}

.body-content .subheader {
	padding-bottom: 10px;
	border-bottom: 2px solid #E4E4E4;
}

.subheader:first-child {
	margin-top: 0;
}

.graphic {
	display: block;
	margin: 0 auto 20px auto;
}

.contact {
	background: #e4e4e4;
	padding: 40px 0;
}

footer {
	background: #d6d6d6;
	padding: 20px 0;
}

footer a {
	margin-left: 10px;
}

@media (max-width: 767px) {

	body {
		padding: 0;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-nav li {
		margin-left: 5px;
	}

    .devices {
        display: none;
    }

    .pin {
        display: none !important;
    }

	.hero-content {
		margin: 20px auto;
		background-size: 70px;
		padding-left: 90px;
	}

	.hero-headline {
		font-size: 26px;
		line-height: 30px;
	}

	.contact {
		text-align: center;
	}

}