.cms-info {
	text-align: center;
	border: 1px solid #666;
	margin-bottom: 15px;
	padding: 10px;
}

.cms-info.error {
	color: #ce1616;
}

.cms-info.success {
	color: #54930b;
}

.sending {
	background: #000 url(../img/loading.gif) no-repeat 50% 50%;
	width: 82px;
	height: 30px;
	display: block;
	float: right;
}

.sending.sending2 {
	background: #fff url(../img/loading_white.gif) no-repeat 50% 50%;
	width: 30px;
}

#nf .sending {
	width: 107px;
	height: 30px;
	float: left;
}

.fb-hidden {
	display: none;
}

.fb-fixed {
	position: fixed;
	right: 0;
	top: 135px;
}

.fb-fixed a {
	text-indent: -999em;
	font-size: 0;
	display: block;
	width: 35px !important;
	height: 35px !important;
	background: #022211 url("../img/ico-fb.png") center no-repeat;
	transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fb-fixed a:hover {
	background-color: #43609c;
}

.projects-list li a {
	position: relative;
	background: #fff;
	display: block;
}

.projects-list li a .plus {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/plus.png) no-repeat 50% 50%;
	opacity: 0;
	transition: 0.4s all;
}

.projects-list li a img {
	transition: 0.4s all;
}

.projects-list li a .plus {
	transition: 0.4s all;
}

.projects-list li a:hover .plus {
	opacity: 1;
	z-index: 100;
	background-color: rgba(255, 255, 255, .6);
}

.projects-list li a:hover { /*	opacity: 0.4 !important;*/
	
}

.nds-slide-image {
	text-align: center;
}

.nds-slide-image img {
	margin: 0 auto;
}

.pslide-img {
	text-align: center;
	width: 100%;
}

.pslide-img .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.pslide-img .inner img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%;
}

.cookie-alert {
	position: fixed;
	top: 0;
	left: 50%;
	width: 360px;
	margin-left: -180px;
	font-size: 12px;
	text-align: center;
	color: #616161;
	z-index: 9999;
	border-bottom: 1px solid #a5a5a5;
	padding: 5px 0 0 0;
}

.cookie-alert p {
	line-height: 39px;
	margin: 0;
	padding: 0;
}

.cookie-alert a {
	text-decoration: none;
	background: url(../img/cookie-close.png) no-repeat 100% 50%;
	padding-right: 22px;
}

.cookie-alert a:hover {
	text-decoration: underline;
}

.resize.close {
	background: url("../img/resize-close.png");
}

.bottom-nav .toggle-btn {
	transition: 0.3s all;
}

.bottom-nav .toggle-btn.open {
	transform: rotate(45deg);
}

.news-date {
	text-transform: uppercase;
}

.news-date span {
	text-transform: lowercase;
}

.project-slides-cw .caroufredsel_wrapper {
	overflow: hidden;
}

