/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* Forms
/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *	and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting  on  using  in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 
 *	and  controls.
 * 2. Corrects inability to style clickable  types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	 and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *	Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses  set to  in Safari 5 and Chrome.
 * 2. Addresses  set to  in Safari 5 and Chrome
 *	(include  to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* @end */

@font-face {
    font-family: 'MuseoSlab300';
    src: url('fonts/museo_slab_300-webfont.eot');
    src: url('fonts/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_300-webfont.woff') format('woff'),
         url('fonts/museo_slab_300-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_300-webfont.svg#museo_slab300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab700';
    src: url('fonts/museo_slab_700-webfont.eot');
    src: url('fonts/museo_slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_700-webfont.woff') format('woff'),
         url('fonts/museo_slab_700-webfont.ttf') format('truetype'),
         url('fonts/museo_slab_700-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: url('images/background.jpg') repeat-x center top;
}

h1 {
	font: normal 15px/18px 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	letter-spacing: 3px;
	text-transform: uppercase;
	
}

h2 {
	font: normal 14px/17px 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3 {
	font: normal 12px/14px 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h4 {
	font: normal 14px/26px 'MuseoSlab300', sans-serif;
	color: #58585b;
	margin-bottom: 14px;
}

h5 {
	font: normal 9px/16px 'MuseoSlab700', sans-serif;
	color: #c4c0b9;
	letter-spacing: 2px;
	text-transform: uppercase;
}

p {
	font: normal 12px/18px 'MuseoSlab300', sans-serif;
	color: #58585b;
	margin-bottom: 10px;
}

a {
	font-family: 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	text-decoration: none;
}

a:hover, a:active {
	color: #d8b459 !important;	
}

strong {
	font-weight: normal;
	font-family: 'MuseoSlab700', sans-serif;
}

em {
	
}

blockquote {
	font: normal 15px/22px 'MuseoSlab300', sans-serif;
	color: #d8b459;
	padding: 20px 0 10px;
	margin-bottom: 10px;
}

ul, ol {
	
}

li {
	
}

input, textarea {
	
}

input[type="submit"], button[type="submit"] {
	
}

label {
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* FlexSlider Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Site */

#wrapper {
	width: 1156px;
	margin: 122px auto 40px;
}

#logo {
	width: 360px;
	height: 106px;
	margin: 0 auto;
	position: relative;
}

#menu {
	width: 1000px;
	border-top: 1px solid #dddbd6;
	margin: -8px auto 30px;
	padding-top: 22px;
	font: normal 12px/12px 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#menu a {
	color: #d0ccc6;
	padding: 0 25px;
}

#menu a:hover, #menu a:active, #menu a.active {
	color: #00a7a8 !important;
}

#menu span {
	padding: 0 25px;
}

.content {
	width: 1010px;
	margin: 0 auto;
}

#social {
	width: 200px;
	height: 28px;
	margin: 60px auto 0;
}

#social img {
	float: left;
}

#copyright {
	width: 1156px;
	margin: 28px auto 0;
	font: normal 10px/10px 'MuseoSlab700', sans-serif;
	color: #d0ccc6;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

#copyright a {
	color: #d0ccc6;
}

#copyright a, #copyright span {
	padding: 0 8px;
}

#press {
	width: 1014px;
	height: 76px;
	margin: 42px auto 0;
}

#press img {
	float: left;
}

#press .press-col1 {
	width: 128px;
	float: left;
}

#press .press-col2 {
	width: 190px;
	float: left;
}

/* Pages */

#index {
	
}

#index .flexslider {
	width: 980px;
	height: 560px;
	background: url('images/index-sliderbg.jpg') no-repeat center top;
	margin: 0 auto;
	padding: 14px 15px 16px;
}

#index .flexslider img {
	height: auto;
	width: 979px;
	margin: 0 auto;
}

#index .flex-control-nav, #index .flex-direction-nav {
	display: none;
	visibility: hidden;
}

#about {
	width: 932px;
	margin-top: 42px;
}

#about img.alignright {
	margin-left: 22px;
}

#about h2 {
	padding-top: 38px;
}

