@font-face {
    font-family: 'open_sans';
    src: url('opensans-light-webfont.eot');
    src: url('opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-light-webfont.woff') format('woff'),
         url('opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}


/*--------------------------------------------------------------
# Normalize & box-sizing
--------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
  box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #6d6f70;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*   ----------------------------- */


body {
	width: 100%;
	height: 100%;
	background: #fff;
}

* {
	font-family: 'open_sans', arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #000;
}

h1,
h1 .caps {
	font-weight: bold;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

h2 .caps {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
}

h3 {
	color: rgb(131,126,63);
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

#tab34 h4 + br,
#tab34 li + br,
#tab34 li > br,
#tab34 p + br {
	display: none;
}

#tab34 p {
	padding-bottom: 0;
}

#tab34 p + h4 {
	margin-top: 1.8em;
}

p {
	margin: 0;
	padding: 0 0 1.8em 0;
}

ul {
	margin: 0;
}

a,
a * {
	color: rgb(131,126,63);
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:hover * {
	color: rgb(0,0,0);
}

strong,
strong *,
b,
b * {
	font-weight: bold;
	font-size: 14px;
}

em,
em * {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: rgb(131,126,63);
}

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

.rdMenuCloser {
	display: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#wrapper {
	position: relative;
	width: 890px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
}

#header {
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 24.09%;
}


#logo,
#logopic {
	float: left;
	width: 50%;
}


#logo img,
#logopic img {
	float: left;
	width: 100%;
	height: auto;
}

#content {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
}

#footer {
	float: left;
	width: 100%;
	margin: -30px 0 0 0;
	padding: 0 0 60px 0;
	text-align: left;
}

#footer a {
	font-weight: normal;
	color: #000;
}

#footer a:hover {
	color: rgb(131,126,63);
}

#tabMenu {
	float: right;
	list-style: none;
	padding: 0;
	margin: 21px 0 15px 0;
}

.tabMenu-li {
	display: inline;
	padding: 0;
	margin: 0;
	border-right: 1px solid #000;
}

.tabMenu-li.hidden {
	display: none;
}

.tabMenu-a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,0,0);
	line-height: 1em;
	letter-spacing: 3px;
	padding: 0 20px 0 20px;
}

.tabMenu-li:last-child {
	border-right: none;
}

.tabMenu-li:last-child .tabMenu-a {
	padding-right: 0;
}

.tabMenu-a.active {
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}

.tabMenu-a.active:hover {
	color: inherit;
}

.langchanger {
	color: rgb(131, 126, 63);
}

