/*********************************************
	RESET
*********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
}

/*Remove button padding in FF*/
input::-moz-focus-inner {border: 0; padding: 0;}

/*********************************************
	GLOBAL
*********************************************/
html {
	background: #fff;
	position: relative;
}
body {
	font-size: 16pt;
	font-family: 'NarkisBlockMFO', sans-serif;
	color: #231f20;
	position: relative;
	background: transparent;
	overflow-x:hidden;
}
a {color: #231f20;}
a:link {}
a:hover,
a:active,
a:focus {
	color: #231f20;
}
a:visited,
a:link,
a:active {
	text-decoration: none;
}
img {max-width: 100%;}
.row.main-row {margin: 0;}
.row.main-row.main-row-first {margin-top: 100px;}
.disable-scroll {}
.mobile-only {display: none;}
.float-break {
	display: table;
	width: 100%;
}

/* scrollbar */
/*::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {
	background: #262626;
	border: 1px solid #2e2d2d;
}
::-webkit-scrollbar-thumb {
	background: #4d4d4d;
	border: 1px solid #2e2d2d;
}*/

input,
textarea {
	outline: 0;
}

/* animations */
@keyframes bounce2 {
	0% {
		transform: translate3d(0,0,0);
	}

	35% {
		transform: translate3d(0,0,0);
	}

	50% {
		transform: translate3d(0,-3px,0);
	}

	65% {
		transform: translate3d(0,3px,0);
	}

	80% {
		transform: translate3d(0,0,0);
	}
}

.row {margin: 0 -25px;}
[class*="col-"] {padding: 0 25px;}
.overflow-hidden {overflow: hidden !important;}
.bounce2 {
	animation-name: bounce2;
	transform-origin: center center;
	animation-duration: 2s;
}

/* spacers */
.spacer1 {margin-top: 90px;}
.spacer2 {margin-top: 90px;}
.spacer3 {margin-top: 135px;}

.project-gallery.spacer2{margin-top:40px;}

/* font-sizes */
.f1b {
	font-size: 23pt;
	font-weight: bold;
	line-height:1.3em;
}
.f1c {
	font-size: 23pt;
	font-weight: normal;
	line-height: 1.3em;
}
.f2 {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 2px;
	line-height:1.3em;
}
.f3 {
	font-size: 40pt;
	font-weight: bold;
	line-height:1.3em;
}
.f4 {
	font-size: 14pt;
	font-weight: normal;
	line-height:1.3em;
}
.f5 {
	font-size: 18pt;
	font-weight: normal;
	line-height:1.4em;
}
.f6 {
	font-size: 20pt;
	font-weight: normal;
	line-height:1.3em;
}

/*********************************************
	STRUCTURE
*********************************************/
#site-wrap {
	width: 100%;
}
.main-container {
	margin: 0 36px;
}
.main-container:before,
.main-container:after {
	display: table;
	content: " ";
}

/*********************************************
	HEADER
*********************************************/
/* #header-top */
#header-top {
	display: table;
	width: 100%;
	height: 33px;
	background: #fff;
	position: relative;
	z-index: 999;
}
#header-top .main-container {margin: 0 10px;}
#header-top #languages-menu {
	float: left;
	margin-right: 10px;
}
#header-top #languages-menu:hover ul {display: block;}

/* #access-btn */
#access-btn {
	float: left;
	margin-top: 3px;
}

/* #languages-menu */
#languages-menu {
	height: 33px;
	background: #f3f3f4;
	font-size: 12pt;
	font-weight: 500;
	margin-left: 13px;
}
#languages-menu button {
	border: 0;
	color: #fff;
	outline: 0;
	padding: 5px 17px 5px 38px;
	background:#000;
}
#languages-menu button a {
	color:#fff;
}
#languages-menu button .caret {
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	border: 0;
	background: url(../images/language_arrow-white.svg) 0 0 no-repeat;
	background-size: 100%;
}
#languages-menu .dropdown-menu {
	width: 100%;
	min-width: 100%;
	border: 1px solid #231f20;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#languages-menu .dropdown-menu.open {display: block;}
