h1,h2,h3,h4,h5,h6{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;

}



p{
	font-size: 1rem;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

strong{font-weight: 700; font-family: 'Roboto', sans-serif;}

/*body{background:url('../backgrounds/concrete-texture.png');}*/
body{}

#site-nav, #site-nav-mobile{
	
	/*height: 80px;*/
	background: #FFF!important;
	padding: 0;
	 /*z-index: 6666;*/
	transition: all 1s ease-out;
	-moz-transition: all .35s ease-out;
	-webkit-transition: all .35s ease-out;
}

#navbar-toggler{
	position: absolute;
	left:15px;
	top:20px;
}

.navbar-brand-container {
	height: 80px;
	width: 160px;
}

.navbar-brand{
	padding: 0;
	width: 136px; 
	height: 50px;
	background-color:#fffffff2;
	margin-right:0;

	display: inline-block;
  background: url(../img/dimaks_group_logo.png) no-repeat;

  background-size: contain;
  text-indent: -9999px;
 

	/*position: absolute;left: 0; top: 0; padding: 17px 28px;*/
}

.navbar-collapse{
	background: #1d1d1d;
	padding: 1rem;
}

.site-nav-hide {
  top: -100px!important;
}

a:hover{
	text-decoration: none;
}

.sitenav-mobile .nav-link{
	padding: 12px 0;
}

.sitenav-mobile .dropdown-menu a{
	color: #000;
    background: #c3c3c3;
    text-decoration: none;
    border-bottom: 1px solid #b1b1b1;
}

.sitenav-mobile .dropdown-menu a.active{
	    background: #006e9c;
    color: #FFF;
        border: none;
}

#hero h1{
	line-height: 1.25;
}

#hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#hero{
	display: table;
	width: 100%;
	position: relative;
}

#hero > div {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.carousel-caption{
	position: inherit;
	right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  max-width: 960px;
  margin: 0;
  display: table;
  height: 100%;
}

.carousel-caption > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.carousel-inner{
	
}


#content{
	margin-top:80px;
}

.carousel-item.carusel-dark-layer:before {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.dark-layer, .semi-dark-layer, .h-dark-layer{
	position: relative;
}

.dark-layer:after{
	content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s ease;
}


.overlay{

  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  transition: all 1s ease;
}

.full-bg:hover .overlay{
	 background: rgba(0, 0, 0, 0.35);
	 transition: all 1s ease;
}


.semi-dark-layer:after{
	content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s ease;
  background: rgba(0, 0, 0, 0.2);
	/*background: linear-gradient(160deg, rgba(0,0,0,0.5872724089635855) 0%, rgba(0,0,0,0.28755252100840334) 48%, rgba(0,0,0,0) 90%);*/
}

.page-title{
	font-size: 1.45rem;
    color: #3c3c3c;
}


	.page-sub-title{
		font-size: 1rem;
	}


.semi-dark-layer-before:before{
	content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s ease;
  background: rgba(0, 0, 0, 0.35);
	/*background: linear-gradient(160deg, rgba(0,0,0,0.5872724089635855) 0%, rgba(0,0,0,0.28755252100840334) 48%, rgba(0,0,0,0) 90%);*/
}



.h-dark-layer:before{
	content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s ease;
}

.dioganal-dark:after{
	content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s ease;

  background: rgba(0, 0, 0, 0.45);
	background: linear-gradient(318deg, rgba(0,0,0,0.5872724089635855) 0%, rgba(0,0,0,0.28755252100840334) 48%, rgba(0,0,0,0) 90%);
}


.h-dark-layer:hover:before{
	transition: all 1s ease;
  background: rgba(0, 0, 0, 0.45);
}


/*.dark-layer:hover:before{
	transition: all 1s ease;
  background: rgba(0, 0, 0, 0.25);
}*/

.semi-dark-layer.t-hover:hover:before{
	transition: all 1s ease;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
}



.title-menu{
	position: absolute;
	left: 0;

	/*left: 0;
	top: 50%;*/
	transition: all .35s ease;
	width: 100%;
	text-align: center;	
}

.title-menu h3, h4{
	color:#CCC;
	font-size: 2rem;
	font-weight: 400;
	/*text-transform: uppercase;*/
	/*letter-spacing: 2px;*/
}

.has-title:hover{
	cursor: pointer;

}



#site-nav .navbar-toggler{
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #e8e8e8;
  border-radius: 0;
}

