:root {
    --black: #000000;
    --darkblue: #e76f51;
    --lightblue: #f4a261;
    --blueinfo: #1d7fcf;
    --grey: #ffffff;
    --sand: #D3D8D8;
    --lightsand: #ebf1fa;
    --gold: #1d7fcf;
    --greenok: #00A874;
    --green: #2ecc71;
    --red: #e63312;
    --redMaterial: #802016;
    --yellow: #e9be5b;
    --orange: #e9985b;
    --white: #ffffff;
}

/* anton-regular - latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url(/../fonts/anton-v9-latin-regular.eot); /* IE9 Compat Modes */
  src: local('Anton Regular'), local('Anton-Regular'),
       url(/../fonts/anton-v9-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(/../fonts/anton-v9-latin-regular.woff) format('woff'), /* Modern Browsers */
}

p {
  text-indent: 0px;
	padding: 8px 0px 8px 0px;
}

h1 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.20em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h2 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.15em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h3 {
	color: #1d7fcf;
    font-family: 'Anton', sans-serif;
	font-size: 1.10em;
	line-height: 130%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h4 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 1.05em;
	line-height: 120%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h5 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 1.00em;
	line-height: 120%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h6 {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.95em;
	line-height: 115%;
	letter-spacing: 1px;
	word-spacing: 1px;
}

body {
	color: #000;
    font-family: 'Anton', sans-serif;
	font-size: 0.90em;
	line-height: 110%;
	letter-spacing: 1px;
	word-spacing: 1px;
}


/* unvisited link */
a:link {

}

/* visited link */
a:visited {
    
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    
}

#product-carousel li {
    height: 150px;
}

#sidebar {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    height: 90vh;
    max-width: 400px;
    width: 100vw;
    z-index: 9999;
    background: whitesmoke;
}

.m-persona-2 {
    padding-top: 5vh;
    width: 10vw;
    padding-left: 1vw;
}

#innerLoading {
    position: absolute;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0.7;
    background-color: #c3c3c3;
    z-index: 999;
}

#intText {
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 33vh;
    left: 25vw;
    z-index: 999;
    width: 50vw;
}

.c-dialog {
  position: absolute;
  z-index: 9990;
  overflow: auto;
  overflow-y: auto;
}

.dropdown-item {
  font-size: 15px;
}

.dropdown-menu {
  color: #000;
}