#languages-menu .dropdown-menu a {
	font-size: 12pt;
	font-weight: 500;
	color: #231f20;
}
#languages-menu .dropdown-menu a:hover {
	color: #fff;
	background: #231f20;
}

/* #header-bottom */
#header-bottom {
	display: table;
	width: 100%;
	height: 53px;
	/*margin-bottom: 24px;*/
	padding: 10px 0 15px 0;
	background: #fff;
	position: relative;
	z-index: 998;
}
#header-bottom.affix {
	width: 100%;
	position: fixed !important;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 998;
}
#logo {
	float: right;
}
.nav-section {float: left;}

/* .social-links */
#header-bottom .social-links {
	float: left;
	margin: 11px 36px 0 0;
}
#header-bottom .social-links a:first-child {margin-right: 0;}
#header-bottom .social-links a {
	float: right;
}
#header-bottom .social-links i {
	display: block;
	height: 25px;
	background: url(../images/social-icons.png) 0 0 no-repeat;
}
#header-bottom .social-links i.facebook {
	width: 21px;
	background-position: -110px 0;
}
#header-bottom .social-links i.youtube {
	width: 31px;
	background-position: -69px 0;
}
#header-bottom .social-links i.instagram {
	width: 24px;
	background-position: -38px 0;
}
#header-bottom .social-links i.mail {
	width: 28px;
	background-position: 0px 0;
}

/* #main-nav */
#main-nav {
	float: right;
	margin-top: 16px;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav ul li {
	float: right;
	margin-right: 35px;
	font-size: 16pt;
	letter-spacing:1.5px;
}
#main-nav ul li a {
	display: block;
	position: relative;
}
#main-nav ul li.current_page_item a:after { /* bold */
	/*display: none;
	content: attr(data-text);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: width 0.5s;
	font-weight: bold;
	white-space: nowrap;
	background: #fff;*/
}
#main-nav ul li.current_page_item a {font-weight:bold;}
#main-nav ul li.current_page_item > a:after {display: block;}

#main-nav ul li a:hover:after { /* underline */
	width: 0;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	transition: width 0.5s;
	background: #000;
}
#main-nav ul li > a:hover:after {width: 100%;}
#main-nav ul .subnav li > a:hover:after{width:0;}
#main-nav ul li.current_page_item > a:hover:after{width:0;}
#main-nav ul li:hover .subnav {top: 100%;z-index:3;}

#main-nav ul li.current-menu-ancestor .subnav{top: 100%;z-index:2;}
#main-nav ul li.menu-item-has-children .subnav a{font-weight:300;}

#main-nav ul li.menu-item-has-children .subnav li.current_page_item a{font-weight:bold;}
#main-nav ul li.current_page_ancestor a{font-weight:bold;}

#main-nav ul li.menu-item-has-children .subnav .current-child a{font-weight:bold;}

#main-nav ul li.menu-item-has-children > a {padding-left: 20px;}
#main-nav ul li.menu-item-has-children > a:after {padding-left: 20px;width:72%;right:0;left:inherit;}
#main-nav ul li.menu-item-has-children > a:before {
	content: "";
	width: 13px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translateY(-50%);
	border: 0;
	background: url(../images/language_arrow.svg) 0 0 no-repeat;
	background-size: 100%;

}
#main-nav .subnav {
	width: 100%;
	position: absolute;
	top: -1000px;
	left: 0;
	padding-top: 29px;
	margin-top: -29px;
}
#main-nav .subnav ul {
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f2;
}
#main-nav .subnav li {
	float: none;
	margin: 0;
	padding: 0 14px;
	font-size: 14pt;
	position: relative;
}

#main-nav .subnav li:first-child:before, #main-nav .subnav li:nth-child(2):before {display: none;}
#main-nav .subnav li:before {
	content: "|";
	position: absolute;
	right: -1px;
	top: 2px;
}
#main-nav .subnav li a {letter-spacing: 1px;}
#main-nav .subnav li.active a:after {background: #f1f1f2;}

