@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
.dancing-script {
  font-family: 'Dancing Script', cursive;
}
xlarge2 {
  font-size: 200%;
}
xlarge3 {
  font-size: 300%;
}
xlarge4 {
  font-size: 400%;
}
orange {
  color: #fcd307;
}


.fl-r-imp { float: right!important; }
.fl-l-imp { float: left!important;}

.bs-green:focus {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(124,179,66,1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(124,179,66,1);
  box-shadow: 0px 0px 10px 1px rgba(124,179,66,1);
  border-color: #7cb342;
}

.devider {
  background-image: url('../images/line.png');
  background-repeat: repeat-x;
  background-size: 30px 30px;
  background-position: -30px bottom;
  width: 100%;
  height: 30px;
}
.devider2 {
  background-image: url('../images/line2.png');
  background-repeat: repeat-x;
  background-size: 30px 30px;
  background-position: -30px 0px;
  width: 100%;
  height: 30px;
}

.badge { padding: 5px 10px; }
.badge-warning { border: 1px solid #e2a900; color: #191919; font-weight: 500;}
.badge-primary { border: 1px solid #0053ac; color: white; font-weight: 500;}
.badge-secondary { border: 1px solid #3c3d3d; color: white; font-weight: 500;}
.badge-success { border: 1px solid #00711a; color: white; font-weight: 500;}
.badge-danger { border: 1px solid #c50013; color: white; font-weight: 500;}
.badge-info { border: 1px solid #008195; color: white; font-weight: 500;}
.badge-light { border: 1px solid #d7d8d9; color: #191919; font-weight: 500;}
.badge-dark { border: 1px solid black; color: white; font-weight: 500;}

.input-hidden { border: none; background: none; box-shadow: none;}
input::-webkit-outer-spin-.btn-funny-hover,
input::-webkit-inner-spin-.btn-funny-hover {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.bold {
  font-weight: bold;
}
.light {
  font-weight:lighter;
}
.medium {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
}

.bg-light {
    background-color: #f5f5f5!important;
}
.bg-orange { background-color:#fcd307;}



.add-border {
  border: 1px solid rgba(0,0,0,.125);
}
.top-rounded {
  border-radius: 5px 5px 0px 0px;
}
.p-realtive { position: relative; }
.p-absolute { position: absolute; }

.w20 {width:20%;max-width:20%;}
.w10 {width:10%;max-width:10%;}
.w30 {width:30%;max-width:30%;}
.w40 {width:40%;max-width:40%;}
.w50 {width:50%;max-width:50%;}
.w60 {width:60%;max-width:60%;}
.w70 {width:70%;max-width:70%;}
.w80 {width:80%;max-width:80%;}
.w90 {width:90%;max-width:90%;}
.w100 {width:100%;max-width:100%;}

.upper {
  text-transform: uppercase;
}
.ta-c { text-align: center;}
.ta-r { text-align: right;}
.ta-l { text-align: left;}
.fl-r { float: right;}
.fl-l { float: left; }
.clearfix { clear: both; }
.fw100 { font-weight: 100; }
.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }
.mb-10 { margin-bottom: -10px; }
.mb-20 { margin-bottom: -20px; }
.mb-50 { margin-bottom: -50px; }
.mb-100 { margin-bottom: -100px; }
.mb-200 { margin-bottom: -200px; }
.mt-10 { margin-top: -10px; }
.mt-20 { margin-top: -20px; }
.mt-50 { margin-top: -50px; }
.mt-100 { margin-top: -100px; }
.mt-200 { margin-top: -200px; }
.mt-300 { margin-top: -300px; }
.mt-400 { margin-top: -400px; }
.mball10 > div { margin-bottom: 100pX; }
.p0 { padding : 0px 0px!important; }
.p5 { padding: 5px 0px; }
.p10 { padding: 10px 0px; }
.p20 { padding: 20px 0px; }
.p50 { padding: 50px 0px; }
.p100 { padding: 100px 0px; }
.p150 { padding: 150px 0px; }

.ml0 { margin-left: 0px;}
.ml5 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}
.ml55 { margin-left: 55px;}
.ml60 { margin-left: 60px;}
.ml65 { margin-left: 65px;}
.ml70 { margin-left: 70px;}
.ml75 { margin-left: 75px;}
.ml80 { margin-left: 80px;}
.ml85 { margin-left: 85px;}
.ml90 { margin-left: 90px;}
.ml95 { margin-left: 95px;}
.ml100 { margin-left: 100px;}
.ml105 { margin-left: 105px;}
.ml110 { margin-left: 110px;}
.ml115 { margin-left: 115px;}
.ml120 { margin-left: 120px;}
.ml125 { margin-left: 125px;}
.ml130 { margin-left: 130px;}
.ml135 { margin-left: 135px;}
.ml140 { margin-left: 140px;}
.ml145 { margin-left: 145px;}
.ml150 { margin-left: 150px;}
.ml155 { margin-left: 155px;}
.ml160 { margin-left: 160px;}
.ml165 { margin-left: 165px;}
.ml170 { margin-left: 170px;}
.ml175 { margin-left: 175px;}
.ml180 { margin-left: 180px;}
.ml185 { margin-left: 185px;}
.ml190 { margin-left: 190px;}
.ml195 { margin-left: 195px;}
.mr0 { margin-right: 0px;}
.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}
.mr40 { margin-right: 40px;}
.mr45 { margin-right: 45px;}
.mr50 { margin-right: 50px;}
.mr55 { margin-right: 55px;}
.mr60 { margin-right: 60px;}
.mr65 { margin-right: 65px;}
.mr70 { margin-right: 70px;}
.mr75 { margin-right: 75px;}
.mr80 { margin-right: 80px;}
.mr85 { margin-right: 85px;}
.mr90 { margin-right: 90px;}
.mr95 { margin-right: 95px;}
.mr100 { margin-right: 100px;}
.mr105 { margin-right: 105px;}
.mr110 { margin-right: 110px;}
.mr115 { margin-right: 115px;}
.mr120 { margin-right: 120px;}
.mr125 { margin-right: 125px;}
.mr130 { margin-right: 130px;}
.mr135 { margin-right: 135px;}
.mr140 { margin-right: 140px;}
.mr145 { margin-right: 145px;}
.mr150 { margin-right: 150px;}
.mr155 { margin-right: 155px;}
.mr160 { margin-right: 160px;}
.mr165 { margin-right: 165px;}
.mr170 { margin-right: 170px;}
.mr175 { margin-right: 175px;}
.mr180 { margin-right: 180px;}
.mr185 { margin-right: 185px;}
.mr190 { margin-right: 190px;}
.mr195 { margin-right: 195px;}
.mb0 { margin-bottom: 0px;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}
.mb55 { margin-bottom: 55px;}
.mb60 { margin-bottom: 60px;}
.mb65 { margin-bottom: 65px;}
.mb70 { margin-bottom: 70px;}
.mb75 { margin-bottom: 75px;}
.mb80 { margin-bottom: 80px;}
.mb85 { margin-bottom: 85px;}
.mb90 { margin-bottom: 90px;}
.mb95 { margin-bottom: 95px;}
.mb100 { margin-bottom: 100px;}
.mb105 { margin-bottom: 105px;}
.mb110 { margin-bottom: 110px;}
.mb115 { margin-bottom: 115px;}
.mb120 { margin-bottom: 120px;}
.mb125 { margin-bottom: 125px;}
.mb130 { margin-bottom: 130px;}
.mb135 { margin-bottom: 135px;}
.mb140 { margin-bottom: 140px;}
.mb145 { margin-bottom: 145px;}
.mb150 { margin-bottom: 150px;}
.mb155 { margin-bottom: 155px;}
.mb160 { margin-bottom: 160px;}
.mb165 { margin-bottom: 165px;}
.mb170 { margin-bottom: 170px;}
.mb175 { margin-bottom: 175px;}
.mb180 { margin-bottom: 180px;}
.mb185 { margin-bottom: 185px;}
.mb190 { margin-bottom: 190px;}
.mb195 { margin-bottom: 195px;}
.mt0 { margin-top: 0px;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}
.mt55 { margin-top: 55px;}
.mt60 { margin-top: 60px;}
.mt65 { margin-top: 65px;}
.mt70 { margin-top: 70px;}
.mt75 { margin-top: 75px;}
.mt80 { margin-top: 80px;}
.mt85 { margin-top: 85px;}
.mt90 { margin-top: 90px;}
.mt95 { margin-top: 95px;}
.mt100 { margin-top: 100px;}
.mt105 { margin-top: 105px;}
.mt110 { margin-top: 110px;}
.mt115 { margin-top: 115px;}
.mt120 { margin-top: 120px;}
.mt125 { margin-top: 125px;}
.mt130 { margin-top: 130px;}
.mt135 { margin-top: 135px;}
.mt140 { margin-top: 140px;}
.mt145 { margin-top: 145px;}
.mt150 { margin-top: 150px;}
.mt155 { margin-top: 155px;}
.mt160 { margin-top: 160px;}
.mt165 { margin-top: 165px;}
.mt170 { margin-top: 170px;}
.mt175 { margin-top: 175px;}
.mt180 { margin-top: 180px;}
.mt185 { margin-top: 185px;}
.mt190 { margin-top: 190px;}
.mt195 { margin-top: 195px;}
.m0 { margin: 0px;}
.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m25 { margin: 25px;}
.m30 { margin: 30px;}
.m35 { margin: 35px;}
.m40 { margin: 40px;}
.m45 { margin: 45px;}
.m50 { margin: 50px;}
.m55 { margin: 55px;}
.m60 { margin: 60px;}
.m65 { margin: 65px;}
.m70 { margin: 70px;}
.m75 { margin: 75px;}
.m80 { margin: 80px;}
.m85 { margin: 85px;}
.m90 { margin: 90px;}
.m95 { margin: 95px;}
.m100 { margin: 100px;}
.m105 { margin: 105px;}
.m110 { margin: 110px;}
.m115 { margin: 115px;}
.m120 { margin: 120px;}
.m125 { margin: 125px;}
.m130 { margin: 130px;}
.m135 { margin: 135px;}
.m140 { margin: 140px;}
.m145 { margin: 145px;}
.m150 { margin: 150px;}
.m155 { margin: 155px;}
.m160 { margin: 160px;}
.m165 { margin: 165px;}
.m170 { margin: 170px;}
.m175 { margin: 175px;}
.m180 { margin: 180px;}
.m185 { margin: 185px;}
.m190 { margin: 190px;}
.m195 { margin: 195px;}
.pl0 { padding-left: 0px;}
.pl5 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl35 { padding-left: 35px;}
.pl40 { padding-left: 40px;}
.pl45 { padding-left: 45px;}
.pl50 { padding-left: 50px;}
.pl55 { padding-left: 55px;}
.pl60 { padding-left: 60px;}
.pl65 { padding-left: 65px;}
.pl70 { padding-left: 70px;}
.pl75 { padding-left: 75px;}
.pl80 { padding-left: 80px;}
.pl85 { padding-left: 85px;}
.pl90 { padding-left: 90px;}
.pl95 { padding-left: 95px;}
.pl100 { padding-left: 100px;}
.pl105 { padding-left: 105px;}
.pl110 { padding-left: 110px;}
.pl115 { padding-left: 115px;}
.pl120 { padding-left: 120px;}
.pl125 { padding-left: 125px;}
.pl130 { padding-left: 130px;}
.pl135 { padding-left: 135px;}
.pl140 { padding-left: 140px;}
.pl145 { padding-left: 145px;}
.pl150 { padding-left: 150px;}
.pl155 { padding-left: 155px;}
.pl160 { padding-left: 160px;}
.pl165 { padding-left: 165px;}
.pl170 { padding-left: 170px;}
.pl175 { padding-left: 175px;}
.pl180 { padding-left: 180px;}
.pl185 { padding-left: 185px;}
.pl190 { padding-left: 190px;}
.pl195 { padding-left: 195px;}
.pr0 { padding-right: 0px;}
.pr5 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr35 { padding-right: 35px;}
.pr40 { padding-right: 40px;}
.pr45 { padding-right: 45px;}
.pr50 { padding-right: 50px;}
.pr55 { padding-right: 55px;}
.pr60 { padding-right: 60px;}
.pr65 { padding-right: 65px;}
.pr70 { padding-right: 70px;}
.pr75 { padding-right: 75px;}
.pr80 { padding-right: 80px;}
.pr85 { padding-right: 85px;}
.pr90 { padding-right: 90px;}
.pr95 { padding-right: 95px;}
.pr100 { padding-right: 100px;}
.pr105 { padding-right: 105px;}
.pr110 { padding-right: 110px;}
.pr115 { padding-right: 115px;}
.pr120 { padding-right: 120px;}
.pr125 { padding-right: 125px;}
.pr130 { padding-right: 130px;}
.pr135 { padding-right: 135px;}
.pr140 { padding-right: 140px;}
.pr145 { padding-right: 145px;}
.pr150 { padding-right: 150px;}
.pr155 { padding-right: 155px;}
.pr160 { padding-right: 160px;}
.pr165 { padding-right: 165px;}
.pr170 { padding-right: 170px;}
.pr175 { padding-right: 175px;}
.pr180 { padding-right: 180px;}
.pr185 { padding-right: 185px;}
.pr190 { padding-right: 190px;}
.pr195 { padding-right: 195px;}
.pb0 { padding-bottom: 0px;}
.pb5 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}
.pb45 { padding-bottom: 45px;}
.pb50 { padding-bottom: 50px;}
.pb55 { padding-bottom: 55px;}
.pb60 { padding-bottom: 60px;}
.pb65 { padding-bottom: 65px;}
.pb70 { padding-bottom: 70px;}
.pb75 { padding-bottom: 75px;}
.pb80 { padding-bottom: 80px;}
.pb85 { padding-bottom: 85px;}
.pb90 { padding-bottom: 90px;}
.pb95 { padding-bottom: 95px;}
.pb100 { padding-bottom: 100px;}
.pb105 { padding-bottom: 105px;}
.pb110 { padding-bottom: 110px;}
.pb115 { padding-bottom: 115px;}
.pb120 { padding-bottom: 120px;}
.pb125 { padding-bottom: 125px;}
.pb130 { padding-bottom: 130px;}
.pb135 { padding-bottom: 135px;}
.pb140 { padding-bottom: 140px;}
.pb145 { padding-bottom: 145px;}
.pb150 { padding-bottom: 150px;}
.pb155 { padding-bottom: 155px;}
.pb160 { padding-bottom: 160px;}
.pb165 { padding-bottom: 165px;}
.pb170 { padding-bottom: 170px;}
.pb175 { padding-bottom: 175px;}
.pb180 { padding-bottom: 180px;}
.pb185 { padding-bottom: 185px;}
.pb190 { padding-bottom: 190px;}
.pb195 { padding-bottom: 195px;}
.pt0 { padding-top: 0px;}
.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}
.pt45 { padding-top: 45px;}
.pt50 { padding-top: 50px;}
.pt55 { padding-top: 55px;}
.pt60 { padding-top: 60px;}
.pt65 { padding-top: 65px;}
.pt70 { padding-top: 70px;}
.pt75 { padding-top: 75px;}
.pt80 { padding-top: 80px;}
.pt85 { padding-top: 85px;}
.pt90 { padding-top: 90px;}
.pt95 { padding-top: 95px;}
.pt100 { padding-top: 100px;}
.pt105 { padding-top: 105px;}
.pt110 { padding-top: 110px;}
.pt115 { padding-top: 115px;}
.pt120 { padding-top: 120px;}
.pt125 { padding-top: 125px;}
.pt130 { padding-top: 130px;}
.pt135 { padding-top: 135px;}
.pt140 { padding-top: 140px;}
.pt145 { padding-top: 145px;}
.pt150 { padding-top: 150px;}
.pt155 { padding-top: 155px;}
.pt160 { padding-top: 160px;}
.pt165 { padding-top: 165px;}
.pt170 { padding-top: 170px;}
.pt175 { padding-top: 175px;}
.pt180 { padding-top: 180px;}
.pt185 { padding-top: 185px;}
.pt190 { padding-top: 190px;}
.pt195 { padding-top: 195px;}


/* Font size Visual Height */
.fs-vw1 { font-size: 1vw;}
.fs-vw2 { font-size: 2vw;}
.fs-vw3 { font-size: 3vw;}
.fs-vw4 { font-size: 4vw;}
.fs-vw5 { font-size: 5vw;}
.fs-vw6 { font-size: 6vw;}
.fs-vw7 { font-size: 7vw;}
.fs-vw8 { font-size: 8vw;}
.fs-vw9 { font-size: 9vw;}
.fs-vw10 { font-size: 10vw;}
.fs-vw11 { font-size: 11vw;}
.fs-vw12 { font-size: 12vw;}
.fs-vw13 { font-size: 13vw;}
.fs-vw14 { font-size: 14vw;}
.fs-vw15 { font-size: 15vw;}
.fs-vw16 { font-size: 16vw;}
.fs-vw17 { font-size: 17vw;}
.fs-vw18 { font-size: 18vw;}
.fs-vw19 { font-size: 19vw;}
.fs-vw20 { font-size: 20vw;}
.fs-vw21 { font-size: 21vw;}
.fs-vw22 { font-size: 22vw;}
.fs-vw23 { font-size: 23vw;}
.fs-vw24 { font-size: 24vw;}
.fs-vw25 { font-size: 25vw;}
.fs-vw26 { font-size: 26vw;}
.fs-vw27 { font-size: 27vw;}
.fs-vw28 { font-size: 28vw;}
.fs-vw29 { font-size: 29vw;}
.fs-vw30 { font-size: 30vw;}
.fs-vw31 { font-size: 31vw;}
.fs-vw32 { font-size: 32vw;}
.fs-vw33 { font-size: 33vw;}
.fs-vw34 { font-size: 34vw;}
.fs-vw35 { font-size: 35vw;}
.fs-vw36 { font-size: 36vw;}
.fs-vw37 { font-size: 37vw;}
.fs-vw38 { font-size: 38vw;}
.fs-vw39 { font-size: 39vw;}
.fs-vw40 { font-size: 40vw;}
.fs-vw41 { font-size: 41vw;}
.fs-vw42 { font-size: 42vw;}
.fs-vw43 { font-size: 43vw;}
.fs-vw44 { font-size: 44vw;}
.fs-vw45 { font-size: 45vw;}
.fs-vw46 { font-size: 46vw;}
.fs-vw47 { font-size: 47vw;}
.fs-vw48 { font-size: 48vw;}
.fs-vw49 { font-size: 49vw;}
.fs-vw50 { font-size: 50vw;}
.fs-vw51 { font-size: 51vw;}
.fs-vw52 { font-size: 52vw;}
.fs-vw53 { font-size: 53vw;}
.fs-vw54 { font-size: 54vw;}
.fs-vw55 { font-size: 55vw;}
.fs-vw56 { font-size: 56vw;}
.fs-vw57 { font-size: 57vw;}
.fs-vw58 { font-size: 58vw;}
.fs-vw59 { font-size: 59vw;}
.fs-vw60 { font-size: 60vw;}
.fs-vw61 { font-size: 61vw;}
.fs-vw62 { font-size: 62vw;}
.fs-vw63 { font-size: 63vw;}
.fs-vw64 { font-size: 64vw;}
.fs-vw65 { font-size: 65vw;}
.fs-vw66 { font-size: 66vw;}
.fs-vw67 { font-size: 67vw;}
.fs-vw68 { font-size: 68vw;}
.fs-vw69 { font-size: 69vw;}
.fs-vw70 { font-size: 70vw;}
.fs-vw71 { font-size: 71vw;}
.fs-vw72 { font-size: 72vw;}
.fs-vw73 { font-size: 73vw;}
.fs-vw74 { font-size: 74vw;}
.fs-vw75 { font-size: 75vw;}
.fs-vw76 { font-size: 76vw;}
.fs-vw77 { font-size: 77vw;}
.fs-vw78 { font-size: 78vw;}
.fs-vw79 { font-size: 79vw;}
.fs-vw80 { font-size: 80vw;}
.fs-vw81 { font-size: 81vw;}
.fs-vw82 { font-size: 82vw;}
.fs-vw83 { font-size: 83vw;}
.fs-vw84 { font-size: 84vw;}
.fs-vw85 { font-size: 85vw;}
.fs-vw86 { font-size: 86vw;}
.fs-vw87 { font-size: 87vw;}
.fs-vw88 { font-size: 88vw;}
.fs-vw89 { font-size: 89vw;}
.fs-vw90 { font-size: 90vw;}
.fs-vw91 { font-size: 91vw;}
.fs-vw92 { font-size: 92vw;}
.fs-vw93 { font-size: 93vw;}
.fs-vw94 { font-size: 94vw;}
.fs-vw95 { font-size: 95vw;}
.fs-vw96 { font-size: 96vw;}
.fs-vw97 { font-size: 97vw;}
.fs-vw98 { font-size: 98vw;}
.fs-vw99 { font-size: 99vw;}

/* Visual Height Height */

.vh1 { height: 1vh;}
.vh2 { height: 2vh;}
.vh3 { height: 3vh;}
.vh4 { height: 4vh;}
.vh5 { height: 5vh;}
.vh6 { height: 6vh;}
.vh7 { height: 7vh;}
.vh8 { height: 8vh;}
.vh9 { height: 9vh;}
.vh10 { height: 10vh;}
.vh11 { height: 11vh;}
.vh12 { height: 12vh;}
.vh13 { height: 13vh;}
.vh14 { height: 14vh;}
.vh15 { height: 15vh;}
.vh16 { height: 16vh;}
.vh17 { height: 17vh;}
.vh18 { height: 18vh;}
.vh19 { height: 19vh;}
.vh20 { height: 20vh;}
.vh21 { height: 21vh;}
.vh22 { height: 22vh;}
.vh23 { height: 23vh;}
.vh24 { height: 24vh;}
.vh25 { height: 25vh;}
.vh26 { height: 26vh;}
.vh27 { height: 27vh;}
.vh28 { height: 28vh;}
.vh29 { height: 29vh;}
.vh30 { height: 30vh;}
.vh31 { height: 31vh;}
.vh32 { height: 32vh;}
.vh33 { height: 33vh;}
.vh34 { height: 34vh;}
.vh35 { height: 35vh;}
.vh36 { height: 36vh;}
.vh37 { height: 37vh;}
.vh38 { height: 38vh;}
.vh39 { height: 39vh;}
.vh40 { height: 40vh;}
.vh41 { height: 41vh;}
.vh42 { height: 42vh;}
.vh43 { height: 43vh;}
.vh44 { height: 44vh;}
.vh45 { height: 45vh;}
.vh46 { height: 46vh;}
.vh47 { height: 47vh;}
.vh48 { height: 48vh;}
.vh49 { height: 49vh;}
.vh50 { height: 50vh;}
.vh51 { height: 51vh;}
.vh52 { height: 52vh;}
.vh53 { height: 53vh;}
.vh54 { height: 54vh;}
.vh55 { height: 55vh;}
.vh56 { height: 56vh;}
.vh57 { height: 57vh;}
.vh58 { height: 58vh;}
.vh59 { height: 59vh;}
.vh60 { height: 60vh;}
.vh61 { height: 61vh;}
.vh62 { height: 62vh;}
.vh63 { height: 63vh;}
.vh64 { height: 64vh;}
.vh65 { height: 65vh;}
.vh66 { height: 66vh;}
.vh67 { height: 67vh;}
.vh68 { height: 68vh;}
.vh69 { height: 69vh;}
.vh70 { height: 70vh;}
.vh71 { height: 71vh;}
.vh72 { height: 72vh;}
.vh73 { height: 73vh;}
.vh74 { height: 74vh;}
.vh75 { height: 75vh;}
.vh76 { height: 76vh;}
.vh77 { height: 77vh;}
.vh78 { height: 78vh;}
.vh79 { height: 79vh;}
.vh80 { height: 80vh;}
.vh81 { height: 81vh;}
.vh82 { height: 82vh;}
.vh83 { height: 83vh;}
.vh84 { height: 84vh;}
.vh85 { height: 85vh;}
.vh86 { height: 86vh;}
.vh87 { height: 87vh;}
.vh88 { height: 88vh;}
.vh89 { height: 89vh;}
.vh90 { height: 90vh;}
.vh91 { height: 91vh;}
.vh92 { height: 92vh;}
.vh93 { height: 93vh;}
.vh94 { height: 94vh;}
.vh95 { height: 95vh;}
.vh96 { height: 96vh;}
.vh97 { height: 97vh;}
.vh98 { height: 98vh;}
.vh99 { height: 99vh;}

/* Visual Width width */
.vw1 { width: 1vw;}
.vw2 { width: 2vw;}
.vw3 { width: 3vw;}
.vw4 { width: 4vw;}
.vw5 { width: 5vw;}
.vw6 { width: 6vw;}
.vw7 { width: 7vw;}
.vw8 { width: 8vw;}
.vw9 { width: 9vw;}
.vw10 { width: 10vw;}
.vw11 { width: 11vw;}
.vw12 { width: 12vw;}
.vw13 { width: 13vw;}
.vw14 { width: 14vw;}
.vw15 { width: 15vw;}
.vw16 { width: 16vw;}
.vw17 { width: 17vw;}
.vw18 { width: 18vw;}
.vw19 { width: 19vw;}
.vw20 { width: 20vw;}
.vw21 { width: 21vw;}
.vw22 { width: 22vw;}
.vw23 { width: 23vw;}
.vw24 { width: 24vw;}
.vw25 { width: 25vw;}
.vw26 { width: 26vw;}
.vw27 { width: 27vw;}
.vw28 { width: 28vw;}
.vw29 { width: 29vw;}
.vw30 { width: 30vw;}
.vw31 { width: 31vw;}
.vw32 { width: 32vw;}
.vw33 { width: 33vw;}
.vw34 { width: 34vw;}
.vw35 { width: 35vw;}
.vw36 { width: 36vw;}
.vw37 { width: 37vw;}
.vw38 { width: 38vw;}
.vw39 { width: 39vw;}
.vw40 { width: 40vw;}
.vw41 { width: 41vw;}
.vw42 { width: 42vw;}
.vw43 { width: 43vw;}
.vw44 { width: 44vw;}
.vw45 { width: 45vw;}
.vw46 { width: 46vw;}
.vw47 { width: 47vw;}
.vw48 { width: 48vw;}
.vw49 { width: 49vw;}
.vw50 { width: 50vw;}
.vw51 { width: 51vw;}
.vw52 { width: 52vw;}
.vw53 { width: 53vw;}
.vw54 { width: 54vw;}
.vw55 { width: 55vw;}
.vw56 { width: 56vw;}
.vw57 { width: 57vw;}
.vw58 { width: 58vw;}
.vw59 { width: 59vw;}
.vw60 { width: 60vw;}
.vw61 { width: 61vw;}
.vw62 { width: 62vw;}
.vw63 { width: 63vw;}
.vw64 { width: 64vw;}
.vw65 { width: 65vw;}
.vw66 { width: 66vw;}
.vw67 { width: 67vw;}
.vw68 { width: 68vw;}
.vw69 { width: 69vw;}
.vw70 { width: 70vw;}
.vw71 { width: 71vw;}
.vw72 { width: 72vw;}
.vw73 { width: 73vw;}
.vw74 { width: 74vw;}
.vw75 { width: 75vw;}
.vw76 { width: 76vw;}
.vw77 { width: 77vw;}
.vw78 { width: 78vw;}
.vw79 { width: 79vw;}
.vw80 { width: 80vw;}
.vw81 { width: 81vw;}
.vw82 { width: 82vw;}
.vw83 { width: 83vw;}
.vw84 { width: 84vw;}
.vw85 { width: 85vw;}
.vw86 { width: 86vw;}
.vw87 { width: 87vw;}
.vw88 { width: 88vw;}
.vw89 { width: 89vw;}
.vw90 { width: 90vw;}
.vw91 { width: 91vw;}
.vw92 { width: 92vw;}
.vw93 { width: 93vw;}
.vw94 { width: 94vw;}
.vw95 { width: 95vw;}
.vw96 { width: 96vw;}
.vw97 { width: 97vw;}
.vw98 { width: 98vw;}
.vw99 { width: 99vw;}

/* Font size */
.fs5 { font-size: 5px;}
.fs12 { font-size: 12px!important; }
.fs10 {font-size: 10px!important; }
.fs11 {font-size: 11px!important; }
.fs12 {font-size: 12px!important; }
.fs13 {font-size: 13px!important; }
.fs14 {font-size: 14px!important; }
.fs15 {font-size: 15px!important; }
.fs16 {font-size: 16px!important; }
.fs17 {font-size: 17px!important; }
.fs18 {font-size: 18px!important; }
.fs19 {font-size: 19px!important; }
.fs20 {font-size: 20px!important; }
.fs21 {font-size: 21px!important; }
.fs22 {font-size: 22px!important; }
.fs23 {font-size: 23px!important; }
.fs24 {font-size: 24px!important; }
.fs25 {font-size: 25px!important; }
.fs26 {font-size: 26px!important; }
.fs27 {font-size: 27px!important; }
.fs28 {font-size: 28px!important; }
.fs29 {font-size: 29px!important; }
.fs30 {font-size: 30px!important; }
.fs31 {font-size: 31px!important; }
.fs32 {font-size: 32px!important; }
.fs33 {font-size: 33px!important; }
.fs34 {font-size: 34px!important; }
.fs35 {font-size: 35px!important; }
.fs36 {font-size: 36px!important; }
.fs37 {font-size: 37px!important; }
.fs38 {font-size: 38px!important; }
.fs39 {font-size: 39px!important; }
.fs40 { font-size: 40px!important; }
.fs41 { font-size: 41px!important; }
.fs42 {font-size: 42px!important; }
.fs43 {font-size: 43px!important; }
.fs44 {font-size: 44px!important; }
.fs45 {font-size: 45px!important; }
.fs46 {font-size: 46px!important; }
.fs47 {font-size: 47px!important; }
.fs48 {font-size: 48px!important; }
.fs49 {font-size: 49px!important; }
.fs50 {font-size: 50px!important; }
.fs51 {font-size: 51px!important; }
.fs52 {font-size: 52px!important; }
.fs53 {font-size: 53px!important; }
.fs54 {font-size: 54px!important; }
.fs55 {font-size: 55px!important; }
.fs56 {font-size: 56px!important; }
.fs57 {font-size: 57px!important; }
.fs58 {font-size: 58px!important; }
.fs59 {font-size: 59px!important; }
.fs60 {font-size: 60px!important; }
.fs61 {font-size: 60px!important; }
.fs62 {font-size: 62px!important; }
.fs63 {font-size: 63px!important; }
.fs64 {font-size: 64px!important; }
.fs65 {font-size: 65px!important; }
.fs66 {font-size: 66px!important; }
.fs67 {font-size: 67px!important; }
.fs68 {font-size: 68px!important; }
.fs69 {font-size: 69px!important; }
.fs70 {font-size: 70px!important; }
.fs71 { font-size: 71px!important;}
.fs72 { font-size: 72px!important;}
.fs73 { font-size: 73px!important;}
.fs74 { font-size: 74px!important;}
.fs75 { font-size: 75px!important;}
.fs76 { font-size: 76px!important;}
.fs77 { font-size: 77px!important;}
.fs78 { font-size: 78px!important;}
.fs79 { font-size: 79px!important;}
.fs80 { font-size: 80px!important;}
.fs81 { font-size: 81px!important;}
.fs82 { font-size: 82px!important;}
.fs83 { font-size: 83px!important;}
.fs84 { font-size: 84px!important;}
.fs85 { font-size: 85px!important;}
.fs86 { font-size: 86px!important;}
.fs87 { font-size: 87px!important;}
.fs88 { font-size: 88px!important;}
.fs89 { font-size: 89px!important;}
.fs90 { font-size: 90px!important;}
.fs91 { font-size: 91px!important;}
.fs92 { font-size: 92px!important;}
.fs93 { font-size: 93px!important;}
.fs94 { font-size: 94px!important;}
.fs95 { font-size: 95px!important;}
.fs96 { font-size: 96px!important;}
.fs97 { font-size: 97px!important;}
.fs98 { font-size: 98px!important;}
.fs99 { font-size: 99px!important;}
.fs100 { font-size: 100px!important;}
.fs101 { font-size: 101px!important;}
.fs102 { font-size: 102px!important;}
.fs103 { font-size: 103px!important;}
.fs104 { font-size: 104px!important;}
.fs105 { font-size: 105px!important;}
.fs106 { font-size: 106px!important;}
.fs107 { font-size: 107px!important;}
.fs108 { font-size: 108px!important;}
.fs109 { font-size: 109px!important;}
.fs110 { font-size: 110px!important;}
.fs111 { font-size: 111px!important;}
.fs112 { font-size: 112px!important;}
.fs113 { font-size: 113px!important;}
.fs114 { font-size: 114px!important;}
.fs115 { font-size: 115px!important;}
.fs116 { font-size: 116px!important;}
.fs117 { font-size: 117px!important;}
.fs118 { font-size: 118px!important;}
.fs119 { font-size: 119px!important;}
.fs120 { font-size: 120px!important;}
.fs121 { font-size: 121px!important;}
.fs122 { font-size: 122px!important;}
.fs123 { font-size: 123px!important;}
.fs124 { font-size: 124px!important;}
.fs125 { font-size: 125px!important;}
.fs126 { font-size: 126px!important;}
.fs127 { font-size: 127px!important;}
.fs128 { font-size: 128px!important;}
.fs129 { font-size: 129px!important;}
.fs130 { font-size: 129px!important;}

/* Golden Ratio Sizes */
.fs-gr10 { font-size: 61.8vw; }
.fs-gr9 { font-size: 38.2vw; }
.fs-gr8 { font-size: 23.61vw; }
.fs-gr7 { font-size: 14.59vw; }
.fs-gr6 { font-size: 9.02vw; }
.fs-gr5 { font-size: 5.57vw; }
.fs-gr4 { font-size: 3.44vw; }
.fs-gr3 { font-size: 2.13vw; }
.fs-gr2 { font-size: 1.32vw; }
.fs-gr1 { font-size: 0.82vw; }

.fs-gr06 { font-size: 0.05vw; }
.fs-gr05 { font-size: 0.07vw; }
.fs-gr04 { font-size: 0.12vw; }
.fs-gr03 { font-size: 0.19vw; }
.fs-gr02 { font-size: 0.32vw; }
.fs-gr01 { font-size: 0.51vw; }

.w-gr10 {width: 61.8vw; }
.w-gr9 {width: 38.2vw; }
.w-gr8 {width: 23.61vw; }
.w-gr7 {width: 14.59vw; }
.w-gr6 {width: 9.02vw; }
.w-gr5 {width: 5.57vw; }
.w-gr4 {width: 3.44vw; }
.w-gr3 {width: 2.13vw; }
.w-gr2 {width: 1.32vw; }
.w-gr1 {width: 0.82vw; }

.h-gr10 {height: 61.8vw; }
.h-gr9 {height: 38.2vw!important; }
.h-gr8 {height: 23.61vw; }
.h-gr7 {height: 14.59vw; }
.h-gr6 {height: 9.02vw; }
.h-gr5 {height: 5.57vw; }
.h-gr4 {height: 3.44vw; }
.h-gr3 {height: 2.13vw; }
.h-gr2 {height: 1.32vw; }
.h-gr1 {height: 0.82vw; }

.lh-gr10 {line-height: 61.8vw; }
.lh-gr9 {line-height: 38.2vw; }
.lh-gr8 {line-height: 23.61vw; }
.lh-gr7 {line-height: 14.59vw; }
.lh-gr6 {line-height: 9.02vw; }
.lh-gr5 {line-height: 5.57vw; }
.lh-gr4 {line-height: 3.44vw; }
.lh-gr3 {line-height: 2.13vw; }
.lh-gr2 {line-height: 1.32vw; }
.lh-gr1 {line-height: 0.82vw; }

.pt-gr1 { padding-top: 0.83vw; }
.pt-gr2 { padding-top: 1.34vw; }
.pt-gr3 { padding-top: 2.17vw; }
.pt-gr4 { padding-top: 3.51vw; }
.pt-gr5 { padding-top: 5.68vw; }
.pt-gr6 { padding-top: 9.19vw; }
.pt-gr7 { padding-top: 14.87vw; }
.pt-gr8 { padding-top: 24.06vw; }
.pt-gr9 { padding-top: 38.93vw; }
.pt-gr10 { padding-top: 62.99vw; }
.pb-gr1 { padding-bottom: 0.83vw; }
.pb-gr2 { padding-bottom: 1.34vw; }
.pb-gr3 { padding-bottom: 2.17vw; }
.pb-gr4 { padding-bottom: 3.51vw; }
.pb-gr5 { padding-bottom: 5.68vw; }
.pb-gr6 { padding-bottom: 9.19vw; }
.pb-gr7 { padding-bottom: 14.87vw; }
.pb-gr8 { padding-bottom: 24.06vw; }
.pb-gr9 { padding-bottom: 38.93vw; }
.pb-gr10 { padding-bottom: 62.99vw; }
.pl-gr1 { padding-left: 0.83vw; }
.pl-gr2 { padding-left: 1.34vw; }
.pl-gr3 { padding-left: 2.17vw; }
.pl-gr4 { padding-left: 3.51vw; }
.pl-gr5 { padding-left: 5.68vw; }
.pl-gr6 { padding-left: 9.19vw; }
.pl-gr7 { padding-left: 14.87vw; }
.pl-gr8 { padding-left: 24.06vw; }
.pl-gr9 { padding-left: 38.93vw; }
.pl-gr10 { padding-left: 62.99vw; }
.pr-gr1 { padding-right: 0.83vw; }
.pr-gr2 { padding-right: 1.34vw; }
.pr-gr3 { padding-right: 2.17vw; }
.pr-gr4 { padding-right: 3.51vw; }
.pr-gr5 { padding-right: 5.68vw; }
.pr-gr6 { padding-right: 9.19vw; }
.pr-gr7 { padding-right: 14.87vw; }
.pr-gr8 { padding-right: 24.06vw; }
.pr-gr9 { padding-right: 38.93vw; }
.pr-gr10 { padding-right: 62.99vw; }


.mt-gr1 { margin-top: 0.83vw; }
.mt-gr2 { margin-top: 1.34vw; }
.mt-gr3 { margin-top: 2.17vw; }
.mt-gr4 { margin-top: 3.51vw; }
.mt-gr5 { margin-top: 5.68vw; }
.mt-gr6 { margin-top: 9.19vw; }
.mt-gr7 { margin-top: 14.87vw; }
.mt-gr8 { margin-top: 24.06vw; }
.mt-gr9 { margin-top: 38.93vw; }
.mt-gr10 { margin-top: 62.99vw; }
.mb-gr1 { margin-bottom: 0.83vw; }
.mb-gr2 { margin-bottom: 1.34vw; }
.mb-gr3 { margin-bottom: 2.17vw; }
.mb-gr4 { margin-bottom: 3.51vw; }
.mb-gr5 { margin-bottom: 5.68vw; }
.mb-gr6 { margin-bottom: 9.19vw; }
.mb-gr7 { margin-bottom: 14.87vw; }
.mb-gr8 { margin-bottom: 24.06vw; }
.mb-gr9 { margin-bottom: 38.93vw; }
.mb-gr10 { margin-bottom: 62.99vw; }
.ml-gr1 { margin-left: 0.83vw; }
.ml-gr2 { margin-left: 1.34vw; }
.ml-gr3 { margin-left: 2.17vw; }
.ml-gr4 { margin-left: 3.51vw; }
.ml-gr5 { margin-left: 5.68vw; }
.ml-gr6 { margin-left: 9.19vw; }
.ml-gr7 { margin-left: 14.87vw; }
.ml-gr8 { margin-left: 24.06vw; }
.ml-gr9 { margin-left: 38.93vw; }
.ml-gr10 { margin-left: 62.99vw; }
.mr-gr1 { margin-right: 0.83vw; }
.mr-gr2 { margin-right: 1.34vw; }
.mr-gr3 { margin-right: 2.17vw; }
.mr-gr4 { margin-right: 3.51vw; }
.mr-gr5 { margin-right: 5.68vw; }
.mr-gr6 { margin-right: 9.19vw; }
.mr-gr7 { margin-right: 14.87vw; }
.mr-gr8 { margin-right: 24.06vw; }
.mr-gr9 { margin-right: 38.93vw; }
.mr-gr10 { margin-right: 62.99vw; }

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.sep10 { width: 100%; min-height: 10px; }
.sep20 { width: 100%; min-height: 20px; }
.sep30 { width: 100%; min-height: 30px; }
.sep50 { width: 100%; min-height: 50px; }
.sep100 { width: 100%; min-height: 100px; }
.sep150 { width: 100%; min-height: 150px; }
.sep200 { width: 100%; min-height: 200px; }

.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.f-wrap {
  display: flex;
  flex-wrap: wrap;
}
.f-wrap > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.fc-white { color: white!important; }
.fc-black { color: #585858; }
.fc-red { color: red; }
.fc-green { color: #7cb342; }
.fc-orange { color:#fcd307;}


.w100 { width: 100%; }
.w90 { width: 90%; }
.w80 { width: 80%; }
.w70 { width: 70%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w30 { width: 30%; }
.w20 { width: 20%; }
.w10 { width: 10%; }

.h100 { height: 100px; }
.h90 { height: 90px; }
.h80 { height: 80px; }
.h70 { height: 70px; }
.h60 { height: 60px; }
.h50 { height: 50px; }
.h40 { height: 40px; }
.h30 { height: 30px; }
.h20 { height: 20px; }
.h10 { height: 10px; }


.fl-center { margin: 0 auto; }

.hidden { displaY: none;}

.table-no-border td {
  border:none;
}
.table-no-padding td {
  padding-top: 5px;
  padding-bottom: 0px;
}
.table-0-padding td {
  padding: 0px;
}

@media (min-width: 1350px) {
  .d-xxl-block {
    display: block;
  }
}
.bg-modal {
  background-color: #eee;
  border: 1px solid #ccc;
}

.black-bg {
  background-color: rgba(0,0,0,0.8);
}
.white-shadow {
  text-shadow: 1px 1px 0px #FFFFFF;
}
.black-shadow {
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.bold-shadow {
  text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
.fill {
  min-height: 100%;
  height: 100%;
}
.light-green {
  background-color: #bef07d;
}
.fcgreen {
  color: #bef07d;
}
.form-control-custom {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.auto-w {
  width: auto;
}

@keyframes highlights {
  0 % {
    /*background-color: rgba(233,236,239, 1);*/
    background-color: black;
  }
  1000 % {
    background-color: white;
  /*  background-color: rgba(233,236,239, 0);*/
  }
}
.highlighted {
    animation-name: highlights;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes shadowPulse {
  0% {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(32,176,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(32,176,0,1);
    box-shadow: 0px 0px 10px 0px rgba(32,176,0,1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(32,176,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(32,176,0,1);
    box-shadow: 0px 0px 0px 0px rgba(32,176,0,1);
  }
}

.shadow-pulse {
    animation-name: shadowPulse;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Da";
    padding-left: 10px;
    background-color: #b2e86e; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Ne";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 25px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 9px;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.modal-open { width: 100%; }

.rotating-rv {
  -webkit-animation: antiClockwiseSpin infinite linear!important;
  animation: antiClockwiseSpin infinite linear!important;
}

@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}

@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}


/* Prefixed using http://pleeease.io/play/ */
.rotating {
  -webkit-animation: clockwiseSpin infinite linear!important;
  animation: clockwiseSpin infinite linear!important;
}

@-webkit-keyframes clockwiseSpin {
	0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

}@keyframes clockwiseSpin {
	0%  {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
.float {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.form-control {
  transition: all 0.6s ease-out;

}
input.form-control:focus, textarea {
  border-color: rgba(252,211,7,0.8);
  -webkit-box-shadow: 0px 0px 17px 6px rgba(252,211,7,0.12)!important;
  box-shadow: 0px 0px 17px 6px rgba(252,211,7,0.12)!important;
}
.input-shadow-selected {
  -webkit-box-shadow: 0px 0px 17px 6px rgba(252,211,7,0.28)!important;
  box-shadow: 0px 0px 17px 6px rgba(252,211,7,0.28)!important;
}

/**************************************************************************/
/********************** ANIMATED CHECKMARK ********************************/
/**************************************************************************/

.checkmark__circle {
  stroke-dasharray: 216; /* ORIGINALLY 166px */
  stroke-dashoffset: 216; /* ORIGINALLY 166px */
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fcd307;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 106px; /* ORIGINALLY 56px */
  height: 106px; /* ORIGINALLY 56px */
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #fcd307;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 98; /* ORIGINALLY 48px */
  stroke-dashoffset: 98; /* ORIGINALLY 48px*/
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 80px #fcd307;
  }
}
.absolute-center {
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1001;
	left: 50%;
	top: 50%;
}
.absolute-center p {
  text-align: center;
  opacity: 0;
  top: 50px;
  position: relative;
}
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/



.vertical-center {
  display: flex;
  align-items: center;
  z-index: 100001;
}
.vCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000001;
  transition: all 0.4s ease;
  width: 100%;
}
.navbar-nav li {
  width: auto;
  position: relative;
}
.navbar-nav ul.subnav {
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
  color: black;
  list-style-type: none;
  padding-left: 0px;
  display: block;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
  max-height: 0px;
}
.navbar-nav ul.subnav li {
  clear:both;
  float: left;
  padding: 10px 20px;
  border-bottom: 1px solid #b1b1b1;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.navbar-nav ul.subnav li:hover {
  background-color: #fcd307;
}

.navbar-nav ul.subnav li a {
  color: black;
  text-align: center;
  width: 100%;
  position: relative;
  text-shadow: 1px 1px 0px #FFFFFF;
  display: block;
}

.navbar-nav .nav-item:hover > ul.subnav {
  opacity: 1;
  max-height: 200px;
}

.boxshadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.image {
  width: 80%;
  position: relative;
}

.btn-transparent {
  border: 1px solid #666666;
  background-color: rgba(0,0,0,0.05);
  border-radius: 0px!important;
  padding: 10px 15px;
  color: rgb(102, 102, 102);
  transition: all 0.3s ease;
  z-index: 1000000001;
  position: relative;
  display: inline-block;
}
a.btn-transparent {
  color: rgb(102, 102, 102);
}
.mediablock-box {
  height: auto;

}
.mediablock-box a.btn-transparent:hover {
  border-color: #ebebeb;
  color: #ebebeb;
  text-decoration: none;
  background-color: rgba(0,0,0,0.2);
}
.mediablock-img {
  height: 200px;
  overflow: hidden;
}
.mediablock-box img {
  transition: all 1s ease;
}
.mediablock-box:hover img {
  transform: scale(1.2);
}
.mediablock-bxox:hover a.btn-transparent {
  border-color: #ebebeb;
  color: #ebebeb;
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
}
.media-txt {
  position: relative;
  top: 0%;
  height: 200px;
  transition: all 0.4s ease;
  padding: 5px;

}
.media-txt p {
  transition: all 0.4s ease;
  opacity: 0;
  hyphens: none;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.media-box .media-body img {
  transition: all 0.4s ease;
  top: 0%;
}
.media-box:hover .media-body img {
  transform: translateY(-100%);
}

.media-box:hover .media-txt {
  transform: translateY(-100%);
}
.media-box:hover .media-txt p {
  opacity: 1;
  line-height: 1.5;
}
.media-box:hover h4 {
  top: -100%;
}

.curtain-box {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.curtain-box .title {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  color: white;
  z-index: 13;
  transition: 0.4s all ease-out;
  width: 80%;
  max-width: 250px;
}
.curtain-box .title h5.orange {
  background-color: rgba(255,204,0,1);
  padding: 10px 15px;
}
.curtain-box .title h5 {
  color: white;
  transition: 0.3s all ease-out;
  border-bottom: 1px solid rgba(0,0,0,0);
  width: 80%;
  max-width: 250px;
  text-align: center;
}
.curtain-box .img {
  position: relative;
}
.curtain-box img {
  width: 100%;
  height: auto;
  filter: blur(0px);
  transition: 0.6s all ease-in-out;
}
.f-page .curtain-box .img img {
  width: 100%;
  height: 100%;
  filter: blur(0px) brightness(70%);
  transition: 0.6s all ease-in-out;
  object-fit: cover;
}


.curtain-box .text {
  position: absolute;
  z-index: 13;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  max-width: 250px;
  padding: 10px;
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  line-height: 15px;
}
.f-page .curtain-box .title {
  max-width: 350px;
}
.curtain-btn a {
  color: white;
  width: 100%;
  padding: 20px 20px;
  height: 100%;
  display: block;
}
.curtain-btn {
  margin-top: 20px;
  border: 1px solid #fff;
  color: white;
  xpadding: 10px 15px;
  transition: 0.3s all ease-in-out;
}
.curtain-btn:hover a {
  color: rgba(255,204,0,1);
  font-weight: bold;
}
.curtain-btn:hover {
  background-color: white;
}


.curtain-box:hover .text {
  transform: translate(-50%, -40%);
  opacity: 1;
}

.curtain-box:hover .title h5 {
  border-bottom: 1px solid rgba(255,255,255,1);
}

.f-page .curtain-box {
  -webkit-box-shadow: 0px 0px 49px 8px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 49px 8px rgba(0,0,0,0);
  box-shadow: 0px 0px 49px 8px rgba(0,0,0,0);
  transform: scale(1);
  transition: 0.4s box-shadow ease, 0.25s transform ease-out;
}
.f-page .curtain-box:hover {
  -webkit-box-shadow: 0px 0px 49px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 49px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 49px 8px rgba(0,0,0,0.3);
  transform: scale(1.02);
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .curtain-box .c1 { background-color: black; }
}


.curtain-box .c1 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255,204,0,0.25);
  transform:  translateX(-100%);
  top: 0px;
  z-index: 11;
  transition: 0.4s all ease-in-out;
  will-change: transform;
}
.curtain-box .c2 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255,204,0,0.25);
  transform:  translateX(200%);
  top:0pX;
  z-index: 11;
  transition: 0.4s all ease-in-out;
  will-change: transform;
}

.curtain-box .c3 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255,204,0,0.5);
  transform:  translateX(-100%);
  top: 0px;
  z-index: 12;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.15s;
  will-change: transform;
}
.curtain-box .c4 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255,204,0,0.5);
  transform:  translateX(200%);
  top:0pX;
  z-index: 12;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.15s;
  will-change: transform;
}
.curtain-box:hover .c1 {
  transform: translateX(0%);
}
.curtain-box:hover .c2 {
  transform: translateX(100%);
}
.curtain-box:hover .c3 {
  transform: translateX(0%);
}
.curtain-box:hover .c4 {
  transform: translateX(100%);
}
.curtain-box:hover .title h5 {
  color: white;
  txransform: translateY(-200%);
}
.curtain-box:hover .title {
  top: 15%;
}
.f-page .curtain-box:hover .title {
  top: 40%;
}

.curtain-box:hover .img img {
  filter: blur(3px);
}
.f-page .curtain-box:hover .img img {
  filter: blur(3px) brightness(80%);
}
.curtain-box:hover .title h5.orange {
  opacity: 0;
}

.strip-bg {
  position: absolute;
  height: 30%;
  background-color: rgba(255,204,0,1);
  left: 0px; right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

/********** MAPEI ***************/

#mapeiCarousel .carousel-item img {
  min-height: 450px;
  max-height: 450px;
  width: auto;
  object-fit: cover;
}
#mapeiCarousel .carousel-item .carousel-caption {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcc00+0,ffcc00+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,204,0,0.65) 0%, rgba(255,204,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,204,0,0.65) 0%,rgba(255,204,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,204,0,0.65) 0%,rgba(255,204,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffcc00', endColorstr='#00ffcc00',GradientType=1 ); /* IE6-9 */

  text-align: left;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px 15px
}
#mapeiCarousel .carousel-item .carousel-caption h5 {
  color: white;
  font-weight: bold;
  margin-bottom: 0px;
}
.mapei-first-right .curtain-box img {
  min-height: 220px;
}
.mapei-first-right .curtain-box:hover .title {
  top: 20%;
}
.underline {
  border-bottom: 4px solid rgba(255,211,7);
  text-decoration: none;
}

/*#########################*/
/* Title Thingyy**         */
/*#########################*/
.title-thingy {
  clear: both;
  display: block;
  position: relative;
  opacity: 1;
  height: auto;
}
.title-thingy span.shadow-thingy {
  position: absolute;
  font-weight: bold;
  opacity: 0.05;
}
.title-thingy h2 {
  opacity: 1!important;
    height:150px;
}
/*#########################*/
/* DryBox Izsuševanje site */
/*#########################*/
.dry-box {
  min-height: 200px;
  height: 200px;
  border-radius: 0px;
  padding: 10px;
  transition: all 0.4s ease;
}
.dry-box .dry-ico {
  position: relative;
  display: inline-block;
  font-size: 60px;
  border: 1px solid rgba(182,182,182,0);
  transition: all 0.3s ease;
  width: 10vh;
  height: 10vh;
  border-radius: 50%;

}
.dry-box .dry-ico svg {
  height: 6vh;
  display: inline;
  vertical-align: text-top;
  position: relative;
  color: rgba(255,203,8);
}
.dry-box .dry-title {
  position: relative;
  display: block;
  font-size: 110%;
  font-weight: 700;
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.3s ease;
  line-height: 1.4;
}
.dry-box .dry-desc {
  /*
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 80%);
  */
  line-height: 1.5;
  opacity: 1;
  transition: all 0.15s ease;
  transition-delay: 0ms;
  width: 100%;
  font-size: 85%;
  padding-top: 10px;
}
/* Dry-box hoover effects */
/*
.dry-box:hover {
  border: 1px solid rgba(255,203,8);
}
.dry-box:hover .dry-title {
  transform: translateY(-20%);
  opacity: 0;
}
.dry-box:hover .dry-icox {
    font-size: 30px;
    width: 60px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,203,8,1);
    color: rgba(255,203,8);
}

.dry-box:hover .dry-desc {
  transform: translate(-50%, 40%);
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 300ms;
}*/

/* Custom description on talne-obloge site */
.dry-box .dry-desc-2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  line-height: 1.5;
  opacity: 0;
  transition: all 0.15s ease;
  transition-delay: 0ms;
  width: 80%;
}
.dry-box:hover .dry-desc-2 {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 300ms;
}

#drying-modal table tr {
  opacity: 0;
  bottom: -90px;
  overflow: hidden;
  position: relative;
}
#drying-modal table tr:last-child td {
  border: none;
}
#drying-modal table tr:first-child td {
  border: none;
}
#drying-modal table tr td {
  border-color: rgba(255,255,255,0);
}

/* PARKETARSTVO */

.cards .card img {
  border: none;
  object-fit: cover;
  height: 400px;
  position: relative;
  z-index: 100001;
  transition: all 0.5s ease-out;
  zoom: 1;
}
.cards .card img.card-img-top-blur {
  height: 400px;
  padding: 0px 15px;
  width: 100%;
  position: absolute;
  filter: blur(10px);
  z-index: 10;
  left: 0px;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.cards .card:hover img.card-img-top-blur {
  transform: scale(1.1);
  filtexr: blur(13px);
  opacity: 0.3;
}
.cards .card:hover img {
  zoom: 1.2;
}

/* Testimonials */
.testis {
  border: 1px solid #EDBB20;
  border-radius: 0px 0px 50px 0px;
  position: relative;
  background-color: white;
}
.testis .inner-ico {
  float:left;
  display: block;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #EDBB20;
  border-radius: 0px 0px 20px 0px;
}
.testis h5 {
  padding-left: 50px;
  float: left;
  width; auto; height: 50px;
  vertical-align: middle;
  line-height: 3;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.testis .customer {
  position: absolute;
  width: 80%;
  left: 10%;
  height: 80px;
  bottom: -40px;
}
.testis .pic {
  width: 80px;
  height: 80px;
  border: 1px solid #EDBB20;
  background-color: grey;
  border-radius: 40px;
  position: absolute;
  z-index: 2;
}
.testis .name {
  width: 80%;
  left: 40px;
  height: 60px;
  border: 1px solid #EDBB20;
  background-color: white;
  position: absolute;
  z-index: 1;
  border-radius: 0px 30px 30px 0px;
  padding-left: 50px;
  padding-right: 30px;
  line-height: 60px;
}
.testis .name .score {
  color: #EDBB20;
}

/* Side bar
*/
.side-nav {
  width: auto;
  height: auto;
  right: 15px;
  top: 100px;
  position: fixed;
  z-index: 10000000;
  transition: all 0.15s ease-in-out;
}
.side-nav .box {
  width: 50px;
  height: 50px;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.side-nav .box .circle {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  xpadding-bottom: 100%;
  background: rgba(0,0,0,0.8);
  border: 1px solid #a39054;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.23);
  position: relative;
  transition: all 0.25s ease-in-out;

}
.side-nav .box .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
  color: rgba(0,0,0,0);
  transition: all 0.25s ease-in-out;
  width: 100%;
  font-weight: 500;
}
.side-nav .box:hover .title {
  color: rgba(0,0,0,0.8);
  transform: translate(-25%, -50%);
}
.side-nav .box .circle .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30px;
    display: inline;
    color: white;
    transition: all 0.25s ease-in-out;
}

.side-nav .box:hover .circle .ico {
  color: orange;
  transform: translate(-110px, -50%);
}
.side-nav .box:hover .circle {
  background-color: white;
  border-radius: 10px;
  height: 50px;
  padding-bottom: 10%;
  width: 250px;
}
.side-nav .box:hover {
  height: 50px;
  width: 250px;
}

.ftco-footer .orange-input {
  padding: 5px 10px;
  border: 1px solid rgba(255,203,5, 1);
  background-color: rgba(255,203,5,1);
  border-radius: 3px;
  color: white;
}

.ftco-footer .white-submit {
  background-color: white;
  border-color: rgba(255,203,5,1);
  padding: 5px 20px;
}
.footer-links .active a {
  color: rgba(255,203,5,1)!important;
}
.fcorange {
  color: rgba(255,203,5,1);
}

#categories {
  list-style: none;
  padding-left: 10px;
}
#categories li {
  padding: 10px 20px;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
#categories li a span {
  float: right;
  font-size: 10px;
  opacity: 0.4;
  transition: all 0.5 ease-in-out;
}
#categories li:hover a {
  color: orange;
}
#categories li a {
  color: rgb(102, 102, 102);
}
#categories li:hover a span {
  opacity: 1;
}
ul#pages {
  padding-left: 0px;
}
ul#pages li {
  float: left;
  list-style-type: none;
  padding-right: 15px;
}
ul#pages li a {
  color: black;
}
ul#pages li:hover a {
  color: orange;
}
ul#pages li a.active {
  color: orange;
}
.product-box {
  cursor: pointer;
  top: -50px;
  opacity: 0;
}
.product-box .cat {
  color: #bbb;
  font-size: 12px;
}
.product-box span.p-name {
  transition: all 0.3s ease;
}
.product-box:hover span.p-name {
  color: orange;
}
/*
#product-details .modal-dialog {
  width: 100%;
  max-width: 80%;
}
*/
.modal-dialog {
  transition: height .2s ease;
}
.btn-demand {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 95%;
}
.table-demand td {
  vertical-align: middle;
}
.table td {
 vertical-align: middle;
}
#map {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#map-location {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.form-control {
  height: auto!important;
  font-size: 15px;
}


