/*
Nataneka Custom Style
Author : Webgopek
*/

html, body {
	width: 100%;
	height: 100%;
}

#nataneka {
	background: #727325;
	position: relative;
	font-family: 'Berlin-Sans-FB';
	font-size: 16px;
	font-weight: 500;
	color: #909090;
}

.logo > img{
	margin-bottom: -15px;
}

#nataneka a {
	text-decoration: none;
	color: #909090;
	cursor: pointer;
}

#nataneka img {
	max-width: 100%;
}

#nataneka .overlay-opening {
	width: 100%;
	height: 100%;
	background: rgba(12, 10, 9, 0.6);
	position: absolute;
}

#nataneka .section {
	position: relative;
	z-index: 2;
}

#nataneka .header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	padding-bottom: 60px;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;	
}

#nataneka .navbar {
	margin-bottom: 0;
}
#nataneka .navbar .navbar-list .navbar-item {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 80px;
	position: relative;
}
#nataneka .navbar .navbar-list .navbar-item a {
	color: #909090;
	font-size: 18px;
	text-transform: lowercase;
	display: block;
	width: 100%;
	position: relative;
}
#nataneka .navbar .navbar-list .navbar-item a .caret {
	opacity: 0;
}
#nataneka .navbar .navbar-list .navbar-item .navbar-sub {
	position: absolute;
    margin: 0;
    padding-left: 15px;
    display: none;
}
#nataneka .navbar .navbar-list .navbar-item:hover .navbar-sub,
#nataneka .navbar .navbar-list .navbar-item.active .navbar-sub {
	display: block;
}
#nataneka .navbar .navbar-list .navbar-item .navbar-sub .navbar-item {
	display: block;
	margin: 0;
	line-height: 20px;
}
#nataneka .navbar .navbar-list .navbar-item .navbar-sub .navbar-item a {
	white-space: nowrap;
	font-size: 17px;
	color: #5b4b4b;
}
#nataneka .navbar .navbar-list .navbar-item .navbar-sub .navbar-item a:hover {
	color: #909090;
}

#nataneka .navbar .navbar-list .navbar-item .navbar-sub .navbar-item.active a {
	color: #909090;
}

#nataneka .navbar-hide {
	display: none;
	opacity: 0;
}

#nataneka .btn-mobile {
	position: fixed;
	top: 21px;
	right: 15px;
	z-index: 999;
	margin: 0;
	display: none;
	opacity: 0;
}
#nataneka .btn-mobile .icon-bar {
	background: #DADADA;
}

#nataneka .navbar .navbar-list .navbar-item a.logo {
	width: 255px;
    margin-left: 39px;
    cursor: pointer;
    display: block;
}
#nataneka .logo img {
	width: 100%;
}

#nataneka .container {
	width: auto;
	max-width: none;
	padding: 0;
}

#nataneka #wrapcontent {
	padding-top: 136px;
}

#nataneka .divcenter {
	float: none;
	margin: 0 auto;
}

#nataneka #list-video {
	display: none;
}

#nataneka #progressbox {
	width: 100%;
	height: 3px;
	overflow: hidden;
	position: relative;
	display: none !important;
}
#nataneka #progressbox svg {
	position: absolute;
	top: 0;
}

#nataneka .contentbox {
	padding: 0;
}

#nataneka .grid {
	margin: 0;
}

#nataneka .grid .grid-item {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
#nataneka .grid .grid-item img {
	width: 100%;
}
#nataneka .grid .grid-item .projectname {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	color: #909090;
	text-align: right;
	background: rgba(33,28,25,0.9);
	display: none;
}
#nataneka .grid .grid-item:hover .projectname {
	display: block;
}

#nataneka .nohover {
	opacity: 0.15;
}

#nataneka .loadingwrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1;
	display: block;
}
#nataneka .loadingbox {
	display: table;
	width: 100%;
	height: 100%;
	background: #211c19;
}
#nataneka .loadingbox .loading {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#nataneka .loadingbox .loading img {
	width: 64px;
}