#info {
	width: 880px;
	margin-top: 66px;
}

#info .video {
	width: 832px;
	height: 302px;
	background: url('images/info-video.jpg') no-repeat center top;
	margin: 0 auto 50px;
	padding: 24px;
}

#info .video iframe {
	float: right;
}

#info h1, #info h3, #info h4 {
	text-align: center;
}

#info h1 {
	padding-top: 98px;
}

#info p {
	width: 836px;
	margin: 0 auto 40px;
}

#info .box {
	width: 334px;
	margin: 20px auto 0;
}

#portfolio {
	width: 936px;
	background: #f7f4ee;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

#portfolio .submenu {
	font: normal 11px/12px 'MuseoSlab700', sans-serif;
	color: #00a7a8;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 36px;
}

#portfolio .submenu a {
	color: #c4c0b9;
	padding: 0 10px;
}

#portfolio .submenu a:hover, #portfolio .submenu a:active {
	color: #00a7a8 !important;
}

#portfolio .submenu span {
	padding: 0 10px;
}

#portfolio .flexslider .slides img {
	width: auto;
	margin: 0 auto;
}

#portfolio ul.slides {
	margin-bottom: 16px;
}

#portfolio .flex-control-thumbs {
	width: 810px;
	margin: 0 auto -2px;
}

#portfolio .flex-control-thumbs li {
	width: 50px; 
	display: inline-block;
	margin: 2px;
}
#portfolio .flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
	background: #c4c0bd;
}
#portfolio .flex-control-thumbs img:hover {
	opacity: 1;
}

#portfolio .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

#portfolio .flex-direction-nav {
	display: none;
	visibility: hidden;
}

.gold-top, .gold-bottom {
	width: 68px;
	height: 68px;
	background: url('images/gold-corner.png') no-repeat left top;
}

.gold-top {
	margin: 0 auto -63px 1px;
}

.gold-bottom {
	margin: -63px 1px 0 auto;
}

#clients {
	width: 1010px;
}

#clients #slider-wrapper {
	width: 968px;
	height: 490px;
	background: #f7f4ee;
	margin: 0 auto;
	padding: 40px 15px;
	position: relative;
	overflow: hidden;
}

#clients #slider {
	margin: 0 auto;
}

#clients .flexslider {
	width: 928px;
	height: 490px;
	background: #f7f4ee;
	margin: 0 auto;
	padding: 40px 35px;
	position: relative;
	overflow: hidden;
}

#clients .flexslider img {
	width: auto;
	height: auto;
}

#clients .flexslider li {
	width: 924px;
	height: 490px;
}

#clients img {
	margin-right: 12px;
}

#clients .col {
	width: 228px;
	margin: 4px 0 0 auto;
}

#clients .flex-direction-nav {
	*height: 0;
}
#clients .flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 12px;
	height: 14px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	background: url('images/love-prev.png') no-repeat 0 0;
}

.flex-direction-nav .flex-next {
	right: 10px;
	background: url('images/love-next.png') no-repeat 0 0;
}

.quote-top, .quote-bottom {
	width: 16px;
	height: 14px;
}

.quote-top {
	background: url('images/quote-top.png') no-repeat left top;
	margin: 0 auto 10px 10px;
}

.quote-bottom {
	background: url('images/quote-bottom.png') no-repeat left top;
	margin: 10px 10px 0 auto;
}

#clients p {
	width: 182px;
	font-size: 9px;
	line-height: 18px;
	margin: 0 auto 10px;
}

#clients h5 {
	width: 182px;
	margin: 0 auto;
} 

#contact {
	width: 892px;
}

#contact .sidebar {
	float: right;
	width: 320px;
	height: 530px;
	background: url('images/contact-sidebar.jpg') no-repeat center top;
	padding: 24px 24px 0;
	text-align: center;
}

#contact .sidebar img {
	margin-bottom: 18px;
}

#contact .sidebar h3 {
	color: #d0ccc6;
}

#contact .sidebar h3 a, #contact .sidebar h3 span {
	color: #00a7a8;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 2px;
}

#contact-wrapper {
	width: 488px;
}