/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 ul.uk-thumbnav.uk-flex-right {
 	display: none;
 }
 
 section.tm-main-top .uk-slideshow div.uk-cover-background.uk-position-cover {
	background-size: 90%;
 }
 .uk-slidenav-next, .uk-slidenav-previous{
 	opacity: 0;
 }

div.tm-page > div.uk-container:first-of-type{
  position: relative;
  padding-bottom: 160px;
}

 footer.tm-footer {
 	background: #E7EAEB!important;
 	color: #5d5e64;
 }

.tm-page > .uk-container{
	background:#F2F3F7;
}



@media (min-width: 1220px) {
.tm-slideshow-margin-left .uk-slideshow > li > .uk-overlay-panel {
  padding-left: 115px;
}
}