/* SCAL CSS - updated for BOOTSTRAP 4 - 07 2021
red: 933120
green: 006A46, #076a41
cream: feeec6


blue #516169
blue darker 414e54
brown #98543F
yel #BDA86E tint e5dcc5
yellow from logo #EBB975
*/

body {
	color: #000000;
	/* background: #feeec6;*/
}
#page-wrap  {
	padding: 0;
	background: #fff;
	margin-top: 0;
}
.header {
	height: 110px;
}
.sub-header {

}
.sub-header-home {
	/* border-top: 6px solid #516169; /* #b9c0c3; #e5dcc5 */
	border-bottom: 6px solid #516169;
	margin-bottom: 20px;
	background: #516169;
}
.home-intro {
	text-align: center;
	margin-bottom: 20px;
}
.home-intro p {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	margin-top: 0;
}
.page-sub-header {
	min-height: 52px;
	background: #fff; /*#cbd0d2;  #b9c0c3 */
	/* border-bottom: 4px solid #516169;
	border-top: 4px solid #516169; */
	margin-bottom: 28px;
	padding-top: 33px; /* 23 */
	padding-bottom: 23px;
	color: #fff;
}
.page-sub-header h2 {
	color: #516169 !important;
}
.page-sub-header-with-nav {
	padding-bottom: 7px;
}
h2, h3, h4, h5, h6 {
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	line-height:1.3;
	font-optical-sizing: auto;
	color:#516169; /*# 076a41 2c2c2c*/
}
h2 {
	font-size: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h2.section-header {
	text-align: center;
	margin-bottom: 20px;
}
h2.project-title {
	margin-bottom: 35px; /* 15 */
	font-size: 30px;
	color: #516169;
}
/*h2.project-title + h5 {
	margin-top: -10px;
	margin-bottom: 15px;
}*/
.back-to-proj {
	display: block;
	float: right;
	text-align: right;
	font-size: 15px;
	text-transform: none;
	color: #aaa;
	margin-top: 10px;
}
h2 span {
	color:#88b10f;
}
h2 span.award-winner {
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 20px;
}
h3 {
	font-size: 22px; /* 20 */
	line-height: 1.2;
	margin: 0 0 5px 0;
	padding-top: 20px;
}
h4 {
	font-size: 16px;
	margin-bottom: 16px;
}
h4 + h4 {
	margin-top: -8px;
}
h5 {
	color: #88b10f;
	font-size: 12px;
	line-height:1.45;
}
h5 span {
	color: #bbb;
	margin-left: 40px;
}

h2, h3, h5 {
	font-weight: 800;
	font-family:"Roboto Slab", "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
	font-optical-sizing: auto;
}
h5.carousel-header {
	padding: 20px 20px 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 0;
	display: block;
}
div.hr {
	margin: 35px 15% 5px 15%;
    position: relative;
    padding-top: 1em;
    border-top: 2px solid #aaa;
}
div.hr:before {
    content: '\f015\00a0\f015\00a0\f015';
    position: absolute;
    top: -0.7em;
    left: 50%;
    margin-left: -30px; /* -0.5em */
    padding: 0 0.25em;
    background-color: #fff;
    color: #aaa;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}

/* orig. ribbon */
.ribbon {
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-weight: 600;
	font-size: 22px !important;
	text-transform: uppercase;
	font-optical-sizing: auto;
	/* border: 6px solid #98543F; */
	/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

	width: 100%;

	position: relative;
	background: #516169; /* #98543F */
	color: #fff;
	text-align: center;
	padding: 15px 20px; /* Adjust to suit */
	margin: 0 auto 20px; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */

	/* background: -webkit-linear-gradient(top, #ad7665, #98543F);
	background: -moz-linear-gradient(top, #ad7665, #98543F);
	background: -ms-linear-gradient(top, #ad7665, #98543F);
	background: -o-linear-gradient(top, #ad7665, #98543F);
	background-image: -ms-linear-gradient(top, #ad7665 0%, #98543F 100%); */
}
.ribbon a {
	color: #fff;
}
.ribbon a:hover {
	color: #ccc;
}
/* .ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #516269;
	z-index: -1;
}
.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #732619 transparent transparent transparent;
	bottom: -1em;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
} */
.btn-primary, .dform .submit {
	color: #fff;
	font-size: 16px !important;
	background-color: #516169;
	border: none;
	padding: 8px 16px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .dform .submit:hover, .dform .submit:focus {
    color: #fff;
    background-color: #414e54;
    border: none;
}
.btn-social {
	min-width: 58px;
}
.specification {
	margin-bottom: 5px;
}
article h3, .article h3 {
	padding-top: 19px;
}
p, ul, ol {
	font-family:"Roboto", "Arial Black",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
p.intro {
	font-size: 20px;
}
p.lead, span.lead {
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
}
a {
	color: #516169;
}
a:hover {
	color: #000;
}
.nav-grid-3, .nav-grid-2, .nav-grid-1 {
	display:table;
	width: 100%;
	margin-top: -1px;
}
.nav-grid-3 li, .nav-grid-2 li, .nav-grid-1 li {
	display:table-cell;
	text-align: center;
	width: 33.33333333333333%;
	vertical-align: middle;
	border: none;
}
.nav-grid-2 li {
	width: 50%;
}
.nav-grid-1 li {
	width: 100%;
}
.nav-grid-3 li a, .nav-grid-2 li a, .nav-grid-1 li a {
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-size:13px;
	color: #516169;
	line-height: 13px;
	font-weight: 500;
	text-transform: uppercase;
	font-optical-sizing: auto;
}
.nav-grid-3 li:nth-child(2) {
	border-right: none;
	border-left: none;
}
.nav-grid-2 li:nth-child(2) {
	border-left: none;
}
.nav-grid-3 li a:hover, .nav-grid-2 li a:hover, .nav-grid-1 li a:hover {
	background: #feeec6;
}
/* =Main Nav
--------------------------------------------------------------------------------------------------------*/
.top-nav {
	float: right;
	/*height: 50px;*/
/*	display: block;*/
	/*width: 100%;*/
	text-align: right;
	margin-right: 5px;
	padding: 5px 0 0 0;
	margin: 0 0 28px 0; /* 35px */
	position: relative;
}
.top-nav ul {
	list-style: none;
	margin: 0 0 5px 15px;
}
.top-nav ul li {
	list-style: none;
	display: inline-block;
	margin: 3px 10px;
	color: #dcdfe1;
}
.top-nav ul li a {
	font-size: 14px;
	color: #dcdfe1;
	display: block;
	text-transform: uppercase;
}
.navbar {
	clear: right;
	height: 100px;
	background: #516269;
	border: none;
	z-index: 1000;
	/* border-bottom: 4px solid #fff; */
}
.navbar-header {
/*	clear: right;
*/	position: relative;
	width: 100%;
}
.navbar-brand {
	position: absolute;
	display: block;
	width:150px;
	height:auto;
	z-index: 10;
	top: 15px;
	left: -10px;
	padding: 0;
}
.navbar-brand img {
	-webkit-filter: drop-shadow(2px 2px 6px  rgba(0,0,0,.4));
    filter:         drop-shadow(2px 2px 6px rgba(0,0,0,.4));
	width: 216px;
	margin-top: 5px;
}
body.home .navbar-brand img {
	width: 216px;
	margin-top: 5px;
}
.navbar-right {
	display: block;
	width: 100%;
}
.container .navbar-header {
	height: 100px;
}
.navbar-collapse.collapsing {
	display: block;
	background: #516169 !important;
	text-align: right;
	border: none;
	height: auto;
	z-index: 1001;
	margin: -10px -15px 0 -15px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.navbar-collapse.show {
	/*width: 100%;*/
	display: block;
	background: #516169 !important;
	text-align: right;
	border: none;
	height: auto;
	z-index: 1001;
	margin: -10px -15px 0 -15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 50px;
}
.navbar-collapse.show .dropdown-menu.show {
	background: transparent;
}
.navbar-collapse.show .dropdown-menu.show .dropdown-item {
	background: transparent;
}
/*.navbar {
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	height: auto;
	min-height: 20px;
}*/

.navbar-collapse.in .navbar-nav {

}
.navbar ul {
}
.navbar-toggler {
	/* background: #fff; */
	display:  block;
	float: right;
	/* color: #000 !important; */
	margin: 30px 0 0 0;
}

.navbar-inner {
	padding: 0;
}
.navbar-nav {
	position: relative;
	list-style: none;
	text-align: right;
	/*float: right;*/
	padding: 0;
	margin: 0;

	/*margin-top: 20px;
	margin-bottom: 0;*/
	padding-bottom: 0;
	height: auto;
	min-height: 20px;
	/*margin-top: 39px;*/ /* was 38 */
}

.navbar-nav li {
	/*display: inline-block;
	position: relative;
	float:none;
	list-style: none;*/
}
.navbar-nav li li {
	/*display: block;
	position: relative;
	float:none;
	list-style: none;*/
}
.navbar-nav li a {
	color:#dcdfe1; /* 2c2c2c */
	font-size:15px; /* 13 */
	font-weight:700;
	font-family: "Roboto Slab", "Arial Black",Helvetica,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding: 0 0 0 15px;
	-webkit-transition:all .2s ease 0;
	-moz-transition:all .2s ease 0;
	-o-transition:all .2s ease 0;
	transition:all .2s ease 0;
	display:inline-block;
	z-index:15;
	padding-bottom:5px;
	text-shadow: none;
	text-align:right;
	font-optical-sizing: auto;
}
.
.navbar-nav li li a {
	padding: 3px 0;
}
.dropdown-toggle {
	background-color: transparent !important;
}
.navbar-nav li a:hover, .navbar-nav li a:focus{
	color: #b9c0c3;
	background: none;
}

.navbar-nav li.active a {
	color: #b9c0c3 !important;
	background: transparent !important;
}

.dropdown-menu {
	/*margin-left: 5px;*/
	padding: 10px;
	text-align: right;
	left: -5px;
	top: 32px; /* 37 */
	border-radius: 0;
	border: none;
}
.dropdown-menu, .dropdown-menu a {
	text-align:left;
	margin-left: 0;
	padding-left:0;
	font-size: 14px;
}
.dropdown-menu a {
	color: #516169 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #000 !important;
	background-color: transparent;
}
.navbar-collapse.show .dropdown-menu li, .navbar-collapse.show .dropdown-menu li a, .navbar-collapse.show .dropdown-menu> li > a, .navbar-collapse.show .dropdown-item {
	text-align:right;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 5px;
	color: #dcdfe1 !important;
}
/* End Main Nav */

img.featured-img {
	width: 100%;
}

#filter-menu {
	margin:0 0 15px 0;
	text-align: center;
}
#filter-menu>li {
/*	float: none;
	display: inline-block*/
}
#filter-menu.nav>li>a {
/*	position: relative;
	display: inline-block;*/
	padding: 3px 8px !important;
	text-transform: uppercase;
	font-size: 14px;

}
#filter-menu.nav>li>a.active, #filter-menu.nav>li>a:hover{
	color: #000;
	background: #f2eee2; /* #e3e3e3 */
}
.border.short {
	margin-bottom: 40px;
}
/*.logo-wrap {
	position: relative;
	height: 100%;
}*/

.article-wrap {
	margin-bottom: 20px;
}
.article-wrap p {
	font-size: 15px;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0;
}
.art-date {
	font-size: 12px;
	color:#888;
	text-transform: uppercase;
}
.proj-thumb-wrap, .proj-feature-wrap {
	position: relative;
	padding: 0;
}
div.award-winner-banner {
	font-family: "Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-size: 13px;
	font-optical-sizing: auto;
	text-transform: uppercase;
	background: #516169;
	padding: 3px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	letter-spacing: .03em;
}
div.award-winner2 {
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-size: 15px;
	font-optical-sizing: auto;
	text-transform: uppercase;
	background: #516169;
	padding: 8px 20px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	color: #fff;
	line-height: 1;
	letter-spacing: .03em;
}
.proj-list {
	width: 140px;
	margin: 0 20px 0 0;
	padding: 0 !important;
	float: left;
}
.proj-list li {
	padding: 2px 0 2px 0!important;
	list-style: none;
	margin: 0 !important;
	line-height: 1;
}
.proj-list li a {
	    font-family: "Roboto Slab", "Arial Black",Helvetica,sans-serif;
	    font-style: normal;
		font-optical-sizing: auto;
	    font-weight: 400;
	    font-size: 14px;
	text-decoration: none;
	line-height: 1 !important;
}
.mfp-title {
	font-size: 18px;
	margin-bottom: -6px;
	margin-top: 15px;
}
/*.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    margin-top: -8px;
}*/
/*img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px;
    margin: 0 auto;
}*/
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 20px 0 40px;
  margin: 0 auto; }

