
/* ========================================================================
   Typos / Icons
 ========================================================================== */
 


.font-weight-light, .light {
  font-weight: 300;
}


.font-weight-regular, .regular {
  font-weight: 400;
}


.font-weight-strong, .strong, strong, b, .font-weight-bold  {
  font-weight: 600;
}



.uk-panel >:last-child,
.uk-panel >:last-child > p {
 margin-bottom:0
}


.uk-hr,
hr {
 overflow:visible;
 text-align:inherit;
 margin:0 0 35px 0;
 border:0;
 border-top:1px solid #e5e5e7
}

*+.uk-hr,
*+hr {
 margin-top:35px
}

@media (min-width: 1200px) {
.uk-hr,
hr {
 margin:0 0 70px 0;
}

*+.uk-hr,
*+hr {
 margin-top:70px
}
}

.text-shadow {
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

p:last-child {
	margin-bottom: 0;
}



.tm-toolbar-default .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255,255,255,1) !important;
}



ul {
	list-style-type: square;
}





/* ========================================================================
   Colors
 ========================================================================== */

 .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark p, .bg-dark ul, .bg-dark li {
  color: rgba(255, 255, 255, 1);
}



 
 .white,  .white h1,  .white h2,  .white h3, .white h4, .white h5, .white p  {
  color: rgba(255, 255, 255, 1) !important;
}

 .light-orange {
  color: rgba(253, 233 ,206 ,1) !important
}


 .orange {
  color: rgba(243, 146 ,10 ,1) !important
}


 .darkgrey {
  color: rgba(170, 170 ,170 ,1) !important
}


 .black {
  color: rgba(0, 0, 0, 1) !important;
}


 .light-orange {
  background-color: rgba(253, 233 ,206 ,1) !important;
}



 .bg-orange {
  background-color: rgba(243, 146 ,10 ,1) !important;
}




 .bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

.bg-darkgrey {
	background-color: rgba(170, 170, 170, 1) !important;
}

 .bg-black {
  background-color: rgba(0, 0, 0, 1) !important;
}






/* ========================================================================
   marker
 ========================================================================== */

.text-marker {
  background-color: rgba(255, 255, 255, 1);
  display: inline;
  padding: 2px;
}



/* ========================================================================
   Logo
 ========================================================================== */

.uk-logo img,
.uk-logo svg,
.uk-sticky-below .uk-logo img {
  height: 40px;
  width: inherit;
}



@media (min-width:960px) {
.uk-logo img,
.uk-logo svg {
  height: 80px;
}
}


.uk-sticky-below .uk-logo svg,
.uk-sticky-below .uk-logo img {
  height: 40px;
}




/* ========================================================================
   Header
 ========================================================================== */

.tm-header-mobile div > .uk-navbar-container {
 padding-top:10px;
 padding-bottom:10px
}


@media (min-width: 960px) {
.tm-header div:not(.uk-sticky-below) > .uk-navbar-container {
 padding-top:20px;
 padding-bottom:20px
}



.tm-header > div.uk-sticky-below > .uk-navbar-container {
 padding-top:10px;
 padding-bottom:10px;
}
}

.uk-navbar-right {
	align-items: flex-end;
}

.uk-navbar-sticky .uk-navbar-right,
.tm-header-mobile .uk-navbar-right {
	align-items: center;
}

.uk-navbar-nav > li > a {
	line-height: 1;
}

/* ========================================================================
   Toolbar
 ========================================================================== */

.tm-page {
display: flex;
flex-direction: column;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .tm-page > .tm-toolbar.uk-visible\@l {
    display: flex !important;
    order: -2;
    }
    

}



    .tm-page > .tm-header-mobile {
display: flex;
flex-direction: column;
order: -1;
}



.tm-toolbar {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
	position: relative;
	background: #009fe3;
	color: rgba(255, 255, 255, 1);
	font-family: 'Panton-Regular';
	line-height: 1;
}





.tm-toolbar .toolbar {
padding-left: 25px;
}

.tm-toolbar .toolbar a {
color: rgba(0, 40, 70, 1);
}

.tm-toolbar .toolbar a:hover,
.tm-toolbar .toolbar a:focus,
.tm-toolbar .toolbar a:active {
text-decoration: none;
color: rgba(130, 85, 255, 1);
}

.tm-toolbar .toolbar span.uk-icon {
padding-right: 5px;
}




/* ========================================================================
   Scrollbar
 ========================================================================== */

.tm-scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

}

@media (max-width: 959px) {
.tm-scrollbar {
  z-index: 1;
}
}