/* mobile-nav */
#mobile-actions {
	display: none;
	float: left;
}
#mobile-nav-btn {
	display: none;
	float: left;
	width: 33px;
	background: transparent;
	padding: 0;
}
#mobile-nav-btn span {
	display: block;
	height: 5px;
	background: #000;
	border-radius: 1px;
	margin: 4px 0;
}

#mobile-language {
	float: left;
	margin-left: 17px;
	margin-top: 3px;
	position: relative;
}
#mobile-language > a > img {
	display: block;
	width: 26px;
	height: 26px;
}
#mobile-language ul:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
}
#mobile-language ul {
	display: none;
	list-style: none;
	padding: 8px 15px;
	margin: 12px 0 0;
	text-align: center;
	background: #000;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
}
#mobile-language ul.active {display: block;}
#mobile-language ul li a {
	color: #fff;
	font-size: 13pt;
	line-height: 0.8em;
	position: relative;
}
#mobile-language ul li a:after {
	content: "";
	display: none;
	height: 1px;
	background: #fff;
}
#mobile-language ul li.active a:after {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#mobile-nav {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed !important;
	top: -110%;
	left: 0;
	z-index: 9998;
	overflow: hidden;
	transition: top 0.5s;
}
#mobile-nav.active {overflow-y: auto;}
#mobile-nav ul {
	list-style: none;
	margin: 160px auto 0;
	padding: 0;
	display: table;
	min-width: 250px;
}
#mobile-nav ul li {
	margin: 0 0 1em;
	line-height: 1.5em;
}
#mobile-nav ul li a {
	display: block;
	font-size: 22pt;
	font-weight: normal;
	color: #fff;
	text-align: right;
	position: relative;
	padding-bottom: 5px;
}
#mobile-nav ul li a:after {
	display: none;
	content: "";
	width: 100%;
	height: 2px;
	background: #7a1600;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#mobile-nav ul li.active a:after {display: none;}

#mobile-nav .has-dropdown > a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/icons/left-arrow.svg) 0 center no-repeat;
	background-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}
#mobile-nav .subnav.active {
	/*display: block;*/
	opacity: 1;
	z-index: 2;
}
#mobile-nav .subnav {
	/*display: none;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 2;*/
	z-index: -1;
	background: #000;
	transition: opacity 0.5s;
	opacity: 0;
}
#mobile-nav .subnav .has-dropdown a:before {
	background-image: url(../images/icons/down-arrow.svg);
	background-size: auto 12px;
}

#mobile-nav header {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	position: absolute;
	height:61px;
	top: 0;
	left: 0;
	z-index: 10;
}
#mobile-nav header > img {width: 190px;}
#mobile-nav header > a {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	padding: 10px 20px;
}
#mobile-nav header > a img {width: 25px;}
#mobile-nav footer  {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: 10;
}
#mobile-nav footer .social-links {text-align: center;}
#mobile-nav footer .social-links a {
	display: inline-block;
	margin: 0 5px;
}
#mobile-nav footer .social-links img {width: 30px;}
#mobile-nav footer .social-links .facebook {}
#mobile-nav footer .social-links .instagram {}

#to-top {
	display: inline-block;
	margin-top: 30px;
}
#to-top img:first-child {display: block;}
#to-top img:last-child {display: none;}
#to-top:hover img:first-child {display: none;}
#to-top:hover img:last-child {display: block;}

/* #main-slider */
#main-slider-container {
	width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#main-slider {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}
#main-slider .main-slider-item {
	float: right;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main-slider-container > .container {
	display: table;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#main-slider-container > .container #main-slider-caption,
#main-slider-container > .container #main-slider-logo {display: table-cell;}
#main-slider-container > .container #main-slider-logo {
	text-align: left;
	position:relative;
}
#main-slider-container > .container #main-slider-logo svg {
	position:absolute;
	top:0;
	left:0;
	width:auto !important;
	/*height:auto !important;*/
}
#main-slider-container > .container #main-slider-caption {
	text-align: right;
	color: #fff;
	letter-spacing:0.8px;
	vertical-align: bottom;
	padding-bottom: 80px;
	line-height:1.3em;
	visibility: hidden;
}

