body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
th {
    text-align: center;
}
/* The animation code */
@keyframes slide1 {
  0%   {right:-100%;}
  50%   {right:-100%;}
  100% {right: 0}
}
@keyframes slide2 {
  0%   {left:-100%;}
  100% {left: 0}
}
@keyframes slide3 {
  0%   {left:-100%;}
  75%   {left:-100%;}
  100% {left: 10%}
}
.h2, h2 {
    font-size: 30px;
    font-weight: bold;
	text-transform:uppercase
}
h2:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #000;
    display: block;
    position: relative;
    margin: 15px auto 0;
}
img.background-slide {
    width: 100%;
}
img.component-slide1 {
    position: absolute;
    right: 0;
    bottom: 0;
	transition:all 2s ease-out;
	animation-name: slide1;
	animation-duration: 2s;
    max-width: 55%;
}
img.component-slide2 {
    position: absolute;
    left: 0;
    bottom: 0;
	transition:all 1.5s ease-out;
	animation-name: slide2;
	animation-duration: 1.5s;
    max-width: 90%;
}
img.component-slide3 {
    position: absolute;
    left: 10%;
	transition:all 2.5s ease-out;
	animation-name: slide3;
	animation-duration: 2.5s;
    bottom: 0;
    max-height: 80%;
}
img{max-width:100%;}
.content-wrapper {
    padding: 70px 0;
}
#call-block  .more:hover {background:#fff;color:#111f2a}
.more:hover {background:#adadad;color:#111f2a}
#call-block .more {background:transparent;border-color:#fff}
.more {
    background: #c0302f;
    border: 3px solid #c0302f;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 13pt;
}
h1.page-header {
    border: 0;
    font-weight: bold;
    color: #333333;
	text-align:center;
	margin-top:0;
	margin-bottom:70px;
}
h1.page-header:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #c32f2f;
    display: block;
    position: relative;
    margin: 20px auto 0;
}
p {
    margin: 0 0 20px;
}


/*HEADER TOP*/
div#header-top {
    background: #111f2a;
    padding: 15px 0;
	color:#fff
}
div#header-top  ul{margin:0;}
div#header-top  p{margin:0;}
div#header-top  a{color:#fff}


/*HEADER*/
.navbar-inverse .navbar-toggle {
    border: 0;
    margin-right: 2px;
    float: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    height: 4px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #f9b81e;
}
#header-site {
    border: 0;
    border-radius: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    width: 100%;
    top: 66px;
    z-index: 2;
    left: 0;
}
#header-site a.navbar-brand {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 16pt;
    height: auto;
    display: block;
    line-height: normal;
}
nav#header-site .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
nav#header-site .container:before, nav#header-site .container:after{display:none}
.navbar-inverse .navbar-nav>li {margin-left:20px}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background: transparent;
    color: #000;
}
/* .navbar-inverse .navbar-nav>li>a { */
    /* color: #000; */
    /* font-weight: bold; */
    /* padding: 10px 15px 36px; */
    /* margin-top: 26px; */
/* } */
.navbar-inverse .navbar-nav>li>a {
    color: #000;
	position:relative;
    font-weight: bold;
    display: flex;
    align-items: center;
}


/*CALL BLOCK*/
div#call-block {
    background: #c32f2f;
	color:#fff;
}

div#call-block .container:before, div#call-block .container:after{display:none}
div#call-block .container {
    display: flex;
    justify-content: space-between;
	padding:14px 15px;
    align-items: center;
}
div#call-block h2:after {display:none}
div#call-block h2 {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 14pt;
}





/*SLIDE*/
div#slide-home {
    position: relative;
	overflow:hidden;
}
#slide-home .owl-item {
    padding: 0;
}
.slide-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    left: 50%;
    color: #000;
	padding:0 15px;
}
.slide-text h1 {
    font-weight: bold;
    margin-bottom: 20px;
}


/*strengt*/
.strengt-item {
    display: flex;
    align-items: flex-start;
}
.strengt-item img {
    height: 52px;
    padding-right: 10px;
    box-sizing: border-box;
}
div#strengt {
    background: #f0f0f0;
    padding: 90px 0;
    color: #000;
}
.title-strengt {
    padding-left: 10px;
}
.title-strengt h4 {
    font-weight: bold;
    font-size: 12pt;
}