tr.tr-captcha td {
  overflow: hidden;
}
tr.tr-captcha table {
  transform: translate(0, -60px);
  opacity: 0;
}
.table-header-info {
  color: #b6b6b6;
  /*color: black;*/
}
.table-header-info td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.table-header-info tr td:first-child {
  width: 33%;
}
.table-header-info tr td:nth-child(2) {
  width: 33%;
}
.table-header-info tr td:last-child {
  width: 33%;
}
.table-header-info table tr td:first-child {
  width: auto;
}
.table-header-info table tr td:last-child {
  width: auto;
}
.navbar-header li:last-child {
  padding-right: 0px;
}
.navbar-header li:last-child a {
  padding-right: 10px!important;
}
.navbar-header li:not(.active) span {
  transform: translate(10px, 0);
  opacity: 0;
  transition: all 0.6 ease;
}
.navbar-header li:hover span {
  transform: translate(0, 0);
  opacity: 1;
}
.drying-type {
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: normal;
  cursor: pointer;
}
.drying-type p{
  font-weight: normal;
}
.drying-type .selected {
  background-color: rgba(255,204,0,0.2); /* light orange; */
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.drying-type .selected p {
  /*color: white;*/
  font-weight: bold;
}


/*
* Border Animation
*
*/

.btn-funny-hover {
  /*font: 14px/1.5 "Roboto", Tahoma, helvetica, arial, sans-serif; */
  background-color: rgba(255,204,0,0.05);
  border: 1px solid #fcd307;
  border-radius: 7px;
  color: #fcd307;
  outline: 0 none;
  padding: 15px 25px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  transition: text-Shadow 0.5s ease-in-out 0.1s;
  cursor: pointer;
  text-align: center;
  text-shadow: 0px 4px 5px rgba(64,64,64,0);
}

.btn-funny-hover::after, .btn-funny-hover::before {
  border-radius: 7px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}

.btn-funny-hover::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform-origin: 0 100% 0;
}