#site-nav .nav-link{
	font-weight: 500;
	/*text-transform: uppercase;*/
  font-size: .8rem;
  text-transform: capitalize;
  border-bottom:1px solid #2d2b2b;
}


.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

#nav-collapse{
/*	margin-top:1rem;*/
}

.navbar-toggler.collapsed .navbar-toggler-icon{
	background-image:url('../img/hamburger.svg');
}

.navbar-toggler .navbar-toggler-icon{
	background-image:url('../img/hamburger-close.svg');	
}

.navbar-light .navbar-toggler {
	border: none;
}

/*.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #24a6de;
}

.navbar-dark .navbar-nav .nav-link, .nav-link{
	content: #333;
}*/

.nav-scroller {
	margin-top:82px;
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: 3;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-brand {

}

/*.navbar-brand {
	display: inline-block;
  background: url(../img/dimaks_group_logo.png) no-repeat;
  width: 160px;
  height: 50px;
  background-size: contain;
  text-indent: -9999px;
  margin-left: -5px;
}*/

.social-links {
	list-style:none;
	margin: 0;
	padding:0;
}

.social-links li{
	display: inline-block;
}

.social-links li:last-child{
	margin-right: 0;
}

.social-links li a{
	font-size: 1.15rem;
	width: 40px;
	height: 40px;
}

.site-footer{
	/*background:#dedede;*/
	/*border-top:1px solid #dedede;*/
	/*background: #212121;*/
	/*padding-top: 2rem;
	padding-bottom: 2rem;*/
	font-size: 85%;
	background: #CCC;
}

.site-footer .site-footer-logos{
	/*background: #FFF;*/
	padding:2rem 0;

	/*margin-bottom:2rem;*/
}

.site-footer .nav-footer .nav-link{
	padding-left: 0;
}

footer.address{
	background: #333;
	/*padding: 1rem 0;*/
	z-index: 66666;
}

footer.address p{
	font-size: 85%;
}

.shadowy {
   /* box-shadow: 0 0 10px rgba(75,75,75,.3);*/
   background:#f6a51dcc;
}

.shadowy a{
	color:#FFF;
}


.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .75rem;
    border-radius: 2rem;
}


.va-middle {
    display: table-cell;
    vertical-align: middle;
}

.story-text{
	height: 100%;
}

.cursive-font{
	font-family: 'Caveat', cursive;
	
}

#blog-section{
	position: relative;
	background:url('../backgrounds/concrete-texture-2.png');
}

.cta{
    position: relative;
    background: #103754;
    color: #FFF;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.cta .btn-light{
	border:3px solid #FFF;
}

/*#blog-section:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0px;
    width: 100%;
    height: 46px;
    background: url('../backgrounds/blog-section-top.png') center top no-repeat;
    background-size: cover;
}*/



.card{
	/*border:none;
	background: #c71643;
	border-radius: 1rem;
	overflow: hidden;	*/
}

.card-header{
	/*background: #e42556;
	font-size: .9rem;
	 text-transform: uppercase; 
	 font-weight: 700; 
	color: #FFF;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border: none;*/
}

.card .list-group-item{
	background:none;
	padding-left: 0;
	padding-right: 0;
	color: #FFF;
	border-bottom:1px dotted #ff4f75;
}

/*.site-footer h5{
	font-size: 1rem;
}*/

.btn{
	border-radius: 2rem;
	/*border:none;
	padding: .5rem 1rem;*/
}

.btn-sm{
	padding: 5px 10px;
}

/*.btn-primary {
	color: #fff;
    background-color: #e42556;
    border-color: #e42556!important;
}*/

.text-primary{
	color:#e42556!important;
}

.btn-outline-primary {
    color: #FFF;
    border-color: #e42556;
}


