@font-face {
    font-family: IBMPlexSans;
    src: url(../fonts/IBMPlexSans-Regular.ttf);
}
@font-face {
    font-family: IBMPlexSansSemiBold;
    src: url(../fonts/IBMPlexSans-SemiBold.ttf);
}
@font-face {
    font-family: IBMPlexSansThin;
    src: url(../fonts/IBMPlexSans-Thin.ttf);
}

body {
	font-family: IBMPlexSans, sans-serif;
}
.header-logo {
	width: 100%;
	max-width: 1200px;
	margin: -8vw auto 0 auto;
}


.alert-success {
	background-color: #29cc00;
	color: #ffffff;
}
.alert-danger {
	background-color: #ff3300;
	color: #ffffff;
}

.cursor-pointer {
	cursor: pointer;
}


@media screen and (min-width: 600px)  {
	.mobile-break { display: none; }
}


.table-auto {
	width: auto !important;
}

.font-weight-normal {
	font-family: IBMPlexSans, sans-serif;
}

.font-weight-thin {
	font-family: IBMPlexSansThin, sans-serif;
}


.img-shadow {
	-webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.32);
}
.blur-overlay {
	filter: blur(4px);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.w-90 {
	width: 90%;
}
.w-40 {
	width: 42%;
}
.w-20 {
	width: 20%;
}
.bg-yellow {
	background: rgb(252, 197, 53);
}
.bg-yellow a {
	color: rgb(33, 37, 41);
}


.drop-nav {
	display: flex;
	font-size: .8rem;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.drop-nav .content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(50,50,93,0.075),0 0 1px #e9ecef,0 16px 32px -16px rgba(138,141,151,0.6);
	width: 100%;
	z-index: 50;
	will-change: transform, opacity;
	
	max-height: 100%;
	height: 100%;
	overflow-y: auto;
	xoverflow-x: hidden;
}
.drop-nav .container-x {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	xheight: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	will-change: transform, opacity;
}
.drop-nav .navis ul {
	margin: 0;
	padding-left: 0px;
}
.drop-nav .navis ul li {
	list-style: none;
	margin: 2.5rem 0;
}
.drop-nav .navis a {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	pointer-events: all;
	font-size: 1rem;
}
@media (hover) {
	.drop-nav .navis a:hover:before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: block;
		content: "";
		border-left: 2px solid #000;
		transform: translateX(-1rem);
		animation: navi-hover .15s forwards;
	}
}
.drop-nav .navis a .name {
	display: block;
	font-weight: 600;
	font-size: 1rem;
}
.drop-nav .navis a .description {
	display: block;
	font-size: .875rem;
	margin-top: .5rem;
	color: #000;
}
.drop-nav:before {
	opacity: 0;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 25;
	background: rgba(0, 0, 0, .25);
	width: 100vw;
	height: 100vh;
	cursor: default;
	pointer-events: none;
	transition: opacity .25s;
	will-change: opacity;
}
.drop-nav:hover:before {
	xopacity: 1;
}
@keyframes navi-hover {
	0% {
		transform: translateX(-2rem);
		opacity: 0;
	}
	to {
		transform: translateX(-1rem);
		opacity: 1;
	}
}
@keyframes menu-show {
	0% {
		opacity: 0;
		transform: translateY(-4rem);
	}
	to {
		opacity: 1;
		transform: translateY(-10px);
	}
}
@media screen and (max-width:500px) {
	.drop-nav .content {
		height: auto;
	}
	.drop-nav .container-x {
		padding: 2rem 3rem;
		width: 100%;
		flex-direction: column;
		justify-content: start;
		align-items: flex-start;
	}
}



section#footer {
    padding-top: 20px;
	font-size: .8rem;
}
section#footer .section-title {
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #1a1a1a !important;
}
#footer h5 {
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li a {
	color:#ffffff;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
@media (max-width:767px){
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
}
.second-row {
	background: rgb(252, 197, 53);
	color: #1a1a1a;
}
#footer .second-row a {
    color: #1a1a1a;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.btn {
	font-family: IBMPlexSansSemiBold, sans-serif;
}
.btn-link:hover,
.btn-link {
	color: #000000;
	text-decoration: underline;
}
.btn-menu {
	font-family: IBMPlexSansThin, sans-serif;
	font-size: 1.5rem; 
	color: #444; 
	border-color: rgb(108, 108, 108); 
	padding: 17px 80px
}
.btn-menu:hover {
	color: #fff;
}