.btn-funny-hover::after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform-origin: 100% 0 0;

}

.btn-funny-hover:hover::after, .btn-funny-hover:hover::before {
  transform: scale(1);
}
.btn-funny-hover:hover {
  border: 1px solid rgba(0, 160, 80, 0);
  color: #ffffff;
  background-color: rgba(255,204,0,1);
  text-shadow: 0px 3px 2px rgba(64,64,64,0.2);
}
.scroll-down {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 1000000001;
  width: 50px;
  height: 50px;
  border: 1px solid #fcd307;
  border-radius: 50%;
  cursor: pointer;
}
.scroll-down .sd-ico {
  position: absolute;
  z-index: 1000000001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-menu {
  padding-left: 40px;
  padding-right: 30px;
  background-color: black;
  display: block;
  position: absolute;
  right: -100%;
  float: right;
  padding-bottom: 20px;
  opacity: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
}
.mobile-menu ul li {
  padding-bottom: 20px;
  font-size: 20px
}
.mobile-menu ul li a {
  color: white;
}
.mobile-menu #bottom {
  display: flex;
  margin-bottom: auto;
}
.mobile-menu #bottom a {
  font-size: 13px;
}

/* REFERENECE PAGE */
.carousel-caption {
  left: 0px; right:0px;
  padding: 0px 15px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 15px;
}
.carousel-caption {
  text-align : right;
}
.carousel-caption h5 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}
.carousel-caption span {
  color: white;
  font-size: 16px;
}

.ref-menu {
  background-color: #141313;
  color: white;
}
ul#reference-list {
  list-style: none;
  padding-top: 50px;
  padding-left: 10px
}
ul#reference-list li {
  color:white;
}
ul#reference-list li a{
  color: white;
}


/* Mobile Dark mode attempt */
@media (max-width: 576px) {
  body.dark-mode-beta {
    background-color: black;
  }
  .dark-mode-beta h2 {
    color: white;
  }
  .dark-mode-beta h3 {
    color: white;
  }
  .dark-mode-beta .ftco-section.bg-night {
    background-color: black;
    background-image: none!important;
  }
  .dark-mode-beta #part-three {
    background-color: black!important;
  }

}

/* Video Galerija */

.video-gallery .row {
	margin-bottom: 20px;
}