/*********************************************
	FOOTER
*********************************************/
#footer {
	display: table;
	width: 100%;
	background: #000;
	padding: 50px 0;
}
#footer-logo {
	margin-top:21px;
}
#footer-content {
	color: #fff;
	font-size:15pt;
	font-weight:normal;
	line-height:1.3em;
}
#footer .address-info {
	display: block;
	margin-bottom: 10px;
}
#footer-content span + span {
	display: inline-block;
	border-right: 1px solid #fff;
	margin-right: 16px;
	padding-right: 15px;
}

#mobile-social-footer {
	display: none;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	background: #000;
	text-align: center;
}
#mobile-social-footer .col:first-child {border: 0;}
#mobile-social-footer .col {
	float: right;
	display: block;
	width: 33.333%;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
#mobile-social-footer a {
	display: inline-block;
	padding: 3px;
}
#mobile-social-footer a.mail {padding:0;}
#mobile-social-footer .mail img {
	width: 30px;
	position: relative;
	top: 4px;
}
#mobile-social-footer .call img {width: 28px;}
#mobile-social-footer .waze img {width: 33px;}

/*********************************************
	CONTENT
*********************************************/
#main-post {
	text-align: center;
}
#main-post .main-post-title {
	margin: 0 0 0.8em;
}
#main-post p{
	padding: 0 110px;
}

/* SECTION */
.section {}
.section-title {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #231f20;
	margin: 0 0 50px;
}
.section .section-bottom, .alm-btn-wrap {
	text-align: center;
	margin: 50px auto 0;
}
.alm-btn-wrap .section-btn{
	background:#fff;
}
.section-btn {
	display: inline-block;
	padding: 8px 15px;
	min-width:190px;
	border: 2px solid #231f20;
	text-align:center;
	outline:0;
}
.filter-buttons.child .section-btn{
	min-width:auto;
}
.section-btn:hover {
	background: #231f20;
	color: #fff;
}
.section-btn.active{
    background: #231f20;
	color: #fff;
}
.readmore {
	font-weight: bold;
	position: relative;
	display:inline-block;
}
.readmore:hover:after{
	display:block;
}
.readmore:after {
	content: "";
	width: 100%;
	border-bottom: 2px solid #231f20;
	position: absolute;
	bottom: -1px;
	right: 0;
	display:none;
}

/* PROJECTS */
.projects-gallery.projects-gallery-even[data-columns]::before {content: '4 .col-md-3';}
.projects-gallery.projects-gallery-inner[data-columns]::before {content: '4 .col-md-3';}
.projects-gallery.projects-gallery-odd {height: 0;}
.projects-gallery {overflow: hidden;}
.projects-gallery-item {text-decoration: none;}
.projects-gallery-item + .projects-gallery-item {margin-top: 50px;}
.projects-gallery-item .project-item {
	display: block;
	position: relative;
	overflow: hidden;
}
.projects-gallery-item .project-item img {
	width: 100%;
	filter:grayscale(1);
	transition: filter 0.5s;
	height:auto;
}
.projects-gallery-item .project-item .project-item-title {
	width: 100%;
	position: absolute;
	bottom: -50%;
	background: rgba(35,31,32,0.9);
	transition: bottom 0.5s, top 0.5s;
	color: #fff;
	padding: 8px 5px;
	text-align: center;
}
.projects-gallery-item .project-item:hover img {filter:grayscale(0);}
.projects-gallery-item .project-item:hover .project-item-title {
	top: auto;
	bottom: 0;
}