/*WHO WE ARE*/
#who-we-are .page-header {
    text-align: left;
    margin-bottom: 20px;
    font-size: 36px;
}
#who-we-are .page-header:after {margin-left:0;margin-right:0}
#who-we-are .container > .row {
    display: flex;
    justify-content: space-between;
	padding:20px 0;
    align-items: center;
}




/*SERVICES*/
div#services-block {
    background: #f9b81e;
	padding-bottom:130px;
}
.list-services img {
    width: 110px;
    margin: 0 auto 40px;
    display: block;
}
.list-services {
    border: 1px solid #fff;
    /* text-align: center; */
    color: #000;
	margin-bottom:20px;
    /* padding:35px 15px 30px; */
    padding:20px;
}
.title-service h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
}



/*FOOTER*/
div#footerlink h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 20px;
}
div#footerlink a{color:#fff}
div#footerlink {
    color: #fff;
	padding:80px 0 70px;
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* background-attachment: fixed; */
}
.thumbnail-project {
    text-align: center;
	width:100%;
    margin-bottom: 30px;
}
#sync2 .owl-item:nth-last-child(1):first-child, #sync2 .owl-item:nth-last-child(1):first-child ~ .owl-item{
	display:none
}
.images-project img{width:100%}
.content-wrapper:nth-child(2n) {
    background: #fff;
}
div#project-block {position:relative}
div#project-block:before {
    background: url(images/background.jpg)no-repeat #f3f3f3;
	background-size:cover;
	background-position:100% 100%;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0.7;
}
div#who-we-are {
    padding-bottom: 20px;
}
div#bebas-block {
    padding-top: 10px;
}
.images-project {
    /* margin-bottom: 10px; */
}
.project-name {
    font-size: 12pt;
    color: #333;
}
#copyright a {
    color: #f9b81e;
}
div#copyright  p{margin:0}
div#copyright {
    background: #c32f2f;
    color: #fff;
    padding: 15px 0;
}


/*PROYEK*/
div#block-filter-proyek {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
div#config-proyek {
    text-align: center;
    margin-bottom: 50px;
}
div#block-filter-proyek .form-control {
    background: #f2f2f2;
	color:#000;
    border: 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 9px 13px;
    display: inline-block;
    width: 240px;
    margin: 0 10px;
}
.thumbnail-proyek a:hover{text-decoration:none;}
.thumbnail-proyek a{color:#000}
.thumbnail-proyek {
    background: #fff;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	position:relative;
	width:100%;
	margin-bottom:30px;
    text-align: center;
	padding-bottom:20px;
}
div#block-thumbnail-proyek > .row {
    display: flex;
    flex-wrap: wrap;
}
div#block-thumbnail-proyek > .row > div {
    display: flex;
}
.owner-proyek {
    color: #fff;
    background: #222;
    padding: 3px 0;
    margin-top: 12px;
    position: absolute;
    width: 94%;
    left: 3%;
    bottom: 10px;
}

.jenis-proyek {
    border-top: 2px dotted #111;
    padding-top: 10px;
	font-style: italic;
}
.lingkup-proyek {
    font-style: italic;
}
.image-proyek img{width:100%;}
.title-proyek {
    font-weight: bold;
    font-size: 18px;
    min-height: 60px;
    line-height: 1.3;
    margin-top: 2px;
    padding: 0 15px;
}
.content-proyek {
    padding: 18px 10px;
	background:#fff;
}
#sync1   .item{overflow:hidden;border-radius:5px;}
#sync1   .item {
    /* background: #0c83e7; */
    /* padding: 80px 0px; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }

 #sync2 .item img{opacity:0.4}
 #sync2 .item {
    background: #000;
    padding: 0px;
	border-radius:5px;
	overflow:hidden;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #sync2 .item  h1 {
      font-size: 18px;
  }
  #sync2 .item:hover img{opacity:1}
  #sync2 .current .item img{opacity:1}
  #sync2 .current .item{
    background: #0c83e7;
  }

    

#sync1.owl-theme {
  position: relative;
}





/*GALLERY*/
.gallerytitle {
    TEXT-ALIGN: CENTER;
}
.name-photo.text-center {
    padding: 10px 0;
}