#nataneka .fancybox-close,
#nataneka .fancybox-nav span {
	width: 42px;
    height: 42px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#nataneka .fancybox-close {
    position: fixed;
    top: 20px;
    right: 25px;
    background-image: url('../images/ios7-close-outline.png');
}
#nataneka .fancybox-nav span {
	visibility: visible;
}
#nataneka .fancybox-next span {
	right: -60px;
	background-image: url('../images/ios7-arrow-right.png');
}
#nataneka .fancybox-prev span {
	left: -60px;
	background-image: url('../images/ios7-arrow-left.png');
}

#nataneka #projects,
#nataneka #awards,
#nataneka #exhibition,
#nataneka #press {
	border-top: 2px solid #909090;
}
#nataneka #projects .boxslide {
	padding: 0;
}

#nataneka #projects .sidebar {
	position: relative;
}

#nataneka .camera_wrap {
	position: relative;
	margin: 0 !important;
}

#nataneka .camera_prevThumbs, 
#nataneka .camera_nextThumbs, 
#nataneka .camera_prev, 
#nataneka .camera_next, 
#nataneka .camera_commands, 
#nataneka .camera_thumbs_cont {
	background: #211C19;
	background: rgba(33,28,25,0.6);
}

#nataneka .camera_pag {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#nataneka .camera_wrap .camera_pag .camera_pag_ul {
	margin-right: 30px;
}
#nataneka .camera_wrap .camera_pag .camera_pag_ul li {
	width: 10px;
	height: 10px;
	background: none;
	border: 2px solid #fff;
}
#nataneka .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #fff;
}
#nataneka .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
#nataneka .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: none;
}

#nataneka .camera_wrap .camera_pie canvas {
	width: 20px !important;
	height: 20px !important;
    right: 12px !important;
}

#nataneka .btn-radius {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#nataneka .btn-radius img {
	width: 74%;
	display: block;
	margin: 0 auto;
}

#nataneka .videoslide {
	width: auto;
	height: 100%;
	display: block;
	position: relative;
}
#nataneka .videoslide .btn-play {
	position: absolute;
	top: 40%;
	left: 46%;
	width: 74px;
	height: 74px;
	padding: 5px;
	background: #211c19;
}

#nataneka .list-projects {
	margin: 0;
	padding: 0;
}
#nataneka .list-projects li {
	margin: 0;
	padding: 0;
	color: #5b4b4b;
	text-align: right;
	list-style-type: none;
}
#nataneka .list-projects li span {
	cursor: pointer;
}
#nataneka .list-projects li span:hover,
#nataneka .list-projects li span.active {
	color: #909090;
}
#nataneka .list-projects li img {
	display: none;
	vertical-align: middle;
}

#nataneka #boxflexcroll {
	padding: 10px;
	left: -25px;
}

#nataneka .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
#nataneka .vscrollerbase {
	width: 10px;
	background-color: transparent;
}
#nataneka .vscrollerbar {
	width: 5px;
	background-color: #909090;
}
#nataneka .hscrollerbase {
	height: 10px;
	background-color: transparent;
}
#nataneka .hscrollerbar {
	height: 10px;
	background-color: #909090;
}
#nataneka .scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#nataneka .project-desc {
	position: fixed;
    right: 30px;
    bottom: 20px;
    width: 21%;
}

#nataneka .list-awards {
	margin: 0;
	padding: 0;
}
#nataneka .list-awards li {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	color: #5b4b4b;
}
#nataneka .list-awards li p {
	margin: 0;
}
#nataneka .list-awards li .title {
	color: #909090;
}

#nataneka #video-exhibition {
	width: 100%;
}

#nataneka .accordion-box {
	width: 92%;
	padding: 10px 0;
	margin-left: -10px;
}
#nataneka .accordion-box .item-acc {
	cursor: pointer;
	text-align: right;
	color: #5b4b4b;
}
#nataneka .accordion-box .item-acc .title-acc {
	font-size: 18px;
}
#nataneka .accordion-box .item-acc .content-acc {
	display: none;
	padding: 20px 0;
}
#nataneka .accordion-box .item-acc .content-acc .title {
	color: #909090;
}