.projects-tbl {
	width: 100%;
	border-collapse: collapse;
}
.projects-tbl th,
.projects-tbl td {
	text-align: right;
	border-top: 2px solid #000;
	font-weight: bold;
	font-size: 12pt;
}
.projects-tbl th {
	padding: 10px;
	border-top: 0;
	position: relative;
	cursor:pointer;
}
/*.projects-tbl td {
	padding: 20px 10px;
}*/
.projects-tbl td a{
	padding: 20px 10px;
	display:block;
}
.projects-tbl tr.projects-tbl-item:last-child td {border-bottom: 2px solid #000 !important;}
.projects-tbl tr.projects-tbl-item:hover td {
	background: #f1f1f2;
	border-color: #f1f1f2;
}
.projects-tbl tr.projects-tbl-item:hover + tr td {border-color: #f1f1f2;}
.projects-tbl tr.projects-tbl-item:hover:last-child td {border-bottom: 2px solid #f1f1f2 !important;}
.projects-tbl td.project-item-year span,
.projects-tbl td.project-item-size span {
	font-weight: normal;
	font-size: 11pt;
}
.projects-tbl th.headerSortDown:after {
	display: inline-block;
	border-top: 5px solid #000;
	border-bottom: 0;
}
.projects-tbl th.headerSortUp:after {
	display: inline-block;
	border-bottom: 5px solid #000;
	border-top: 0;
}
.projects-tbl th:after {
	content: "";
	display: none;
	width: 0;
	height: 0;
	margin-right: 5px;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.projects-tbl th:hover:after{
	display: inline-block;
	border-color:#b3afa9 !important;
	border-right-color:transparent !important;
	border-left-color:transparent !important;
}

/* ABOUT */
#about-post {}
#about-post .about-post-video-thumb {position: relative;}
#about-post .about-post-video-thumb .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	outline: 0;
}
body.en #about-post .about-post-content {
	padding-top:0;
}
#about-post .about-post-content {
	padding-top: 40px;
}
#about-post .about-post-title {
	margin: 0 0 1em;
}
#about-post .about-post-content p {margin-bottom: 1em;}

/* MORE SECTION */
.section.more-section {}
.more-section-items {}
.more-section-items .more-section-item {}
.more-section-item-btn {
	display: block;
	position: relative;
}
.more-section-item-btn img {
	filter: grayscale(1);
	transition: filter 0.5s;
}
.more-section-item-btn .more-section-item-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	white-space: nowrap;
}
body.en .more-section-item-btn .more-section-item-title{
	white-space: inherit;
	text-align:center;
}
.more-section-item-btn:hover img {filter: grayscale(0);}

/* POSTS LIST */
.posts-list {}
.posts-list-item + .posts-list-item {margin-top: 50px;}
.post-item {
	background: #f3f3f4;
	position: relative;
	overflow: hidden;
}
.post-item .post-item-thumb {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:373px;
}
.post-item .post-item-content {padding: 40px 0 25px 50px;}
.post-item header {margin: 0 0 30px;}
.post-item .post-item-title {
	margin: 0 0 10px;
}
.post-item .post-item-meta {}
.post-item p {margin-bottom: 1em;}

.section.about-section {margin-top: 40px;}
.section.about-section .section-title {margin: 70px 0;}
.section.about-section .post-item {background: transparent;}
.section.about-section .post-item .post-item-thumb{text-align: center;}
.section.about-section .post-item .post-item-title {font-weight: normal;}
.section.about-section .post-item .post-item-content {padding: 0;}

.section.about-company .post-item {background: transparent;}


/* FILTERS */
#filters {
	background: #f1f1f2;
	padding: 20px 0;
}
.filters {position: relative;}
.filters p {margin: 0;}
.filters .filter-buttons {
	overflow: hidden;
	margin: 20px -5px 0;
}
.filters .filter-buttons a {float: right;margin: 0 5px;}
/*.filters .filter-buttons a + a {margin-right: 10px;}*/
.filters .filter-buttons-row:first-child {margin-right: 0;}
.filters .filter-buttons-row {
	float: right;
	margin-right: 10px;
}

