*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font: 16px Arial, Verdana, sans-serif;
	color: #6f5334;
	background: url(../images/pattern.jpg);
}

body.iframes {
	background: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #6f5334;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.w1 {
	position: relative;
	left: 50%;
	float: left;
	width: 1038px;
}

.w2 {
	position: relative;
	left: -50%;
	float: left;
	width: 1038px;
}

.page-t {
	background: url(../images/bg-page-t.png) no-repeat;
	height: 18px;
	margin: 24px 0 0;
}

.page-c {
	background: url(../images/bg-page-c.png) repeat-y;
	width: 1038px;
}

.page-b {
	background: url(../images/bg-page-b.png) no-repeat;
	height: 18px;
}

#header {
	overflow: hidden;
	height: 1%;
}

.logo {
	background: url(../images/logo.gif) no-repeat;
	width: 144px;
	height: 124px;
	margin: 20px 0 0 57px;
	float: left;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

.logo a {
	height:100%;
	display:block;
}

#nav,
#nav-footer {

	list-style: none;
	margin: 0;
	padding: 74px 21px 0 0;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li,
#nav-footer li {
	padding: 0 22px 0 17px;
	float: left;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover,
#nav li.active a {
	color: #214a6b;
}

.gallery {
	position: relative;
	width: 961px;
	margin: 0 auto 61px;
}

.gallery-section {
	overflow: hidden;
	width: 961px;
	height: 301px;
	position: relative;
}

.gallery-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 961px;
	height: 301px;
	float: left;
	overflow: hidden;
	position: relative;
}

.gallery-section ul li {
	width: 961px;
	height: 301px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.gallery-section ul li img {
display: block;
}

.gallery-section ul li.active {
	z-index: 1000;
}

.gallery-section ul li .description {
	position: absolute;
	right: -1px;
	top: 74px;
	width: 371px;
	height: 154px;
	background: url(../images/bg-section.png);
}

.description blockquote {
	margin: 0;
	padding: 27px 20px 0 63px;
	font-size: 18px;
	background: url(../images/bg-q.gif) no-repeat 25px 25px;
}

.description q {
	quotes: none;
	font-style: italic;
	display: block;
	margin: 0 0 23px;
}

.description cite {
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 15px;
}

.description q:before {
	content: "";
}

.description q:after {
	content: "";
}

#main {
	padding: 33px 38px 25px;
}

.inner{
	padding: 33px 38px 6px !important;
}

.btn-contact {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 30px;
	padding: 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	display: block;
	overflow: hidden;
	color: #FEFEFB;
	text-align: center;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d4768+0,193d5a+100 */
	background: #1d4768; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNDc2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTNkNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d4768 0%, #193d5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4768), color-stop(100%,#193d5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d4768 0%,#193d5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d4768 0%,#193d5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d4768 0%,#193d5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d4768 0%,#193d5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4768', endColorstr='#193d5a',GradientType=0 ); /* IE6-8 */
	border-radius: 3px;
}

.btn-contact:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005ba6+0,004075+100 */
	background: #005ba6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWJhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQwNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #005ba6 0%, #004075 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005ba6), color-stop(100%,#004075)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005ba6 0%,#004075 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005ba6 0%,#004075 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005ba6 0%,#004075 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005ba6 0%,#004075 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ba6', endColorstr='#004075',GradientType=0 ); /* IE6-8 */
}

.btn-contact span {
	display: block;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-variant: normal;
	color: #e2e3d8;
}

.content-block {
	overflow: hidden;
	height: 1%;
	padding: 0 21px 40px 4px;
}

.content-block .title {
	float: left;
	width: 70%;
	text-align: center;
}

.content-block .contact-box {
	float: right;
	width: 27%;
}

@media screen and (max-width: 760px) {

	.content-block .title,
	.content-block .contact-box {
		width: 100%;
		float: none;
	}
}

.content-block .title h2 {
	color: #40321f;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 30px;
	font-weight: 300;
}

.content-block .title h2 strong {
	display: block;
	margin: 10px 0 0;
}

* html .content-block .title h2 strong {
	margin: -3px 0 0;
}

*+html .content-block .title h2 strong {
	margin: -3px 0 0;
}

.content-block .title h2 span {
	color: #054a82;
}

#main .row .box {
	float: left;
	width: 33.3333%;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 740px) {

	#main .row .box {
		width: 100%;
		float: none;
		max-width: 400px;
		margin: 0 auto 20px;
		padding: 0;
	}
}

#main .row .box .image {
	position: relative;
	margin: 0 0 24px;
}

#main .row .box .image .btn-more {
	position: absolute;
	right: 0;
	top: 52px;
	width: 126px;
	height: 55px;
	margin: 0;
}

#main .row .box .image .btn-more strong {
	background: url(../images/btn-more.png) no-repeat;
	width: 132px;
	height: 55px;
	display: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

