body, .header-wrap {
	background-color: #EEEEEE;
	padding-left: 60px;
	text-align: left;
}
.fullwidth {
	padding-left: 0;
	padding-right: 0;
}
.page-wrap .content-wrapper {
	background-color: #EEEEEE;
}
.container {
	width: 100% !important;
}
#colophon {
	padding: 0;
}
.entry-footer {
    margin-top: 0;
}
a {
	text-decoration: underline;
}
.content-area .post-wrap {
	padding-left: 10px;
}
#content {
	margin-top: 15px;
}
.page-wrap,
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper,
.siteorigin-panels-stretch,
.panel-row-style {
	padding-top: 0 !important;
}
.page-wrap,
.panel-row-style,
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
	padding-bottom: 0 !important;
}
a {
	color: #555;
}
p {
	line-height: 20px;
	margin-bottom: 5px;
}
hr {
    border-top: 1px dashed #000000;
}

/**** HEADER ****/
.site-header {
    background-color: #EEEEEE;
	padding-left: 15px;
	padding-bottom: 40px;
}
.site-logo {
	max-height: 50px;
    margin-bottom: -25px
}
.project-filter {
    float: right;
	margin: -50px 0 0 0;
    position: relative;
    z-index: 1000;
}
.project-filter li  {
	background-color: transparent;
}
.project-filter li a {
	color: #AAAAAA;
	font-size: 18px;
	font-weight: normal;
}
.project-filter li a.active,
.project-filter li a:hover,
#secondary .project-filter li a.active,
#secondary .project-filter li a:hover {
	font-weight: bold;
	color: #AAAAAA;
}
.project-filter li a.active,
.project-filter li a:hover {
	background-color: #EEEEEE;
	font-weight: bold;
}
#mainnav ul li {
    position: static;
}
#mainnav li {
	padding: 0 24px;
}
#mainnav ul li a, #mainnav ul li::before {
    color: #AAAAAA;
}
#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 32px;
		font-family: "Raleway", sans-serif;
		font-weight: 500;
		text-decoration: none;
		outline: none;
}
#mainnav ul li a:hover,
#mainnav ul li ul.sub-menu li a:hover {
	color: #AAAAAA;
}

#mainnav ul li ul.sub-menu {
	visibility: hidden;
}
#mainnav ul li ul.sub-menu {
	position: absolute;
	top: 45px;
	width: 900px;
	right: 100px;
	text-align: right;
}
#mainnav .sub-menu li {
	float: right;
}
#mainnav .sub-menu li a {
	font-size: 18px;
	padding: 0 10px;
	background-color: transparent;
}
#mainnav ul li.current-menu-item ul.sub-menu,
#mainnav ul li.current-menu-parent ul.sub-menu {
	visibility: visible;
}
#mainnav ul li.current-menu-item a,
#mainnav ul li.current-menu-parent a,
#mainnav ul li.current-menu-parent .sub-menu .current-menu-item a {
	color: #000000;
	font-weight: bold;
}
#mainnav ul li.current-menu-item .sub-menu a,
#mainnav ul li.current-menu-parent .sub-menu a {
	color: #AAAAAA;
	font-weight: normal;
}
#mainnav ul li.current-menu-item .sub-menu a.active,
#mainnav ul li.current-menu-parent .sub-menu a.active {
	color: #000000;
	font-weight: bold;
}

/* Languages */
#mainnav ul.lang-menu {
	color: #AAAAAA;
	position: absolute;
	top: 45px;
	right: 39px;
}
#mainnav ul.lang-menu li {
	padding: 0;
}
#mainnav ul.lang-menu a {
	font-size: 18px;
	text-transform: uppercase;
}
#mainnav ul.lang-menu .current-lang a {
	color: #000000;
	font-weight: bold;
}
.lang-item {
	display: inline;
	list-style: none;
}
#mainnav-mobi ul.lang-menu {
	height: 46px;
}

/**** WORK ****/
.panel-grid {
    max-width: 100%;
}
.roll-project.fullwidth .project-item {
	width: calc(20% - 10px);
	margin: 5px;
}
.roll-project .project-item .project-pop {
    background-color: #555;
}
.roll-project .project-title span {
	text-shadow: 0 0 5px #000000;
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.roll-project.fullwidth .project-item {
		width: calc(25% - 10px);
	}
}
@media only screen and (max-width: 1160px) {
	.header-wrap {
		padding-left: 0;
	}
}
/* Smaller than standard 980 */
@media only screen and (max-width: 991px) {
	.roll-project.fullwidth .project-item {
		width: calc(33.3% - 10px);
	}
	body {
		padding-left: 30px;
	}
	.header-wrap {
		padding-left: 0;
	}
	.project-filter {
		display: none;
	}
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.roll-project.fullwidth .project-item {
		width: clac(50% - 10px);
	}
	body {
		padding-left: 30px;
	}
	.header-wrap {
		padding-left: 0;
	}
	.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	.roll-project.fullwidth .project-item {
		width: calc(50% - 10px);
	}
}

/**** TEAM ****/
.team-item .team-inner div {
	width: 100%;
}

/**** FOOTER ****/
.site-footer {
    background-color: #EEEEEE;
}

/***** GALERY *****/
.galleria-theme-nextgen_pro_horizontal_filmstrip .galleria-thumbnails {
    margin: 0 !important;
}

/***** WIDGETS *****/
.panel-grid-cell .widget-title {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
	color: #000000 !important;
}
.panel-grid-cell .widget-title:after {
	display: none;
}
.roll-project {
	padding-bottom: 0;
}
.project-wrap {
	overflow: hidden;
}
.projects-arrows {
	margin-top: -10px;
	text-align: center;
}
/***** POSTS *****/
.nav-links {
    display: none;
}
.show_more_link {
	cursor: pointer;
}
.back-link {
	position: absolute;
	top: 0;
	left: -60px;
	height: 100%;
	width: 60px;
	text-align: center;
	text-decoration: none;
	background: black;
	color: white;
}
.back-link span.rotate {
	display: block;
	position: relative;
	top: 48%;
	font-size: 22px;
	font-weight: bold;

	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.team-content {
	margin-bottom: 15px;
}
.team-content .pos {
	font-size: 12px;
    margin-top: -5px;
}




.hidden {
	display: none;
}
.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.preloader2 {
	background: transparent;
    height: 60%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 60%;
    z-index: 9999;
}
.spinner2 {
	height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}
.spinner2 .pre-bounce1,
.spinner2 .pre-bounce2 {
	-webkit-animation: 2s ease 0s normal none infinite bounce;
			animation: 2s ease 0s normal none infinite bounce;
	background-color: #de4939;
	border-radius: 50%;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.spinner2 .pre-bounce2 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.mainnav-social {
	float: right;
	margin-top: 7px;
}
.mainnav-social a {
	text-decoration: none;
	margin-right: 20px;
}