/* Imports */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);

/* Global */
body{
	background-color: #f2f2f2;
	font-family: 'Arimo', 'Calibri', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: 1px;
}
ul.bxslider{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #1e1e11;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
}

/* Wireframe */
*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}
#wrapper{
	width: 100%;
	margin: auto;
}
.grid{
	float: left;
}
.grid_1-2{
	width: 50%
}
.grid_1-3{
	width: 33.333%
}

/* Helpers */
.block-image {
	display: block;
	width: 100%;
	height: auto;
}
.clearer {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.transition{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/* Header */
#header{
	padding-right: 50px;
}
#facebook img{
	vertical-align: middle;
	margin-right: 10px;
}
#facebook > img:first-child{
	display: block;
}
#facebook a{
	margin-left: 30px;
	display: block;
}
#facebook a:hover{
	color: #1bbd58;
}
#logo{
	margin: 50px 0;
}
#logo img{
	margin-left: 10%;
}
@media(max-width: 1053px){
	#logo img{
		margin: 0;
		margin-left: -10%;
	}
}
@media(max-width: 918px){
	#logo img{
		margin: 0;
		margin-left: -20%;
	}
}
#contact{
	margin-top: 50px;
}
#contact a{
	display: block;
	text-align: right;
	vertical-align: middle;
}
#contact a:hover{
	color: #1bbd58;
}
#contact a:first-child:before{
	content: url(../images/phone.png);
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#contact a:last-child:before{
	content: url(../images/mail.png);
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
@media(max-width: 1200px){
	#header{
		padding: 0;
	}
}
@media(max-width: 877px){
	#contact{
		display: block;
		width: 100%;
		margin: 20px 0px;
	}
	#contact a{
		text-align: center;
	}
	#logo {
		margin: auto;
		}
	#facebook{
		display: none;
	}
	#logo img{
		margin: auto;
		display: block;
	}
	.grid_1-3{
		width: 100%;
	}
}
@media(max-width: 350px){
	#logo img{
		display: block;
		width: 100%;
		height: auto;
	}
}

/* Navigation */
#navigation{
	background: #fff;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#navigation ul{
	text-align: center;
}
@media(max-width: 377px){
	#navigation ul{
		padding: 0;
	}
}
#navigation ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0px 25px;
	border-right: 1px solid #bebebe;
}
#navigation ul li:first-child{
	border-left: 1px solid #bebebe;
}
@media(max-width: 338px){
	#navigation ul li{
		padding: 0px 14px;
	}
}
#navigation ul li a{
	line-height: 26px;
}
#navigation ul li a:hover,
#navigation ul li a:active{
	color: #1bbd58;
}

/* Fader */
.not-front #fader{
	display: none;
}
.bx-viewport{
	height: auto;
}
.fader-overlay {
	width: 300px;
	background: rgba(255,255,255,0.7);
	padding: 40px;
	position: absolute;
	top: 15%;
	left: 10%;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.not-front .fader-overlay{
	display: none;
}
.fader-overlay img{
	display: block;
	margin: auto;
}
#rib-cont{
	width: 100%;
	position: relative;
}
#ribbon {
	position: absolute;
	top: -33px;
	left: -73px;
}
@media(max-width: 990px){
	.fader-overlay{
		display: none;
	}
}

/* Page Title */
#page-title{
	background: #fff;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	position: relative;
}
.front #page-title{
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.not-front #page-title{
	background: #f2f2f2;
	border: none;
	border-bottom: #ddd solid 3px;
	width: 85%;
	margin: 35px auto;
}
#page-title h2,
#page-title p{
	text-align: center;
}
#page-title h2{
	line-height: 12px;
}
#page-title h2 span{
	color: #1bbd58;
}
.not-front #page-title h2,
.not-front #page-title p{
	text-align: left;
}
#page-title p{
	line-height: 7px;
}
#page-title img{
	position: absolute;
	top: 0;
	left: 66%;
}
.not-front #page-title img{
	display: none;
}
@media(max-width: 390px){
	#page-title img{
		display: none;
	}
}
@media(max-width: 577px){
	#page-title h2,
	#page-title p{
		text-align: left;
		margin-left: 6%;
	}
}
@media(max-width: 314px){
	#page-title h2{
		line-height: 22px;
	}
}
/* Main Content */
#main{
	position: relative;
	margin-bottom: 50px;
}
#main-content{
	width: 85%;
	margin: auto;
	padding: 5% 0;
}
.paragraph{
	line-height: 26px;
}
.not-front #main-content{
	padding: 10px 0px 0px 0px;
}
#main-content ul {
	list-style-image: url('../images/bullet.png');
	margin-top: 50px;
	float: left;
}
#main-content ul li{
	line-height: 36px;
}
.front #main-content img{
	position: absolute;
	bottom: 0;
	right: 50px;
}
.not-front #main-content img{
	float: right;
	margin: 20px 20px 0px 0px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
@media(max-width: 814px){
	#main-content img{
		right: 0;
	}
}
.not-front #main-content a{
	background: #1bbd58;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}
.not-front #main-content a:hover{
	background: #ea161e;
}
.not-front #main-content p{
	margin-bottom: 30px;
}

/* Sub Banner */
#subbanner {
background: #fff;
padding: 20px 0px;
padding-bottom: 50px;
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
.not-front #subbanner{
	display: none;
}
#subbanner h4{
	text-align: center;
	color: #ef2d2d;
	font-size: 30px;
}
.banner{
	margin: auto;
	width: 595px;
}
@media(max-width: 568px){
	#subbanner figure{
		display: block;
		margin: auto;
		width: 100%;
	}
}

/* Google Map */
#location {
	position: relative;
	height: 450px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#map-canvas {
	height:450px;
}
#map-overlay {
	position: absolute;
	top: 95px;
	left: 19%;
	width: 300px;
	margin-left: -150px;
	background: rgba(255,255,255,0.7);
	padding: 30px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
@media(max-width: 888px){
	#map-overlay{
		margin: auto;
		left: 30%
	}
}
@media(max-width: 888px){
	#map-overlay{
		left: 20%;
	}
}
#map-overlay img{
	margin: auto;
	display: block;
}
#map-overlay h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
#map-overlay ul{
	margin-left: 40px;
}
#map-overlay ul li{
	list-style-image: url(../images/place-bullet.png);
	line-height: 26px;
}

/* Footer */
#footer{
	background: #1f1f1f;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#footer > .inner{
	width: 263px;
	margin: auto;
}
#footer p {
	color: #fff;
	float: left;
	line-height: 17px;
	vertical-align: middle;
	display: inline-block;
	padding: 15px 0px;
}
#footer img {
	float: left;
	display: inline-block;
	padding-top: 28px;
	margin-right: 15px;
}

/* Form */
.cbp-mc-form {
	position: relative;
	margin-top: -50px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 33%;
	padding: 10px 30px 10px 0px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 40px 5px 5px 2px;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 400;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 16px;
	padding: 5px 10px;
	color: #101010;
	display: block;
	width: 100%;
	background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #bebebe;
}

.cbp-mc-form textarea {
	min-height: 137px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #1bbd58;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #bebebe;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bebebe;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bebebe;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bebebe;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #1bbd58;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #ea161e;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}

/* Milo */

figure.effect-milo {
	background: #bbb;
	width: 178px;
	height: 202px;
	float: left;
	overflow: hidden;
	margin: 1em 10px;
	position: relative;
}

figure.effect-milo img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	top: 5px;
	position: absolute;
	width: 83%;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figcaption h2{
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

figcaption h2 span{
	font-weight: 600;
}

figcaption p {

}