#nataneka .accordion-box .item-acc.active .title-acc,
#nataneka .accordion-box .item-acc:hover .title-acc {
	color: #909090;
}
#nataneka .accordion-box .item-acc.active .content-acc {
	display: block;
}

#nataneka #about {}

#nataneka #about .boxteam,
#nataneka #about .boxtext {
	float: right;
}

#nataneka #about .boxteam {
	padding: 10px 37px;
	position: relative;
    top: -91px;
    left: 1px;
}
#nataneka #about .boxteam .boximage {
	padding-top: 150px;
    height: 256px;
	overflow: hidden;
	margin-bottom: 5px;
/*	border-left: 2px solid #cecece; */
	border-bottom: 2px solid #cecece;
}
#person1,#person2,#person3,#person4,#person5{
	display: none;
	height: 250px !important;
    top: -135px !important;
}
#nataneka #about .boxteam .boximage img#team{
	height: 250px !important;
    top: -135px !important;
}

#nataneka #about .boxteam .boximage img {
	float: right;
	height: 104px;
    position: relative;
    top: 25px;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#nataneka #about .boxteam .boximage img.topzero {
	top: 0;
}
#nataneka #about .boxteam .boximage .leader img {
	height: 145px;
    top: 10px;
}

#nataneka #about .boxteam .boxname .person {
	cursor: pointer;
	margin-bottom: 0;
	text-transform: lowercase;
}
#nataneka #about .boxteam .boxname .person span {
	font-size: 14px;
	display: none;
}
#nataneka #about .boxteam .boxname.onhover .person {
	color: #5b4b4b;
}
#nataneka #about .boxteam .boxname.onhover .person.active {
	color: #909090;
}

#nataneka #about .boxteammobile {
	display: none;
	padding: 0;
}

#nataneka .list-team {
	margin: 0;
	padding: 0;
}
#nataneka .list-team li {
	padding: 0 15px;
	display: block;
	text-align: right;
	list-style-type: none;
}
#nataneka .list-team li img {
	display: none;
}
#nataneka .list-team li .name {
	margin: 0;
}
#nataneka .list-team li .name span {
	display: block;
	font-size: 12px;
}

#nataneka .list-team.leader-team {
	text-align: center;
}
#nataneka .list-team.leader-team li {
	display: inline-block;
	margin: 15px;
	padding: 0;
	text-align: center;
}
#nataneka .list-team.leader-team li img {
	display: block;
	margin: 0 auto;
}
#nataneka .list-team.leader-team li .name {
	margin-top: 5px;
}

#nataneka #about .boxtext {
	text-align: justify;
	position: relative;
	top: 162px;
	font-size: 15px;
}

#nataneka #about .boxtext .vscrollerbar {
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
#nataneka #about .boxtext:hover .vscrollerbar {
	opacity: 1;
}

#nataneka #press {
	padding-top: 20px;
}
#nataneka #press .img-pr {
	margin: 10px 0;
}
#nataneka #press .youtube-icon {
	width: 50px;
}

#nataneka #contact {
	padding-top: 30px;
}

#nataneka #contact .boxtext,
#nataneka #contact .boxmap {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}

#nataneka #contact .boxtext {
	text-align: right;
	font-size: 18px;
}
#nataneka #contact .boxtext p {
	margin-bottom: 25px;
}
#nataneka #contact .boxtext p:last-child {
	margin-bottom: 0;
}

#nataneka #contact .boxmap #map {
	width: 100%;
	height: 419px;
	display: block;
}
#hotel_map iframe{
	width: 100%;
}

