/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
    outline: none;
}
body {
	font: 400 12px/20px 'Montserrat',sans-serif;
	color:#574751;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#574751;
	text-decoration:none;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}
a:hover {
	color:#010101;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
cite {
	font-style: normal;
}

input[type='text'],
input[type='email'] {
    border: 1px solid #C8C8C8;
    font-family: 'Milo-TextItalic';
    padding: 0 7px;
    height: 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fcf8e1;
}
.ruler {
    height: 100%;
    margin: 0 auto;
    min-height: 700px;
    min-width: 960px;
    position: relative;
    width: 100%;
}
.wrapper {
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	*/
	bottom: 0;
    height: 331px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    background: #fcf8e1;
}
/*footer, .push {
	height: 20px;
}*/
.push {
	display: none;
}
.header {
    background: url("header-tall.jpg") repeat-x scroll center top transparent;
    height: 100%;
    min-width: 960px;
    padding-top: 58px;
    position: absolute;
    top: 0;
    width: 100%;
}
.header h1 {
	background: url("logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 157px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 389px;
}
.header h2.map {
    margin: -17px auto 0;
    text-align: center;
    width: 400px;
}
.header h2.map a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.content {
	margin: 0 auto;
    padding: 16px 30px 40px;
    width: 960px;
}
.content:after {
	clear: both;
	display: block;
	content: '';
}
.content h2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 0;
    text-transform: uppercase;
}
.content p {
	margin-top: 0;
	margin-bottom: 8px;
}
.content ul {
	margin: 0 0 8px;
}

.content .col-1,
.content .col-2 {
	width: 450px;
	float: left;
	padding-right: 25px;
	border-right: 2px solid #ec877b;
}
.content .col-2 {
	width: 230px;
	/*border-left: 1px solid #f2af9f;*/
	padding-left: 25px;
}
.content .col-3 {
	width: 220px;
	float: left;
	/*border-left: 1px solid #f2af9f;*/
	padding-left: 25px;
}
.content .col-3 h2 {
	margin-bottom: 0;
}
.content .col-3 p {
	border-top: 2px solid #ec877b;
	margin: 0;
	padding: 10px 0 13px;
}
.content .col-3 p.top {
	border-top: 0 none;
    padding-top: 4px;
}
.content ul {
    padding: 0;
}
.content li {
	margin-bottom: 10px;
}
.content .column {
    height: 255px;
}

.content .map {
	width: 195px;
	height: 13px;
	display: block;
	background: url('map-location.png') no-repeat;
	text-indent: -9999px;
}

.email {
    background: none repeat scroll 0 0 #C17076;
    color: #FCF8E1;
    display: inline-block;
    line-height: 24px;
    padding: 0 18px;
    text-transform: uppercase;
}
.email:hover {
	color: #574751;
}
.email .m { display: none; }

.facebook,
.instagram {
    float: right;
    height: 26px;
    text-indent: -9999px;
    width: 26px;
    background: url('social.png') no-repeat top left;
}
.instagram {
    background-position: bottom left;
    margin-left: 15px;
}

footer {
    margin: 0 auto;
    width: 960px;
    color: #c17076;
    text-align: center;
    font-size: 9px;
    background: url('footer-pattern.png') no-repeat 0 0;
}
footer a {
	color: #c17076;
}

@media (max-width : 480px) {	
	body {
		font: 400 13px/20px 'Montserrat',sans-serif;
	}
	.wrapper { 
		bottom: auto;
	    height: auto;
	    margin: 0 auto;
	    position: static;
	    width: auto;
	}
	.ruler {
	    height: auto;
	    margin: 0;
	    min-height: 0;
	    min-width: 0;
	    position: static;
	    width: auto;
	}
	.header {
	    background-image: url("header-mobile.jpg");
	    background-repeat: no-repeat;
	    background-size: 480px 320px;
	    height: 320px;
	    min-width: 0;
	    padding-top: 20px;
	    position: relative;
	    top: auto;
	    width: auto;
	}
	.header h1 {
	    height: 144px;
	    width: 145px;
	    background-image: url('logo-mobile.png');
	    background-repeat: no-repeat;
	    background-size: 145px 144px;
	}
	.header h2.map {
		width: 100%;
	}
	.content {
	    padding: 16px 20px;
	    width: auto;
	}
	.content .column,
	.content .col-1, 
	.content .col-2,
	.content .col-3 {
		height: auto;
	    width: 100%;
	    padding: 20px 0 12px;
	    border-left: 0 none;
	    border-right: 0 none;
	    border-top: 2px solid #EC877B;
	}
	.content .col-1 {
		padding-top: 0;
		border-top: 0 none;
	}

	.content .col-3 p {
		float: left;
		width: 100%;
	}
	.content .col-3 .email .m { display: inline; }
	.content .col-3 .phone {
		width: 45%;
		float: left;
	}
	.content .col-3 .visit:before {
		width: 2px;
		height: 80%;
		background: #EC877B;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		display: block;
		margin: 10px 0 0;
	}
	.content .col-3 .visit {
		width: 55%;
		padding-left: 30px;
		float: left;
		position: relative;
	}
	.content ul {
		margin-left: 14px;
	    position: relative;
	}
	.content li {
		position: relative;
	}
	.content li span {
		position: relative;
		left: -2px;
	}
	.content .mapp { text-align: center; }
	.content .map {
	    background-image: url("map-location-mobile.png");
	    background-repeat: no-repeat;
	    background-size: 261px 18px;
	    display: inline-block;
	    height: 18px;
	    margin-left: -6px;
	    width: 261px;
	}
	.facebook,
	.instagram {
	    background-image: url('social-mobile.png');
	    background-repeat: no-repeat;
	    background-size: 26px 52px;
	}
	
	.push {
		display: none;
	}
	footer {
		background-image: url('footer-pattern-mobile.png');
		background-repeat: none;
		background-size: 362px 40px;
		background-position: center bottom;
	    height: auto;
	    padding-bottom: 50px;
	    width: auto;
	}
	.copy { display: block; }
	.divider {
		display: none;
	}
}