.btn-flash::before {
	display: block;
	background-image: url('../img/flash_top.svg');
	background-position: top center;
	background-size: auto 100px;
	background-repeat: no-repeat;
	height: 40px;
	content: " ";
	z-index: 100;
}
.btn-flash::after {
	display: block;
	background-image: url('../img/flash_bottom.svg');
	background-position: bottom center;
	background-size: auto 100px;
	background-repeat: no-repeat;
	height: 35px;
	content: " ";
	z-index: 100;
}
.btn-flash-big::before,
.btn-flash-big::after {
	height: 55px;
}

.well {
	background: #fafafa;
}

.display-text {
	font-size: 1.7rem;
	color: #333;
	font-family: IBMPlexSansThin, sans-serif;
}

.corner-text {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #333;
	font-family: IBMPlexSansThin, sans-serif;
	padding: 50px 20px;
	margin: 15px 2px;
}
.corner-text a {
	color: #999;
}
.corner-text {
	position: relative;
}
.corner-text:before, 
.corner-text:after, 
.corner-text *:first-child:before, 
.corner-text *:first-child:after {
	content: ' ';
	position: absolute;
	font-size: 13px;
	line-height: 8px;
	width: 10px;
	height: 10px;
	border: 1px solid #414141;
	margin: -10px;
}
.corner-text:after {
	right: 0px;
	top: 0px;
	border-top: none;
	border-right: none;
}
.corner-text:before {
	left: 0px;
	top: 0px;
	border-top: none;
	border-left: none;
}
.corner-text *:first-child:before {
	left: 0px;
	bottom: 0px;
	border-bottom: none;
	border-left: none;
}
.corner-text *:first-child:after {
	bottom: 0px;
	right: 0px;
	border-bottom: none;
	border-right: none;
}

.switch {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 20px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 20px;
}
.slider.round:before {
	border-radius: 50%;
}

.nav-tabs a.nav-link {
	font-family: IBMPlexSansSemiBold, sans-serif;
	font-size: .9rem;
}

/* RATING */

/*
=====
LEVEL 1. CORE STYLES OF MODIFIERS
=====
*/
.rating{
	--uiRatingSize: var(--ratingSize, 20px);
	--uiRatingColor: var(--ratingColor, #eee);
	--uiRatingColorActive: var(--ratingColorActive, #ffcc00);
	--uiRatingStroke: var(--ratingStroke, #222);
	--uiRatingStrokeWidth: var(--ratingStrokeWidth, 1px);

	display: flex;
	font-size: var(--uiRatingSize);
	color: var(--uiRatingColor);
	position: relative;
	margin: 0 auto;
	width: 226px;
}
.rating_control{
	position: absolute;
	left: -9999px;
}
.rating_item{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;  
	position: relative;
}
.rating_item{
	padding-left: .25em;
	padding-right: .25em;
}
.rating_star{
	display: block;
	width: 1em;
	height: 1em;

	fill: currentColor;
	stroke: var(--uiRatingStroke);
	stroke-width: var(--uiRatingStrokeWidth);
}
.rating_label{
	position: absolute;
	top: 0;
	left: -9999px;
}
.rating:hover,
.rating_control:nth-of-type(1):checked ~ .rating_item:nth-of-type(1),
.rating_control:nth-of-type(2):checked ~ .rating_item:nth-of-type(-n+2),
.rating_control:nth-of-type(3):checked ~ .rating_item:nth-of-type(-n+3),
.rating_control:nth-of-type(4):checked ~ .rating_item:nth-of-type(-n+4),
.rating_control:nth-of-type(5):checked ~ .rating_item:nth-of-type(-n+5){
	color: var(--uiRatingColorActive);
}
.rating_item:hover ~ .rating_item{
	color: var(--uiRatingColor);
}
.rating [type="radio"] + label::after,
.rating [type="radio"] + label::before {
	display: none;
}
.rating [type="radio"]:not(:checked) + label {
	color: inherit;
}
#rating_form .form-group:first-child {
	display: none;
}

/*
=====
LEVEL 2. SETTINGS
=====
*/
.rating{
	--ratingSize: 30px;
	--ratingColor: #ffffff;
	--ratingColorActive: #ff6600;
}	








/* RANGE SLIDER */
input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 21px;
  width: 31px;
  border-radius: 0;
  background: url(../img/mail.png);
  cursor: pointer;
  margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 0;
  height: 21px;
  width: 31px;
  border-radius: 0;
  background: url(../img/mail.png);
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 0;
  height: 21px;
  width: 31px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #ff6600;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff6600;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #ff6600;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ff6600;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ff6600;
}
input[type=range]::-ms-fill-upper {
  background: #ff6600;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ff6600;
}






@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}