body{
	font-family: 'Raleway', sans-serif;
	background : #001121;
	color: #fff;
	font-size: 18px;
	font-weight:300;
	line-height:1.5em;
	hyphens: none;
}
html, body  {
	height: 100vh;
}
header{
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 16;
	padding: 30px 40px; 
}
header a{
	display: inline-block;
}
.logo-container img{
	height:110px;
	width:auto;
}
p{
	hyphens: none;
}
a:hover, a:focus, a:active, button:hover, button.active, button:focus{
	text-decoration: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset:0px;
}

#main-banner{
	position: relative;
}
.title-line {
	font-size: 36px;
}
.title-line span{
	width: 100px;
	height: 2px;
	display: inline-block;
	background-color: #c33203;
}
.mainmenu-container.menu-home,  .menu-no-home{
	position: absolute;
	bottom: 20px;
	z-index: 99;
	left: 0;
	right:0;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
}
.mainmenu-container.menu-no-home{
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 99;
	right: 0;
	text-align: center;
	margin-left: 0;
	}
 .main-nav {
 
 	text-align: center;
 }

 .main-nav ul{
	margin:0;
	padding:0;
}
.main-nav ul li{
	display: inline-block;
	list-style: none;
}
.img-responsive{
	max-width: 100%;
}
.main-nav ul li a{
	color: #7e90b4;
	display: block; 
	padding: 20px 10px;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 300;
	letter-spacing:1px;
}
.main-nav li.active a, .main-nav a:hover{
	text-decoration: none;
	color:#FFF;
}
.main-nav a:after , .main-nav li.active a:after{
  content: '';
  display: block;
  background: #FFFFFF;
  height: 1px;
  width: 0;
  margin: 3px auto 0;
  -webkit-transition: all 0.17s ease-in-out !important;
  -moz-transition: all 0.17s ease-in-out !important;
  -o-transition: all 0.17s ease-in-out !important;
  transition: all 0.17s ease-in-out !important; 
}
.main-nav a:hover:after , .main-nav li.active a:after{
	width: 100%
}
.mainmenu-container.bb-off {
	bottom: -60px;
}
.mainmenu-container.bb-no-bg {
	background: none;
	border-top: none;
}
.mainmenu-container.bb-white {
   background: rgba(1,1,1,0.8);
}

.mainmenu-container.bb-on {
	bottom: 0px;
}
.mainmenu-container.bb-white.bb-trans{
	background:transparent !important;
}
#main-banner{
 overflow: hidden;
}
.slider-container  {
	height: 100vh;
}
.slider-container .slick-track {
	position: relative;
	height: 100vh;
}
.slider-container .slider-item{
	background-position: center;
	background-size: cover;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	height: 61px;
	width: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 9;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
}

.slick-prev:before {
	content: ' ';
	background-image: url(../images/front/arrow-left.png);
 

}
.slick-next:before {
	content: '';
	background-image: url(../images/front/arrow-right.png) ;

}

.home-initial-z-out {
	z-index: -1;
}

.home-initial-hide {
	opacity: 0;
}

