html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Muller", Arial, Helvetica, sans-serif;
	color: #232323;
	font-size: 16px;
	height: 100%;
}


*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-webkit-tap-highlight-color: rgba(0,0,0,0.1) !important;
}

p {
	margin: 0;
}

p + p {
	margin-top: 20px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a img {
	border: 0;
}

a {
	outline: 0 none;
}

*:focus {
	outline: 0 none;
}

a,
a:link,
a:visited {
	color: #df1d37;
	text-decoration: none;

	transition: color .25s;
}

a:hover {
	color: #b41329;
}

a:active {

} 

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: inherit;
	margin: 0;
}

button,
input[type=submit],
input[type=button] {
	cursor: pointer;
	-webkit-appearance: none;
}

.columns:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.container {
	width: 100%;
	max-width: 1024px;
	padding: 20px;
	margin: auto;
}


#fullscreen video {
	top: 0;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 3;
}

#fullscreen {
	position: relative;
	width: 100vh;
	height: 100vh;
	overflow: hidden;
	background: black;
}


#fullscreen:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 4;
}

#fullscreen-logo img {
	display: block;
}

#fullscreen-logo {
	width: 138px;
	height: 130px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -69px;
	z-index: 5;
}


#fullscreen-navigation {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 6;
	background: rgba(255, 255, 255, .1);
	line-height: 55px;
	padding-top: 5px;
}

#header {
	position: absolute;
	z-index: 200;
	background: white;
	line-height: 55px;
	padding-top: 5px;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

#header a {
	color: #000;
}

#header a:hover {
	color: #dd3344;
}

#outline {
	min-height: 100%;
	padding-top: 60px;
	position: relative;
	z-index: 6;
	background: white;
}


#outline-inner {
    padding-bottom: 143px;
}

#footer {
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	height: 143px;
}

.stick-nav #header {
	position: fixed;
}

#logo {
	width: 39px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 20px;
}


#logo a:hover {
	opacity: .8;
}

#logo img {
	width: 39px;
	height: 40px;
	display: block;
}

#header .container {
	position: relative;
}

.main-nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.main-nav ul li {
	display: inline-block;
}

.main-nav ul li a {
	display: block;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	position: relative;
}

.main-nav ul li.active a:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	border-bottom: 2px solid black;
	bottom: 13px;
}

#fullscreen-navigation .main-nav ul li.active a:after {
	border-bottom-color: white;
}

.main-nav ul li + li {
	margin-left: 10px;
}

#header .container,
#fullscreen-navigation .container {
	padding-top: 0;
	padding-bottom: 0;
}

#fullscreen-navigation a {
	color: #FFF;
}

#header,
#fullscreen-navigation {
	text-align: center;
}

#fullscreen-navigation a:hover {
	opacity: .8;
}

#bar-right {
	position: absolute;
	right: 10px;
	top: 3px;
}

#bar-right a {
	display: inline-block;
	line-height: 1;
	padding: 6px 5px 4px 5px;
	font-weight: 600;
	border: 1px solid black;
	font-size: 14px;
	line-height: 14px;
	height: 26px;

	transition: background .10s,
				color .25s;
}

#bar-right .lang-active a,
#bar-right a:hover {
	background: black;
	color: white;
}

#fullscreen-navigation #bar-right a {
	border-color: #FFF;
	background: none;
	line-height: 1 !important;
	vertical-align: middle;
}

#fullscreen-navigation #bar-right .lang-active a,
#fullscreen-navigation #bar-right a:hover {
	opacity: 1;
	background: #FFF;
	color: #000;
}


div.mod-languages li {
	margin: 0;
	display: inline-block !important;
}

#boxes .moduletable {
	float: left;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
}

#boxes .container {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#boxes .container > .moduletable:nth-child(2) {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#boxes .container > .moduletable .box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#boxes {
	overflow: hidden;
}

#boxes .container > .moduletable:nth-child(1) .box {
	background-image: url("../images/boxes/interior-image.jpg");
	transition: transform .45s,
				opacity .25s;
	transition-delay: 0.05s;

	transform: translateX(-70px);
	opacity: 0;
}