/*KONTAK*/
div#noteafter iframe{max-width:100%}
div#footerlink td {
    padding: 6px 10px 6px 1px;
}
div#footerlink td img {
    max-width: 25px;
}
/*PROYEK DETAIL*/
#project-block .row:last-child {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
}
#project-block .row:last-child > div {
    display: flex;
    justify-content: center;
}
h1.title-detail-proyek {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21pt;
    margin-top: 0;
    margin-bottom: 0;
}
h2.type-detail-proyek:after {display:none}
h2.type-detail-proyek {
    color: #888;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 40px;
}
.content-detail-proyek td {
    width: 60%;
	vertical-align:top;
    padding-bottom: 35px;
    padding-right: 10px;
}
.content-detail-proyek table label{
	display:block;
	color:#d41a11;
	margin-bottom:15px;
	font-weight:bold;
}
.content-detail-proyek table {
    width: 100%;
}
.image-detail-proyek img{width:100%;}
.images-project img,.image-proyek img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.images-project,.image-proyek {
    position: relative;
    overflow: hidden;
    padding-top: 73%;
}



@media(min-width:768px){
.dekstop-hidden{display:none !important}
ul.nav.navbar-nav > .dropdown > .dropdown-menu {
    margin-top: -18px;
    padding: 11px 0;
}
ul.nav.navbar-nav > .dropdown > .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    min-width: 180px;
    border-radius: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li.open>a:after {
    opacity: 1;
    bottom: 17px;
}
div#block-thumbnail-proyek .col-sm-3:nth-child(4n+1) {
    clear: both;
}
.detail-proyek {
    display: flex;
}
.image-detail-proyek {
    width: 50%;
	padding-right:20px;
}
.content-detail-proyek {
    width: 50%;
	padding-left:30px;
}
div#footerlink .col-sm-5 {
    width: 40%;
    display: flex;
    align-items: center;
}
div#footerlink .col-sm-3 {
    width: 22%;
}
div#footerlink .col-md-3 {
    width: 28%;
}
div#footerlink .row {
    display: flex;
    /* align-items: center; */
}
	.navbar-inverse .navbar-nav>li>a:hover:after {opacity:1;bottom:17px}
	.navbar-inverse .navbar-nav>li>a:after {
		content: "";
		opacity:0;
		transition:all 0.4s ease-in-out;
		display: block;
		width: 100%;
		background: #c32f2f;
		position: absolute;
		height: 6px;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
	}
	#slide-home-mobile{display:none !important}

	div#bs-example-navbar-collapse-1 {
		padding: 0;
		display: flex !important;
	}
	div#services-block .container > .row > div:last-child > .row {
    display: flex;
}
div#services-block .container > .row > div:last-child > .row > div {
    float: none;
    display: flex;
}
	#button-mobile{display:none}
	#close-menu{display:none}
	.bg-black {display: none;}
	/*WHO WE ARE*/
	div#who-we-are .row>div:first-child {
		padding-left: 25px;
	}
	div#who-we-are .row>div:last-child {
		padding-right: 25px;
	}
	.slide-text {width: 375px;}
	
	/*KONTAK*/
	div#contactform .form-group > div:last-child {
		width: 77%;
	}
	div#contactform .form-group > span:first-child {
		width: 20%;
		padding-left: 0;
		padding-top:6px;
	}
	div#contactform .form-group > div:last-child.col-md-offset-2 {
		margin-left: 20%;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		display: flex;
		position: relative;
	}
	.navbar-nav>li {
		display: flex;
	}
	div#contactform {
		width: 60%;
		float: left;
	}
	div#noteafter {
		float: left;
		width: 40%;
		padding-left: 30px;
	}

}
@media(min-width:992px){
	.navbar-brand>img {
		display: block;
		max-height: 69px;
	}
	.slide-text {width: 485px;}
}
@media(min-width:1200px){
	.col-md-4.col-xs-6.thumb:nth-child(4n+1) {width: 25%;}
	.col-md-4.col-xs-6.thumb {width: 25%;}
	.container{width:1080px}
	.slide-text {width: 540px;}
}

