/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, etc)
/*-----------------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a:focus { outline: thin dotted; }

a:hover,
a:active { outline: 0; }

a img {
	border: 0;
	vertical-align: bottom;
}

/* Global --- */
body,
button,
input,
select,
textarea {
	color: #595959;
	font: 14px/2 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000;
	line-height: 1.6em;
}

h1 {
	font-size: 35px;
}
h2 {
	font-size: 25px;
	margin: 1em 0;
}
h3 {
	font-size: 20px;
	margin: 1em 0;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p { margin-bottom: 2em; }

ul, ol { margin: 0 0 2em 2em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd { margin: 0 1.5em 1.5em; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

blockquote {
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #656565;
	margin-left: 50px;
}
.single-portfolio blockquote{
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 100px;
	text-align: center;
}

address { margin: 0 0 1.5em; }

pre {
	background: #eeeeee;
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 13px;
	line-height: 1.5;
	overflow: auto;
	max-width: 100%;
	padding: 1.5em;
	margin-bottom: 2em;
}

code, kbd, tt, var { font: 13px Consolas, "Andale Mono", Courier, "Courier New", monospace; }

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { bottom: 1ex; }

sub { top: 0.5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

figure { margin: 0; }

table {
	border: 1px solid #bbb;
	margin: 0 0 1.5em;
	width: 100%;
}

table .even { background: #eeeeee; }

th { font-weight: bold; }

tr { border-bottom: 1px solid #bbb; }

th,
td {
	padding: 5px;
	text-align: center;
}

img {
	height: auto;
	max-width: 100%;
	width: auto;
}

/* Form Elements --- */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input { line-height: normal; }

button,
html input[type="submit"],
input[type="reset"],
input[type="submit"] {
	background: #f6f5f5;
	border: 0;
	color: #000;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	line-height: 1;
	padding: 20px 30px;
	outline: none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #eee;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #ddd;
}

input[type="checkbox"],
input[type="radio"] { padding: 0; }

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="seach"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	background: #f6f5f5;
	border: 0;
	border-radius: 3px;
	color: #000;
	padding: 20px;
	outline: none;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #000;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Links --- */
a,
a:visited {
	color: #bbb;
	text-decoration: none;
}

a:hover,
a:focus,
a:active,
#content a:hover,
#content a:focus,
#content a:active {
	color: #000;
	text-decoration: none;
}



a.btn,
#content a.btn {
	display: inline-block;
	background: #f6f5f5;
	font-size: 14px;
	color: #b7b7b7;
	text-transform: uppercase;
	padding: 13px 44px;
}
a.btn:hover,
#content a.btn:hover { background: #e6e6e6; }

/* Alignment --- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

/* Clears --- */
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.author-bio:before,
.author-bio:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-navigation:before,
.site-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.page-navigation:before,
.page-navigation:after,
.single-page-navigation:before,
.single-page-navigation:after,
.comment-navigation:before,
.comment-navigation:after,
.type-portfolio:before,
.type-portfolio:after,
.single-portfolio .entry-navigation,
#commentform {
	content: ' ';
	display: table;
}

.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after,
.type-portfolio:after,
.single-portfolio .entry-navigation,
#commentform { clear: both; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* Helpers --- */
.hidden { display: none; }


/*-----------------------------------------------------------------------------------*/
/*	2. Structure
/*-----------------------------------------------------------------------------------*/

body { padding-top: 310px; }

.site-content {
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 40px 0;
  
}

.site-main.full-width { width: 1240px; }  
  
  /*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/

.site-header {
    position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #FFF;
	min-height: 260px;
	padding: 0 40px;
}

.primary-menu a {
	font-size: 18px;
	color: #0266d1;
	text-decoration: none;
}
.primary-menu > li > a {
	padding: 10px 0;
	margin-left: 30px;
}
.primary-menu a:hover,
.primary-menu .sfHover > a,
.primary-menu .current-menu-item > a {
	color: #001951;