#boxes .container > .moduletable:nth-child(2) .box {
	background-image: url("../images/boxes/arch-image.jpg");
	transition: transform .45s,
				opacity .25s;
	transition-delay: 0.15s;

	transform: translateY(70px);
	opacity: 0;
}

#boxes .container > .moduletable:nth-child(3) .box {
	background-image: url("../images/ideas-img.jpg");
	transition: transform .45s,
				opacity .25s;
	transition-delay: 0.25s;

	transform: translateX(+70px);
	opacity: 0;
}

.animate-boxes #boxes .container > .moduletable:nth-child(1) .box {
	transform: translateX(0);
	opacity: 1;
}

.animate-boxes #boxes .container > .moduletable:nth-child(2) .box {
	transform: translateY(0);
	opacity: 1;
}

.animate-boxes #boxes .container > .moduletable:nth-child(3) .box {
	transform: translateX(0);
	opacity: 1;
}


#boxes a {
	color: #000;
}


#boxes .box {
	height: 350px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#boxes .box:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, .5);
}


#boxes .box a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#boxes .box-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;

	display: block;
}

#boxes .box-content-hover .box-title,
#boxes .box-content .box-title {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	
	left: 0;
	right: 0;

	text-align: center;
}

#boxes .box-content-hover .box-title h3,
#boxes .box-content .box-title h3 {
	display: inline-block;
	text-transform: uppercase;
	padding: 13px 15px 10px 15px;
	color: #FFF;
	border: 3px solid #FFF;
}

#boxes a:hover .box-content {
	/*transform: translateY(-100px);*/
	opacity: 0;
}


#boxes .box-content {
	/*display: none;*/
}


#boxes .box-content-hover {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	background: rgba(255, 255, 255, .8);

	display: none;
}

#boxes .box-content-hover .box-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -40px;
	transform: translateY(-100%);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	line-height: 1;
	font-size: 14px;
	
}

#boxes .box-content-hover .box-text:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #ff0022;

}

#boxes .box-content-hover .box-title h3 {
	color: #000;
	border: 3px solid #000;

}

#boxes .box-content-hover .box-title h3:hover {
	background: #000;
	color: white;
}

#boxes a:hover .box-content-hover {
	display: block;
}

#boxes a:hover .box-content-hover .box-title h3,
#boxes a:hover .box-content-hover .box-text {
	

}

#projects {
	background: #ececec;
	padding: 30px 0;
	padding-bottom: 30px;
}

#itemListPrimary,
#projects ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
	background: none;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
}

#itemListPrimary:after {
	clear: both;
	display: block;
	content: "";
}

#itemListPrimary .itemContainer,
#projects ul li {
	padding: 10px;
	background: none;
	width: 50%;
	border: 0 none;
	background: #FFF;
	background-clip: content-box;
	position: relative;
}

#projects .moduletable > h3:first-child {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
}

#projects .moduletable > h3:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 15px;
	height: 2px;
	background: black;
}


#projects .itemViewAll {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
}

.itemListCategory a.moduleCustomLink,
#projects .itemViewAll a.moduleCustomLink {
	display: inline-block;
	color: #000;
	padding: 10px;
	padding-top: 13px;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;

	transition: background .12s,
				color .25s;
}

.itemListCategory a.moduleCustomLink:hover,
#projects .itemViewAll a.moduleCustomLink:hover {
	background: black;
	color: #FFF;
}

#itemListPrimary .itemContainer .catItemView,
#projects .k2ItemsBlock .itemContentWrapper {
	padding: 10px;
	height: 100%;
}

#itemListPrimary .itemContainer .catItemImageBlock a,
#projects .moduleItemImage {
	position: absolute;
	left: 10px;
	right: 45%;
	top: 10px;
	bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#itemListPrimary .itemContainer .catItemImageBlock a:after,
#projects .moduleItemImage:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: #000;

	transition: opacity .25s;
}

#itemListPrimary .itemContainer .catItemImageBlock a:hover:after,
#projects .moduleItemImage:hover:after {
	opacity: .5;
}


#itemListPrimary .itemContainer .catItemBody,
#projects .itemContent {
	width: 45%;
	padding: 10px;
	padding-left: 20px;
	float: right;
	line-height: 1.3;
}