.home-initial {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:#001121;
	z-index: 1600;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.home-initial-z-out {
	z-index: -1;
}

.home-initial-hide {
	opacity: 0;
}
.home-initial img{
	height:150px;
	width:auto
}
.ablock-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
}
.ablock-overlay:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.slider-item img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: 50% 50%;
	border:solid 1px red;
}
.ablock-text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 0 1.6em;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	hyphens: auto;
}
.logo-wrap {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out !important;
	-moz-transition: opacity 0.5s ease-in-out !important;
	-o-transition: opacity 0.5s ease-in-out !important;
	transition: opacity 0.5s ease-in-out !important;
}
.home-initial-hide .home-initial-logo {
	opacity: 0;
}
.home-initial-logo {
	-webkit-transition: opacity 3.5s ease-in-out;
	-moz-transition: opacity 3.5s ease-in-out;
	-o-transition: opacity 3.5s ease-in-out;
	transition: opacity 3.5s ease-in-out;	
	max-width: 400px;
}
.burger-menu{
	cursor: pointer;
}
.bb-hide{
	opacity: 0 !important;
}
.page-banner-container{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}
.mainpage-banner{
	height: 100vh;
	background-position: center;
}
.htb-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
  /*  background: url(../images/front/shade-dot.png);*/
  /*background: rgba(1,1,1,0.3);*/
}
.main-text{
	font-weight:300;
}
.justhide{
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.ablock-text h2{
	color: #fff;
	font-weight: 300;
	font-size: 38px;
	margin-top: 10px;
}
.detail-gallery-info h1{
	font-size: 60px;
	font-weight: 300;
}
.section-content{
	background : #001121;
	min-height: 400px;
	padding-bottom: 70px;
}
.section-title{
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 40px;
	padding-top: 50px;
	color: #fff;
	text-transform: uppercase;
}
.gallery-list-container>.row>.col-sm-4:nth-child(3n+1){
	clear:left;
}
.gallery-list-container .nav-tabs {
	border:0;
}
.gallery-list-container .nav-tabs li{
	float: none;
	display: inline-block;
}
.gallery-list-container .nav-tabs li a{
	border:0;
	color: #fff;
}
.gallery-list-container .nav-tabs li.active a, .gallery-list-container .nav-tabs li a:hover{
	background: transparent;
	border:0;
	color: #fff;
}
.gallery-list-container .nav-tabs li.active a:after{
		content: '';
	display: block;
	background: #c33203;
	height: 1px;
	width: 0;
	margin: 3px auto 0;
	width: 100%;
}
.gallery-list-container .tab-content{
	margin:0 auto;
	padding-top: 50px;
}
.gallery-list-container .tab-pane h3:first-child{
	margin-top: 0;
}
.gallery-item{
	margin-bottom: 30px;
}
.gallery-info{
	min-height:200px;
	height:auto !important;
	height:200px;
	background: #fff;
	color: #111;
	padding: 30px; 
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
.gallery-info h3{
	font-size: 22px;
}
.gallery-info h3 a{
	color:#333;
}
.gallery-location{
	position: absolute;
	top: -20px;
	left: 0;
	padding: 8px 30px;
	color: #fff;
	background: #bf0404;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}
.gallery-img a{
	color:#FFF;
	font-size:14px;
}
.gallery-img a img{
  opacity: 1;
  display: block;
  width: 100%;
  height: 250px;
  object-fit:cover;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-img a:hover  img{
  opacity: 0.4;
}

.gallery-img a:hover .middle {
  opacity: 1;
}

.text , .tcibtn{
	border:1px solid #fff;
	color: #fff;
	font-size: 20px;
	padding: 16px 32px;
	font-weight: 300;
}
.scope-btn{
	padding:10px 30px 12px;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}
.btn-load-container {
	padding:20px 0 50px;
}
.tcibtn{
	display: inline-block;
}
.tcibtn:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #111;
	transition: .5s ease;
 
}
.detail-gallery-page{
	position: relative;
}
.img-gallery1{
	overflow: hidden;
}
.img-gallery1 img{
	width: 100%;
	height:auto;
}
.detail-gallery-img-list .img-item img{
	width:100%;
}
#bg-text{
	position: fixed;
	width: 100%;
	/*background: url(../images/front/shade-dot.png);*/
	/*background: rgba(0,0,0,0.4);*/
	z-index: 9;
}
.gallery-location-detail{
	background: #bf0404;
	color:#fff;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 3px 20px;
	display: inline-block;
}
.gallery-detail-btn a{
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}
.detail-galery-info {
	position: fixed;
	top: 0;
	z-index: 15;
	width: 100%;
}

footer{
	background: #001121;
	position: relative;
	z-index: 20;
}
.footer-container{
	min-height: 100px;
	padding: 40px 0 40px;
}
.footer-text {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 20px;
}
.footer-text span{
	color: #c33203;
}
.subsidiary{
	margin-top:15px;
	text-align:center;
}
.subsidiary a{
	font-weight:bold;
	color:#FFF;
}
.subsidiary img{
	margin:10px;
}
.sosmed-container ul {
	padding:0;
	margin: 0;
}
.sosmed-container ul li{
	display: inline-block;
	padding-right: 10px;
}
.sosmed-container a{
	display: block;
}
.sosmed-container a:hover{
	opacity: 0.8;
}
.sosmed-container img{
	margin-top:15px;
	width:40px;
}
.address-footer{
	border-right:solid 3px #cc3300;
}
.address-footer .address{
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-align:right;
}
.footer-info{

}
.footer-info ul{
	padding: 0;
	margin: 0;
}
.footer-info ul li{
	margin:0;
	padding:0;
 	list-style: none;
	font-size: 14px;
	line-height:22px;
}
.footer-info ul li a{
	padding:0;
	display: block;
	color: #fff;
}
.footer-info ul li.phone a{
	background: url(../images/front/icon-phone.png) no-repeat left;
	background-size:14px 14px;
	padding: 1px 0 1px 20px;

}
.footer-info ul li.mail a{
	background: url(../images/front/icon-mail.png) no-repeat left;
	background-size:15px 15px;
	padding:1px 0 1px 20px;
}
.footer-info ul li.copy{
	background: url(../images/front/icon-copy.png) no-repeat left;
	background-size:14px 14px;
	padding:1px 0 1px 20px;
}
#galleryDetail{
	background: rgba(0,28,139,0.8);
}
.modal-dialog button{
	color: #fff;
	font-size: 70px;
	font-weight: 100;
	opacity: 1; 
	display: block
}
.modal-dialog button:hover{
	color: #9caff7;
	text-shadow: none;
}
.gallery-info-content {
	font-size: 20px;
	font-weight: 300;
	padding-top: 100px
}

.gallery-info-content p{
	margin-bottom: 20px;
}
 
.gallery-info-content h2{
	text-align: center;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;

}
.gallery-info-content .row .contet-gallery-full{
	height: 255px;
 
}
.gallery-info-content h3{
	margin:0 0 10px;
	font-size: 24px; 
}
.fancybox-overlay{
	background : rgba(0,0,0,0.8);
}
.footer-info a:hover{
	color: #c33203;
}
.backtogallery{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.backtogallery a{
	color: #fff;
	display: inline-block;
	padding:25px 15px;
}
.ablock-text{
	transition: 0.5s;
}
.ablock-text.turun{
	vertical-align: bottom;
	padding-bottom: 20px;
	display:none;
}
.detail-main-info{
	padding:50px 0;
	font-size: 18px;
}
.blureffect{
		-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	transition: all 0.5s;
}
#mainContact > .modal-dialog{
	width: 100%;
	height: 100vh;
	margin:0;
}
.contact-close{
	margin-right: 50px;
}
.contact-info-content{
	padding-top: 100px;
}
.contact-info-content .contact-logo{
	padding-top:50px;
}
.contact-info-content .contact-logo img{
	height:150px;
}
.contact-info-content .contact-address{
	font-size: 26px; 
	color: #fff;
	padding: 30px 0;
}
.contact-info-content .contact-phone{
	font-size: 26px; 
	color: #fff;
}
.contact-info-content .contact-phone a{
	color: #fff;
}
.tci-form label{
	color: #fff;
	font-size: 16px;
	display: block;
}
.tci-form input.inputform, .tci-form .textareaform{
	padding: 7px 10px;
	font-size: 16px; 
	border:0;
	border-radius: 0;
	background: #fff;
	width: 100%;
	color: #111;
}
.tci-form .textareaform{
	height: 80px;
}
.tci-form .form-item {
	padding:10px;
}
.tci-form .btn-submit{
	background: #c33203;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.tci-form .btn-submit:hover{
	color: #fff;
	background: #111;
}
#accordionTCIServices>.card{
	margin-bottom:2px;
}
#accordionTCIServices>.card button{
	background-color: rgba(7,30,107,0.5); 
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	padding: 25px;
	margin: 0px;
	font-size:32px;
	font-weight:300;
	border:0;
}
#accordionTCIServices .card-body{
	padding: 30px;
	background-color:rgba(0,33,142,0.6);
}
#accordionTCIServices{
	margin-top:30px;
	margin-bottom: 50px;
}
.btn-container{
	padding:30px 0 30px;
}
/* GMAP*/
.gmap-btn{
	cursor:pointer;
}
#page-layer2{
	width:100vw;
	height:100vh;
	padding:15px 0 !important;
	overflow:hidden;
	background:#000;
}
#page-layer2 .modal-dialog {
	width:100%;
}
#page-layer2 .contact-info-content{
	padding:0;
}
#page-layer2 .title{
	width:100vw;
	height:15vh;
}
#page-layer2 h1{
	margin:15px 0 15px;
	padding:0;
	text-transform:uppercase;
}
#page-layer2 .close{
	position:absolute;
	right:30px;
	top:0;
	z-index:100;
}
#map_canvas {
	width:100%;
    height: 70vh;
}
.profile-list-container .nav-tabs {
	border:0;
}
.profile-list-container .nav-tabs li{
	float: none;
	display: inline-block;
}
.profile-list-container .nav-tabs li a{
	border:0;
	color: #fff;
}
.profile-list-container .nav-tabs li.active a, .profile-list-container .nav-tabs li a:hover{
	background: transparent;
	border:0;
	color: #fff;
}
.profile-list-container .nav-tabs li.active a:after{
		content: '';
	display: block;
	background: #c33203;
	height: 1px;
	width: 0;
	margin: 3px auto 0;
	width: 100%;
}
.profile-list-container .tab-content{
	max-width: 700px;
	margin:0 auto;
	padding-top: 50px;
}
.profile-list-container .tab-pane h3:first-child{
	margin-top: 0;
}
.management-cont > .row >div{
	margin-bottom: 50px;
}
.management-cont .col-sm-6 h4{
	margin:15px 0 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.management-cont .col-sm-6 p{
	text-align:center;
}

/* NEWS */
.news-metadata{
	font-size: 12px;
	color: #fff;
}
.news-title{
	color: #fff;
	padding:15px 0  5px;
}
.news-item{
	margin-bottom: 60px;
}
.news-item a{
	background-color: #111;
}
.news-item a img{
	width:100%;
	height:250px;
	object-fit:cover;
}
.news-item a:hover img{
	opacity: 0.5;
	transition: all 0.5;
}
.news-title{
	font-weight:normal;
}
.newsdate{ 
	font-weight: 100;
	font-size: 16px;
}

/* NEWS DETAIL */
.newsdetail-content h1{
	margin-top:0px;	
}
.newsimages-container{
	margin-top:30px;
}
.newsimages-container ul{
	list-style:none;
	margin:0;
	padding:0;
}
.newsimages-container li{
	margin-bottom:30px;
}
.newsimages-container li img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.related-news{
	margin-top:50px;
	padding:30px 0 0;
	border-top:solid 1px #7e90b4;
}
.btn-loadmore{
	border:1px solid #fff;
	background-color: transparent;
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
}
.btn-loadmore-dark{
	border:1px solid #111;
	background-color: transparent;
	color: #111;
	display: inline-block;
	padding: 16px 32px;
	font-weight:normal;
}

.btn-loadmore:hover, .btn-loadmore-dark:hover{
	border:1px solid #111;
	background: #111;
	color: #fff;
	transition: all 0.5s;
	}
.section-content.clients-content{
	padding-bottom: 0;
	min-height: 0;
}
.clients-content .section-title{
	margin-bottom: 0;
}
.clients-list-container{
	background-color: #fff;
	padding-bottom: 70px;
	margin-top: -30px
	}
.clients-list-container .btn-container{
	padding-top: 50px;
}
.clients-list-container .row > div{
	margin-bottom: 50px;
}
.clients-list-container .more{
	padding-top:30px;
	border-top:dashed 1px #CCC;
}
.clients-list-container .more > div{
	margin-bottom: 30px;
}
.rotate{
	transform: rotate(-5deg);
	width: 200%;
	padding-top: 100px; 
	background-color: #fff;
	margin-bottom: 0px;
	height: 200px;
	margin-left: -50px;
	margin-top: 20px;
}
.client-wrapper{
	overflow: hidden;
	margin-top: -20px;
} 
.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #ececec;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 8px;
	background-color: #fff;
	opacity: 1;
}
.service-list-container{
	padding:0 60px;
}
.card.concept-development{
	background: url(../images/front/accordion-bg1.png) no-repeat top right;
	background-color: #071e6b;
	background-size: 500px;
}
#accordionTCIServices>.card.concept-development button{
background: rgb(2,7,62);
background: -moz-linear-gradient(130deg, rgba(2,7,62,1) 0%, rgba(5,5,112,1) 52%, rgba(255,255,255,0) 74%);
background: -webkit-linear-gradient(130deg, rgba(2,7,62,1) 0%, rgba(5,5,112,1) 52%, rgba(255,255,255,0) 74%);
background: linear-gradient(130deg, rgba(2,7,62,1) 0%, rgba(5,5,112,1) 52%, rgba(255,255,255,0) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02073e",endColorstr="#ffffff",GradientType=1);
}
#accordionTCIServices>.card.concept-development .card-body{
	padding: 30px;
	background-color:rgba(0,33,142,0.6);
}
.card.feasibility-study{
	background: url(../images/front/accordion-bg2.jpg) no-repeat top right;
	background-color: #071e6b;
	background-size:cover;
}
#accordionTCIServices>.card.feasibility-study button{
background: rgb(70,186,19);
background: -moz-linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(70,186,19,1) 0%, rgba(95,209,45,1) 43%, rgba(255,255,255,0) 74%);
background: -webkit-linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(70,186,19,1) 0%, rgba(95,209,45,1) 43%, rgba(255,255,255,0) 74%);
background: linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(70,186,19,1) 0%, rgba(95,209,45,1) 43%, rgba(255,255,255,0) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46ba13",endColorstr="#ffffff",GradientType=1);
}