/*.btn-dark {
    color: #fff;
    border-color:#2b2b2b!important;
    background-color: #2b2b2b;    
}*/

.bg-green{
	background:#76b72af2;
}

.bg-light-blue{
	background:url('../backgrounds/concrete-texture-2.png');
}

.half-small{
	
}

article header{
	padding-top:6rem; 
	text-align: center;
	padding-bottom: 4rem;  	
}



/* instagram grid*/

/*.grid-sizer{
	width: 100%; 
}

.gutter-sizer{
		width: 0;
	}


.grid-item{
	position: relative;
	width: 100%;
	border-radius: .75rem;
	overflow: hidden;
	background:#FFF;
	margin-bottom:30px; 
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
}*/

.grid-item{
	width: 100%;
	border-radius: .75rem;
	overflow: hidden;
	background:#FFF;
	margin-bottom:30px; 
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.15);
}

.thumbnail-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 999;
}

.text-sm{
	font-size: .85rem;
}

.above-content{ 
  background: #3c3c3c;
  color: #FFF;
}

.breadcrumbs{ 
  background: #0a3e54;
  color: #FFF;
}

.above-content .nav-link{
	color: #ededed;
}

.above-content .nav-link.active{
	color: #FFF;
	font-weight: 700;
}

#insta-section{

	background:url('../backgrounds/bg-handDrawn-elegant.jpg');
	/*background:#2580c32e;*/
}

.site-announcement {
    z-index: 999;
    padding: 20px 20px;
    width: 100%;
    background-color: rgb(144, 105, 72);
    text-align: center;
    color: white;
}


/*.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #e4e4e4;
    background-color: #9ca3a9;
    border-color: #171a1d;
}*/

.mobile-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #103754;
  z-index: 9999;
}

#overlay-close {
  position: absolute;
    left: 15px;
    top: 10px;
    border: none;
    background: none;
    outline: none;
    z-index: 100;
    cursor: pointer;
    color: #cacaca;
    font-size: 2rem;
    padding: 0;

}

.mobile-nav-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0s 0.35s;
  transition: opacity 0.35s, visibility 0s 0.35s;
}

.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mobile-nav-overlay ul{
	margin:0;
	padding:0;
	margin-top:70px;
}

.mobile-nav-overlay ul li a{
	display: block;
	color: #FFF;
	padding: 1rem;
	font-size:1.35rem;
}

.btn-primary {
    /*color: #fff;
    background-color: #e42556;
    border-color: #e42556;*/
}

.jumbotron{
	position: relative;
	border-radius: 0;
	background:#3c3939;
	/*background:url('../backgrounds/concrete-texture-2.png');*/
}

.jumbotron-content:first-child{
	margin-bottom: 2rem;
}

.breadcrumb-item a{
	color: #CCC;
}

.breadcrumb-item.active{
	color: #FFF;
}

.sideBar-menu a.active{

  
    padding-left: 1rem;
     background: #14aadff2; 
    color: #ededed;
}

.lead{font-weight: 400;}


/*SECTIONS*/
/*references-section*/

#references{}
#references ul {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
}
#references ul li {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 1%;
    width: 23%;
    float: left;
    display: inline-block;
}

#references ul li img {
    width: 100%;
    height: auto;
}

ul.list{	
}

ul.list-inline li{
	display: inline-block;
	float: left;
	margin-right: 5px;
}

ul.list li{
	list-style: none;
}

.list.with-bullet li{
	list-style:disc;

}


ul.sideBar-menu li {
	border-bottom:1px solid #dedede;
}

ul.sideBar-menu li h6{
	padding-bottom: 1rem;
	
	font-size: 1.25rem;
	color: #ededed;
}

ul.sideBar-menu li:first-child{

}

ul.sideBar-menu li:last-child{
	border: none;
}

ul.sideBar-menu li{
	border:none;
	/*border-bottom: 1px solid #3b5763;*/
}

ul.sideBar-menu li a{
color: #FFF;
    /* background: #a9a8a8; */
     background: #0a3e54d9; 
    transition: all 0.35s ease;
    padding: .75rem 1rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
}