#itemListPrimary .itemContainer .catItemView:after,
#projects .k2ItemsBlock .itemContentWrapper:after {
	clear: both;
	display: block;
	content: "";
}

#itemListPrimary .itemContainer .catItemHeader h3 a,
#projects a.moduleItemTitle {
	color: #000;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

#itemListPrimary .itemContainer .catItemImageBlock:hover + .catItemBody .catItemHeader h3 a,
#itemListPrimary .itemContainer .catItemHeader h3 a:hover,
#projects .moduleItemImageWrapper:hover + .itemContent a.moduleItemTitle,
#projects a.moduleItemTitle:hover {
	color: #df1d37;
}

#itemListPrimary .catItemIntroText,
#projects .moduleItemIntrotext {
	color: #666;
	font-size: 14px;
}

#itemListPrimary a.k2ReadMore,
#projects a.moduleItemCategory {
	display: block;
	position: relative;
	padding-left: 42px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: -36px;
}

#itemListPrimary a.k2ReadMore:hover,
#projects a.moduleItemCategory:hover {
	color: #df1d37;
}

#itemListPrimary a.k2ReadMore:before,
#projects a.moduleItemCategory:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-color: #df1d37;
	background-position: center center;
	background-repeat: no-repeat;
}


#projects a.moduleItemCategory.architecture:before,
#projects a.moduleItemCategory.arhitektura:before {
	background-image: url("../images/ic_exterior.png");
	background-size: 12px 14px;
}

#projects a.moduleItemCategory.interior:before {
	background-image: url("../images/ic_interior.png");
	background-size: 18px 14px;
}

#itemListPrimary a.k2ReadMore:before {
	font: normal normal normal;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: inherit;
	text-rendering: auto;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #FFF;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
}


#close-projects {
	position: absolute;
	top: 20px;
	right: 20px;
}

#close-projects div {
	width: 35px;
	height: 35px;
	background: url("../images/close-sprite.png") no-repeat center top;
	background-size: 35px 70px;
}

#close-projects:hover div {
	background-position: center bottom;
}

#all-projects {
	z-index: 250;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-height: 100%;
	overflow: auto;

	visibility: hidden;
	opacity: 0;

	transition: opacity 0s,
				visibility 0s;
}

#all-projects .container {
	background: #FFF;
	margin: 20px 0;
	position: relative;
}

.fix-padding {
	height: 20px;
	display: block;
	width: 100%;
}

#all-projects:target {
	opacity: 1;
	visibility: visible;

	transition: opacity .25s,
				visibility .25s;
}

body.modal {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	padding-right: 17px !important;
	overflow: hidden !important;
} 


body.modal #header {
	right: 17px;
}

#all-projects p {
	line-height: 1.5;
}

#all-projects h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	padding-bottom: 10px;
}

#all-projects h4:after {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 3px;
	background: #df1d37;
	bottom: 4px;

}

#all-projects h3 {
	text-transform: uppercase;
	color: #666;
}

#footer {
	font-size: 14px;
	background: #000;
	position: relative;
	padding-top: 20px;
}

#footer-follow,
#footer-nav {
	float: left;
	width: 50%;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;

}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #999;
}

#footer ul li {
	display: inline-block;
	position: relative;
	font-size: 12px;
}

#footer ul > li:first-child {
	display: none;
}

#footer ul li + li {
	margin-left: 20px;	
}

#footer ul li + li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 100%;
	position: absolute;
	background: white;
	top: -3px;
	bottom: 0;
	margin: auto;
	left: -11px;
}

#footer ul > li:first-child + li {
	margin-left: 0;
}

#footer ul > li:first-child + li:before {
	display: none;
}

#footer ul li a {
	text-transform: uppercase;
	font-weight: bold;
}

#footer-logo {
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 162px;
	height: 87px;
}

#footer-logo img {
	width: 92px;
	height: 87px;
	margin: auto;
	display: block;
}

#copyright,
#signature {
	float: left;
	width: 50%;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}

#signature {
	text-align: right;
}