@media(max-width:991px){
	.navbar-brand>img {display: block;height: 45px;}
	.navbar-inverse .navbar-nav>li {margin-left: 8px;}
	#header-top .col-sm-6:first-child {width: 100%;}
	#header-top .col-sm-6.text-right {display: none;}
}
@media(max-width:767px){
	.mobile-hidden{display:none !important}
	div#bebas-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	h1.title-detail-proyek {
		font-size: 18pt;
	}
	.content-detail-proyek .more {
		margin: 20px auto 0 !important;
		display: block;
		width: 183px;
	}
	#who-we-are .more {
		margin: 0 auto;
		display: block;
		width: 180px;
	}
	div#footerlink .row > div:last-child p {
		display: none;
	}
	div#footerlink .row > div:nth-child(2) {
		margin-bottom: 0;
	}
	#project-block .row:last-child .col-md-3{width:50%;display:flex}
	#project-block .row:last-child .col-md-3:nth-child(2n+1){padding-right:5px;}
	#project-block .row:last-child .col-md-3:nth-child(2n){padding-left:5px;}
	.thumbnail-proyek{margin-bottom:10px}
	h1.page-header {
		margin-bottom: 30px;
		font-size: 22pt;
	}
	#project-block .row:last-child {padding:0 5px;align-items:normal;}
	.content-detail-proyek {
		margin-top: 30px;
	}
	.content-detail-proyek td {
		display: block;
		width: auto;
	}
	.detail-proyek {
		margin: -30px -10px 0;
	}
	div#block-filter-proyek {
		text-align: center;
		margin-bottom: 30px;
		margin-top: -20px;
	}
	div#block-thumbnail-proyek .col-sm-3:nth-child(2n+1) {padding-right:5px}
	div#block-thumbnail-proyek .col-sm-3:nth-child(2n) {padding-left:5px}
	div#block-thumbnail-proyek .col-sm-3 {
		width: 50%;
		/* width: 100%; */
		padding: 0 7px;
		float: left;
	}
	.title-proyek {
		font-weight: bold;
		font-size: 15px;
		min-height: auto;
		line-height: 1.3;
		margin-top: 2px;
		padding: 0 15px;
		margin-bottom: 5px;
	}
	.content-proyek {
		padding: 12px 0;
	}
	div#block-filter-proyek .form-control {
		width: 100%;
		color:#000;
		margin: 0 0 15px;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(4):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(4):first-child ~ li {
		width: 25%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(3):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(3):first-child ~ li {
		width: 33.33%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(2):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(2):first-child ~ li {
		width: 50%;
	}
	.menu-button-mobile ul.list-inline li:nth-last-child(1):first-child, .menu-button-mobile ul.list-inline li:nth-last-child(1):first-child ~ li {
		width: 100%;
	}
	/* #slide-home{display:none !important} */
	#header-site {
		top: 5px;
	}
	img.background-slide {
		max-width: none;
		width: 140%;
	}
	img.component-slide1 {
		max-width: 60%;
	}
	img.component-slide2 {
		max-width: 95%;
	}
	img.component-slide3 {
		max-height: 60%;
	}
	.table-default,.table-default tbody,.table-default tr, .table-default td{
		display:block;
		width:100% !important
	}
	#header-site a.navbar-brand{float:none}
	.navbar-header:before {display:none}
	.navbar-header {
		display: flex;
		justify-content: space-between;
	}
	div#header-top {display: none;}
	.slide-text {
		position: relative;
		transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
	}
	/* div#slide-home img { */
		/* position: absolute; */
		/* max-width: none; */
		/* height: 100%; */
		/* right: 0; */
	/* } */
	.slide-text *{position:relative}
	.slide-text:before {
		content:"";
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:rgba(0, 0, 0, 0.3);
	}
	.slide-text {
		display:none;
		position: relative;
		transform: translateY(0) translateX(0);
		-o-transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-moz-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
		text-align: center;
		padding: 20px 16px;
		color: #fff;
	}
	.slide-text h1 {
		font-size: 20pt;
	}
	div#call-block .container {
		display: block;
		text-align: center;
		padding: 20px 15px;
	}
