@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Reg.ttf);
	font-weight: 400;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/ProximaNova-Light.ttf);
	font-weight: 300;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/ProximaNova-Bold.ttf);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
@font-face {
    font-family: ProximaNovaSBold;
    src: url(../fonts/ProximaNova-Sbold.ttf);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
body, html {
    font-family: 'ProximaNovaLight', sans-serif;
	color: #454545;
	font-size: 15px;
	line-height: 1.7;
	max-width: 100% !important;
	xoverflow-x: hidden !important;
}
b {
    font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
}

a, a:hover, a:focus {
    color: #ff6600;
    text-decoration: none;
    transition: all 0.3s;
}
.required:after {
    color: red;
    content: '*';
}
h3 {
	font-family: 'ProximaNovaLight', sans-serif;
	color: #454545;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 20px;
}
h2 {
	font-family: 'ProximaNovaLight', sans-serif;
	color: #329AE3;
	font-size: 1.8rem;
	padding: 30px 0 20px 0;
}
h1 {
	font-family: 'ProximaNovaLight', sans-serif;
	color: #329AE3;
	font-size: 1.8rem;
}
h1 b, h2 b , h3 b {
	font-weight: 400;
	font-family: 'ProximaNovaLight', sans-serif;	
}
.bg-dark {
	background-color: #454545 !important;
}
a.nav-link {
	color: #DFDFDF !important;
	font-size: 1.2rem;
	font-family: 'ProximaNovaLight', sans-serif;
	margin-right: 10px;
	font-weight: 300;
}
a.nav-link:hover {
	color: #ffffff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 130px 0px 80px 0px;
    transition: all 0.3s;
	font-size: 1.05rem;
}




/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3 and 4
 * 
 * https://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .dropdown:hover>.dropdown-menu {
	display: block;
	margin-top: -2px;
}
.yamm .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.yamm .dropdown-menu::after {
	content: " ";
	font-size: 1px;
	display: block;
	background: #e1e1e1;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 1px;
	left: 50%;
}
.yamm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	border-radius: 0;
	border: 0;
	color: #000;
	padding: 0px;
}
.list-unstyled,
.list-unstyled ul { 
	min-width: 120px 
}

.dropdown-toggle::after {
    vertical-align: .15em;
	margin-left: 10px;
}
	
	
.navbar-custom {
    background-color: #ffffff;
}
.navbar-custom .navbar-toggler {
    color: #454545 !important;
    border-color: #454545;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #454545 !important;
}
.navbar-custom .navbar-nav .nav-link {
    color: #454545 !important;
	padding: 35px 20px;
}
.navbar-custom .dropdown-menu a {
    color: #454545 !important;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .dropdown-menu a:hover {
    color: #ff6600 !important;
}
.navbar-custom .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(164,164,164, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-toggler {
	border-color: #454545;
	background-color: #454545;
} 
#registration {
	text-indent: 0px;
}
#registration::after {
	display: block;
	background-image: url('../img/flashs.svg');
	background-position: center;
	background-size: auto 100px;
	background-repeat: no-repeat;
	height: 100px;
	margin-top: -66px;
	margin-bottom: -34px;
	content: " ";
	z-index: 100;
}
#registration:hover:after {
	background-image: url('../img/flashs_on.svg');
	z-index: 100;
}
#registration:hover {
	color: #454545 !important;
}




@media (min-width: 768px) {
	.yamm .dropdown .dropdown-menu{
		display: block; 
		opacity:0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
		visibility: hidden;
	}
	.yamm .dropdown:hover .dropdown-menu {
		visibility: visible;
		display: block;
		opacity: 1;
	}
}




.accordion .card {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-top: 0px;
}
.accordion .card .card-header {
	color: #454545;
	border: 0;
	background: transparent;
	padding: 30px;
	cursor: pointer;
	border-top: 1px solid #eeeeee;
	xborder-bottom: 1px solid #eeeeee;
}
.accordion .card .card-header h5 {
	
	xmargin: 30px 0 30px 30px;
	xborder: 1px solid red;
}
.accordion .card .card-body {
	padding: 30px 30px 30px 60px;
}
.accordion .card .card-header a {
	color: #454545;
}
.accordion .card:not(:first-child) {
    border-top: 0;
}
.accordion-toggle {
	position: relative;
}
.accordion-toggle::before,
.accordion-toggle::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 18px;
	height: 2px;
	margin-top: -2px;
	background-color: #454545;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.accordion-toggle::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
}
.accordion-toggle.collapsed::before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.accordion-toggle.collapsed::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.collapsed {
	cursor: pointer;
}
.accordion .card-header.collapsed::after,
.accordion .card-header::after {
    content: ' ';
}



