@font-face {
    font-family:"Monda";
    src: url("../font/Univers_Condensed.ttf") /* TTF file for CSS3 browsers */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, details, summary, abbr, acronym, address, big, cite, code,
del, dfn, em, font, figure, figcaption, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-family: 'Monda', sans-serif;
	font-weight: normal;
    vertical-align: top;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar				{ width: 10px; height: 6px; } 
::-webkit-scrollbar-track		{ background-color: rgba(200, 200, 200, 0.1);}
::-webkit-scrollbar-track:hover	{ background-color: rgba(200, 200, 200, 0.3); }
::-webkit-scrollbar-thumb		{ background-color: rgba(0, 0, 0, 0.3);}
::-webkit-scrollbar-thumb:hover	{ background-color: rgba(0, 0, 0, 0.6); }
::-webkit-scrollbar-corner		{ background-color: rgba(0, 0, 0, 0.2); }
::-webkit-scrollbar-button		{ background-color: none; }

html {
    min-width: 300px;
	height: 100%;
}
body {
    font-size: 14px;
    color: #222;
    margin:0;
    padding:0;
    background-color:#fff;
    overflow-x:hidden;
    position: relative;
    min-width: 300px;
    height: 100%;
}
a {
	color: #444;
    text-decoration: none;
    outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.content {
	max-width: 1100px;
    max-height: 500px;
    margin: 130px auto;
}
.overlay {
	position: fixed;
    width:100%;
    height:100%;
	background-color: rgba(0,0,0,1);
    background-image: url(http://www.id-beirut.com/static/img/static/logo/loading.png);
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
    z-index: 100;
}

.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	position: relative;
	float:left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.swiper-slide .slide{
	width: 100%;
	height: 100%;
	position: relative;
	background-color:#000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.pagination {
  position: absolute;
  z-index: 50;
}
.pagination-parent {
  display:none;
  right: 10px;
  top: 40%;
  width: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  border-radius: 15px;
  width: 14px;
  height: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: rgba(0,0,0,0.7);
  margin: 7px 5px;
  overflow: hidden;
  text-indent: -100%;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.2);
}
.swiper-pagination-switch:hover {
  background: rgba(205,205,205,0.7);
}
.pagination-projects, .pagination-showroom, .pagination-projects_item{
  width: 100%;
  text-align:center;
  bottom: 35px;
  left: 0;
}
.pagination-projects_item{
  width: 100%;
  text-align:center;
  bottom: 30px;
  left: 0;
}
.pagination-projects .swiper-pagination-switch, .pagination-showroom .swiper-pagination-switch {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.swiper-visible-switch, .swiper-active-switch {
  background: #EEE;
  border: 1px solid rgba(0,0,0,0.2);
}

header {
	position:fixed;
    top:0; left:0;
    z-index:90;
	width:100%;
    height: 120px;
    padding: 25px 60px;
    background-color: rgba(0,0,0,.70);
}
header .logo {
	display:inline-block;
}
header .logo a {
	display:block;
	width: 200px;
    height: 60px;
    background-image: url(http://www.id-beirut.com/static/img/static/logo/default.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}
header .logo a span {
	display:block;
	width: 200px;
    height: 60px;
    background-image: url(http://www.id-beirut.com/static/img/static/logo/default_hover.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
       -moz-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
         -o-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
}
header .logo a:hover span{
    opacity: 1;
}
header .menu {
	display:inline-block;
    float:right;
}
header .menu a {
	display:block;
	width: 60px;
    height: 70px;
    background-image: url(http://www.id-beirut.com/static/img/static/more/menu.png);
    background-position: center;
    background-repeat: no-repeat;
}
header .social {
	display:inline-block;
    float:right;
    padding:0;
    margin-top:24px;
}
header .social a {
	display: inline-block;
    width: 25px;
    height: 25px;
    margin:0 5px;
    border-radius: 50%;
	background-image:url(http://www.id-beirut.com/static/img/static/more/social_white.png);
    background-repeat: no-repeat;
    background-size: 105px;
	opacity: 0.6;
    -webkit-transition: opacity 0.1s ease-in-out;
       -moz-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
         -o-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
}
header .social a:hover {
	opacity: 1;
}
header .social .SOC_NAM_FACEBOOK {background-position: -5px -5px;}
header .social .SOC_NAM_TWITTER {background-position: -40px -5px;}
header .social .SOC_NAM_INSTAGRAM {background-position: -40px -73px;}
header .social .SOC_NAM_YOUTUBE {background-position: -40px -40px;}
header .social .SOC_NAM_LINKEDIN {background-position: -73px -40px;}
header .tabs {
	display:none;
	position:fixed;
    top:120px;
    right:0;
    width: 280px;
    height:100%;
    z-index: 50;
    background-color: rgba(0,0,0,.7);
}
header .tabs a {
	display:block;
    width: 100%;
    padding: 20px 25px;
    font-size: 20px;
	color: #666;
    border-top: 1px solid rgba(255,255,255,0.07);
}
header .tabs a:hover {
	color: #fff;
    text-decoration:none;
}
header .tabs .active {
	color: #BBB;
}

.arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
	position: absolute;
    top:200px;
	height: 100px;
	width:60px;
	z-index:10;
    -webkit-transition:background-position .1s ease-out,background-size .1s ease-out;  
    -moz-transition:background-position .1s ease-out,background-size .1s ease-out;   
    -o-transition:background-position .1s ease-out,background-size .1s ease-out;   
    transition:background-position .1s ease-out,background-size .1s ease-out;  
}
.arrow.home {
	width: 60px;
	height: 50px;
    top:140px;
	background-image: url(http://www.id-beirut.com/static/img/static/more/arrow_home.png);
    background-size: 80%;
	left: 0;
}
.arrow.home:hover {
    background-size: 100%;
}
.arrow.left {
	background-image: url(http://www.id-beirut.com/static/img/static/more/arrow_left.png);
    background-position: center;
}
.arrow.left:hover {
    background-position: -10px center;
}
.arrow.right {
	right: 0;
    background-position: center;
	background-image: url(http://www.id-beirut.com/static/img/static/more/arrow_right.png);
}
.arrow.right:hover {
    background-position: 10px center;
}

.textbox {
	position: absolute;
    padding: 30px;
    background-color: rgba(245,245,245,0.85);
    color:#000;
    overflow-y:auto;
    left: 80px;
    bottom: 60px;
    text-align:left;
    z-index: 80;
}
.textbox h2 {
	font-weight:bold;
	font-size: 26px;
    padding-bottom: 5px;
}
.textbox p {
	font-size: 14px;
    padding: 5px 0;
    line-height: 22px;
}
.textbox .menu {
    float:right;
    text-align:right;
}
.textbox .menu a{
	background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    margin:1px;
}
.textbox .menu a:hover{
	background: rgba(0,0,0,0.2);
    color:#fff;
    text-decoration:none;
}
.textbox.hide {
    width: auto;
    height: 50px;
    left: 80px;
    bottom: 60px;
    padding:5px 10px;
    font-size: 30px;
    text-align: left;
    overflow:hidden;
    background:none;
}
.textbox.hide .icon{
	display:inline-block;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-right: 10px;
	background-image: url(http://www.id-beirut.com/static/img/static/more/info.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.textbox.hide .name {
	display:inline-block;
	font-size: 40px;
    padding: 0 0;
    line-height: 100%;
    color: rgba(255,255,255,0.6);
}
.textbox a:hover{
    color:#fff;
    text-decoration:none;
}
.textbox.hide.active .name{
    color:#fff;
}
.textbox.brief {
	width: 500px;
}
.textbox.full {
    top: 120px;
    right: 80px;
}
.textbox.full .col{
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
	line-height: 24px;
}

.list {
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
}
.media {
	padding:0;
    margin:0;
    text-align:center;
}
.media li {
	display:inline-block;
	padding:0;
    margin:10px;
    width: 160px;
    height:160px;
    border: 1px solid #f8f8f8;
}
.media li a {
	display:block;
    width: 100%;
    height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.media li a:hover {
    text-decoration: none;
}
.media li a span {
	display:block;
    width: 100%;
    height:100%;
    font-size: 22px;
    text-align:center;
    padding: 60px 20px;
    background: rgba(255,255,255,0.9);
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms ;
    transition: opacity 500ms;
    opacity: 0;
}
.media li a:hover span {
    opacity: 1;
}

.showroom .slide {background-size:contain !important;}

.projects  {
	padding:0;
    margin:0;
    text-align:center;
}
.projects .swiper-slide {
	width: 100%;
}
.projects #gallery {
	text-align:left;
}
.projects .columns {
	width: 33.33%;
    display:inline-block;
}
.projects .item{
	display: block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding:0;
    width: 100%;
    overflow:hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.projects a:hover{
	text-decoration:none;
}
.projects .item:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* Firefox 4+ */
    filter: 0; /* IE 6-9 */
}

.projects .item.size_0, .projects .item.size_0 {height:300px;}.projects .item.size_0{padding-top:225px;}
.projects .item.size_1, .projects .item.size_1 {height:480px;}.projects .item.size_1{padding-top:405px;}
.projects .item.size_2, .projects .item.size_2 {height:450px;}.projects .item.size_2{padding-top:375px;}
.projects .item.size_3, .projects .item.size_3 {height:330px;}.projects .item.size_3{padding-top:255px;}
.projects .item.size_4, .projects .item.size_4 {height:350px;}.projects .item.size_4{padding-top:275px;}
.projects .item.size_5, .projects .item.size_5 {height:430px;}.projects .item.size_5{padding-top:355px;}
.projects .item .name {
	display:block;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 35px;
    text-align:center;
    color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms ;
    transition: background-color 500ms;
}
.projects .item:hover .name {
    text-decoration: none;
    background-color: rgba(0,0,0,0.8);
}
.projects .item .name span {
	display:block;
    float: right;
	width: 35px;
    height:35px;
    border-radius: 50%;
	background-image: url(http://www.id-beirut.com/static/img/static/more/arrow_click.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-size 100ms;
    -moz-transition: background-size 100ms;
    -o-transition: background-size 100ms ;
    transition: background-size 100ms;
}
.projects .item .name:hover span {
    background-size: 90%;
}
.projects .title {
	padding-top: 25%;
	font-size: 40px;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.jean_linkedin:after {
	float: right;
	display:inline-block;
    width: 30px;
    height: 30px;
    margin-top:-3px;
    margin-left:10px;
    border-radius: 20%;
	background-image:url(http://www.id-beirut.com/static/img/static/more/linkedin.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    content:"linkedin";
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.6;
}
.jean_linkedin {
	display:block;
	color: #000;
}
.jean_linkedin:hover {
	color: #000 !important;
}
.jean_linkedin:hover:after  {
    opacity: 1;
}
.scrolldown_homepage {
	width:100%;
    height: 20px;
    position: fixed;
    bottom: 10px;
    z-index: 90;
	background-image:url(http://www.id-beirut.com/static/img/static/more/arrow_homepage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:50px 100%;
    -webkit-transition: background-position 0.2s ease-in-out, height 0.3s ease-in;
       -moz-transition: background-position 0.2s ease-in-out, height 0.3s ease-in;
        -ms-transition: background-position 0.2s ease-in-out, height 0.3s ease-in;
         -o-transition: background-position 0.2s ease-in-out, height 0.3s ease-in;
            transition: background-position 0.2s ease-in-out, height 0.3s ease-in;
}
.scrolldown_homepage_small {
	height: 15px !important;
}
.copyright {
	position: absolute;
    bottom: 50px;
    right: 80px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.copyright a{
    color: rgba(255,255,255,0.6);
}
.copyright a:hover{
    color: rgba(255,255,255,1);
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .media li {width:120px;height:120px;margin:5px;}
    .media li a span {font-size: 18px;padding: 40% 10px;}
}

@media screen and (max-width: 799px) {
	.content{margin-top:65px;}
	header {padding:10px 15px;height:63px;}
    header .logo a, header .logo a span {width: 150px;height:40px;}
    header .menu {margin-left:10px;}
    header .menu a {height:40px;width: 20px;}
	header .tabs {top:65px;width:100%;}
	header .tabs a {padding:15px;text-align:center;}
	header .social {margin:10px 0;}
	header .social a {width:20px;height:20px;background-size:80px;}
    header .social .SOC_NAM_FACEBOOK {background-position: -4px -4px;}
    header .social .SOC_NAM_TWITTER {background-position: -30px -4px;}
    header .social .SOC_NAM_INSTAGRAM {background-position: -30px -54px;}
    header .social .SOC_NAM_YOUTUBE {background-position: -30px -30px;}
    
    .arrow {width:40px;}
    .textbox,.textbox.hide {left:20px;right:20px;}
    .textbox.hide .icon {width:30px;height:30px;}
    .textbox.hide .name {font-size: 24px; padding:4px 0;}
    .textbox p {font-size:12px;}
    .textbox.brief {min-width:auto;width:auto;height:auto;max-height:auto;top:85px;bottom:40px;}
    .textbox.full {right:20px;top:65px;bottom:40px;min-width:auto;width:auto;}
    .textbox.full .col{-webkit-column-count: 1; -moz-column-count: 1;column-count: 1;-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0;}
    
    .swiper-pagination-switch{width:6px;height:6px;margin: 7px 3px;}
    
    .media li {width:90px;height:80px;margin:2.5px;}
    .media li a span {font-size: 14px;padding: 40% 10px;}
    
    .projects .item.size_0, .projects .item.size_0 {height:200px;}.projects .item.size_0{padding-top:145px;}
    .projects .item.size_1, .projects .item.size_1 {height:200px;}.projects .item.size_1{padding-top:145px;}
    .projects .item.size_2, .projects .item.size_2 {height:200px;}.projects .item.size_2{padding-top:145px;}
    .projects .item.size_3, .projects .item.size_3 {height:200px;}.projects .item.size_3{padding-top:145px;}
    .projects .item.size_4, .projects .item.size_4 {height:200px;}.projects .item.size_4{padding-top:145px;}
    .projects .item.size_5, .projects .item.size_5 {height:200px;}.projects .item.size_5{padding-top:145px;}
    .projects .item .name {padding: 10px;font-size: 11px;}
    .projects .item .name span {width: 15px;height:15px;margin-top:10px}
    
    .slide {background-size:contain !important;background-color:#000;}
    
    .jean_linkedin:after {float: none;display:block;margin: 5px 0;}
    .copyright {left: 10px;right: 10px;bottom: 15px;font-size: 12px;text-align:center;}
}