@media (max-width: 850px) {



.navbar {
  font-size: 9px;
  left: 0%; 
  width: 100%;
  margin-top: 0px;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
	
.navbar li {
        margin-left : 0.01em;
        margin-right : 0.01em;
    }
	
.dropdown-item {
  font-size: 9px;
  color: #000;
}

.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 10px;
	max-width: 210px;
    min-width: 210px;
    display: inline-block;
    margin-top: 6px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

 a.f-whitelat {
    font-size: 8px;
	max-width: 155px;
    min-width: 155px;
    display: inline-block;
    margin-top: 6px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 9px;
	max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 10px;
	max-width: 210px;
    min-width: 120px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 10px;
	max-width: 210px;
    min-width: 100px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 10px;
    max-width: 210px;
    min-width: 50px;
    display: inline-block;
    margin-top: 6px;
    padding: 5px 5px 5px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #fff;
    color: white;
}
}

@media (min-width: 851px) and (max-width: 1083px) {
 

.navbar {
  font-size: 8px;
  left: 0%; 
  width: 100%;
  margin-top: 0px;
  padding-left: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar li {
        margin-left : 0.01em;
        margin-right : 0.01em;
    }

.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 12px;
    max-width: 270px;
    min-width: 270px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 9px;
    max-width: 165px;
    min-width: 165px;
    display: inline-block;
    margin-top: 7px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 9px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}	

a.f-darkblue,
button.f-darkblue {
    font-size: 12px;
    max-width: 260px;
    min-width: 120px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 12px;
    max-width: 260px;
    min-width: 100px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
   font-size: 12px;
    max-width: 260px;
    min-width: 80px;
    display: inline-block;
    margin-top: 8px;
    padding: 7px 7px 7px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}


@media (min-width: 1084px) and (max-width: 1289px) {

.navbar {
  font-size: 9px;
  left: 0%; 
  width: 100%;
  margin-top: 10px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar li {
        margin-left : 0.05em;
        margin-right : 0.05em;
    }


.c-carousel {
	margin-top:0vh;
}

a.f-whitetop {
    font-size: 13px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 12px;
    max-width: 220px;
    min-width: 220px;
    display: inline-block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whiteblock {
    font-size: 10px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 5px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}	
	

a.f-darkblue,
button.f-darkblue {
    font-size: 13px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 13px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
   font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 13px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}



@media (min-width: 1290px) and (max-width: 1649px) {

.navbar {
  font-size: 12px;
  left: 1%; 
  width: 98%;
  margin-top: 20px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar li {
        margin-left : 0.3em;
        margin-right : 0.3em;
    }


.f-auto-play {
	margin-top:-8vh;
}

a.f-whitetop {
    font-size: 16px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 15px;
    max-width: 275px;
    min-width: 275px;
    display: inline-block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 11px;
    max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 6px;
	margin-bottom: 6px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 0px;
	word-spacing: 0px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}

@media (min-width: 1400px) and (max-width: 1649px) {

.navbar {
  font-size: 13px;
  left: 1%; 
  width: 98%;
  margin-top: 20px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
}

@media (min-width: 1650px) {

.navbar {
  font-size: 14px;
  left: 5%; 
  width: 90%;
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar li {
        margin-left : 0.3em;
        margin-right : 0.3em;
    }


.f-auto-play {
	margin-top:-8vh;
}

a.f-whitetop {
    font-size: 16px;
    max-width: 400px;
    min-width: 360px;
    display: inline-block;
    margin-top: 8px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-whitelat {
    font-size: 15px;
    max-width: 350px;
    min-width: 350px;
    display: inline-block;
    margin-top: 10px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}
	
a.f-whiteblock {
    font-size: 14px;
   	max-width: 95%;
    min-width: 95%;
    display: inline-block;
    margin-top: 6px;
	margin-bottom: 6px;
    padding: 1px 1px 1px 1px;
    border: 2px solid #003163;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
	letter-spacing: 1px;
	word-spacing: 1px;
	cursor: pointer;
}

a.f-darkblue,
button.f-darkblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e76f51;
    color: white;
}

a.f-gold {
    font-size: 16px;
    max-width: 400px;
    min-width: 120px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #1d7fcf;
    color: white;
}

a.f-danger {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #e63312;
    color: white;
}
	
a.f-black {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000000;
    color: white;
}

a.f-white {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: white;
    color: #000;
}

a.f-sand {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #d3d8d8;
    color: black;
}

a.f-lightblue {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #f4a261;
    color: white;
}

a.f-grey {
    font-size: 16px;
    max-width: 400px;
    min-width: 100px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 8px 8px;
    border: 1px solid transparent;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    -webkit-transition: scale .2s ease-in-out;
    -o-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    background-color: #000;
    color: white;
}
}

.c-select-button:focus:not(:hover) {
    border: 4px solid #739a01;
}
button.c-select-button[aria-pressed=true]{
	background-color: 	#d7e2f9;
	border: 3px solid #000000;
}

.c-border {
    border: solid 2px #8c8782;
    padding: 0px;
}

.divTexto {
    min-width: 180px
}

.divImagen {
    float: right;
    margin-top: -25px
}

.divResultado {
    position: relative;
    top: 130px;
    left: 25px;
    margin-bottom: 19.05px;
    max-width: 280px;
}

.menuLine {
    padding: 5px
}

.menuLine:hover {
    background-color: var(--sand);
    color: black;
}

#container-ring{
	position: fixed;
    width: 90%;
    height: 50%;
    opacity: 0.8;
    top: 25%;
	background-color: var(--lightsand);
	z-index: 999;
	display: none;
}

.ring {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #3c3c3c;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-family: sans-serif;
	font-size: 20px;
	color: #4a148c;
	letter-spacing:4px;
	text-transform: uppercase;
	text-shadow:0 0 10px #4a148c;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	z-index: 9999;
}
.ring:before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-top: 3px solid #fff000;
	border-right: 3px solid #fff000;
	border-radius: 50%;
	animation: animateCircle 2s linear infinite;
}
.span-ring {
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 50%;
	height: 4px;
	background: transparent;
	transform-origin:left;
	animation: animate 2s linear infinite;
}
.span-ring:before {
	content:'';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff000;
	top: -6px;
	right: -8px;
	box-shadow: 0 0 20px #fff000;
}

 @keyframes animateCircle
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
@keyframes animate
{
	0%
	{
		transform: rotate(45deg);
	}
	100%
	{
		transform: rotate(405deg);
	}
}