.rounded-0 {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}









/*
=====
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: 280px;
}
.rating_control{
	position: absolute;
	left: -9999px;
}
.rating_control:nth-of-type(1):focus ~ .rating_item:nth-of-type(1):before,
.rating_control:nth-of-type(2):focus ~ .rating_item:nth-of-type(2):before,
.rating_control:nth-of-type(3):focus ~ .rating_item:nth-of-type(3):before,
.rating_control:nth-of-type(4):focus ~ .rating_item:nth-of-type(4):before,
.rating_control:nth-of-type(5):focus ~ .rating_item:nth-of-type(5):before{
	content: ""; 

	position: absolute;
	top: -.15em;
	right: 0;
	bottom: -.15em;
	left: 0;
	z-index: -1;
}
.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;
}






#footer {
    border-top: 1px solid #e1e1e1;
	width: 100%;
	background: #fff;
	font-family: 'ProximaNovaLight', sans-serif;
	font-size: 0.9rem;
	color: #AFAFAF;
	padding: 20px;
	width: 100%;
	display: block;
}
#footer a {
    color: #454545;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#454545;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#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: 400;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

/* Tudastar */
.accordion .card {
	margin-top: 10px;
}
.accordion .card-header {
	cursor: pointer;
	background: #e1e1e1;
	xcolor: #fff;
}
.accordion .card-footer {
	background: #fafafa;
	xcolor: #fff;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';  
	content: "";
	float: right; 
}
.accordion .card-header.collapsed:after {
	content: ""; 
}
.accordion .card .accordion-toggle::before, 
.accordion .card .accordion-toggle::after {
	right: 30px;
}
	

/* Forms */
.form-control::placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control,
.custom-select {
	border-radius: 1.25rem !important;
	height: calc(2.25rem + 6px);
	font-size: 0.9rem;
}
.input-group > .custom-select:not(:last-child), 
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group > .custom-select:not(:first-child), 
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group-text {
	border-radius: 2rem;
	background: #454545;
	border-color: #454545;
	color: #ffffff;
}
.input-group-text {
    font-family: 'ProximaNovaLight', sans-serif;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.input-group>.input-group-prepend {
    flex: 0 0 20%;
}
.input-group .input-group-text {
    width: 100%;
	justify-content: right;
}
.no-radius {
	border-radius: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	border-color: rgba(50, 154, 227, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(50, 154, 227, 0.6);
	outline: 0 none;
}
.filter-group > .custom-select:not(:first-child):not(:last-child), 
.filter-group > .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}
.custom-file-label {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}
.custom-file-label::after {
    content: "Tallózás";
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;
}
[type="checkbox"] + label:empty {
	height: 10px;
    padding-left: 24px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '✓';
	color: #454545;
	font-size: 1.4rem;
	text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.well {
	background-color: #fcfcfc;
}
.container.well,
.container .well {
	padding-left: 28px;
	padding-right: 28px;
}

/* Buttons */
.btn {
	text-transform: uppercase;
    font-family: 'ProximaNovaLight', sans-serif;
	color: #454545;
	background-color: #ffffff;
	border-color: #e1e1e1;
	border-radius: 2rem;
	padding: 0.375rem 1.25rem;
	font-size: 1rem;
	
    white-space:normal !important;
    word-wrap: break-word; 
}
.btn-wg {
	color: #ffffff;
	background-color: #ff6600;
	border-color: #ff6600;
}
.btn-wg:hover, 
.btn-wg:focus, 
.btn-wg.focus, 
.btn-wg:active, 
.btn-wg.active, 
.open {
	color: #fff !important;
	background-color: #77b727;
	border-color: #77b727;
}
.btn-wg:focus, 
.btn-wg.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: none;
}
.btn-wg:active, 
.btn-wg.active {
    background: #77b727;
    box-shadow: none;
}
.btn-wg.disabled, 
.btn-wg:disabled {
	color: #454545;
	background-color: #dddddd;
	border-color: #dddddd;
}
.btn-wg:not(:disabled):not(.disabled):active, 
.btn-wg:not(:disabled):not(.disabled).active,
.show > .btn-wg.dropdown-toggle {
	color: #fff;
	background-color: #77b727;
	border-color: #77b727;
}
.btn-wg:not(:disabled):not(.disabled):active:focus, 
.btn-wg:not(:disabled):not(.disabled).active:focus,
.show > .btn-wg.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 183, 39, 0.5);
}
.btn-blue,
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue.focus, 
.btn-blue:active, 
.btn-blue.active {
	color: #fff !important;
	background-color: #329ae3;
	border-color: #329ae3;
    box-shadow: none;
}
.btn-blue:focus, 
.btn-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: none;
}