#accordionTCIServices>.card.feasibility-study .card-body{
	padding: 30px;
	background-color:rgba(1,1,1,0.6);
}
.card.marketing-services{
	background: url(../images/front/accordion-bg3a.jpg) no-repeat top right;
	background-color: #071e6b;
 
}
#accordionTCIServices>.card.marketing-services button{
	background: rgb(70,186,19);
background: -moz-linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(113,32,111,1) 0%, rgba(166,71,163,1) 43%, rgba(255,255,255,0) 74%);
background: -webkit-linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(113,32,111,1) 0%, rgba(166,71,163,1) 43%, rgba(255,255,255,0) 74%);
background: linear-gradient(130deg, rgba(70,186,19,1) 0%, rgba(113,32,111,1) 0%, rgba(166,71,163,1) 43%, rgba(255,255,255,0) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46ba13",endColorstr="#ffffff",GradientType=1);
}
#accordionTCIServices>.card.marketing-services .card-body{
	padding: 30px;
	background:url(../images/front/accordion-bg3b.jpg);
	background-size: cover;
	background-color:rgba(1,1,1,0.5);
} 
.card.tenant-mix-design{
	background: url(../images/front/accordion-bg4.jpg) no-repeat top right;
	background-color: #071e6b;
	background-size:cover;

}
#accordionTCIServices>.tenant-mix-design button{
background: rgb(211,191,1);
background: -moz-linear-gradient(137deg, rgba(211,191,1,1) 0%, rgba(231,220,118,1) 43%, rgba(255,255,255,0) 74%);
background: -webkit-linear-gradient(137deg, rgba(211,191,1,1) 0%, rgba(231,220,118,1) 43%, rgba(255,255,255,0) 74%);
background: linear-gradient(137deg, rgba(211,191,1,1) 0%, rgba(231,220,118,1) 43%, rgba(255,255,255,0) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3bf01",endColorstr="#ffffff",GradientType=1);}

#accordionTCIServices>.card.tenant-mix-design .card-body{
	padding: 30px; 
	background-size: 100%;
	background-color:rgba(1,1,1,0.8);
}

/* FACILITIES */
.facilities-content h2{
	margin-bottom:30px;
	font-size:22px;
}
.facilities-content-container .col-sm-4{
	margin-bottom:30px;
}
.facilities-content-container .col-sm-4:nth-child(3n+1){
	clear:left;
}
.facilities-content-container img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.facilities-content-container a{
	color:#FFF;
	font-size:14px;
}
@media (min-width: 576px) {   }
 
@media (min-width: 768px) {  }

@media (min-width: 992px) {   }

@media (min-width: 1200px) {   }