#signature img {
	width: 17px;
	height: 10px;
	display: inline-block;
	margin-left: 3px;
}

#footer .container {
	padding-bottom: 0;
}

#footer .container + .container {
	padding-bottom: 40px;
	padding-top: 20px;
}

#footer-follow img {
	width: 70px;
	height: 15px;
	margin-left: 5px;
}

#footer-follow {
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
	font-size: 12px;
	margin-top: -2px;
}

#footer a:hover img {
	opacity: 0.6;
}

#footer a img {
	transition: opacity .25s;
}

#copyright,
#signature {
	color: #999;
}

#bar-right #social,
#bar-right #lang {
	float: right;
}

#bar-right #social {
	vertical-align: middle;
	margin-left: 4px;
}

#bar-right .fb {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: inherit;
	text-rendering: auto;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	width: 32px;
	padding-bottom: 5px;

	padding: 6px 5px 4px 5px;
}

#bar-right .fb:after {
	content: "\f09a";
}

#navigation-close,
#navigation-toggler {
	display: none;
}

body.arch #outline,
body.inter #outline {
	background: #ececec;
}

.itemListCategory {
	text-align: center;
	margin-top: 20px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

#fullscreen-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.project-inner #outline {
	height: 100%;
}

.project-inner #outline-inner {
	height: 100%;
	box-sizing: content-box;
	-mozbox-sizing: content-box;
	-webkit-box-sizing: content-box;
	padding-bottom: 0;
}

.project-inner #main-container,
.project-inner #main-container > .container,
.project-inner #component,
.project-inner #fullscreen-slider {
	height: 100%;
}

.project-inner #main-container > .container {
	max-width: 100%;
	padding: 0;
}

.project-inner #main-container {

}

.project-inner #footer {
	position: relative !important;
}

.inner-page #header {
	position: fixed;
}

.project-inner .itemView {
	position: absolute;
	bottom: 80px;
	max-width: 1024px;
	margin: auto;
	width: 100%;
	left: 0;
	right: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.project-inner .itemNavigation {
	position: absolute;
	bottom: 20px;
	max-width: 1024px;
	margin: auto;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	padding-left: 20px;
	padding-right: 20px;
}

.project-inner .itemViewInner {
	margin-left: auto;
	width: 30%;
	min-width: 300px;
	background: rgba(255, 255, 255, .9);
	padding: 20px;
}

.project-inner .itemNavigationInner {
	margin-left: auto;
	width: 30%;
	min-width: 300px;
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.9);
}

.project-inner .itemNavigationInner:after {
	clear: both;
	display: block;
	content: "";
}

.project-inner .itemNavigationInner a {
	float: left;
	text-align: left;
	padding: 10px 10px;
	color: #FFF;
	width: 50%;
}

.project-inner .itemNavigationInner a.itemNext {
	text-align: right;
	float: right;
}

.project-inner .itemNavigationInner a.itemPrevious:before {
	content: "←";
	margin-right: 5px;
}

.project-inner .itemNavigationInner a.itemNext:after {
	content: "→";
	margin-left: 5px;
}

.project-inner .itemNavigationInner a:hover {
	background: #df2039;
}

.itemView .itemTitle {
	color: #000;
	line-height: .9;
	font-size: 24px;
	font-weight: bold;
}

.itemView .itemHeader {
	position: relative;
	padding-bottom: 30px;
}

.itemView .itemHeader:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 13px;
	width: 30px;
	height: 3px;
	background: #df2039;
}

.itemView .itemFullText {
	font-size: 14px;
	color: #666666;
	line-height: 1.3;
}

.itemView .itemCategory a {
	display: block;
	position: relative;
	padding-left: 42px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: -30px;
	margin-left: -20px;
	margin-bottom: 10px;
	padding-top: 8px;
}

.itemView .itemCategory a:hover {
	color: #df1d37;
}


.itemView .itemCategory a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}


.itemView .itemCategory a.architecture:before,
.itemView .itemCategory a.arhitektura:before {
	background-image: url("../images/ic_exterior.png");
	background-size: 12px 14px;
}

.itemView .itemCategory a.interior:before {
	background-image: url("../images/ic_interior.png");
	background-size: 18px 14px;
}