/* Terminal */
.window {
	border-radius: 3px;
	background: #222;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	width: 90%;
}
.window:before {
	content: ' ';
	display: block;
	height: 42px;
	background: #C6C6C6;
}
.window:after {
	content: '. . .';
	position: absolute;
	left: 9px;
	right: 0;
	top: -6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 96px;
	color: #fff;
	line-height: 0;
	letter-spacing: -12px;
}
pre.terminal { 
	padding: 20px; 
	background: #222; 
	color: #22da26; 
	text-align: left; 
	width: 100%; 
	font-family: Consolas, "Lucida Console", Monaco, monospace; 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; 
	line-height: 1.2em;
}
pre.terminal b {
	color: red;
}
@media (max-width: 767px) {
	pre.terminal { 
		font-size: 0.7em;
	}
	.window {
		width: 100%;
	}
}




.seven {
	font-family: 'ProximaNovaSBold', sans-serif;
	color: #ff6600; 
	font-size: 20rem;
	line-height: 25rem;
}
.seven:after {
	content: '7';
}
.eight {
	font-family: 'ProximaNovaSBold', sans-serif;
	color: #ff6600; 
	font-size: 20rem;
	line-height: 25rem;
}
.eight:after {
	content: '8+';
}
.row-double-list {
	margin: 0px !important;
}
.row-double-list.last {
	border-bottom: 1px solid #e1e1e1;
}
.row-double-list.last .list-item{
	border-top: 1px solid #e1e1e1;
}
.row-double-list .list-item {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: -1px;
	padding: 60px !important;
	background-color: transparent;
}
.row-double-list .list-item:hover {	
	background-color: #f7f7f7;
    -webkit-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}
.row-double-list .list-item:nth-child(2) {
    border-left: 1px solid #e1e1e1;
}
sub {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}


/* lightbox mod */
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-footer {
	background: transparent;
	border: 0px;
}


/* TABLE */
.table {
	border-collapse: separate;
	border-spacing: 0px;
	border: solid #DCDCDC 1px;
	border-radius: 5px;
	border-left: 0px;
	border-top: 0px;
	font-size: 1rem;
}
.table > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: solid #DCDCDC 1px;
}
.table td, 
.table th {
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    padding-top: 4px;
    padding-bottom: 4px;
	vertical-align: middle;
	background-color: #ffffff;
	border-right: 0px;
	border-bottom: 0px;
}
.table > :first-child > :first-child > :first-child {
    border-top-left-radius: 5px;
}
.table > :first-child > :first-child > :last-child {
    border-top-right-radius: 5px;
}
.table > :last-child > :last-child > :first-child {
    border-bottom-left-radius: 5px;
}
.table > :last-child > :last-child > :last-child {
    border-bottom-right-radius: 5px;
}
.table-nonfluid {
   width: auto !important;
}