#main .row .box .image:hover .btn-more strong,
#main .row .box #image-1.hover .btn-more strong,
#main .row .box #image-2.hover .btn-more strong,
#main .row .box #image-3.hover .btn-more strong {
	display: block;
}

#main .row .box .image img {
	display: block;
	width: 100%;
	height: auto;
}

#main .row .box h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-variant: small-caps;
	color: #214a6b;
	margin: 0 0 17px 0;
}

#main .row .box p {
	margin: 0 0 11px;
}

#main .row .box .more {
	background: url(../images/btn-more.gif) no-repeat;
	width: 66px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 0 20px -5px;
	position: relative;
}

#main .row .box .more:hover {
	background-position: 0 -34px;
}

.title-row {
	background: url(../images/bg-title-pattern.jpg) repeat-x;
	margin: 0 -38px 48px;
	padding: 17px 0 0;
}

.title-row h1 {
	margin: 0 0 0 344px;
	font-size: 48px;
	color: #fff;
}

.inner .title-row h1{
	margin: 0 0 0 30px;
}

* html .inner .title-row h1 {
	margin: -4px 0 0 30px;
	height: 38px;
	overflow: hidden;
}

* +html .inner .title-row h1 {
	margin: -4px 0 0 30px;
}

#twocolumns {
	overflow: hidden;
	padding: 0;
}

.inner-columns .sidebar {
	float: right;
}

.inner-columns #content {
	float: left;
}

.ngg-widget img {
	width: 100%;
}

.sidebar {
	float: left;
	width: 33.3333%;
	color: #40321f;
	overflow: hidden;
	line-height: 24px;
	padding: 0 20px;
}

.sidebar .widget_slideshow {
	width: 279px;
	height: 418px;
	overflow: hidden;
	margin: 0 0 41px;
}

.sidebar .widget_slideshow ul {
	margin: 0;
	padding: 0;
	width: 99999px;
	overflow: hidden;
	list-style: none;
}

.widget_slideshow h3 {
	display: none;
}

.sidebar .widget_slideshow ul li {
	float: left;
	width: 279px;
	overflow: hidden;
}

.sidebar .widget_slideshow ul li .btn-more {
	position: absolute;
	right: 0;
	bottom: 52px;
	width: 183px;
	height: 41px;
	margin: 0;
}

.sidebar .slideshow ul li div {
	position: relative;
}

.sidebar .slideshow ul li .btn-more strong {
	background: url(../images/btn-view.png) no-repeat;
	width: 183px;
	height: 41px;
	display: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.sidebar .slideshow ul div:hover .btn-more strong,
.sidebar .slideshow ul div.hover .btn-more strong {
	display: block;
}

.sidebar img {
	display: block;
}

.sidebar .btn-contact {
	margin: 20px auto 17px;
}

.sidebar p {
	margin: 0 0 10px;
	text-align: center;
}

#content {
	float: right;
	width: 66.6667%;
	color: #694828;
	line-height: 24px;

}

.show-on-small {
	display: none;
}

@media screen and (max-width: 830px) {

	#content {
		float: none;
		width: 100%;
	}

	.show-on-small {
		display: block;
	}

	.sidebar {
		float: none;
		width: 100%;
		border-top: 2px solid #999;
		padding: 10px 0 30px;
	}

	.sidebar .ngg-widget img {
		display: none;
	}

	.btn-contact {
		max-width: 247px;
	}

	.widget_text p {
		font-size: 20px;
	}
}

#content h3, #content h3 a, #comments h2, #respond h2 {
	color: #21496a;
	font-size: 24px;
	line-height: 37px;
	margin: -9px 0 22px;
	font-weight: normal;
}

#content h4 {
	color: #4f341a;
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

#content h5 {
	color: #21496a;
	font-size: 16px;
	line-height: 47px;
	margin: 0 0 5px;
}

#content p {
	margin: 0 0 24px;
}

#content ul {
	list-style: none;
	margin: 0;
	line-height: 22px;
	padding: 0 0 13px 19px;
}

#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding: 0 0 17px 26px;
}

.sidebar ul { 
	list-style: none;
	margin: 0;
	line-height: 22px;
	padding: 0 0 13px 19px;
}

.sidebar ul li {
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding: 0 0 17px 26px;
}

#content ol {
	padding: 0 0 0 40px;
	margin: 0;
}

#content ol li {
	color: #21496a;
	font-weight: bold;
	padding: 0 0 17px 5px;
	font-weight: normal;
	color: #694828;
}

#content .image {
	color: #b7a28b;
	font-size: 16px;
	width: 279px;
	text-align: center;
}

#content .image img {
	display: block;
	margin: 0 0 10px;
}
#content .alignright {
	float: right;
	margin: 5px 0 0 23px;
}

#content .alignleft {
	float: left;
	margin: 5px 23px 0 0;
}

@media screen and (max-width: 520px) {

	#content .alignleft {
		display: block;
		float: none;
		margin: 30px auto;
	}
}