.slider-prev-wrapper {
	cursor: url("../images/cursor-left.png") 33 33, auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: black;
	z-index: 10;
	width: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */



}

.slider-next-wrapper {
	cursor: url("../images/cursor-right.png") 33 33, auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: black;
	z-index: 10;
	width: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */

}

.slider-prev-wrapper > *,
.slider-next-wrapper > * {
	cursor: inherit;
}

.page-header > * {
	position: relative;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.page-header > *:after {
	content: "";
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #df2039;
}

#k2Container  .componentheading {
	font-size: 22px;
	font-weight: bold;
}

.event > h1, #k2Container  .componentheading  {
	text-transform: uppercase;
	padding-bottom: 30px;
	position: relative;
}

.event > h1:after, #k2Container  .componentheading:after {
	content: "";
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #df2039;
}



.contact h3 {
	display: none;
}

.contact fieldset {
	padding: 0;
	margin: 0;
	border: 0 none;
}

.contact legend {
	display: none;
}

.contact input,
.contact textarea {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	background: none;
	border: 2px solid #666;
	-webkit-appearance: none;
}

.contact input:hover,
.contact textarea:hover {
	border-color: #000;
}

.contact input:focus,
.contact textarea:focus {
	background: #F3F3F3;
	border-color: #000;
}

.contact dl,
.contact dd,
.contact dt {
	padding: 0;
	margin: 0;
}

.contact .control-group + .control-group {
	margin-top: 10px;
}

.contact .control-label {
	padding-bottom: 5px;
}

.contact .contact-form {
	float: right;
	width: 50%;
	padding-left: 20px;
}

.contact .contact-miscinfo {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.contact:after {
	clear: both;
	display: block;
	content: "";
}

.contact .jicons-icons {
	display: none;
}

.contact button {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	background: none;
	border: 2px solid #df2039;
	color: #df2039;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 13px;
}

.contact button:hover,
.contact button:focus {
	background: #df2039;
	color: #FFF;
}

.tooltip {
	display: none !important;
}

#system-message-container .alert.alert-warning,
#system-message-container .alert.alert-error {
	background: rgba(218, 100, 118, 0.3);
	padding: 20px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.9);
}

#system-message-container .alert.alert-message {
	background: rgba(98, 214, 104, 0.3);
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.9);
}

#system-message-container .alert .close {
	font-family: "Arial", sans-serif;
	color: black;
	float: right;
	cursor: pointer;
}

.slider-full-prev-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;

	/*background: black;*/
	/*opacity: .5;*/

	z-index: 7;

	
}

.slider-full-next-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;

	/*background: black;*/
	/*opacity: .5;*/
	
	z-index: 7;

	
}

.slider-full-prev-wrapper .full-button-prev,
.slider-full-next-wrapper .full-button-next {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	width: 100%;
	height: 100%;

}

.slider-full-prev-wrapper .full-button-prev {
	cursor: url("../images/cursor-left.png") 33 33, auto;
}

.slider-full-next-wrapper .full-button-next {
	cursor: url("../images/cursor-right.png") 33 33, auto;
}

.project-inner .itemViewInner {
	position: relative;
	z-index: 20;
}

#cover {
	height: 250px;
}

#cover * {
	height: 100%
}

#cover .custom {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	position: relative;
	opacity: .6;
	z-index: -1;
}

#cover .custom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+79,ffffff+100&0.27+0,0.71+39,0.88+79,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.27) 0%, rgba(255,255,255,0.71) 39%, rgba(255,255,255,0.88) 79%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.27) 0%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.88) 79%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.27) 0%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.88) 79%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

#cover {
	margin-bottom: -100px;
}

#map .bt-googlemaps {
	height: 380px !important;
	margin-bottom: -15px;
}

#map {
	overflow: hidden;
	height: 350px;
	position: relative;
}

.gm-marker {
	background: green;
}

#map:after {
	pointer-events: none;
		content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 70%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+79,ffffff+100&0.27+0,0.71+39,0.88+79,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.71) 39%, rgba(255,255,255,0.88) 79%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.88) 79%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.71) 39%,rgba(255,255,255,0.88) 79%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	z-index: 2;
}