div#call-block h2 {
    margin-bottom: 20px;
    margin-top: 5px;
}
.more {
    padding: 9px 20px;
}
	div#strengt {
		padding: 40px 20px;
	}
	.strengt-item img {
		width: 60px;
		padding-right: 10px;
	}
	.title-strengt h4 {
		margin-top: 0;
	}
	.strengt-item {
		margin-bottom: 20px;
	}
	#strengt .col-sm-3:last-child .strengt-item {margin-bottom:0}
	#who-we-are .container > .row{display:block;padding-bottom:0}
	div#who-we-are {
		padding:30px 15px;
	}
	#who-we-are .page-header {
		font-size: 21pt;
		text-align: center;
	}
	#who-we-are .page-header:after {
		margin-left: auto;
		margin-right:auto;
	}
	#who-we-are .col-sm-6:last-child{
		/* padding: 0; */
		
		margin-top:30px
	}
	div#footerlink .row > div {
		margin-bottom: 50px;
		padding:0 30px
	}
	div#footerlink .row > div:last-child {
		margin-bottom: 0;
	}
	div#copyright {
		padding: 15px 15px;
	}
	.navbar-collapse {
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
		overflow-x: visible;
		border-top: none !important;
		box-shadow: none !important;
		display: block;
		visibility: visible;
		position: fixed;
		opacity: 1;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-o-box-shadow: none !important;
		width: 300px;
		top: 0;
		right:0;
		height: 100% !important;
		background: #fff;
		max-width: 80vw;
		padding: 0 25px;
		z-index: 9999;
		-webkit-transform: translate3d(300px, 0, 0);
		transform: translate3d(300px, 0, 0);
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #000;
		font-weight: normal;
		padding: 5px 10px;
		margin-bottom: 0;
		margin-top: 0;
		text-transform: uppercase;
	}
	.navbar-collapse.in, .navbar-collapse.collapsing {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.bg-black {
		position: fixed!important;
		top: 0!important;
		left: 0!important;
		width: 100vw!important;
		height: 100vh!important;
		opacity: 0.2;
		display: none;
		background-image: none!important;
		background-color: #000;
		z-index: 999;
	}
	.menu-active .bg-black {
		display: block;
	}
	.menu-active{overflow:hidden;}
	div#close-menu {
		font-size: 22pt;
		padding:0 34px !important;
		z-index: 9999;
		color: #000;
		text-align: right;
		font-weight: bold;
		right: 0;
		top: 0;
		line-height: 50px;
		position: relative;
		margin-bottom: 17px;
		margin-top: 3px;
	}
	.navbar-inverse .navbar-nav>li {
		margin-left: 15px;
		margin-bottom:26px;
	}
	.dropdown-menu {
		position: relative;
		float:none;
		top: 0;
		border: 0 !important;
		box-shadow: none !important;
		margin-bottom:10px;
		padding-left:20px;
		max-width: 100%;
		min-width: auto !important;
	}
	.dropdown-menu>li>a {
		padding: 5px 5px;
		white-space: pre-wrap;
	}
	#who-we-are .slideInRight,#who-we-are .slideInLeft {
		animation-name: fadeInUp !important;
	}
	#button-mobile{
		position: fixed;
		bottom: 0;
		width:100%;
		z-index:4;
		text-align:center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.button-mobile-toggle {
		width: 150px;
		height: 40px;
		background:url(images/button-mobile.png)no-repeat 50% -430px/430px;
		margin:0 auto;
		display:block;
	}
	.menu-button-mobile ul.list-inline li a{display:block;height:100%;}
	.menu-button-mobile ul.list-inline li span{width: 40px;height: 100%;background:url(images/button-mobile.png)no-repeat 0 0/430px;display:inline-block;}
	.menu-button-mobile ul.list-inline li span.button-menu-icon {
		background-position: -376px -9px;
		background-size: 470px;
	}
	.menu-button-mobile ul.list-inline li span.button-phone-icon{background-position:-82px -6px;}
	.menu-button-mobile ul.list-inline li span.button-mail-icon{background-position:-147px -6px;}
	.menu-button-mobile ul.list-inline li {
		width: 33.333%;
		float: left;
		height: 53px;
		margin: 0;
		border-left: 1px solid #d9d9d9;
		border-left-color: #bbb;
	}
	.menu-button-mobile ul.list-inline li:first-child {
		border-left: 0px solid;
	}
	.menu-button-mobile ul.list-inline:after{content:"";clear:both;display:block}
	.menu-button-mobile ul.list-inline {
		margin: 0;
		text-align: center;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
	}
	.button-wa-icon {
		background-position: -343px -6px !important;
	}
	span.button-email-icon {
		background-position: -147px -6px !important;
	}
	span.button-map-icon {
		background-position: -215px -6px !important;
	}
	body {
		padding-bottom: 53px;
	}
	#header-site a.navbar-brand {max-width: calc(100% - 60px);}
	.navbar-brand>img {display: block;height: auto;}
}