html, body {
    height:100%;
}

h1, h2, h3, h4, h5, h6, .text-primary {
    color: #ab9a1d !important;
}

a,a:visited {
    color : #a59f52;
}

a:hover {
    color : #9a9338;
}

.opacity50 {
    opacity: 0.5;
}

.opacity50:hover {
    opacity: 1.00;
}

.fa-vw {
    font-size: 6vw;
}

.jump {
  animation: jump 1s 2s 5 cubic-bezier(.84,-0.54,.31,1.19);
}

.waggle {
  animation: waggle 1s 3s 2 ease-out;
}

.sheen {
  position: relative;
  overflow: hidden;
}

.sheen:after {
  animation: sheen 1s 4s 2 forwards;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
  transform: rotateZ(60deg) translate(-1em, 4em);
}

.spin {
  animation: spin 1.5s 5s forwards cubic-bezier(.56,-0.35,.22,1.5);
}

.fade {
  animation: fade 1s 6.5s forwards;
}

@keyframes jump {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-2em);
  }
}

@keyframes waggle {
  0% {
    transform: none;
  }
  50% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  60% {
    transform: rotateZ(25deg) scale(1.2);
  }
  67.5% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  75% {
    transform: rotateZ(15deg) scale(1.2);
  }
  82.5% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  85% {
    transform: rotateZ(0) scale(1.2);
  }
  100% {
    transform: rotateZ(0) scale(1);
  }
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0, -4em);
  }
}

@keyframes spin {
  50% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease;
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes fade {
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

#ytsresults h3 {
    color : white;
}

#ytsresults a {
    color : rgba(250,250,150);
}

.yt-title {
    font-size:10pt;
    height:38px;
    overflow:hidden;
    margin-bottom:15px;
}

.yt-video a img {
    margin-bottom: 2px;
}

input {
    color:#444 !important;
    font-weight: bold;
}

#examplespan {
    font-weight:400;
    cursor: pointer;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}


.footer, .has-cards {
    paddng-top:700px !important;
}

.fa-vw {
    font-size: 6vw !important;
}

.shad {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);    
}

@media (max-width: 576px) {
    .h-100 {
        height: auto !important;
    }
}

kbd {
    background-color: #171717!important;
    color:#aaa;
}

.h1-resp {
  font-size: 1.5rem;
}

.h2-resp {
    font-size: 1rem;
}