a.google-maps-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	display: none;
}

@media screen and (max-width: 1100px) {

	.project-inner .itemView,
	.project-inner .itemNavigation {
		right: 50px;
		width: auto;
	}

}

@media screen and (max-width: 1000px) {


	#footer-logo {
		position: static;
	}

	#footer-nav,
	#footer-follow {
		border-bottom: 0 none;
	}

	#footer #footer-logo + .container {
		border-bottom: 1px solid #666;
	}

}

@media screen and (max-width: 900px) {


	#outline-inner {
		padding-bottom: 0;
	}

	#footer {
		position: relative;
		height: auto;
		left: auto;
		bottom: auto;
		right: auto;
		top: auto;
		width: 100%;

	}


	
	#fullscreen video {
		display: none;
	}

	#fullscreen {
		background: url("/images/home-image.jpg") no-repeat center center;
		background-size: cover;
	}

	#boxes .container > .moduletable:nth-child(1) .box {
		transform: none;
		opacity: 1;
	}

	#boxes .container > .moduletable:nth-child(2) .box {
		transform: none;
		opacity: 1;
	}

	#boxes .container > .moduletable:nth-child(3) .box {
		transform: none;
		opacity: 1;
	}

	#fullscreen-logo {
		position: absolute;
		margin-top: -39px;
	}

	#fullscreen-navigation .container {
		display: none;
	}

	#fullscreen-navigation {
		display: none;
	}
	
	#itemListPrimary .itemContainer,
	#projects ul li {
		width: 100%;
	}

	#navigation {
		display: none;
	}

	#header {
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	#header .container {
		height: 50px;
	}

	#outline {
		padding-top: 0;
	}

	#outline.inner-page {
		padding-top: 60px;
	}

	#navigation-close {
		display: block;	
		position: absolute;	
		top: 20px;	
		right: 20px;	
		width: 40px;	
		height: 40px;
		background: rgba(0, 0, 0, .25);
	}

	#navigation-close:after,
	#navigation-close:before {
		content: "";
		position: absolute;	
		left: 0;	
		right: 0;	
		top: 50%;
		border-top: 2px solid #FFF;
		margin-top: -1px;	

		transform: rotateZ(-45deg);
	}

	#navigation-close:after {
		transform: rotateZ(45deg);
	}

	#navigation-toggler {
		position: absolute;
		right: 20px;
		width: 30px;
		height: 19px;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#navigation-toggler .nav-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border-top: 3px solid #000;

	}

	#navigation-toggler .nav-mid {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -1px;
		border-top: 3px solid #000;
	}

	#navigation-toggler .nav-bottom {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-bottom: 3px solid #000;
	}

	#bar-right {
		text-align: center;	
		max-width: 	110px;
		margin: auto;
		left: 0;
		right: 0;	
		white-space: nowrap;
	}

	#navigation {
		position: fixed;	
		display: block;
		left: 0;	
		right: 0;	
		bottom: 0;
		top: 0;
		background: black;
		z-index: 999;
	}

	#navigation ul {
		position: absolute;	
		left: 0;	
		right: 0;	
		top: 0;	
		bottom: 0;	
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;	
		flex-wrap: wrap;
		align-content: center;
		overflow: auto;
		padding-top: 30px;
	}

	#navigation ul li {
		width: 100%;
		position: relative;	
	}

	#navigation ul > li:first-child:before,
	#navigation ul > li:last-child:after {
		content: "";
		display: block;
		width: 100%;
		height: 30px;
	}

	#navigation ul li a {
		color: #FFF;
		line-height: 1;
		padding-top: 10px;	
		padding-bottom: 10px;	
		font-size: 24px;
		font-weight: 300;
	}

	#navigation ul li {
		display: block;
		margin: 0;
	}

	#navigation ul li + li {
		margin-top: 10px;
	}

	#navigation ul li + li:before {
		position: absolute;	
		content: "";
		width: 20px;	
		height: 1px;	
		background: #666;
		left: 0;	
		right: 0;	
		margin: auto;
		top: -9px;
	}

	#navigation ul li.active a {
		color: #dd3344;
	}

	#navigation {
		transform: scale3d(0.5, 0.5, 0.5);
		visibility: hidden;
		opacity: 0;
		transition: transform .12s .12s,
					visibility .12s .12s,
					opacity .12s .12s;
	}

	#navigation > * {
		opacity: 0;
		transition: opacity .12s;
	}

	.nav-visible #navigation {
		transform: scale3d(1, 1, 1);
		visibility: visible;
		opacity: 1;

		transition: transform .12s,
					opacity .12s,
					visibility 0s;
	}

	.nav-visible #navigation > * {
		opacity: 1;
		transition: opacity .12s .12s;
	}

	body.nav-visible {
		position: fixed;
	}

	body.modal {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-right: 0 !important;
		overflow: auto !important;
	} 

	body.modal #header {
		right: 0;
	}

	#all-projects {
		padding: 20px;
	}

	#all-projects .container {
		margin: 0;
	}
}