ul.sideBar-menu li a:hover{
	transition: all 0.35s ease;
  background: #dedede;
  color:#212121;
    
  
}


#left-side{
	height: 30vh;
}

#left-side-background{
	height: 30vh;
	position: absolute; 
	left:0; 
	top:0; 
	width: 100%;
}

#right-container{
	width: 100%; 
	margin-left: 0;
}

#right-content{		
	/*padding-top: 1rem;
	padding-left: .5rem;*/
}

.dropdown {list-style: none; }
.dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.dropdown .nav-link {color:#fff; text-decoration: none;}
.dropdown .dropdown-menu a{color: #000; text-decoration: none;}
.dropdown .btn {background: green; color:#fff;}
.dropdown .btn:hover {background: cyan; color:#000;}
.dropdown .btn:active {background: cyan; color:#000;}
.dropdown .btn:focus {background: cyan; color:#000;}
.dropdown-menu .dropdown-item {
	display: inline-block;
	width: 100%;
	padding: .6rem 1rem;
	text-align: left;
	font-size: 13px;
	/* text-transform: uppercase; */
	font-weight: 400;
	border-bottom: 1px solid #ededed;
}

.body-copy{
	width: 100%;
	padding: 2rem 1rem;
	font-size: 95%;
}

.body-copy h5, .body-copy-narrow h5{
	margin-bottom: 1.1rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.body-copy p, .body-copy-narrow p{
	font-size: .9rem;
}

.lh-2x{
	line-height: 150%;
	font-weight: 400;
}

.content-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d9dadade;
	z-index: 666;

}

.show{
	display: block;
}

.carousel-item{
	height: 60vh;
	text-align: left;
	padding:0 15px;
}

.stat-item {
	border-bottom: 1px solid #dedede;
}

#highlited{
	/*background-image: url('../backgrounds/building-1.jpg');*/
	background:#0e4459;
}

.highlited-item{
	border-bottom:1px solid #333;
}

p{
	color: #464646;
}


.blue-text{
  color: #006e9c;
  font-family: 'Merriweather', serif;
/*  border-left: 1px solid #006e9c;
  padding-left: 1.15rem;
  line-height: 1.75rem;
  font-size: 1rem;
  margin:2rem 0;*/
 }


#right-content h6{
	    font-size: 1.15rem;
    margin-bottom: 1rem;
   
}

ul.list.with-bullet{
	padding-left: 0;
    margin-left: 20px;
    
}

ul.list.with-bullet li{
	padding-bottom: .35rem;
}

.body-copy h3{
	font-size: 1.15rem!important;
}

.table-sm td, .table-sm th{
	font-size: 85%;
}


.bg-light {
    background-color: #f8f9fac7!important;
}

.dark-background{
	background: #014a65a3;
}

.dark-background p{
	color:#dedede;
}

.owl-dots{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin-left: -26px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag,
.owl-stage-outer,.owl-stage,.owl-item,
.item,.item > .img-fluid{
    height: 100%;
    object-fit: cover;
}

#master{
	width: 100%; 
	background-color: #999;
	height: 50vh;
}

#slide-header{
	font-size:2rem;
	text-align: center; 
	font-weight: 700; 
	color:#FFF; 
	/*letter-spacing: 1px;*/
	width: 75%;
  margin: 0 auto;
}

#stats{
	background: #FFF; 
	width: 100%; 
	/*margin-top:-103px;*/
}

#stats h4{
	color:#353535;
}

#left-side.full-bg{
	min-height: 40vh;
}

.full-bg{
	min-height: 450px;
}

.page-header{
		/*height:15vh; */
		background:#212121;
}

.page-header h1{
	font-size:1.25rem;
}

@media (min-width: 576px) {  }