/* PRO SLIDER START */
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/*	z-index: -1;*/
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.slide-control-cw {
	position: relative;
	z-index: 10;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: absolute;
	width: 100%;
	height: 0;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.cbp-bicontrols a {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	background: red;
	display: block;
	opacity: 0;
	transition: 0.55s all;
}

.cbp-bicontrols .cbp-biprev {
	top: 0;
	background: url("../img/arrow-up-big.png") no-repeat 50% 50%;
}

.cbp-bicontrols .cbp-binext {
	bottom: 0;
	background: url("../img/arrow-down-big.png") no-repeat 50% 50%;
}

.cbp-bicontrols a:hover {
	opacity: 1;
}

/*.cbp-bicontrols a:before {*/ /*	position: absolute;*/
	/*	width: 100%;*/ /*	height: 100%;*/ /*	top: 0;*/ /*	left: 0;*/
	/*	text-align: center;*/ /*	font-family: 'entypo';*/ /*	speak: none;*/
	/*	font-style: normal;*/ /*	font-weight: normal;*/
	/*	font-variant: normal;*/ /*	text-transform: none;*/
	/*	line-height: 100px;*/ /*	font-size: 80px;*/ /*	color: #fff;*/
	/*	-webkit-font-smoothing: antialiased;*/ /*	opacity: 0.7;*/ /*}*/
	/*.cbp-bicontrols a:hover:before {*/ /*	opacity: 1;*/ /*}*/
	/*.cbp-bicontrols a:active:before {*/ /*	top: 2px;*/ /*}*/
	/*.cbp-biplay:before {*/ /*	content: "\e002";*/ /*}*/
	/*.cbp-bipause:before {*/ /*	content: "\e003";*/ /*}*/
	/*.cbp-binext:before {*/ /*	content: "\e000";*/ /*}*/
	/*.cbp-biprev:before {*/ /*	content: "\e001";*/ /*}*/
	/*.cbp-bicontrols .cbp-binext {*/ /*	float: right;*/ /*}*/
	/* Fallback */
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

/* PRO SLIDER END */
.pn-labels {
	text-transform: uppercase;
}

.newsletter .form-control.error,.form-group .form-control.error {
	background-color: #f4d7d7;
}

.newsletter .form-control.success,.form-group .form-control.success {
	background-color: #e3f2d7;
}

@media screen and ( max-width : 768px) {
	.cookie-alert {
		display: none;
	}
}

.projects-list .fi-all {
	overflow: hidden;
}

.search-results .si-item+.si-item {
	border-top: 1px solid #000;
}

.search-results h2 {
	display: table-row;
	width: 100%;
}

.search-results h2 .inn {
	display: table-cell;
	vertical-align: middle;
}

.search-results h2 .inn.si-image a {
	display: block;
	padding-right: 20px;
}

.search-results h2 .inn img {
	display: block;
	margin: 0;
	padding: 0;
}

.search-results h2 .inn.si-title a {
	text-decoration: none;
	display: block;
}

.search-results .cms-info {
	border: none;
	text-align: left;
	padding: 50px 0;
	color: #000;
	font-size: 18px;
	font-family: "Source Sans Pro"
}

.plist {
	overflow: hidden;
}

/*.plist { position: relative; z-index: 1; }*/
	/*.plist.plist-active { transition: 0.4s all; }*/
.plist .projects-list li {
	transition: 1.2s all;
	position: relative;
	background: #fff;
}

.plist.plist-active .projects-list li {
	top: 0px !important;
	left: 0px !important;
}

.plist.goDown .projects-list li {
	top: 1100px !important;
	left: 0px !important;
	transition: 0.5s all ease-in;
}

.plist.transition-0 .projects-list li {
	transition: 0 !important;
}

.plist .bottom {
	position: relative;
	transition: 0.4s all;
	/*	left: -1920px;*/
	opacity: 0;
}

.plist.plist-active .bottom { /*	left: 0;*/
	opacity: 1;
}

.plist .project-col .bottom h4 {
	text-transform: uppercase;
	min-height: 36px;
}

.plist .project-col {
	margin-left: 0 !important;
}

.nlist .project-col {
	margin-left: 0 !important;
}

.bottom-hidden {
	display: none;
}

.movie {
	
}

.movie {
	padding-bottom: 20px;
}

.movie>.movie-inner {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-slide {
	max-width: 1200px;
	margin: 5% auto 0 auto;
	z-index: 300;
	position: relative;
}

.news-detail .news-details-slider {
	margin-bottom: 10px !important;
}

.proj-photo-desc {
	position: absolute;
	bottom: 70px;
	width: 100%;
	text-align: center;
	padding: 0 20%;
}

.proj-photo-desc span {
	background: rgba(255, 255, 255, 0.7);
	padding: 4px 5px;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}

.bottom h4 a,.c a {
	text-decoration: none;
	transition: 0.35s all;
}

.bottom h4 a:hover,.c a:hover {
	color: #999999;
}

.ccw .inner {
	height: 64px;
	overflow: hidden;
}

.ccw .inner .loading {
	height: 64px;
	background: url(../img/loading_white.gif) no-repeat 50% 50%;
}

.comments {
	padding-top: 20px;
}

.comments .comments-button {
	cursor: pointer;
	color: #9d9c9c;
	padding-right: 13px;
	padding-left: 10px;
	background: url(../img/collapse.png) no-repeat 100% 50%;
}

.comments .comments-button.expand {
	background: url(../img/expand.png) no-repeat 100% 50%;
}

.comments .comments-button.collapse {
	background: url(../img/collapse.png) no-repeat 100% 50%;
}

.ccc form {
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
}

.ccc form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.ccc form fieldset .mrow {
	clear: both;
	margin-left: -10px;
	margin-right: -10px;
}

.ccc form fieldset .mrow+.mrow {
	padding-top: 10px;
}

.ccc form fieldset .mcol-6,.ccc form fieldset .mcol-12 {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.ccc form fieldset .mcol-6 {
	width: 50%;
	float: left;
}

.ccc form fieldset .mcol-12 {
	width: 100%;
}

.ccc form fieldset input,.ccc form fieldset textarea {
	width: 100%;
	background: #f0f0f0;
	border: 0;
	padding: 5px 10px;
}

.ccc form fieldset textarea {
	resize: none;
	height: 100px;
}

.ccc form fieldset button {
	border: none;
	background: none;
	padding: 5px 0 5px 30px;
	font-size: 16px;
	text-transform: uppercase;
	background: url(../img/plus2.png) no-repeat 5px 50%;
	font-family: "Source Sans Pro";
	font-weight: bold;
}

.ccc form fieldset .submit-row {
	text-align: right;
}.ccc form fieldset .form-control.error,.form-group .form-control.error {
	background-color: #f4d7d7;
}

.ccc form fieldset .form-control.success,.form-group .form-control.success {
	background-color: #e3f2d7;
}

.comm-list { padding-bottom: 30px; padding-top: 10px; }
.comm-list .comm-item { font-size: 16px; line-height: 20px; }
.comm-list .comm-item + .comm-item { margin-top: 25px; }
.comm-list .comm-item .comm-head {  }
.comm-list .comm-item .comm-head h5 { margin: 0; padding: 0; font-size: 16px;}
.comm-list .comm-item .comm-head .date { color :#a3a3a3; font-size:14px; }
.comm-list .comm-item .comm-contents {  color: #9d9c9c; text-align: justify; }

.cf-padding { padding-top: 55px; }

textarea { resize: none; }