/* 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;
}


.page-item .page-link {
    z-index: 1;
    color: #454545;
    background-color: transparent;
    border-color: transparent;
}
.page-item:hover .page-link,
.page-item.active .page-link {
    z-index: 1;
    color: #ff6600;
    background-color: transparent;
    border-color: transparent;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
	color: #b9b9b9;
}

a.svg-inactive {
	opacity: 0.3;
}
/* header navbar */
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand {
    padding-top: .5rem;
    padding-bottom: 0;
	padding-left: .3125rem;
}
svg.navbar-icon {
	height: 28px;
	margin-right: 5px;
	margin-bottom: -7px;
}
svg.navbar-icon .fil0 {
	fill: #DFDFDF;
	transition:fill .6s ease
}
a:hover svg.navbar-icon .fil0 {
	fill: #ffffff;
}
svg.head-logo {
	height: 34px;
	margin-bottom: 10px;
}
svg.head-logo .shp0 {
	fill: #ff6600;
}
svg.head-logo .shp1 {
	fill: #ffffff;
}

/* alerts */
.alert-success {
    color: #ffffff;
    background-color: #67C33C;
    border-color: #67C33C;
	text-align: center;
	font-size: 1.5rem;
}
.alert-danger {
    color: #ffffff;
    background-color: #ff3300;
    border-color: #ff3300;
	text-align: center;
	font-size: 1.5rem;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.w-100 {width: 100% !important;}
.w-80 {width: 80% !important;}
.w-75 {width: 75% !important;}
.w-60 {width: 60% !important;}
.w-50 {width: 50% !important;}
.w-40 {width: 40% !important;}
.w-25 {width: 25% !important;}
.w-20 {width: 20% !important;}

@media (min-width:576px) {
    .w-sm-100 {width: 100% !important;}
    .w-sm-80 {width: 80% !important;}
    .w-sm-75 {width: 75% !important;}
    .w-sm-60 {width: 60% !important;}
    .w-sm-50 {width: 50% !important;}
    .w-sm-40 {width: 40% !important;}
    .w-sm-25 {width: 25% !important;}
    .w-sm-20 {width: 20% !important;}
}

@media (min-width:768px) {
    .w-md-100 {width: 100% !important;}
    .w-md-80 {width: 80% !important;}
    .w-md-75 {width: 75% !important;}
    .w-md-60 {width: 60% !important;}
    .w-md-50 {width: 50% !important;}
    .w-md-40 {width: 40% !important;}
    .w-md-25 {width: 25% !important;}
    .w-md-20 {width: 20% !important;}
}

@media (min-width:992px) {
    .w-lg-100 {width: 100% !important;}
    .w-lg-80 {width: 80% !important;}
    .w-lg-75 {width: 75% !important;}
    .w-lg-60 {width: 60% !important;}
    .w-lg-50 {width: 50% !important;}
    .w-lg-40 {width: 40% !important;}
    .w-lg-25 {width: 25% !important;}
    .w-lg-20 {width: 20% !important;}
}

@media (min-width:1200px) {
    .w-xl-100 {width: 100% !important;}
    .w-xl-80 {width: 80% !important;}
    .w-xl-75 {width: 75% !important;}
    .w-xl-60 {width: 60% !important;}
    .w-xl-50 {width: 50% !important;}
    .w-xl-40 {width: 40% !important;}
    .w-xl-25 {width: 25% !important;}
    .w-xl-20 {width: 20% !important;}
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1144px) {
	a.nav-link {
		font-size: 1rem;
		white-space: nowrap;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .1rem;
		padding-left: .1rem;
	}
}
@media (max-width: 480px) {
	.input-group {
		display: block;
		width: 100% !important;
    }
    .input-group > .custom-select:not(:first-child),
    .input-group > .custom-select,
    .input-group > .form-control:not(:last-child),
    .input-group > .form-control {
        width: 100%;
        border-radius: 2rem !important;
        display: block;
        margin-bottom: 10px;
    }
    .input-group > .input-group-append > .btn {
        width: 100%;
        border-radius: 2rem !important;
        display: block;
        margin-top: 10px;
    }
    .input-group > .input-group-prepend > .input-group-text {
        border-radius: 0;
        background: transparent;
        border-color: transparent;
        color: #454545;
        text-align: center !important;
        display: block;
    }
	h1, h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1rem;
	}
	#content {
		padding: 90px 0px 80px 0px;
		font-size: 1rem;
	}
}