.mfp-header {
	/*padding: 3px 20px 5px 3px;*/
}
.mfp-imgclass {
    position: absolute;
    font-family: "Roboto Slab", "Arial Black", Helvetica, sans-serif;
    font-weight: 600;
	font-optical-sizing: auto;
    margin: 0;
    right: 0;
    top: 45px;
    z-index: 10000;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    background: #516169;
    padding: 10px 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
}
 .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
img.offset-right {
	display: block;
	margin: 25px 0;
	width: 100% !important;
	height: auto !important;
}
img.offset-left {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 25px 0;
}
.testimonials {
	background: #EBB975; /* #BDA86E */
	min-height: 200px;
	margin-top: 20px;
}
.testimonials2 {
	background: #f2eee2;
	min-height: 200px;
	margin-top: 20px;
}
.boxed-heading {
	text-align: center;
	color: #516169;
	font-size: 24px;
	line-height: 1;
	margin: 20px auto 30px auto;
	border: 4px solid #516169;
	display: inline-block;
	padding: 12px 24px;
	letter-spacing: .03em;
	border-radius: 4px;
}
.boxed-heading.inverse {
	color: #fff;
	border: 4px solid #fff;
}
.testimonials.inverse h3, .testimonials.inverse h4, .testimonials.inverse p {
	color: #fff !important;
}
.color-section, .scal-section {
	padding-top: 30px;
	padding-bottom: 20px;
}
#gallery-1 {
	margin-top: 0;
}
.carousel-caption {
	text-align: center;
	position: absolute;
	width: 80%;
	bottom:50px;
	left: 10%;
	padding: 0;
}
.carousel-inner {
}
.carousel-indicators {
	bottom: 10px;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	max-width: 150px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .4;
	z-index: 10;
}
.carousel-caption h2  {
	font-size: 24px;
	font-weight: 800;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
	color:#fff;
	letter-spacing: .03em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 28px;
}
.slide-title h4,
	padding-right: 5px;
	padding-left: 5px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	font-style: italic;
	font-family:"Roboto Slab", "Arial Black", Helvetica,sans-serif;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
	color:#fff;
	width: auto;
	font-optical-sizing: auto;
	margin: 0;
}
.carousel-caption h4 span {
	display: inline-block;
	background: rgba(0,0,0,0.7);
	padding: 10px;
}
.rsGCaption {
	position: absolute;
	bottom: 90px;
	width: 100%;
	background: none;
	margin: 0 auto; /* was margin: 0 0 5px 8px; */
	/*float: left;*/
	text-align: center;
}
.rsDefault .rsGCaption {
	position: relative;
	float: none;
	bottom: 40px;
	left: auto;
	text-align: center;
	background: none;
	background: none;
	color: #FFF;
	padding: 0;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
.caption {
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	padding: 3px 8px 3px 8px;
	border-radius: 3px 0 0 3px;
	display: inline-block;
}
.before-after {
	font-size: 10px;
	background: #516169;
	color: #fff;
	border-radius: 0 3px 3px 0;
	padding: 3px 8px 3px 8px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.headline {
	margin-top: 0;
}
.floatleft {
	float:left;
	margin: 3px 15px 15px 0;
}
.floatright {
	float: right;
	margin: 3px 0 15px 15px;
}
.related-project {
	display: block;
	text-align: center;
	min-height: 200px;
}
.related-project h4 {
	margin: 10px auto 16px auto;
}
div.proj-summary p:first-child:first-letter {
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	float: left;
	font-optical-sizing: auto;
	color: #516169;
	font-weight: 700;
	font-size: 45px;
	line-height: 36px;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 3px;
}
p.proj-quote, .proj-quote p {
	padding: 0 20px 15px 20px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	color: #516169;
	text-align: center;
}
.proj-quote a {
	color: #84764d !important;
}
.proj-quote-long p {
	padding: 0 0 8px 0;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	color: #000;
	text-align: left;
}
.quotee, p.quotee {
	font-family:"Roboto", "Arial Black",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	font-style: normal;
	font-size: 15px;
	letter-spacing: .05em;
	color: #516169 !important;
/*	padding-left: 20px;*/
}
p.quotee {
	display: block;
	text-align: center;
}


div.proj-quote-home {
	padding-left: 120px;
	margin-bottom: 20px;
	float: left;
}
div.proj-quote-home p {
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0;
	color: #000;
}
img.proj-quote-home {
	float: left;
	margin-left: -120px;
	margin-top: 4px;
}
.proj-quote-home p.quotee {
	font-size: 14px;
	/*margin-top: -15px;*/
}
div.proj-quote + p.quotee {
	margin-top: -25px;
	margin-bottom: 25px;
}
.proj-meta {
	margin-top: 20px;
}
.proj-highlights {
	text-align: center;
	/*background-color: #fef6e2;*/
	background-color: #fff;
	border: none !important;
	border-radius: 0;
	margin-top: 0;
	padding-top: 0;

}
.proj-highlights ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 10px 0;
}
.proj-highlights ul li {
	list-style: none;
	padding: 7px 0;
	margin: 0 15px;
	font-family:"Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.proj-highlights ul li:last-child {
	border-bottom: none;
}
blockquote {
	display: block;
	background-color: #f2eee2;
	padding: 30px 60px;
	margin-bottom: 40px;
}
blockquote p.quote {
	padding: 0;
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	color: #516169;
	text-align: center;
}
blockquote p.quotee {
	padding: 0;
	margin: 0;
	font-family: "Roboto Slab", "Arial Black",Helvetica,sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-optical-sizing: auto;
	text-align: center !important;
	color: #516169 !important;
}
.blog-post {
	display: block;
	text-decoration: none !important;
	text-align: center;
	margin-bottom: 40px;
}
.blog-post h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 30px
}
.blog-post p {
	color: #2C2C2C;
}
.blog-post:hover {
	opacity: .8;
}
.mp-thumb {
	margin-bottom: 10px;
}
.thumbnail:hover {
	text-decoration: none !important;
	color: black !important;
}
.thumbnail:hover h4 {
	color: black !important;
}