@media (min-width: 768px) { 

	#right-content{
		
	}

	.blue-text{
		
		font-size: 1rem!important;
		/*font-size: 1.35rem;*/
 /*padding-left: 1.25rem;
 line-height: 1.5rem;
 font-size: 1rem;
 margin-top:1rem;
 margin-bottom:1rem;*/
 }
	
	.above-content{ 
	  /*border-bottom: 1px solid #ededed;*/
	  height: 15vh;
	  /*padding-left: 3rem;*/
	}

	.body-copy.w-80{
		width: 90%;
		padding-left: 2%;

		/*padding-top: 3rem; 
		padding-left: 15px; 
		padding-right: 2rem; 
		padding-bottom: 4rem;*/ 
		/*max-width: 760px; */
	}

	#site-nav{
		/*position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	#content{
		min-height: 100%;
	}

	#left-side{
		width: 32%;
		position: fixed;
		left:0;
		top:80px;
		display: block;
	}

	#right-container{
		width: 68%;
		margin-left: 32%;
	}

	#right-content{		
		/*padding-top: 1rem;
		padding-left: .5rem;*/
	  max-width: 825px;
	}

	.grid-sizer{
		width: 48%;
	}

	.gutter-sizer{
		width: 4%;
	}

	.grid-item{
		width: calc(48%);
	}

	#references ul li {
    display: inline-block;
    padding: 15px;
    width: 125px;
    float: none;
	}

	#sideBar-menu-container{
		position: absolute; 
		right: 0; 
		top:15vh; 
		padding: 0;
/*		padding:2rem 1.5rem; 
		background:#097babe0; */
		width:90%; 
	}

	/*#insta-section > .container-fluid{
		padding-left: 45px;
	}*/


	.highlited-item{
		border-bottom: none;
	}

	.highlited-item{
		/*border-right: 1px solid #999;*/
		background-color:#00000047;
		transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-webkit-transition: all .35s ease-out;		

	}

	.highlited-item:hover{
		background-color:#0808080f;
		transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-webkit-transition: all .35s ease-out;		
	}

}

.vegas-timer-progress{
	background: #d50019!important;
}

.dark-blue{
	background:#093f54;
}

.dark-blue p{
	/*color:#FFF;*/
}

@media screen and (min-width: 992px) {

	#slide-header{
		font-size: 3.25rem;
	}

	#master{
		width: 100%; 
		background-color: #999;
		height: 80vh;
	}

	#stats{
		background: none;
		margin-top:-103px;
	}

	#stats h6{
		color: #FFF;
	}

	#content{
		margin-top:0;
	}

	.owl-dots{
    margin-left: -13px;
	}

	.page-title{
		font-size: 1.75rem;
	}

	.page-header h1{
		font-size: 1.75rem;
	}

	.page-sub-title{
		font-size: 1.15rem;
	}

	.carousel-item{
		height: 45vh;		
	}

	#left-side{
		height: 100%;
		overflow: hidden;
	}

	#left-side-white{
		transition: all .65s ease-out;
		-moz-transition: all .65s ease-out;
		-webkit-transition: all .65s ease-out;	
	}

	.stat-item {
		border-right: 1px solid #afafaf;
		/*border-top: 1px solid #FFF;*/
		border-bottom: none;
	}

	.stat-item:last-child{
		border-right: none;
	}

	.carousel-item-title{
		font-size: 2.5rem;
	}

	#sideBar-menu-container{
		
		/*padding:2rem 1.5rem; 
		background:#097babe0; */
		width:60%; 
	}


	#site-nav{
		padding-top: 0;
		padding-bottom: 0;
		height: 65px;
		background: none!important;
	}

	#nav-collapse{
		margin: 0;
		padding: 0;
		background-color:#11111163;
		
	}

	.navbar-brand-container{
		width: 190px;
		height: 100%;
		background-color:#FFF;
		position: absolute;
		left: 0;
		top:0;
	}

	.navbar-brand {
		display: inline-block;
		background: url(../img/dimaks_group_logo.png) no-repeat;
		width: 150px;
		height: 50px;
		background-size: contain;
		text-indent: -9999px;
		margin:0;
		padding: 0;
		}

	#site-nav .nav-link{
		border-bottom: 1px solid transparent;
		transition: border .35s ease-out;
		-moz-transition: border .35s ease-out;
		-webkit-transition: border .35s ease-out;		
		font-size: 1rem;
	}

	#site-nav .language-item{
		/*width: 80px;
    height: 100%;
    background: #414141;
    line-height: 64px;
    text-align: center;*/
	}

	#site-nav .language-item a{
	/*	font-size: 14px;
		color: #CCC;*/
	}

	#site-nav .nav-link:hover,  {
		border-bottom: 1px solid #24a6de;
		color: #24a6de;
		/*border-top: 1px solid #24a6de;*/
		/*background: #4bbdee;*/
    /*color: #e8e8e8;*/
    /*border-radius: 2px;*/
	}