#nataneka .undercons-text {
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	#nataneka .header-fixed-top {
		background: #727325;
	}
	#nataneka .navbar .navbar-list .navbar-item {
		margin-right: 50px;
	}
	#nataneka .navbar .navbar-list .navbar-item a.logo {
		margin-left: 0;
		margin-right: 0;
	}

	#nataneka #about .boxteam,
	#nataneka #about .boxtext {
		width: 100%;
	}

	#nataneka #about .boxtext,
	#nataneka #about .boxteam {
		top: 0;
	}

	#nataneka #about .boxteam .boximage {
		border-left: 0;
		padding-top: 0;
		height: 106px;
	}
}

@media only screen and (max-width: 960px) {
	#nataneka .header {
		padding-bottom: 0;
	}
	#nataneka .logo {
		margin-bottom: 10px;
	}
	#nataneka .navbar .navbar-list {
		padding: 0 20px;
	}
	#nataneka .navbar .navbar-list .navbar-item {
		margin-right: 0;
	}
	#nataneka .navbar .navbar-list .navbar-item .navbar-sub {
		position: relative;
	}
	#nataneka .navbar .navbar-list .navbar-hide {
		display: none;
		opacity: 1;
		padding: 8px 0;
	}
	#nataneka .navbar .navbar-list .navbar-item a .caret {
		opacity: 1;
	}

	#nataneka .btn-mobile {
		display: block;
	}

	#nataneka .navbar .navbar-list .navbar-item .navbar-sub {
		margin-top: 10px;
	}
	#nataneka .navbar .navbar-list .navbar-item .navbar-sub .navbar-item a {
		display: block;
		padding: 6px 0;
	}

	#nataneka #wrapcontent {
		padding-top: 75px;
	}

	#nataneka #about .boxteam {
		display: none;
	}

	#nataneka #about .boxteammobile {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#nataneka .navbar .navbar-list .navbar-item a.logo {
		width: 200px;
	}

	#nataneka .btn-mobile { 
		top: 10px;
	}

	#nataneka #wrapcontent {
	    padding-top: 57px;
	}

	#nataneka #projects .boxslide {
		width: 100%;
		float: left;
	}

	#nataneka .project-desc {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    width: 100%;
	    padding: 5px 15px;
	    padding-bottom: 0;
	    float: left;
	}

	#nataneka #projects .sidebar {
		padding: 0;
		width: 100%;
		float: left;
		overflow: auto;
	}

	#nataneka #boxflexcroll {
		padding: 0 !important;
		margin: 0;
	}

	#nataneka .accordion-box {
		margin: 0;
	}

	#nataneka .list-projects {
		margin: 0;
		margin-top: 10px;
		width: 100%;
	}
	#nataneka .list-projects li {
		width: 33.3333%;
		margin: 0;
		float: left;
		text-align: left;
		border-bottom: 1px solid #3c3531;
	}
	#nataneka .list-projects li .name {
		display: none;
	}
	#nataneka .list-projects li img {
		display: inline-block;
		width: 100%;
		margin-right: 10px;
	}

	#nataneka .others-projects .boxslide {
		margin-top: 43px;
	}
	#nataneka .others-projects .sidebar {
		position: absolute !important;
		width: 100%;
		background: #211c19;
	}
	#nataneka .others-projects .sidebar .list-projects {
		margin: 0 !important;
	}
	#nataneka .others-projects .sidebar .list-projects li {
		width: 50%;
		padding: 10px;
		text-align: center;
	}
	#nataneka .others-projects .sidebar .list-projects li.active {
		border-bottom: 2px solid #909090;
	}

	#nataneka #about .boxtext {
		padding: 15px !important;
		left: 0;
	}

	#nataneka #contact .boxtext,
	#nataneka #contact .boxmap {
		display: block;
		padding-bottom: 20px;
	}

	#nataneka #contact .boxtext {
		text-align: left;
	}
}

@media only screen and (max-width: 480px) {

	.col-xs-1, .col-xs-2, .col-xs-3, 
	.col-xs-4, .col-xs-5, .col-xs-6, 
	.col-xs-7, .col-xs-8, .col-xs-9, 
	.col-xs-10, .col-xs-11, .col-xs-12 {
		float: none;
		width: 100%;
	}

}