.thumbnails {
/*	list-style: none;
	padding-left: 0;*/
	margin-top: 15px;
}

/*ul.thumbnails li {
	list-style: none;
}*/
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.428571429;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  min-height: 225px;
}
ul#portfolio-grid .mix {
	position: relative;
	opacity: 0;
    display: none;
}
.mix {
	display: none;
}
/*#portfolio .mix{
    opacity: 0;
    display: none;
}*/
.portfolio-nav {
	/*margin-top: -22px;
	margin-bottom: 9px;*/
}
.owl-carousel {
	text-align: center;
}
.owl-carousel .item {
	display: inline-block;
}
#homeCarousel  {
/*	background-color: #dddddd;*/
	height: 300px;
	margin: 0 auto;
	max-width: 100%;
	z-index: 10;
}
#homeCarousel .carousel-item {
	background-image: url(/assets/images/home-slide-house.jpg);
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	height: 300px;
}
#homeCarousel .carousel-item .container {
	position: relative;
	height: 100%;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px 20px 20px 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}
/* =Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
	margin-top: 0;
	padding:40px 0 40px 0;
	background:#908A83;
	position:relative;
	text-align:center;
}
section.testimonials + #footer {
	margin-top: -20px;
}
#footer h3 {
	font-size:24px;
	color:#fff;
}

#footer p {
	color:#fff;
	margin:10px 0;
	text-align: center;
}

#footer p span {
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}

#footer p a {
	color:#fff;
	text-decoration:underline;
}

#footer p a:hover,#footer p a span:hover {
	color:#e9e9e9;
}

#logo-footer {
	margin-bottom:100px;
}

#logo-footer a {
	display:block;
	margin:0 auto;
	width:109px;
	text-decoration:none;
	text-indent:-9999px;
	height:90px;
	background:url(/assets/images/bg-logo-footer.png) 0 0 no-repeat;
}
#footer span {
	display:inline-block;
}
#footer .pointer {
	background:url(/assets/images/bg-pointer.png) 5px 4px no-repeat;
	padding-left:26px;
	padding-right:15px;
}

#footer .email {
	background:url(/assets/images/bg-mail.png) 2px 7px no-repeat;
	padding-left:26px;
}

#footer .phone {
	background:url(/assets/images/bg-phone.png) 5px 4px no-repeat;
	padding-left:26px;
	padding-right:15px;
}


/* End Footer
--------------------------------------------------------------------------------------------------------*/
#backtotop ul li a {
	background:url(/assets/images/buttons/bg-arrow-up.png) center 48% no-repeat #516169;
	-webkit-transition:all .2s ease 0;
	-moz-transition:all .2s ease 0;
	-o-transition:all .2s ease 0;
	transition:all .2s ease 0;
	display:block;
	width:49px;
	height:48px;
	float:right;
	right:10px;
	text-indent:-9000px;
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.1);
	box-shadow:0 0 30px rgba(0,0,0,0.1);
}