#footer {
	color: #9f9169;
	font-size: 14px;
	overflow: hidden;
	height: 1%;
	line-height: 24px;
	padding: 18px 10px 30px 17px;
}

.contact-info {
	float: left;
	width: 30%;
}

.holder-nav {
	float: right;
	width: 70%;
	padding: 13px 0 0;
}

@media screen and (max-width: 850px) {
	.contact-info {
		width: 100%;
	}

	.holder-nav {
		float: left;
		width: 100%;
	}
}

#footer a {
	color: #9f9169;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

.logo-footer {
	background: url(../images/logo-footer.png) no-repeat;
	width: 214px;
	height: 54px;
	margin:0 0 17px -7px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.logo-footer a {
	height: 100%;
	display: block;
	position: relative;
}

#footer #nav-footer {
	float: none;
	padding: 0;
	overflow: hidden;
	height: 1%;
	margin: 0 0 35px -18px;
}

#nav-footer li a {
	color: #b7a672;
	text-decoration: none;
}

#nav-footer li a:hover,
#nav-footer li.active a {
	color: #fff;
	text-decoration: none;
}

.home .gallery-section li img,
.home .gallery,
.home .gallery-section,
.home .gallery-section ul,
.home .gallery-section li {
	width: 961px !important;
	height: 301px !important;
}

.gallery-section li img,
.gallery,
.gallery-section,
.gallery-section ul,
.gallery-section li {
	width:652px !important;
	height:301px !important;
}

.sidebar h3 {
	color: #214A6B;
	font-size: 22px;
}

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

#content p.wp-caption-text {
	margin: 15px 0 15px 0;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #8b775b;
}

div.ngg_images h3 {
	display: none !important;	
}

.ngg-widget img {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.ngg-widget {
	padding-top: 0px;
	margin-bottom: 20px;
}

#contact-info p {
	text-align: left;	
}

#contact-info {
	margin: 0 0 20px 0;	
}

#content .ngg-galleryoverview {
	margin-top: 0px !important;	
}

input, textarea {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #8b775b;
	max-width: 100%;
}

input {
	width: 300px;	
}

textarea {
	width: 600px;	
}

#content dd {
	padding: 0;
	margin: 0 0 20px 0;
}

#submit {
	background: #003a69;
	color: #fff;
	width: 100px;
	text-align: center;
}

#submit:hover {
	cursor: pointer;
	background: #005aa2;
}

.work-type input {
	width: 15px;	
}

/******************************************************************************
******************************************************************************/

.content {
	max-width: 1038px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 100%;
}

#footer {
	max-width: 1038px;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.royalSlider {
	margin-bottom: 30px;
}

.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	list-style: none;
}

.nav-collapse li {
	width: auto;
	display: block;
}

.nav-toggle {
	display: block;
	float: right;
	padding: 74px 50px 0 0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quote blockquote {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 19px;
	line-height: 1.4;
	border-left: 2px solid;
	padding-left: 20px;
	margin-bottom: 60px;
}

.quote cite {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 21px;
}

@media screen and (max-width: 749px) {

	.nav-collapse {
		display: none;
	}

	.logo {
		margin-bottom: 20px;
	}

	.nav-collapse.opened {
		display: block;
		padding-top: 20px;
	}

	.js .nav-collapse.opened ul#nav {
		width: 100%;
		border-top: 1px solid #999;
		padding-top: 0;
		padding-right: 0;
	}

	.js .nav-collapse.opened ul#nav li {
		width: 100%;
		border-bottom: 1px solid #999;
	}

	.js .nav-collapse.opened ul#nav li a {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
}

@media screen and (min-width: 750px) {
	.js .nav-collapse {
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	.nav-toggle {
		display: none !important;
	}
}

#content img {
	max-width: 100%;
	height: auto;
}

.slider__quote-content {
	position: absolute;
	top: 30%;
	right: 0;
	width: 400px;
	background-color: rgba(255,255,255,.87);
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-position: 25px 19px;
	margin: 0;
	padding: 25px 5px 25px 70px;
	color: #6f5334;
	font-size: 18px;
}

.slider__quote-content q {
	max-width: 280px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.slider__quote-content cite {
	display: block;
	font-weight: bold;
}

@media screen and (max-width: 800px) {

	#new-royalslider-1 {
		margin-bottom: 170px;
	}

	.slider__quote-content {
		background: transparent;
		position: static;
		width: 100%;
		padding: 20px 0;
	}

	.slider__quote-content q {
		max-width: none;
	}

	.rsOverflow {
		overflow: visible;
	}

	.rsSlide {
		overflow: visible;
	}
}

@media screen and (max-width: 340px) {

	.content-block .title h2 {
		font-size: 20px;
		line-height: 27px;
	}

	#new-royalslider-1 {
		margin-bottom: 210px;
	}

	.logo {
		width: 100px;
		height: 100px;
		background-size: contain;
	}

	.nav-toggle {
		padding: 52px 35px 0 0;
	}

	#header {
	}
}