.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #b91773;
  border-color: #fff;
}

	#site-nav .language-item .nav-link {
    /*width: 80px;
    height: 100%;
    background: #000000cf;
    line-height: 64px;
    text-align: center;
    border: none;*/

	}

	#site-nav .language-item .nav-link:hover{
    background: #24a6de;
    color: #FFF;
    transition: background .35s ease-out;
		-moz-transition: background .35s ease-out;
		-webkit-transition: background .35s ease-out;	
	}

	
		#left-side-photos{
			margin:0;
			padding: 0;
			overflow: hidden;
		}


	#left-side-photos li{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
    overflow: hidden;
		
	}

	#left-side-photos li img{
		height: 100%;
		width: auto;

		opacity: 0;


		transition: opacity 0.35s ease-out;
		-moz-transition: opacity 0.35s ease-out;
		-webkit-transition: opacity 0.35s ease-out;
	}

	#left-side-photos li img.active{
		opacity: 1;
	}

	#left-side{
		top:65px;
	}
	

	#left-side.absolute{
	/*	position: absolute;
		left: 0;
		*/
	}

	
	
}

@media screen and (min-width:1200px){

.body-copy{
		padding: 4rem 6rem 4rem 2rem;	
}

.body-copy-narrow{
	padding: 4rem 2rem;
}

.body-copy-on-image{
	
	width: 100%;
	height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  z-index: 66;
  position: absolute;
  box-sizing: content-box;  
  z-index: 66;

}

.body-copy-on-image:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000082;
	z-index: -1;
}

#sideBar-menu-container{
	
	/*padding:2rem 1.5rem; 
	background:#097babe0; */
	width: 50%;
}




	.blue-text{
   font-size: 1.15rem;

	}

}

@media screen and (min-width: 1400px) {
	
	.container-fluid{
		max-width: 1380px;
	}

	.body-copy{
		
		/*padding-left: 6rem;
		padding-right: 5rem;
		padding-top: 2rem;
		padding-bottom: 2rem;*/
	}

}

@media screen and (min-width: 1900px) {
	
	.container-fluid{
		max-width: 1600px;
	}

	.body-copy{
		
		/*padding-left: 6rem;
		padding-right: 5rem;
		padding-top: 2rem;
		padding-bottom: 2rem;*/
	}

}




button:focus {
  outline: none;
}

.full-bg{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


}

/*.blue-text{
  color: #006e9c;
  border-left: 5px solid #006e9c;
  padding-left: 1rem;
  line-height: 1.75rem;
}*/

.w-50{
	width: 50%;
}

.l-50{
	width: 50%!important;
	margin-left: 50%!important;
}

.fancybox-slide>*{
	background-color:transparent!important;
}


.border-none{
	border:none!important;
}

.small{font-size: 85%!important;}

.hidden{display: none!important;}

/*
SPINNER
*/
.spinner {
  margin: 40px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #666;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media screen and (min-width:1600px){
	
	#sideBar-menu-container{
		width: 45%
	}
}

.table th{
	border-top:none!important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
}

.fixed-right-middle {
    position: absolute;
    z-index: 666;
    top: 5%;
    right: 2.5%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    max-width: 250px;
}

.fixed-right-middle p{
	line-height: 22px;
}

.-uppercase{text-transform: uppercase;}
.-capitalize{text-transform: capitalize;}
.-no-bg{background:none;}
.navbar-light .navbar-nav .nav-link {
    color: rgb(86, 86, 85);
}
.-hidden{display: none!important;}