#backtotop ul li a:hover {
	background:url(../images/buttons/bg-arrow-up.png) center 47% no-repeat #2c2c2c;
}
.rsDefault .rsThumbsHor {
	height: 76px;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #fff;
}
/* End Backtotop Navi */

#carousel-logos {
	margin-top:20px!important;
}
.row.memberships {
	margin-top: 40px;
	padding-top: 0;
}
.membership {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mem-logo {
	margin: 5px auto 10px auto;
}
.mem-wrap {
	display: table;
}
.mem-link {
	height: 100px;
	display: table-cell;
	text-align: center;
  	vertical-align: middle;
}
.col-year {
	width: 7%;
}
.col-award {
	width: 25%;
}
.col-cat {
	width: 20%;
}
.col-aff {
	width: 30%;
}
.col-project {
	width: 28%;
}
.col-year-art {
	width: 15%;
}
.col-pub-art {
	width: 30%;
}
.col-title-art {
	width: 40%;
}
.col-view-art {
	width: 15%;
}
.awards-wrap {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	text-align: center;
}
.awards-wrap li {
	list-style: none;
	display: inline-block;
	margin: 10px;
	height: 100px;
	object-fit: contain;
}
.awards-wrap li img {
	object-fit: none;
	object-position: 50% 50%;
}
/* Helper classes */
figcaption {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}
.inner-shadow {
   -moz-box-shadow:    inset 0 0 15px rgba(0,0,0,.7);
   -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.7);
   box-shadow:         inset 0 0 15px rgba(0,0,0,.7);
}
.extra-space {
	padding-top: 10px;
}
.clear-left {
	height: 1px;
	clear: left;
}
.float-right {
	float: right;
	margin: 4px 0 10px 15px;
}
.float-left {
	float: left;
	margin: 4px 15px 10px 0;
}
.text-center {
	text-align: center;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.navbar {
		height: 110px;
	}
	.navbar-right {
		display: block;
		width: auto;
		margin-left: auto;
	}
	.navbar-brand {
		position: absolute;
		display: block;
		width:180px;
		height:auto;
		z-index: 10;
		top: 5px;
		left: 0;
	}
	.navbar-nav li a {
		font-size:15px; /* 13 */
		text-align: left;
	}

	.dropdown-menu {
		text-align: left;
	}
	#homeCarousel  {
	/*	background-color: #dddddd;*/
		height: 500px;
		margin: 0 auto;
		max-width: 1600px;
		z-index: 10;
	}
	#homeCarousel .carousel-item {
		background-image: url(/assets/images/home-slide-house.jpg);
		background-color: transparent;
		background-position: center center;
		background-size: cover;
		height: 500px;
	}
	#homeCarousel .carousel-item .container {
		position: relative;
		height: 100%;
	}
	.carousel-caption {
		width:100%;
		bottom:60px;
		left: 0;
		padding: 0;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.slide-title h2, .carousel-caption h2  {
		font-size:45px;
		margin: 0;
		padding: 0 0 10px 0;
		line-height: 42px;
	}
	.slide-title h4, .carousel-caption h4 {
		padding-right: 5px;
		padding-left: 5px;
		font-size:22px;
		line-height: 26px;
	}
	.thumbnail {
		min-height: 255px;
	}
	img.offset-right {
		width: inherit !important;
		height: inherit !important;
		float: right;
		margin: 3px 0 20px 25px;
	}
	img.offset-left {
		width: inherit !important;
		height: inherit !important;
		float: left;
		margin: 3px 25px 20px 0;
	}
}
@media (min-width: 992px) {
	.navbar-header {
		width: auto;
	}
	.navbar-right {
		display: flex;
		flex-direction: column;
		width: auto;
	}
	.navbar-brand {
		position: absolute;
		display: block;
		width:290px; /* 304px */
		height:172px; /* 180px */
		z-index: 10;
		top: 5px;
		left: 0; /* -15 */
	}
	.thumbnail {
		min-height: 255px;
	}
	img.offset-right {
		margin: 3px -30px 20px 25px;
	}
	img.offset-left {
		margin: 3px 25px 20px -30px;
	}
}
@media (min-width: 1200px) {
	.thumbnail {
		min-height: 225px;
	}
	.thumbnails-lg li {
		min-height: 285px;
	}
	img.offset-right {
		margin: 3px -90px 20px 25px;
	}
	img.offset-left {
		margin: 3px 25px 20px -90px;
	}
	body.home .navbar-brand img {
		width: 290px;
	}
}