.js .tabContent {
	position: relative;
	background-color: rgb(255,237,0);
	padding: 30px 215px 10px 10px;
	margin: 0 0 20px 0;
	clear: both;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
	overflow-y: hidden;      	  
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.js .tabContent.align-right {
	padding: 30px 10px 10px 215px;
}

.js .tabContent.visible {
	max-height: 10000px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.tabContentCloser,
.rdMenuCloser {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 60px;
	text-decoration: none;
	line-height: 60px;
	color: rgb(131,126,63);
	font-weight: normal;
}

.tabContentCloser.stick {
	position: fixed;
	top: 60px;
}

.tabContentCloser.bottom {
	position: absolute;
	top: auto;
	bottom: 3px;
}

.tabContentCloser:hover {
	color: #000;
}

.align-right .tabContentCloser {
	right: auto;
	left: 10px;
}

.align-right {
	text-align: right;
}

.contentProjects {
	position: relative;
	clear: both;
	float: left;
	width: 101.124%;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}


.projects-li {
	display: block;
	display: inline-block;
	outline: 0!important;
	/*
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	*/
	margin: 0;
	width: 25%;
	height: 0;
	padding: 0 10px 25% 0;
	vertical-align: top;
}

.js .projects-li {
	display: none;
}

.js .projects-li.match {
	display: inline-block;
}

.projects-preview {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.projects-preview.active {
	overflow: visible;
}

.projects-preview.active .projects-preview-info.high {
	display: block;
	left: 0!important;
	top: 0!important;
}

.projects-preview-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: rgb(255, 237, 0);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 18px;
	text-transform: uppercase;
	z-index: 10;
}

.projects-preview-info.high {
	display: none;
	color: rgb(0,0,0);
	background: rgba(255, 237, 0, 0.5);
}

.projects-preview.hover .projects-preview-info,
.projects-preview.active .projects-preview-info {
	display: none;
}

.projects-preview.hover .projects-preview-info.high,
.projects-preview.active .projects-preview-info.high {
	display: block;
}

.projects-preview img {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
}

.projects-preview img.high {
	display: none;
}

.projects-preview.hover img,
.projects-preview.active img {
	display: none;
}

.projects-preview.hover img.high,
.projects-preview.active img.high {
	display: block;
}

.projects-preview img.preview-connect-up {
	display: none;
	position: absolute;
	width: 54px;
	height: auto;
	left: 81px;
	top: auto;
	bottom: 0;
	margin-bottom: -20px;
}

.projects-preview.active img.preview-connect-up {
	display: block;
}

.projects-li-inner {
	position: absolute;
	left: 0;
	top: auto;
	width: 890px;
	float: left;
	margin: 235px 0 20px 0;
}

.col50 {
	float: left;
}

.projects-li-inner-col1 {
	float: left;
	width: 440px
}

.projects-li-inner-col2 {
	float: right;
	width: 450px;
	background-color: rgb(255,237,0);
	padding: 0px 10px 10px 10px;
	min-height: 440px;
}

.js .projects-li-inner {
	display: none;
}

.js .projects-li-inner.visible {
	display: block;
}

.projects-li-inner h1 {
	padding-bottom: 2em;
	margin-bottom: 0;
}

.projects-li-inner h1 + h2 {
	margin: -2em 0 0 0;
	padding: 0 0 2em 0;
}

.projects-li-inner h1 + h2.down {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.projects-li-inner h2.up {
	margin-top: -1.8em;
}

.thumbContainer {
	margin-right: -10px;
}

.thumbContainer .pic {
	width: 25%;
	float: left;
	padding: 0 10px 10px 0;
}

.thumbContainer .pic img {
	float: left;
}

.form-filters {
	float: left;
	margin-bottom: 20px;
}

.form-filters.right {
	float: right;
}

.form-filters label {
	float: left;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	padding: 0 3em 0 0;
}

.form-filters label[for='filter-1'] {
	background-color: rgb(234,230,218);
}

.form-filters label[for='filter-2'] {
	background-color: rgb(216,213,189);
}

.form-filters label[for='filter-3'] {
	background-color: rgb(195,190,142);
}

.form-filters label[for='filter-4'] {
	background-color: rgb(255,243,136);
}

.form-filters label[for='filter-5'] {
	background-color: rgb(174,168,98);
}

.form-filters label[for='filter-6'] {
	background-color: rgb(255,255,255);
}

.form-filters label[for='filter-7'] {
	background-color: rgb(255,255,255);
}

.form-filters label.active {
	background-color: rgb(255,237,0);
}

.form-filters.right label {
	text-transform: none;
	font-weight: normal;
	padding: 0 0 0 2em;
	float: right;
}

.form-filters.right label.active {
	background-color: #fff;
}

.filter-checkbox {
	float: left;
	clear: both;
	line-height: 18px;
	margin: 3px 10px 10px 0;
}

.form-filters.right .filter-checkbox {
	float: right;
}

.checkBoxImg {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.form-filters.right .checkBoxImg {
	float: right;
	margin: 0 0 10px 10px;
}


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

	* {
		font-size: 17px;
	}	
	
	h1,
	h1 .caps {
		font-size: 22px;
		line-height: 17px;
		letter-spacing: 4px;
	}
	
	h2 {
		line-height: 17px;
	}
	
	strong,
	strong *,
	b,
	b * {
		font-weight: bold;
		font-size: 17px;
	}

	#wrapper {
		width: 100%;
	}
	
	#header {
		float: left;
		width: 100%;
		height: 0;
		padding-bottom: 48.18%;
		margin-top: 60px;
	}
	
	#logo {
		width: 100%;
	}
	
	#logopic {
		display: none;;
	}
	
	#rd-menu-opener {
		float: left;
		position: fixed;
		display: block!important;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		background: #fff;
		padding: 10px 10px 10px 10px;
		z-index: 40;
	}
	
	#rd-menu-opener img {
		float: left;
		width: 40px;
	}
	
	.rdMenuCloser {
		display: none;
		right: auto;
		left: 10px;
		top: 10px;
	}
	
	.rdMenuVisible .rdMenuCloser {
		display: block;
	}
	
	.rdMenuVisible #rd-menu-opener {
		width: 100px;
	}
	
	.rdMenuVisible #rd-menu-opener .opener {
		display: none;
	}
	
	#content {
		margin-top: 10px;
		padding-left: 10px;
	}
	
	#tabMenu,
	.form-filters {
		display: none;
	}
	
	.rdMenuVisible #tabMenu {
		display: block;
	}
	
	#tabMenu {
		position: fixed;
		left: 0;
		top: 0px;
		background: #fff;
		width: 100%;
		margin: 0px 0 0 0;
		padding: 10px;
		z-index: 30;
	}
	
	#tabMenu .tabMenu-li {
		display: block;
		border-right: none;
		width: 100%;
		text-align: right;
		margin: 0;
		padding: 0;
	}
	
	#tabMenu .tabMenu-a {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.js .tabContent {
		padding: 30px 25% 10px 10px;
	}
	
	.js .tabContent.align-right {
		padding: 30px 10px 10px 25%;
	}
	
	.contentProjects {
		width: 100%;
	}
	
	
	.projects-li {
		width: 33.33%;
		height: 0;
		padding-bottom: 33.33%;
	}
	
	.projects-li-inner {
		width: 700px;
	}
	
	.projects-li-inner-col1 {
		float: right;
		width: 100%;
	}
	
	.projects-li-inner-col2 {
		float: left;
		width: 100%;
	}
	
}


@media screen and (max-width: 700px) {
	
	.js .tabContent {
		padding: 30px 20% 10px 10px;
	}
	
	.js .tabContent.align-right {
		padding: 30px 10px 10px 20%;
	}
	
	.projects-li {
		width: 50%;
		height: 0;
		padding-bottom: 50%;
	}
	
	.projects-li-inner {
		width: 450px;
	}
	
}


@media screen and (max-width: 450px) {
	
	.js .tabContent {
		padding: 30px 10px 10px 10px;
	}
	
	.js .tabContent.align-right {
		padding: 30px 10px 10px 10px;
	}
	
	
	.projects-li {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	
	.projects-li-inner {
		width: 320px;
	}
	
}