/* CSS Document */


body,
h1, h2, h3, h4, h5, h6 {
	color: #666666 !important;
}

/* Header */

#main-header {
	width: 80%;
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
	
}

.container {
	max-width: 1450px !important;
}

.et_header_style_centered #main-header .logo_container {
	height: 60px !important;
}
.et_header_style_centered #logo {
	max-width: 655px;
	max-height: 82% !important;
	margin-left: -0.4% !important;
	margin-top: -72px;
}
.et_header_style_centered #main-header .container {
	text-align: left !important;
	/*padding-left: 1.5% !important;*/
	padding-left: 0 !important;
	margin: 0;
	width: 100%;
}
#main-header {
	/*margin-top: -43px;*/
	background: none;
	/*z-index: -1;*/
	/*width: 455px;
	margin-left: calc((100vw - 80%)/2);*/
}
#main-header #et-top-navigation {
	margin-top: -28px;
}

.et_header_style_centered nav#top-menu-nav {
	display: inline-block !important;
}
#et_mobile_nav_menu {
	display: none;
}

#top-header {
	
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1450px;
	background: 0 !important;
}
#top-header .container {
	width: calc(100% - 455px);
	/*margin-right: 1.5%;*/
	margin-right: 0;
	padding-top: 1em;
}


#et-secondary-nav .menu-item-has-children > a:first-child::after {
	content: '';
	right: -5px;
}
#et-secondary-nav .burger > a {
	padding-right: 42px !important;
}
#et-secondary-nav .burger > a::after {
	content: '\61' !important;
	cursor: pointer;
	font-family: 'ETmodules' !important;
	float: left;
	font-size: 38px !important;
	margin-bottom: 5px;
}


/* general */
.et_pb_section_0 {
	padding-top: 0px !important;
}

/* single project and non overview pages */
div.et_pb_row {
	max-width: 1250px;
	padding-top: 15px;
}


/*
.page-id-38 #top-header {
	display: block;
	visibility: hidden;
}
.page-id-464 #top-header {
	display: block;
	visibility: visible;
}
*/

/* Home Gallery Slider */
.nc_et_pb_gllry_w_slider_captions_0 {
    margin-top: 130px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
}


/* Home slider */

.gallery_slider_no_handles,
.gallery_slider_no_handles .et_pb_gallery_items {

	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none !important;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none !important;
}

.gallery_slider_no_handles .et_pb_grid_item {
	display: block !important;
	clear: none !important;
}

/*.page-id-464 .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,*/
.gallery_slider_no_handles .et_pb_grid_item {
	width: 11.3% !important;	
}
.gallery_slider_no_handles .et_pb_grid_item .et_overlay {
	display: none;
}


.ds-carousel {
	max-width: 1450px !important;
}
#ur-artists {
	max-width: 850px !important;
}

.ur_main_artists_txt_module h2 {
	font-weight: 700;
	color: #666;
}

.ur_main_artists_txt_module a {
	/*color: #000;*/
	color: #666;
}

/* Portfolio Overview */

.portfolio_module_row.et_pb_row {
	max-width: 1450px !important;
	padding-top: 15px;
}

.nc_et_pb_proj_portfolio {
	max-width: 1450px;
	max-width: calc(1450px + 3%);
	margin-left: -1.5%;
	margin-right: -1.5%;
}
article.type-project .et_pb_gallery,
article.type-project .et_pb_text {
	max-width: 1450px;
	
}
.et_pb_column .nc_proj_portfolio_grid_items .et_pb_grid_item.nc_grid_item {
	margin-right: 1.5% !important;
	margin-left: 1.5% !important;
	margin-top: 1.5% !important;
	margin-bottom: 1.5% !important;
}
.et_pb_column .nc_proj_portfolio_grid_items .et_pb_grid_item.nc_grid_item{
	width: 30.25% !important;
}


/* Porfoloio Project Detail */


#ur_bck_lnk {
	margin-bottom: 0;
}

.type-project .nc_et_pb_projimg_gallery_0 {
	margin-top: -15px;
}

.type-project .et_pb_text .et_pb_text_inner {
	margin-left: 1.6% !important;
}

.nc_gallery_items .nc_grid_item {
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.nc_grid_item {
	width: 47% !important;
}
.nc_grid_item--2 {
	width: 97% !important;
}


/* Media Queries */

@media all and (max-width: 1200px) {
	
	.et_header_style_centered #logo {
		max-width: 455px;
	}
}

@media all and (max-width: 980px) {
	
	#top-header,
	#et-secondary-menu,
	#et-secondary-nav {
		display: block !important;
	}
	#top-menu {
		display: block !important;
	}
	
}

@media all and (max-width: 767px) {
	.et_pb_column .nc_proj_portfolio_grid_items .et_pb_grid_item.nc_grid_item{
	width: 46% !important;
}
	
}