/* forms */
.dform {
	margin-bottom: 50px;
}
.dfcolumns {

}
.dform h5 {
	padding-top: 15px !important;
}

.dfcolumns .dform_container {
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dfcolumns .column {
	min-height: 34px !important;
	float:left;
}
.dform_element {
    margin: 0 !important;
}
.dform_container input {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.dform_container input.submit {
	display: block;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
	font-size: 16px !important;
	background-color: #516169;
	border: none;
	padding: 6px 12px;
	margin-top: 20px;
}
.dform_container textarea {
	display: block;
    width: 100%;
    min-height: 100px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
@media (max-width: 767px) {
	.dfcolumns .column {
		width: 100% !important;
		margin-right: 0;
	}
}
.row-narrow {
    margin-right: -5px;
    margin-left: -5px;
}
.row-narrow > .col,
.row-narrow > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.grid-image {
	margin-bottom: 10px;
}
.grid-caption {
	text-align: center;
	font-size: 14px;
	color: #888;
	//margin-top: 5px;
	margin-top: 0;
}
.gridder .gridder-list {
	position: relative;
	width: 100%;
	margin: 0;
}
.gridder .gridder-list:hover {
	cursor: pointer;
}
/* .gridder .gridder-list:last-child {
	margin-right: 0 !important;
} */
@media (min-width: 768px) {
	.gridder .gridder-list {
		width: 48%;
		margin: 0 4% 0 0;
	}
	.gridder .gridder-list.item-2, .gridder .gridder-list.item-4, .gridder .gridder-list.item-6, .gridder .gridder-list.item-8, .gridder .gridder-list.item-10 {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.gridder .gridder-list {
		position: relative;
		width: 32%;
		margin: 0 2% 0 0;
	}
	.gridder .gridder-list.item-2, .gridder .gridder-list.item-4, .gridder .gridder-list.item-8, .gridder .gridder-list.item-10 {
		margin-right: 2%;
	}
	.gridder .gridder-list.item-3, .gridder .gridder-list.item-6, .gridder .gridder-list.item-9, .gridder .gridder-list.item-12 {
		margin-right: 0;
	}
}


.gridder-show {
    padding: 30px 70px;
	float: left;
	/* margin: -20px 35px 35px 20px; */
    margin: 0 0 35px 0;
    background-color: #f2eee2
}
.gridder-list .copy {
	padding: 0 10px;
	text-align: center;
}
.gridder-list.selectedItem {
	background-color: #f2eee2
}
/* .gridder.hasSelectedItem .gridder-list.selectedItem::after {
    bottom: -60px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 26px;
    left: 0;
    margin: 0 0 0 10px;
    z-index: 100;
} */