@media screen and (max-width: 800px) {

	#copyright {
		float: none;
		width: 100%;
		text-align: center;
	}

	#signature {
		width: 100%;
		float: none;
		margin-top: 10px;
		text-align: center;
	}

	#footer-nav {
		float: none;
		width: 100%;
		text-align: center;

	}

	#footer-follow {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 768px) {

	a.google-maps-link {
		display: block;
	}
	
	#boxes .moduletable {
		width: 100%;
		margin: 0 !important;
		padding: 0;
		border-top: 3px solid #FFF;
	}

	#boxes .box {
		height: 240px;
	}

	#boxes .container {
		padding: 0;
	}


}


@media screen and (max-width: 640px) {

	.contact .contact-form,
	.contact .contact-miscinfo {
		padding: 0;
		width: 100%;
		float: none;
	}

	.contact .contact-miscinfo {
		margin-top: 40px;
	}

	.project-inner .itemNavigationInner {
		background: #333;
	}

	.project-inner .itemView,
	.project-inner .itemNavigation {
		position: static;
	}

	.project-inner .itemViewInner,
	.project-inner .itemNavigationInner {
		width: auto;
		margin: 0;
		padding: 0 20px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.project-inner .itemNavigationInner {
		padding-left: 0;
		padding-right: 0;
	}

	.project-inner .itemViewInner {
		padding-bottom: 20px;
	}

	.project-inner .itemNavigationInner a.itemPrevious {
		padding-left: 30px;
	}

	.project-inner .itemNavigationInner a.itemNext {
		padding-right: 30px;
	}

	.itemView .itemCategory a {
		margin-top: 0;
		margin-left: 0;
	}
	
	#fullscreen-slider,
	.project-inner #outline,
	.project-inner #outline-inner,
	.project-inner #main-container,
	.project-inner #main-container > .container,
	.project-inner #component,
	.project-inner #fullscreen-slider {
		height: auto;
	}

	.project-inner .swiper-container {
		height: 100vh;
	}
	
	#itemListPrimary .itemContainer .catItemImageBlock,
	.moduleItemImageWrapper {
		position: relative;
		padding-bottom: 75%;
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	#itemListPrimary .itemContainer .catItemImageBlock a,
	#projects .moduleItemImage {
		left: 0;
		right: 0;
		top: 0;
	}
	
	#itemListPrimary .itemContainer .catItemBody, 
	#projects .itemContent {
		width: 100%;
		float: none;
		padding-left: 10px;	
	}

	#itemListPrimary a.k2ReadMore,
	#projects a.moduleItemCategory {
		margin-left: 0;
	}

	#footer-nav ul li:before {
		display: none;
	}

	#footer-nav ul {
		max-width: 240px;
		margin: auto;
	}

	#footer-nav ul li {
		display: block;
		margin: 0 !important;
	}

	#footer-nav ul li a {
		display: block;	
		padding-top: 10px;	
		padding-bottom: 10px;
	}

	#footer-nav ul li:first-child ~ li + li:after {
		content: "";
		position: absolute;	
		top: -3px;
		left: 0;	
		right: 0;	
		width: 10px;	
		height: 1px;	
		background: #666;
		margin: auto;
	}

}