/* == Typogrpahy */
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* == Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* == Typography */

html {
	font-size:22px;
	font-family: 'Muli';
	color:#6B6D75;
	font-weight:300;
}

h1 {
	margin:0;
}

h2 {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size:18px;

}

.pretty {
	text-align:center;
	position:relative;
	max-width: 474px;
	margin:0 auto;
	margin-bottom:60px;
}

.pretty * {
	background:#fff;
	padding:0 60px;
	z-index: 5;
	position: relative;
	display: inline;
	letter-spacing:1px;
	font-weight:normal;
}

.pretty:before {
	content: "";
	display: block;
	border-top: solid 1px #6B6D75;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

blockquote {
	font-size:42px;
	line-height: 124%;
	width:807px;
	height:320px;
	background-color:#ECECEC;
	display:table;
}

.vertical-align {
	display: table-cell;
	vertical-align: middle;
}


/* == Blocks */

.block {
	padding:62px 0 62px 0;
	line-height:140%;
	clear:both;
	display: block;
}

.block:before,
.block:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.block:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.block {
    *zoom: 1;
}


.block--grey {
	background-color:#ECECEC;
	color:#6B6D75;
}

.block--blue {
	background-color:#475168;
	color:#FFFFFF;
}

.block--blue .pretty * {
	background-color:#475168;
}

.block--blue .pretty:before {
	border-color: #fff;
}

.block-align-center {
	text-align: center;
}

.block--cap {
	width:978px;
		margin:auto;
		padding:0 15px;
		
		position: relative;
}


.block--cap.no-space {
	padding:0;
	width:1008px;
}


.slides li:not(:first-child) {
	display:none;
}

/* == Branding */
.block--branding {
	padding-top:27px;
	padding-bottom: 20px;
}



/* == Blue Header */
.block--header {
	padding-top:28px;
	padding-bottom: 28px;
}

.block--header p {
	width:558px;
	float:left;
}



.block--header a {
	width:138px;
	float:right;
	border:2px solid #fff;					 /* Adds Border */
	color:#fff;								 
	text-align: center;
	text-decoration: none;					 /* Removes Link Line */
	text-transform: uppercase;
	font-size:14px;
	padding:15px 0 15px 0;
	line-height: 1;
	font-family: 'Montserrat';
	margin-top:5px;
}

.block--header a:hover {
	background:#fff;
	color:#475168;
}

/* == Images */
.block--images {
	height:600px;
	padding:0;
}

.block--images  .flex-direction-nav {
	margin-top:-600px;
	height:600px;
	width:978px;
	margin:auto;
	position:relative;
	z-index:1111111;
}

.block--images li {
	background-position: 50% 50%;
	background-size: cover;
	height:600px;
}

.block--images .slide_1 {
	background-image: url('images/slide_1.jpg');
}

.block--images .slide_2 {
	background-image: url('images/slide_2.jpg');
}

.block--images .slide_3 {
	background-image: url('images/slide_3.jpg');
}



.block--images .flex-next:hover {
	background-position:  -79px 0px;
}

.block--images .flex-prev {
	display:none;
} 


/* == Quotes */
.block--quotes {
	padding-top:0 !important;
	padding-bottom: 0  !important;

}




.block--quotes .block--cap {
	position: relative;
	height:320px;
}


.block--quotes .flex-prev {
	display: none;
}

.block--quotes .flex-next:hover {
	background-position:0 -79px;
}

/* == About */
.block--about p {
	float:left;
	font-size:18px;
}

.block--about p {
	width:212px;
}

.block--about p.center-p {
	width:458px;
	margin:0 48px 0 48px;
}

/* == Legal */

.block--legal {
	font-size:18px;
	padding-bottom: 15px;
}

.block--legal small {
	font-size:14px;
}

/* == Contact */
address {
	padding-top:95px;
	height:128px;
	background-image: url('images/address-back.jpg');
	background-position: 50% 50%;
	background-size: cover;
	font-size: 32px;
	color:#fff;
	margin-bottom: 50px;
}

.block--contact {
	padding-bottom: 15px;
}

.block--contact p {
	line-height: 180%;
}

.block--contact a {
	color:#4B516A;
}

.block--contact a:hover {
	text-decoration: none;
}

hr {
	border:none;
	background: #475167;
	height:1px;
	width:138px;
	margin:20px auto 20px auto;
}

#prev {
	background:#475168;
	width:79px;
	height:79px;
	position:absolute;
	top:0;
	right:0px;
	background-image: url('images/arrows.png');
	background-position:  -79px -79px;
	text-indent:-100000px;
	cursor: pointer;
	z-index:11111;

}

#prev:hover {
	background-position: -79px 0;
}

#next {
	position:absolute;
	background:#475168;
	width:79px;
	height:79px;
	bottom:0;
	right:0;
	background-image: url('images/arrows.png');
	text-indent:-100000px;
	cursor: pointer;
	z-index:11111;

}

#next:hover {
	background-position: 0 -79px;
}