.tm-scrollbar .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: rgba(0, 40, 70, 1);
  line-height: 40px;
  color: rgba(0, 255, 215, 1);
  font-size: 18px;
  text-align: center;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  transition-timing-function: ease;
  line-height: 50px;
  border-radius: 0;
  border: none;
  font-family: 'Panton-Bold';
}





.tm-scrollbar .uk-hidden\@m .uk-icon-button:nth-child(n+2) {
	border-left: 1px solid #FFF;
}

.tm-scrollbar .uk-visible\@m .uk-icon-button:nth-child(n+2) {
	margin-top: 20px;
}


@media (min-width: 960px) {
	
.tm-scrollbar .uk-icon-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
text-align: center;
}



.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: rgba(0, 255, 215, 1);
  color: rgba(0, 40, 70, 1);
  /* 2 */
  outline: none;
  transform: none;
   text-decoration: none;
   border-top-left-radius: 0;
}



	
	
.tm-scrollbar {
  position: fixed;
  top: 50%;
  right: 0;
  left: auto;
  bottom: 50%;
  width: 70px;
  padding-right: 0;
  background-color: 003399;
  display: flex;
  align-items: center;

}

.tm-scrollbar .uk-icon-envelope {
	 font-size: 35px;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 60px;
}
	
}




@media (max-width: 959px) {
.tm-scrollbar .uk-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbarr .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: rgba(0, 255, 215, 1);
  color: rgba(0, 40, 70, 1);
  /* 2 */
  outline: none;
  transform: none;
  text-decoration: none;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 45px;
}	
}	

/* ========================================================================
   Tooltip
 ========================================================================== */

 .uk-tooltip {
  font-family: 'Panton-Bold';
  line-height: 1.3em;
  text-align: center;
    -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
height: 70px;
display: inline-flex !important;
align-items: center;
font-size: 1em;

}


[role=tooltip]:not(.uk-tooltip):not(.show) {
    display: block !important;

}

/* ========================================================================
   Hidden
 ========================================================================== */
@media (max-width:959px) {
.remove-padding-large\@m .el-item > div div .uk-padding-large  {
padding: 0 !important;
}
}



/* ========================================================================
   Remove Padding
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}







/* ========================================================================
   To Top Scroller
 ========================================================================== */

.uk-totop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 20px;
	position: relative;
	top: -20px;
	box-sizing: border-box;
}





/* ========================================================================
  Accordion
 ========================================================================== */

.uk-accordion-content {
	padding: 25px 0;
}


/* ========================================================================
   Search
 ========================================================================== */

.uk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #212121;	
	border: 1px solid #6f6f6f;
}

.uk-search-input:focus {
    border-color: #b6a56c;
}

.uk-search .uk-search-icon {
	width: 40px;
	color: #6f6f6f;
}

.uk-search-input::placeholder {
    color: #6f6f6f;
}

.uk-search-input:focus::placeholder {
    color: #b6a56c;
}

.uk-search {
	margin-bottom: 50px;
}


/* ========================================================================
  Gallery Custom Team
========================================================================== */




@media (min-width: 1200px) {
  .gallery-team .uk-card-body {
    padding: 20px 20px;
  }
}

@media (min-width: 960px) {
.uk-gallery-container .uk-modal .uk-grid > .uk-width-1-2\@m {
width: calc(200% / 3);
}
}


@media (min-width: 960px) {
.uk-gallery-container .uk-modal .uk-grid > .uk-width-1-2\@m:first-child {
 width: 33.333%;
}
}


.uk-thumbnav > * > ::before {
	border: none;
}

.uk-thumbnav img {
	opacity: 0.5;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transition-timing-function: ease;
}

.uk-thumbnav li:hover img,
.uk-thumbnav .uk-active img  {
	opacity: 1;
}


.uk-gallery-container .uk-modal .team-contact,
.uk-gallery-container .uk-modal joomla-hidden-mail {
display: none;
visibility: invisible;
}

.uk-gallery-container .uk-modal h3.uk-h2 {
margin-bottom: 0;
}

.uk-gallery-container .uk-modal h3.uk-h2 + .uk-margin-top {
margin-top: 0 !important
}


.uk-gallery-container .uk-modal ul{
margin-top: 0 !important;
}




.uk-gallery-container .uk-modal h5 {
margin-bottom: 0 !important;
}

.uk-gallery-container ul.uk-thumbnav {
margin-top: 50px !important;
}


/* ========================================================================
to Top
========================================================================== */


.uk-totop {
	top: 0;
}
