
@font-face {
    font-family: 'AkkuratRegular';
    src:url('fonts/lineto-akkurat-regular.eot');
    src:url('fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'), 
	url('fonts/lineto-akkurat-regular.woff') format('woff'), 
	url('fonts/lineto-akkurat-regular.ttf') format('truetype'), 
	url('fonts/lineto-akkurat-regular.svg#AkkuratRegular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'AkkuratBold';
    src:url('fonts/lineto-akkurat-bold.eot');
    src:url('fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'), 
	url('fonts/lineto-akkurat-bold.woff') format('woff'), 
	url('fonts/lineto-akkurat-bold.ttf') format('truetype'), 
	url('fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'AkkuratLight';
    src:url('fonts/lineto-akkurat-light.eot');
    src:url('fonts/lineto-akkurat-light.eot?#iefix') format('embedded-opentype'), 
	url('fonts/lineto-akkurat-light.woff') format('woff'), 
	url('fonts/lineto-akkurat-light.ttf') format('truetype'), 
	url('fonts/lineto-akkurat-light.svg#AkkuratLight') format('svg');
    font-weight: 400;
    font-style: normal
}
body {
	font-family: 'IBM Plex Sans', sans-serif;
}
.footer {
    background: #00000088;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
}    
.footerLeft {
	color: #FFFFFF;
	padding-top: 8px;
    padding-left: 20px;
}
.footerLeft a {
	color: #FFFFFF;
	padding-right: 8px;
	font-size: 20px;
}
.footerMid {
	text-align: center;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
}
@media (max-width: 800px) {
	.footerMid {
		display: none;
	}
}
.poweredby {
	color: #DDD;
    text-decoration: none !important;
    padding-top: 8px;
    display: block;
    font-style: italic;
}
.poweredby:hover {
	color: #FFF;
}
.footerRight {
	float: right;
}
.footerRight .btn {
	font-size: 16px;
	background-color: transparent;
	border-radius: 0px;
	color: #FFFFFF;
	margin: 4px 4px 4px 4px;
	border: none;
}
.footerRight .btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #545b62;
}

.modal-header {
	font-size: 16px;
}
.popUpContent {
	font-size: 16px;
}
.modal-content {
	    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
	    border-radius: 0px;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
.modal-content .close {
	color: #FFF;
}
.close:not(:disabled):not(.disabled):hover {
    color: #FFF;
}
.modal-header {
	border-bottom: 1px solid #e9ecef33;
}
.modal-footer {
	display: block;
	border-top: 1px solid #e9ecef33;
	text-align: right;
}
@media (max-width: 844px) {
  .modal-footer  {
    display: block;
  }
}
.modal-title {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 31px;
    line-height: 1;
}
.modal-footer .btn {
	font-size: 14px;
	background-color: transparent;
	border-radius: 0px;
	color: #CCC;
	margin: 4px 4px 4px;
}
.modal-footer .btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #545b62;
}

.footerTitle {
	text-transform: uppercase;
    float: left;
    margin-right: 30px !important;
    opacity: 0.5;
	padding-left: 10px;
    padding-top: 9px;
}
.flexslider {
	margin: 0px;
    background: transparent;
    border: 0px;
}
.flex-caption {  
  padding: 5px;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.flex-direction-nav a:before {
	font-size: 34px;
	color: #FFF;
    text-shadow: none;
}
.fsTop {
	margin-bottom: 5px;
}
.flexslider .slides img{
/*max-width: auto !important;
margin: 0 auto !important;
max-height: 450px;
height: auto;*/
}

.popUpContent h2 {
	font-size: 16px;
}

.smallTextPopup { 
	
}
.closeTextPopup {
	float: right;
}
.closeTextPopupCloseBtn {
	width: 17px;
    cursor: pointer;
}
.smallTextPopupText {
	padding: 18px 10px 10px 10px;
}
.smallTextPopupText span {
	font-weight: bold;
}
.smallTextPopupText p {
	margin-bottom: 0px !important;
}
.jBox-container {
	background-color: #000000d6;
    color: #FFFFFF;
    border-radius: 0px !important;
    width: 400px;
	font-family: "DIN Pro Medium",Arial,sans-serif;
	font-size: 17px;
}
.flexslider .slides img {
    max-height: 93px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.fsTop .slides img {
    max-height: 551px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.flexslider .slides > li { 
    background-color: #000;
}

