body{font-family:'Raleway', sans-serif !important;position:relative;background:url(/images/explorito-bg.png);background-repeat:no-repeat;background-position:center;background-attachment:fixed;background-size:cover}body>div{background:#fff;float:left;width:100%}body>div>div>div{border:none !important}body>div ~ form{float:left;width:100%}section{display:block;float:left;width:100%}.hide{display:none !important}@media (min-width: 1200px){.hide-to-lg{display:none !important}}@media (max-width: 1199px){.hide-under-lg{display:none !important}}@media (min-width: 1200px){.container{max-width:1300px !important}}@media (max-width: 1199px){.container{max-width:100% !important;display:inline-block !important}}.container-minus{padding-left:0 !important;padding-right:0 !important}.magic-table{width:100%;display:table;border-collapse:collapse;float:left}.magic-table table{width:100%;display:table;border-collapse:collapse;float:left}.magic-table--reverse .tr:nth-child(even){background:#efefef !important}.magic-table--reverse .tr:nth-child(odd){background:#fff !important}.magic-table--nooddeven .tr:nth-child(even),.magic-table--nooddeven .tr:nth-child(odd){background:#fff !important}.magic-table i{margin-right:10px;color:#000}.magic-table .btn i{color:#fff;margin-right:0}.magic-table .btn:hover i{color:#000}.magic-table .tr,.magic-table tr{display:table-row;border-top:1px solid #efefef;width:100%}.magic-table .tr:hover,.magic-table tr:hover{background:#ddd !important}.magic-table .tr:nth-child(odd),.magic-table tr:nth-child(odd){background:#eee}.magic-table .tr.noneborder,.magic-table tr.noneborder{border-bottom:0}.magic-table .tr:last-child,.magic-table tr:last-child{border-bottom:1px solid #efefef}.magic-table .tr.headline,.magic-table tr.headline{display:table-row;border-bottom:1px solid #003B5E;border-top:0;font-size:11px;text-transform:uppercase;font-weight:600;background:transparent !important}.magic-table .tr.headline i,.magic-table tr.headline i{color:inherit;margin-left:5px;margin-right:0}.magic-table .tr.headline i.grey,.magic-table tr.headline i.grey{color:#bbb}.magic-table .tr.footline,.magic-table tr.footline{display:table-row;border-top:1px solid #003B5E;border-bottom:0;font-size:18px;font-weight:600;background:transparent !important}.magic-table .tr .td,.magic-table .tr td,.magic-table tr .td,.magic-table tr td{display:table-cell;padding:10px;vertical-align:middle;width:25%}.magic-table .tr .td.green,.magic-table .tr td.green,.magic-table tr .td.green,.magic-table tr td.green{color:#0a0}.magic-table .tr .td.red,.magic-table .tr td.red,.magic-table tr .td.red,.magic-table tr td.red{color:#a00}.magic-table .tr .td a,.magic-table .tr td a,.magic-table tr .td a,.magic-table tr td a{color:#003B5E}.magic-table .tr .td a:hover,.magic-table .tr td a:hover,.magic-table tr .td a:hover,.magic-table tr td a:hover{color:#FFDF2D}.magic-table .tr .td.icon,.magic-table .tr td.icon,.magic-table tr .td.icon,.magic-table tr td.icon{width:36px;max-width:36px;min-width:36px}.magic-table .tr .td:last-child,.magic-table .tr td:last-child,.magic-table tr .td:last-child,.magic-table tr td:last-child{text-align:right}.magic-table tr:first-child{border-bottom:1px solid #003B5E;border-top:0;font-size:11px;text-transform:uppercase;font-weight:600;background:transparent !important}.responsive-table{float:left;width:100%;overflow:auto}.responsive-table table{width:100%;border-collapse:collapse}.responsive-table table tr{border-bottom:1px solid #003B5E}.responsive-table table tr:nth-child(odd){background:#efefef}.responsive-table table tr:last-child{border-bottom:0;background:transparent}.responsive-table table tr td{padding:10px}.modal-loader{position:fixed;z-index:1000;width:100%;height:100%;left:0;top:0;background:rgba(255,255,255,0.4);display:none}.modal-loader__center-container{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:120px;height:120px;background:#fff;border-radius:50%;box-shadow:0 0 10px 0 rgba(0,0,0,0.4)}.modal-loader__center-container img{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:120px;height:120px}.modal-loader__center-container .loader-bg{position:absolute;left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);border:4px solid rgba(0,0,0,0.4);border-radius:50%}.modal-loader__center-container .loader{position:absolute;left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);border-left:4px solid #3b2c22;border-right:4px solid transparent;border-bottom:4px solid transparent;border-top:4px solid transparent;border-radius:50%;-webkit-animation:rotating 1s ease infinite;-moz-animation:rotating 1s ease infinite;-ms-animation:rotating 1s ease infinite;-o-animation:rotating 1s ease infinite;animation:rotating 1s ease infinite}.modal-loader__center-container .loader-2{position:absolute;left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);border-left:4px solid #3b2c22;border-right:4px solid transparent;border-bottom:4px solid transparent;border-top:4px solid transparent;border-radius:50%;-webkit-animation:rotating2 2s ease infinite;-moz-animation:rotating2 2s ease infinite;-ms-animation:rotating2 2s ease infinite;-o-animation:rotating2 2s ease infinite;animation:rotating2 2s ease infinite}.small-loader{position:absolute;right:10px;top:calc(50% - 12px);width:24px;height:24px;border-left:4px solid #3b2c22;border-right:4px solid transparent;border-bottom:4px solid #3b2c22;border-top:4px solid transparent;border-radius:12px;display:none;-webkit-animation:rotating 1s ease infinite;-moz-animation:rotating 1s ease infinite;-ms-animation:rotating 1s ease infinite;-o-animation:rotating 1s ease infinite;animation:rotating 1s ease infinite}.small-loader.active{display:block}@-webkit-keyframes rotating /* Safari and Chrome */{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotating2 /* Safari and Chrome */{from{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating2{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