.view-filters {
	float: left;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.view-filters a {
	float: right;
	width: 29px;
	height: 29px;
}
.view-filters a + a {margin-right: 10px;}
.view-filters .gallery-view-btn span:nth-child(2n+1) {margin-left: 1px;}
.view-filters .gallery-view-btn span:nth-child(1),
.view-filters .gallery-view-btn span:nth-child(2) {margin-bottom: 1px;}
.view-filters .gallery-view-btn span {
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: #787879;
}
.view-filters .gallery-view-btn.active span {background: #000;}
.view-filters .gallery-view-btn:hover span {background: #000;}

.view-filters .list-view-btn {width: 38px;}
.view-filters .list-view-btn span + span {margin-top: 8px;}
.view-filters .list-view-btn span {
	display: block;
	width: 29px;
	height: 2px;
	background: #787879;
	position: relative;
	margin-top: 4px;
}
.view-filters .list-view-btn span:before {
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid #787879;
	position: absolute;
	top: -3px;
	left: -9px;
	border-radius: 2px;
}
.view-filters .list-view-btn.active span {background: #000;}
.view-filters .list-view-btn.active span:before {border-color: #000;}
.view-filters .list-view-btn:hover span {background: #000;}
.view-filters .list-view-btn:hover span:before {border-color: #000;}

/* SLIDER INNER */
.slider-container {
	width: 100%;
	position: relative;
	margin-bottom: 2.5em;
}
.slider-container .slider {}
.slider-container .slick-slide {float: right;}
.slider-container .slick-dots {
	display: table;
	margin: 15px auto 0;
	list-style: none;
	padding: 0;
}
.slider-container .slick-dots li:first-child {}
.slider-container .slick-dots li {
	float: right;
	height: 18px;
	margin: 0 4px;
	line-height: 0;
}
.slider-container .slick-dots li button {
	width: 18px;
	height: 18px;
	background: transparent;
	font-size: 0;
	overflow: hidden;
	text-indent: -100px;
	border: 2px solid #231f20;
	border-radius: 100%;
}
.slider-container .slick-dots li.slick-active button {background: #231f20;}
.slider-container .slick-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border: 0;
	overflow: hidden;
	font-size: 0;
	text-indent: -100px;
	outline: 0;
}
.slider-container .slick-arrow.slick-prev {
	right: 30px;
	background: url(../images/arrow-right.svg) center center no-repeat #231f20;
	background-size: 40px;
}
.slider-container .slick-arrow.slick-next {
	left: 30px;
	background: url(../images/arrow-left.svg) center center no-repeat #231f20;
	background-size: 40px;
}
.slider-container .slick-arrow:hover {/*background-color: #832a1a;*/}
.slider-container.hide-dots .slick-dots {display: none !important;}

.slider2 .slider-item {position: relative;}
.slider2 .slider-item-caption {
	width: 100%;
	padding: 8px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 13pt;
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.slider2 .slider-item-caption p {
	margin-bottom:0;
}
.slider2 .slider-item-caption a{
	color:#fff;
	outline:0;
	text-decoration: underline;
}

img.play-btn-img{
	width:auto !important;
	height:auto !important;
}

.more-info span{color:#fff;}
.more-info a, .more-info a:hover, .more-info a:active, .more-info a:focus {
	color: #fff;
}

.credit{
	text-align:left;
	font-size:10pt;
	margin:10px 0;
}


/* VIDEO THUMB */
.video-thumb {
	position: relative;
	margin: 2.5em 0 0;
}
.video-thumb .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	outline: 0;
}
.video-thumb + p {margin-top: 2.5em;}

/* ARTICLE */
#main-slider-container + .container .back-nav {margin-top: 40px;}
.back-nav {
	position: absolute;
	margin-top: 30px;
}
.back-arrow {
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url(../images/back-arrow.png) 0 0 no-repeat;
	margin-left: 10px;
}
.post {}
.post-title.no-margin {margin: 0;}
.post-title {
	border-bottom: 2px solid #231f20;
	margin: 0 0 1em;
}
.post-meta {
	margin-bottom: 30px;
}
.post-intro {
	margin-bottom: 1em;
}
.post-content {}
.post-content img{
	max-width:100%;
	height:auto;
}
.post-content a{
	text-decoration: underline;
}
.post-content a:hover{
	text-decoration: none;
}
.post-content p + p {margin-top: 1em;}
.post-content p + img {margin-top: 1em;}
.post-content p + .slider-container {margin-top: 2em;}

.border-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.border-list.title-align li:first-child {padding: 10px 0 1px;}
.border-list li {
	padding: 10px 0 8px;
	border-bottom: 2px solid #231f20;
}
.sections.border-list li{
	padding: 10px 0 16px;
	border-bottom: 2px solid #231f20;
}
.border-list li .date {display: block;}

/* PROJECT */
.project-gallery {
	margin-right: -25px;
	margin-left: -25px;
	padding: 0;
	list-style: none;
}
.project-gallery .project-gallery-item {
	float: right;
	padding: 0 25px;
	margin-top: 50px;
	overflow: hidden;
}
.project-gallery .project-gallery-item.narrow-item {width: 33.333%;}
.project-gallery .project-gallery-item.wide-item {width: 66.666%;}
.project-gallery .project-gallery-item.full-item {width: 100%;}
.project-gallery .project-gallery-item img {
	width: 100%;
	height: auto;
}
.project-gallery .project-gallery-item:hover img {}
/*
.project-gallery .project-gallery-item:nth-child(1),
.project-gallery .project-gallery-item:nth-child(2),
.project-gallery .project-gallery-item:nth-child(3) {margin-top: 0;}
*/

/* GRAY BOX */
.gray-box {
	background: #f3f3f4;
	padding: 50px 100px 30px 50px;
}
.gray-box a{
	text-decoration: underline;
}
.gray-box a:hover{
	text-decoration: none;
}
.gray-box-title {
	font-size: 24pt;
	font-weight: bold;
	margin: 0 0 1em;
}
.gray-box-slider-container {
	margin: 0 0 0 -50px;
	margin-top: 30px;
}
.gray-box-slider {}
.gray-box-slider-item:first-child {margin-right: 0;}
.gray-box-slider-item:last-child {margin-left: 0;}
.gray-box-slider-item {
	float: right;
	width: auto;
	margin-right: 20px;
}
.gray-box-slider-caption {padding: 8px 0;}
.gray-box-slider-item .play-btn {
	display: block;
	position: relative;
}
.gray-box-slider-item .play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	outline: 0;
}
.gray-box-slider-container.swiper-container-rtl .swiper-button-next,
.gray-box-slider-container.swiper-container-rtl .swiper-button-prev {
	width: 60px;
	height: 60px;
	margin-top: -50px;
	right: 20px;
	left: auto;
	background: url(../images/arrow-right.svg) center center no-repeat #231f20;
	background-size: 40px;
}
.gray-box-slider-container.swiper-container-rtl .swiper-button-next {
	left: 20px;
	right: auto;
	background: url(../images/arrow-left.svg) center center no-repeat #231f20;
}


/* SIDE NAV */
aside .side-nav {padding-top: 8px;}
.side-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.side-nav ul li {
	margin-bottom: 14px;
}
.side-nav ul li a {
	display: block;
	padding: 8px 13px;
	border: 2px solid #939598;
}
.side-nav ul li a:hover,
.side-nav ul li.active a {
	background: #000;
	color: #fff;
	border-color: #000;
}

/* INNER NAV */
#inner-nav-spacer {margin-bottom: 90px;}
#inner-nav {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 100;
}
#inner-nav a {
	display: block;
	background: #f1f1f2;
	text-align: center;
	padding: 8px 10px 6px;
	font-size: 14pt;
}
#inner-nav > a:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 8px;
	border: 0;
	background: url(../images/language_arrow.svg) 0 0 no-repeat;
	background-size: 100%;
	margin-right: 10px;
}
#inner-nav.active ul {display: block;}
#inner-nav ul {
	display: none;
	background: #f1f1f2;
	list-style: none;
	margin: 0;
	padding: 0;
}
#inner-nav ul li {
	border-top: 1px solid #000;
}
#inner-nav ul li a {}

/* Shahar Addons */
.special-break{
	display:none;
}