@media (min-width: 575px) {
  .h1-resp {
    font-size: 1.75rem;
  }
  .h2-resp {
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .h1-resp {
    font-size: 2rem;
  }
  .h2-resp {
    font-size: 1.59rem;
  }
}

@media (min-width: 991px) {
  .h1-resp {
    font-size: 2.55rem;
  }
  .h2-resp {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .h1-resp {
    font-size: 3.3rem;
  }
  .h2-resp {
    font-size: 2rem;
  }
}

.btn-sm {
    letter-spacing: none !important;
    text-transform: lowercase !important; 
}

@media (min-width: 767px) {
    .btn-sm {
        letter-spacing: 0.025rem !important;
        text-transform: uppercase!important; 
    }
}

.navbar-nav .dropdown-menu-inverse:before {
    background-color: #282f37 !important; 
}

.dropdown-menu a.media:hover .heading
{
    color: #F75Db0 !important;
}

.dropdown-menu a.media:hover p {
    color: #F75Dd0 !important;
}

.s-border {
    border-top: 7px dotted #333;
}

.s-border-thin {
    border-top: 3px dotted #333;
}

.bg-white {
    background-color: #ccc !important;
}

.btn-outline-secondary {
    border-color: #333;
    background-color: #212329;
}

.btn-outline-secondary:hover {
    background-color: #313339;
    color: #777;
    border: 1px dashed #555;
}

.img {
    border: 4px dashed #333;
    padding: 10px;
}

.bg-gray-darker {
    background-color: #111214;
    
}

.dropdown-menu {
    min-width: auto !important;
}

.text-muted { 
    color: #ada2a2 !important;
}

.bg-gradient-dark {
    background: linear-gradient(87deg, #091b2d 0, #0b2525 100%) !important;
}

.left {text-align: left;} .w50 {width:50%;}
.small {font-size:12px;}
kbd,.bbtn {
    border: 1px solid #999;
    padding: 0px 5px;
    border-radius: 5px;
    background: rgba(1,1,1,0.0);    
}.bbtn{margin-top:5px;display:inline-block;border:none;}ol{margin:0;margin-top:0.2em;}.faq_item_content{margin-bottom:1em}
.icon{
    display: inline-flex;
    padding: 10px;
    text-align: center;
    margin: 1rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 18px;
}
.listvideo{display:flex;flex-wrap:wrap;margin-top:30px}.listvideo li{max-width:31.222%;margin:0 3% 30px 0;width:31.222%}.listvideo li a:hover .content h3{color:red}.listvideo li:nth-child(3n){margin-right:0}.listvideo li img{height:168px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative;display:block;width:100%;object-fit:cover}.listvideo li .content{display:table;margin-top:10px}.listvideo li .content .avarta,.thumbnail .content .avarta{width:35px;height:35px;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;display:table;margin-right:15px}.listvideo li .content .clearfix{display:table-cell;vertical-align:top;text-align:left}.listvideo li .content h3,.thumbnail .content h3{color:#333;font-weight:600;font-size:14px;margin-bottom:5px}.listvideo li .content p{color:#666;font-size:13px;margin-bottom:0}.line{border-bottom:1px solid #dfdfdf}.thumbnail{background:#00000030;padding:20px;text-align:left;display:flex;margin:28px 0 25px}.thumbnail .content{display:flex;margin-left:20px}.thumbnail img{width:300px;display:block}table.table-bordered tr td{border-bottom:1px solid #dfdfdf;padding:10px 15px;color:#333;text-align:left;font-size:14px}.btn-gray-small,.btn-blue-small,.btn-white-small{background:#e8e8e8;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;border:none;padding:10px 20px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s}.btn-gray-small:hover{background:red;color:#fff}.btn-blue-small{background:#27ae60;color:#fff}.btn-blue-small:hover{background:#0f9949}.btn-white-small{background:#fff;border:1px solid #e8e8e8;color:#2879fe;font-weight:400}.btn-white-small:hover{background:#2879fe;color:#fff}.mesg-convert{background:#feb819;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;padding:9px 20px;display:inline-block;color:#fff;font-size:13px;font-weight:600;white-space:nowrap}.success{background:#0f9949}.mesg-convert.success{padding:9px 20px}a.success{color:#fff;font-weight:600;font-size:13px}table.table-bordered tr td:first-child{width:20%}table.table-bordered tr td:nth-child(2n){width:20%}table.table-bordered tr td:last-child{width:60%}.items-more li{margin-bottom:30px}.error{border:1px solid #ffc4c4;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;text-align:center;padding:15px;background:#fee7e7;margin-top:20px}.error p{color:red;font-weight:700}.privacy p{font-size:16px;line-height:24px;color:#000}.privacy ul{list-style:disc;padding-left:20px;font-size:16px;line-height:24px;color:#000}.privacy ul li{margin-bottom:5px}.form-control-small{padding:10px;margin-right:10px!important}.form-control-small{display:block;font-size:16px;font-family:sans-serif;font-weight:700;color:#444;line-height:1.3;padding:.6em 1.4em .5em .8em;box-sizing:border-box;border:1px solid #aaa;box-shadow:0 1px 0 1px rgba(0,0,0,.04);-moz-border-radius:.5em;-webkit-border-radius:.5em;-khtml-border-radius:.5em;border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzAwN0NCMiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=),linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%}.form-control-small::-ms-expand{display:none}.form-control-small:hover{border-color:#888}.form-control-small:focus{color:#222;outline:none}.form-control-small option{font-weight:400}@media only screen and (max-width:640px){.container{margin:0 32px}.language{right:15px;top:15px}.main_nav{justify-content:flex-start}.search-form input{width:100%}.listitem,ul.liststep,.listvideo{display:block}ul.liststep li{width:100%}.listitem li{margin:0 auto 30px;width:300px}.listitem li:last-child{margin-right:auto}.search-form .btn-red{width:100%;margin:10px 0 0}ul.listicon{margin:20px 0 0}ul.listicon li{margin:0 10px 2%!important}.mainsec-section{padding:60px 0 0}h1.title,h2.title,h3.title,h4.title{font-size:19px}.logo span{font-size:18px}.contact{padding:30px 0}input.form-control{width:100%;margin:0 0 10px}ul.nav a{padding:30px 10px;text-align:center}ul.listicon li img{max-width:85px}.listvideo li{max-width:100%;width:100%;margin:0 0 20px;display:flex}.listvideo li img{height:auto;width:120px;margin-right:15px;float:left}.listvideo li .content{margin-top:0}.listvideo li .content .avarta,.thumbnail .content .avarta{display:none}.nowidth{width:auto;margin-bottom:40px}.thumbnail img{max-width:100%;width:100%}table.table-bordered tr td{padding:10px 5px}table.table-bordered tr td:first-child{width:30%;text-align:left!important}table.table-bordered tr td:nth-child(2n){width:30%}table.table-bordered tr td:last-child{width:40%;text-align:right}table.table-bordered tr td .magr10{margin:0 0 10px}.listitem li:nth-child(3n){margin-right:auto}ul.nav li{padding:0 15px}.thumbnail{padding:15px;display:block}.thumbnail .content{display:block;margin-left:0}.thumbnail .content h3{font-size:16px;padding-top:5px}.detail .form-control{display:block;width:100%;margin-bottom:10px}.mesg-convert{display:block;text-align:center}ul.nav{justify-content:flex-start!important;overflow-x:scroll;position:relative;clear:both}}@media only screen and (max-width:380px){.container{margin:0 15px}.copyright ul a{padding:0 10px}.listitem li{width:100%}}.lds-dual-ring{display:inline-block;width:16px;height:13px}.lds-dual-ring:after{content:" ";display:block;width:10px;height:10px;margin:0;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;border:3px solid #fff;border-color:#fff transparent #fff transparent;animation:lds-dual-ring 2.1s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#loader-wrapper{position:relative;top:0;left:0;width:100%;height:100%;z-index:1000}#loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:0 0 0 -75px;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;border:3px solid transparent;border-top-color:#3498db;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:1001}#loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;border:3px solid transparent;border-top-color:#e74c3c;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}#loader:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;border:3px solid transparent;border-top-color:#f9c922;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}#loader-wrapper .loader-section{position:relative;top:0;width:51%;height:100%;z-index:1000;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}#loader-wrapper .loader-section.section-left{left:0}#loader-wrapper .loader-section.section-right{right:0}.loaded #loader-wrapper .loader-section.section-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}.loaded #loader-wrapper .loader-section.section-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}.loaded #loader{opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.loaded #loader-wrapper{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s 1s ease-out;transition:all .3s 1s ease-out}.nopading{padding-bottom:0}.detail .form-control.hidden,.hidden,.d-none{display:none}
.autocomplete-suggestions { text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1); position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;}.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }.autocomplete-suggestion.selected { background: #f0f0f0; }
.magr10{margin-right:10px}.magT40{margin-top:40px}.magT10{margin-top:10px}.relative,.position-relative{position:relative}.img{max-width:100%}.container{max-width:960px;margin:0 auto}.flex{display:flex}.flex-a-i-center{align-items:center}.center{text-align:center}html:not(.tab-outline) *:focus{outline:none}table{border-collapse:collapse;border-spacing:0;width:100%}
.loader {
    border: 5px solid #1e1c49;
    border-top: 5px solid #3db161;
    border-bottom: 5px solid #3db161;
    margin: auto;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.search-form .btn-red{margin-left:10px}.btn-red,.btn-gray{background:#f11000;box-shadow:0 4px 10px rgba(255,86,63,.4);-moz-border-radius:12px;-webkit-border-radius:12px;-khtml-border-radius:12px;border-radius:12px;padding:18px 40px;display:inline-block;border:none;color:#fdfdfe;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s}.btn-red:hover{background:#4a474c;color:#fff;box-shadow:none}
