/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.btn { display: inline-block; margin-bottom: 0; font-weight: 600; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #fff; text-decoration: none; }
.btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #fff; background-color: #c3c3c3; border-color: #c3c3c3; }
.btn-default:focus, .btn-default.focus { color: #fff; background-color: #aaaaaa; border-color: #838383; }
.btn-default:hover { color: #fff; background-color: #aaaaaa; border-color: #a4a4a4; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #fff; background-color: #aaaaaa; background-image: none; border-color: #a4a4a4; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #fff; background-color: #989898; border-color: #838383; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #c3c3c3; border-color: #c3c3c3; }
.btn-default .badge { color: #c3c3c3; background-color: #fff; }

.btn-primary { color: #fff; background-color: #34aee2; border-color: #34aee2; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #1c94c7; border-color: #136284; }
.btn-primary:hover { color: #fff; background-color: #1c94c7; border-color: #1b8dbe; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #1c94c7; background-image: none; border-color: #1b8dbe; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #187da7; border-color: #136284; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #34aee2; border-color: #34aee2; }
.btn-primary .badge { color: #34aee2; background-color: #fff; }

.btn-success { color: #fff; background-color: #11BD74; border-color: #11BD74; }
.btn-success:focus, .btn-success.focus { color: #fff; background-color: #0d8e57; border-color: #06482c; }
.btn-success:hover { color: #fff; background-color: #0d8e57; border-color: #0c8552; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #0d8e57; background-image: none; border-color: #0c8552; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #0a6d43; border-color: #06482c; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #11BD74; border-color: #11BD74; }
.btn-success .badge { color: #11BD74; background-color: #fff; }

.btn-info { color: #fff; background-color: #34aee2; border-color: #34aee2; }
.btn-info:focus, .btn-info.focus { color: #fff; background-color: #1c94c7; border-color: #136284; }
.btn-info:hover { color: #fff; background-color: #1c94c7; border-color: #1b8dbe; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #1c94c7; background-image: none; border-color: #1b8dbe; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #187da7; border-color: #136284; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #34aee2; border-color: #34aee2; }
.btn-info .badge { color: #34aee2; background-color: #fff; }

.btn-warning { color: #fff; background-color: #E48118; border-color: #E48118; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #b66713; border-color: #71400c; }
.btn-warning:hover { color: #fff; background-color: #b66713; border-color: #ad6212; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #b66713; background-image: none; border-color: #ad6212; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #965510; border-color: #71400c; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #E48118; border-color: #E48118; }
.btn-warning .badge { color: #E48118; background-color: #fff; }

.btn-danger { color: #fff; background-color: #EE3430; border-color: #EE3430; }
.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #d91612; border-color: #920f0c; }
.btn-danger:hover { color: #fff; background-color: #d91612; border-color: #d01511; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #d91612; background-image: none; border-color: #d01511; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #b8130f; border-color: #920f0c; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #EE3430; border-color: #EE3430; }
.btn-danger .badge { color: #EE3430; background-color: #fff; }

.btn-link { font-weight: 400; color: #34aee2; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #34aee2; text-decoration: none; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #E5E5E5; text-decoration: none; }

.btn-lg { padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }

.btn-sm { padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

.btn-xs { padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans"; font-weight: 500; line-height: 1; color: #666; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: 400; line-height: 1; color: #E5E5E5; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 3.21429em; }

h2, .h2 { font-size: 2.64286em; }

h3, .h3 { font-size: 2.21429em; }

h4, .h4 { font-size: 14px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 14px; }

p { margin: 0 0 10.5px; }

.lead { margin-bottom: 21px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 480px) { .lead { font-size: 21px; } }

small, .small { font-size: 100%; }

mark, .mark { padding: .2em; background-color: #E48118; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #E5E5E5; }

.text-primary { color: #34aee2; }

a.text-primary:hover, a.text-primary:focus { color: #1c94c7; }

.text-success { color: #fff; }

a.text-success:hover, a.text-success:focus { color: #e6e6e6; }

.text-info { color: #fff; }

a.text-info:hover, a.text-info:focus { color: #e6e6e6; }

.text-warning { color: #fff; }

a.text-warning:hover, a.text-warning:focus { color: #e6e6e6; }

.text-danger { color: #fff; }

a.text-danger:hover, a.text-danger:focus { color: #e6e6e6; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #34aee2; }

a.bg-primary:hover, a.bg-primary:focus { background-color: #1c94c7; }

.bg-success { background-color: #11BD74; }

a.bg-success:hover, a.bg-success:focus { background-color: #0d8e57; }

.bg-info { background-color: #34aee2; }

a.bg-info:hover, a.bg-info:focus { background-color: #1c94c7; }

.bg-warning { background-color: #E48118; }

a.bg-warning:hover, a.bg-warning:focus { background-color: #b66713; }

.bg-danger { background-color: #EE3430; }

a.bg-danger:hover, a.bg-danger:focus { background-color: #d91612; }

.page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #E5E5E5; }

ul, ol { margin-top: 0; margin-bottom: 10.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dl { margin-top: 0; margin-bottom: 21px; }

dt, dd { line-height: 1.5; }

dt { font-weight: 700; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 480px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; }

.initialism { font-size: 90%; }

blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 17.5px; border-left: 5px solid #E5E5E5; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #E5E5E5; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: "\2014 \00A0"; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #E5E5E5; border-left: 0; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ""; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: "\00A0 \2014"; }

address { margin-bottom: 21px; font-style: normal; line-height: 1.5; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 0; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; }

pre { display: block; padding: 10px; margin: 0 0 10.5px; font-size: 13px; line-height: 1.5; color: #202020; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 0; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

table { background-color: transparent; }
table col[class*="col-"] { position: static; display: table-column; float: none; }
table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; }

caption { padding-top: 10px; padding-bottom: 10px; color: #E5E5E5; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 21px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 10px; line-height: 1.5; vertical-align: top; border-top: 1px solid #c9c9c9; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #c9c9c9; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #c9c9c9; }
.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #c9c9c9; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #c9c9c9; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #E5E5E5; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #11BD74; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #0fa666; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #34aee2; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #20a4dd; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #E48118; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #cd7416; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #EE3430; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ec1d18; }

.table-responsive { min-height: .01%; overflow-x: auto; }
@media screen and (max-width: 479px) { .table-responsive { width: 100%; margin-bottom: 15.75px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #c9c9c9; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 21px; line-height: inherit; color: #202020; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; appearance: none; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 1; font-size: 14px; line-height: 1.5; color: #666; }

.form-control { display: block; width: 100%; height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; color: #666; background-color: #fff; background-image: none; border: 1px solid #c9c9c9; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: transparent; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
.form-control::-moz-placeholder { color: #666; opacity: 1; }
.form-control:-ms-input-placeholder { color: #666; }
.form-control::-webkit-input-placeholder { color: #666; }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #E5E5E5; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 23px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] { line-height: 23px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] { line-height: 24px; } }
.form-group { margin-bottom: 24px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }
.radio label, .checkbox label { min-height: 21px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; }
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

.form-control-static { min-height: 35px; padding-top: 1; padding-bottom: 1; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; }

.input-sm { height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }

select.input-sm { height: 23px; line-height: 23px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 23px; padding: 0 0; font-size: 14px; line-height: 1.5; border-radius: 0; }
.form-group-sm select.form-control { height: 23px; line-height: 23px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 23px; min-height: 35px; padding: 1 0; font-size: 14px; line-height: 1.5; }

.input-lg { height: 24px; padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }

select.input-lg { height: 24px; line-height: 24px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 24px; padding: 0 0; font-size: 16px; line-height: 1.33333; border-radius: 0; }
.form-group-lg select.form-control { height: 24px; line-height: 24px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 24px; min-height: 37px; padding: 1 0; font-size: 16px; line-height: 1.33333; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 28.75px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 23px; height: 23px; line-height: 23px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 24px; height: 24px; line-height: 24px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 23px; height: 23px; line-height: 23px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #fff; }
.has-success .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon { color: #fff; background-color: #11BD74; border-color: #fff; }
.has-success .form-control-feedback { color: #fff; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #fff; }
.has-warning .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon { color: #fff; background-color: #E48118; border-color: #fff; }
.has-warning .form-control-feedback { color: #fff; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #fff; }
.has-error .form-control { border-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon { color: #fff; background-color: #EE3430; border-color: #fff; }
.has-error .form-control-feedback { color: #fff; }

.has-feedback label ~ .form-control-feedback { top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #a6a6a6; }

@media (min-width: 480px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 1; margin-top: 0; margin-bottom: 0; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 22px; }
.form-horizontal .form-group { margin-right: 0; margin-left: 0; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 480px) { .form-horizontal .control-label { padding-top: 1; margin-bottom: 0; text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback { right: 0; }
@media (min-width: 480px) { .form-horizontal .form-group-lg .control-label { padding-top: 1; font-size: 16px; } }
@media (min-width: 480px) { .form-horizontal .form-group-sm .control-label { padding-top: 1; font-size: 14px; } }

@-ms-viewport { width: device-width; }
.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 479px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 479px) { .visible-xs-block { display: block !important; } }

@media (max-width: 479px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 479px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 779px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 480px) and (max-width: 779px) { .visible-sm-block { display: block !important; } }

@media (min-width: 480px) and (max-width: 779px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 480px) and (max-width: 779px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 780px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 780px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 780px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 780px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 479px) { .hidden-xs { display: none !important; } }
@media (min-width: 480px) and (max-width: 779px) { .hidden-sm { display: none !important; } }
@media (min-width: 780px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+1F00-1FFF; }
/* greek */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format("woff2"); font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2"); font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/** Typography Elements */
.the-h1 { font-size: 3.21429em; }

.the-h2 { font-size: 2.64286em; }

.the-h3 { font-size: 2.21429em; }

.the-h4 { font-size: 14px; font-weight: 800; }

.the-h5 { font-size: 14px; font-weight: 600; }

.the-h6 { font-size: 14px; }

.icon { display: block; text-align: center; }
.icon:before { content: " "; display: inline-block; }

figure { margin: 0; }

/** POPUP CLOSE Elements */
.popup-close--element { border: solid 1px #000; height: 50px; padding: 9px 9px !important; width: 50px; cursor: pointer; background: #000; z-index: 2; overflow: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; filter: alpha(opacity=90); opacity: 0.9; }
.popup-close--element:hover { background: #fff; }
.popup-close--element .icon { width: 30px; height: 30px; vertical-align: middle; display: inline-block; color: #898989; background-position: 3px 3px; }
.popup-close--element .text { display: none; vertical-align: middle; color: #898989; line-height: 1em; font-weight: 600; text-transform: capitalize; }
@media (min-width: 480px) { .popup-close--element { width: 105px; }
  .popup-close--element .icon { margin-right: 3px; }
  .popup-close--element .text { display: inline-block; } }

.post-box { margin-bottom: 20px; position: relative; }
.post-box:before { content: " "; display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #f9f9f9; z-index: -1; }
.post-box .post-data { padding: 20px; min-height: 95px; background: #f1f1f1; }
.post-box .post-data .the-title { font-size: 20px; line-height: 1.2em; color: #666; margin: 0 0 10px; font-weight: 600; color: #666; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-box .post-data a { color: inherit; }
.post-box .post-data .the-excerpt { margin-top: 10px; font-size: 14px; }
.post-box .post-data .wp-content { word-break: break-all; }
@media (min-width: 480px) { .post-box .post-data .the-title { font-size: 20px; } }

/*  Created on : Aug 18, 2014, 5:02:41 PM Author     : Deni Tri Hartanto
*/
html.object-fit .wp-content .binus-gallery .gallery-item .image-box > img { object-fit: cover; width: 100%; height: 100%; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); top: 0; left: 0; }

/* purgecss start ignore */
.wp-content { word-break: break-word; }
.wp-content iframe { max-width: 100%; }
.wp-content a { text-decoration: underline; color: #34aee2; }
.wp-content a.btn { text-decoration: none; }
.wp-content p { font-family: inherit; margin: 0 0 1.71429em; }
.wp-content p:last-child { margin-bottom: 0; }
.wp-content blockquote { color: #34aee2; padding: 0 20px; font-style: italic; margin-bottom: 1.71429em; clear: both; }
.wp-content strong, .wp-content b { font-weight: 800; }
.wp-content img { max-width: 100%; height: auto; display: block; }
.wp-content em { font-style: italic; }
.wp-content .wp-caption { position: relative; max-width: 100%; }
.wp-content .wp-caption .wp-caption-text { font-size: 0.85714em; color: #919191; font-style: italic; margin: 5px 0 10px; text-align: center; }
.wp-content .aligncenter { margin-left: auto; margin-right: auto; clear: both; }
.wp-content .alignnone { margin-left: 0; margin-right: 0; }
.wp-content .alignleft { float: left; margin-right: 10px; }
.wp-content .alignright { float: right; margin-left: 10px; }
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 { margin-top: 0; padding-top: 10px; margin-bottom: 24px; font-weight: 600; line-height: 1.1em; color: #4d4d4d; clear: both; }
.wp-content h1:first-child, .wp-content h2:first-child, .wp-content h3:first-child, .wp-content h4:first-child, .wp-content h5:first-child, .wp-content h6:first-child { padding-top: 0; }
.wp-content h1, .wp-content .h1 { font-size: 2.64286em; }
.wp-content h4 { font-weight: 800; }
.wp-content h5 { font-weight: 600; }
.wp-content ul, .wp-content ol { margin: 0 15px; margin-bottom: 1.71429em; }
.wp-content ul li, .wp-content ol li { margin: 0 15px 5px; }
.wp-content ul li ul, .wp-content ul li ol, .wp-content ol li ul, .wp-content ol li ol { margin: 0 0 0 15px; }
.wp-content ul > li { position: relative; }
.wp-content ul > li:before { content: " "; display: block; width: 5px; height: 5px; position: absolute; left: -15px; top: 9px; background: #34aee2; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.wp-content ol { list-style-type: decimal; }
.wp-content embed { max-width: 100%; height: auto; }
.wp-content .binus-gallery { width: 100%; margin-bottom: 24px; }
.wp-content .binus-gallery .gallery-item { padding: 1px; max-width: 320px; margin: 0 auto; float: none; }
@media (min-width: 480px) { .wp-content .binus-gallery .gallery-item { margin: 0; float: left; max-width: none; } }
.wp-content .tiled-gallery { clear: both; margin: 0 auto 1.71429em; overflow: hidden; max-width: 100%; width: 600px; }
.wp-content .tiled-gallery.type-rectangular .gallery-group { float: left; position: relative; }
.wp-content .tiled-gallery.type-rectangular .gallery-row { overflow: hidden; margin: 0 auto 2px; max-width: 100%; }
@media (max-width: 479px) { .wp-content .tiled-gallery.type-rectangular .tiled-gallery-item { float: none; margin: 0 auto; }
  .wp-content .tiled-gallery.type-rectangular .gallery-group { float: none; margin: 0 auto; }
  .wp-content .tiled-gallery.type-rectangular .gallery-row { overflow: visible; height: auto !important; } }
.wp-content .tiled-gallery.type-grid .tiled-gallery-item { width: 199px; height: 132px; }
@media (max-width: 479px) { .wp-content .tiled-gallery.type-grid .tiled-gallery-item { float: none; margin: 0 auto 10px; } }
.wp-content .tiled-gallery img { margin: 2px !important; max-width: 100%; }
.wp-content .tiled-gallery .tiled-gallery-item { float: left; margin: 0; position: relative; overflow: hidden; width: inherit; /* prevents ie8 bug with inline width styles */ max-width: 100%; }
.wp-content .tiled-gallery .tiled-gallery-item a { /* Needs to reset some properties for theme compatibility */ background: transparent; border: none; color: none; margin: 0; padding: 0; text-decoration: none; width: auto; }
.wp-content .tiled-gallery .tiled-gallery-item img, .wp-content .tiled-gallery .tiled-gallery-item img:hover { /* Needs to reset some properties for theme compatibility */ background: none; border: none; box-shadow: none; max-width: 100%; padding: 0; vertical-align: middle; }
.wp-content .tiled-gallery .tiled-gallery-caption { display: none; }
.wp-content table { display: table; width: 100%; margin: 0 0 24px; background: #f5f5f5; table-layout: auto; }
.wp-content table th { font-weight: 800; border: solid 1px #c9c9c9; padding: 10px; width: auto; }
.wp-content table td { border: solid 1px #c9c9c9; white-space: normal; padding: 10px; width: auto; }
.wp-content table thead td, .wp-content table thead th { font-weight: 800; }
.wp-content table p { margin: 0; }
.wp-content img.wp-smiley { box-shadow: none; background: transparent; }
.wp-content dl:before, .wp-content dl:after { display: table; content: " "; }
.wp-content dl:after { clear: both; }
.wp-content dl dt { padding-top: 4px; float: left; width: 20%; clear: left; color: #34aee2; font-size: 12px; line-height: 15px; }
.wp-content dl dd { float: left; width: 70%; padding-left: 10px; margin-bottom: 20px; }
@media (max-width: 479px) { .wp-content dl dt { float: none; width: 100%; }
  .wp-content dl dd { float: none; width: 100%; padding-left: 0; } }
.wp-content address { border: solid 1px #c9c9c9; padding: 5px 10px; font-style: italic; text-align: right; }
.wp-content abbr { font-style: italic; font-weight: 600; }
.wp-content big { font-weight: 800; }
.wp-content cite { font-style: italic; font-weight: 200; }
.wp-content code { white-space: pre-wrap; background: none; word-break: break-word; }
.wp-content code br { display: none; }
.wp-content pre { white-space: pre-line; }
.wp-content q { display: inline-block; font-style: italic; }
.wp-content q:before { content: '"'; }
.wp-content q:after { content: '"'; }
.wp-content sub { vertical-align: super; font-size: 0.71429em; display: inline-block; margin: 0 1px; }
.wp-content sup { vertical-align: sub; font-size: 0.71429em; display: inline-block; margin: 0 1px; }
.wp-content var { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
.wp-content .twitter-tweet { margin: 0 auto; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.wp-content:before, .wp-content:after { display: table; content: " "; }
.wp-content:after { clear: both; }
.wp-content.main-read { width: 640px; margin: 0 auto; max-width: 100%; }

/* purgecss end ignore */
.view-all { text-align: center; color: #666; display: block; text-transform: uppercase; font-size: 12px; line-height: 12px; text-decoration: none !important; }
.view-all a { text-decoration: none !important; color: inherit; }

.btn { text-transform: uppercase; font-size: 12px; padding: 12px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; font-weight: 800; }
.btn:focus, .btn.focus { outline: none !important; box-shadow: none !important; }
.btn.btn-primary { *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF34AEE2', endColorstr='#FF20A4DD'); background-image: -owg-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -webkit-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -moz-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -o-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: linear-gradient(top, #34aee2 0%, #20a4dd 99%); color: #fff; cursor: pointer; border-color: #34aee2; }
.btn.btn-primary:focus, .btn.btn-primary.focus { border-color: transparent; }
.btn.btn-primary:hover { border-color: #1c94c7; background: #1983b0; }
.btn.btn-primary:active { border-color: #187da7; background: #187da7; }
.btn.btn-info { color: #fff; }
.btn.btn-square { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.btn.btn-transparent { background: none; color: #fff; border-color: #fff; }
.btn.btn-reverse { background: #fff; }
.btn.btn-reverse.btn-default { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-primary { color: #34aee2; border-color: #34aee2; }
.btn.btn-reverse.btn-success { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-info { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-warning { color: #fff; border-color: #fff; }
.btn.btn-reverse.btn-danger { color: #fff; border-color: #fff; }

/* purgecss start ignore */
/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
#footer { background: #424043; color: #fff; padding: 30px 0; text-align: center; }
#footer .web-title { color: inherit; font-weight: 800; font-size: 18px; line-height: 20px; margin: 0; padding: 0 0 8px; text-transform: uppercase; }
#footer #web-socmeds { overflow: hidden; *zoom: 1; }
#footer #web-socmeds .socmed-item { display: inline-block; padding: 0 8px; }
#footer #web-socmeds .the-icon svg { width: 24px; height: 24px; }
#footer #footer-web-address .say-hi { display: block; font-size: 1em; line-height: 1em; margin-bottom: 3px; }
#footer #footer-web-address .send-question { display: block; font-size: 1.64286em; line-height: 1em; margin-bottom: 16px; }
#footer #footer-web-address .wp-content { font-size: 14px; max-width: 640px; margin-bottom: 16px; }
#footer .company-name { text-transform: uppercase; font-size: 14px; line-height: 14px; font-weight: 600; margin: 30px 0 10px; }
#footer .copyright { font-size: 10px; margin: 0; }
#footer .glance-container { top: -80px; left: 15px; }
#footer .glance-container .glance-control > a { width: 97px !important; }
@media (min-width: 779px) { #footer { text-align: left; }
  #footer .company-name { margin: 0 0 20px; }
  #footer #web-socmeds { text-align: right; } }

/* purgecss end ignore */
#post-featured-image{background:none;margin-top:16px}#post-featured-image .image-box{max-height:375px;background:none}#inside_page{padding:40px 0}#inside_page #inside-post-wrapper{width:640px;margin:0 auto;max-width:100%}#inside_page .glance-container{margin-top:-40px}#inside_page .block-header{text-align:left;margin-bottom:10px}#inside_page .block-header .the-h3{font-size:20px;line-height:1.2em;font-weight:400;padding:0;text-transform:unset}#inside_page .block-header .the-h3:after{display:none}#inside_page .block-header .the-h3 em{font-style:italic}#inside_page .block-header .the-h3 b{font-weight:800}#inside_page #post-categories{margin-left:24px;padding-left:19px;line-height:10px;position:relative}#inside_page #post-categories:before{content:" ";display:block;position:absolute;left:-5px;top:4px;width:5px;height:5px;overflow:hidden;border:solid 1px #7c7c7c;background:#7c7c7c;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}#inside_page #post-categories .the-category{display:inline-block;height:14px;line-height:14px;font-size:14px;padding:0 5px;margin-bottom:10px}#inside_page #post-categories .the-category a{color:#34aee2}#inside_page #post-author{margin-bottom:40px}#inside_page #post-author .author-pic{background:#fff;display:block;margin:0 auto 10px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;overflow:hidden;border:solid 1px #c9c9c9;width:80px;height:80px}#inside_page #post-author .author-name{text-align:center;font-size:16px;line-height:1em;display:block;font-weight:400}#inside_page #content-pages{text-align:right;text-transform:uppercase;font-size:12px}#inside_page #content-pages p{margin:0 -5px;border-top:solid 1px #c9c9c9;padding-top:24px;margin:0}#inside_page #content-pages a{display:inline-block}#inside_page #post-tags{text-align:center;margin-top:40px}#inside_page #post-tags .the-tag{display:inline-block;padding:0 5px;margin:0 5px 5px;background:#f2f2f2;border:solid 1px #c9c9c9;font-size:12px;line-height:30px;height:32px}#inside_page #post-tags .the-tag a{color:#9b9b9b}#inside_page .post-date{font-size:14px}#inside_page .peek{position:relative}#inside_page .peek:after{position:absolute;left:0;right:0;top:0;bottom:0;content:" ";display:block;background:#fff;background:-moz-linear-gradient(bottom, #fff 10%, transparent 100%);background:-webkit-linear-gradient(bottom, #fff 10%, transparent 100%);background:linear-gradient(to top, #fff 10%, transparent 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#fff",GradientType=0 )}#inside_page .read-more-trigger{display:block;width:100px;margin:0 auto;text-align:center;text-decoration:none;text-transform:uppercase;color:#919191;font-weight:600;position:relative;z-index:2}#inside_page .read-more-trigger:hover{color:#E48118}#inside_page .wp-content.main-read{margin-top:40px}#inside_page .wp-content.main-read .button{text-transform:uppercase;font-size:12px;padding:12px 20px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;font-weight:800;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF34AEE2', endColorstr='#FF20A4DD');background-image:-owg-linear-gradient(top, #34aee2 0%, #20a4dd 99%);background-image:-webkit-linear-gradient(top, #34aee2 0%, #20a4dd 99%);background-image:-moz-linear-gradient(top, #34aee2 0%, #20a4dd 99%);background-image:-o-linear-gradient(top, #34aee2 0%, #20a4dd 99%);background-image:linear-gradient(top, #34aee2 0%, #20a4dd 99%);color:#fff;cursor:pointer;border-color:#34aee2}#inside_page .wp-content.main-read .button:focus,#inside_page .wp-content.main-read .button.focus{outline:none !important;box-shadow:none !important}#inside_page .wp-content.main-read .button:focus,#inside_page .wp-content.main-read .button.focus{border-color:transparent}#inside_page .wp-content.main-read .button:hover{border-color:#1c94c7;background:#1983b0}#inside_page .wp-content.main-read .button:active{border-color:#187da7;background:#187da7}#inside_page .post-password-form{padding:10px;background:#f5f5f5;border:solid 1px #c9c9c9;margin:0 auto 24px;max-width:320px}#inside_page .post-password-form p{margin-bottom:10px;font-size:12px;text-align:center;font-style:italic}#inside_page .post-password-form label{display:block;width:100%}#inside_page .post-password-form input[type="password"]{display:block;width:100%;border:solid 1px #c9c9c9;height:40px;line-height:40px;padding:0 10px;margin-top:5px;text-align:center}#inside_page .post-password-form input[type="submit"]{display:block;border:solid 1px #c9c9c9;background:none;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;width:100%;height:40px;line-height:40px;background:#E48118;color:#fff}#inside_page .sharer-items{margin:98px auto 0;text-align:center}#inside_page .sharer-items .share-title{font-size:1.42857em;line-height:1em;display:block;margin-bottom:15px;color:#666}#inside_page .sharer-items .the-sharer-item{display:inline-block;margin:0 8px}#inside_page .sharer-items .the-sharer-item a{display:block;overflow:hidden}#inside_page .sharer-items .sharer-item-svg{width:25px;height:25px;display:block}#inside_page .sharer-items svg{width:100%;height:100%}@media (min-width: 480px){#inside_page .block-header{margin-bottom:0}#inside_page .block-header .the-h3{font-size:2.64286em}}@media (min-width: 780px){#inside_page .block-header .the-h3{font-size:3.21429em}}@media (min-width: 1200px){#inside_page #inside-post-wrapper{width:700px}#inside_page .wp-content.main-read{width:700px}}

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.block-header .the-h3 { word-break: break-word; text-transform: uppercase; font-weight: 400; margin-top: 0; }

.block-header.type-3 { text-align: center; }
.block-header.type-3 .title-1 { font-family: 'Playfair Display', serif; font-size: 31px; color: #51a3e2; text-transform: uppercase; font-weight: bold; text-align: center; line-height: 44px; }
.block-header.type-3 .block-header-3-separator { margin: 0 auto; width: 80px; height: 9px; }

.block-header.type-2 { text-align: center; padding: 0 0; margin-bottom: 25px; }
.block-header.type-2 .the-icon { display: block; }
.block-header.type-2 .the-icon .svg { display: block; margin: 0 auto 20px; width: 80px; height: 80px; }
.block-header.type-2 .the-h3 { text-transform: uppercase; margin: 0; position: relative; }
.block-header.type-2 .the-h3:after { content: " "; border-bottom: solid 1px #c9c9c9; width: 20px; display: block; margin: 0 auto; padding: 15px 0 0; }
.block-header.type-2 .view-all { margin: 10px auto 0; text-align: right; }
@media (min-width: 479px) { .block-header.type-2 .the-h1 { padding: 0 50px; }
  .block-header.type-2 .view-all { position: absolute; bottom: 18px; right: 10px; } }

.block-header.type-1 { text-align: center; padding: 0; margin-bottom: 25px; }
.block-header.type-1 .icon-marker + * { height: 80px; width: 80px; margin-bottom: 10px; }
.block-header.type-1 .the-h1 { margin: 0; }
.block-header.type-1 .block-description { color: #666; font-size: 1em; margin: 0 auto; font-weight: 200; max-width: 640px; }
@media (min-width: 480px) { .block-header.type-1 { margin-bottom: 50px; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.breadcrumb-wrapper { padding: 0; margin-bottom: 32px; }

.breadcrumb { max-width: 400px; height: 17px; line-height: 17px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.breadcrumb li { display: inline-block; font-size: 0.85714em; color: #666; margin-right: 20px; position: relative; }
.breadcrumb li:after { content: " "; display: block; position: absolute; right: -18px; top: 4px; width: 5px; height: 5px; border: solid 5px transparent; border-left-color: #666; }
.breadcrumb li:before { content: " "; display: block; position: absolute; right: -17px; top: 4px; width: 5px; height: 5px; border: solid 5px transparent; border-left-color: #fff; z-index: 2; }
.breadcrumb li:last-child:before { display: none; }
.breadcrumb li:last-child:after { display: none; }
.breadcrumb li a { color: inherit !important; }
.breadcrumb li a:hover { color: #E48118 !important; }
@media (min-width: 780px) { .breadcrumb { max-width: 800px; } }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
#the-comments { max-width: 640px; width: 100%; margin: 40px auto 0; }
#the-comments .children { padding-left: 60px; }

.binus-comment-body.as-form { border: none; margin: 0; padding: 0; }
.binus-comment-body.as-form .commenter-input-field { margin: 0 -5px; }
.binus-comment-body.as-form .commenter-input-field .col-xs-6 { padding: 0 5px 5px; }
.binus-comment-body.as-form .commenter-input-field .col-xs-6 input { height: 40px; line-height: 40px; padding: 0 10px; border: solid 1px #dadada; display: block; width: 100%; }
.binus-comment-body.as-form .commenter-input-field .comment-form-cookies-consent { padding: 0 5px; position: relative; padding-left: 25px; min-height: 25px; }
.binus-comment-body.as-form .commenter-input-field .comment-form-cookies-consent label { font-weight: 400; }
.binus-comment-body.as-form .commenter-input-field .comment-form-cookies-consent input { margin: 0; position: absolute; left: 5px; top: 0; }
.binus-comment-body.as-form .comment-content, .binus-comment-body.as-form .inlite-comment-content { width: 100%; border: solid 1px #dadada; padding: 10px; margin-bottom: 10px; outline: none; height: 200px; }
.binus-comment-body.as-form .cancel-reply-comment { display: none; }

#comment-form { max-width: 640px; width: 100%; margin: 0 auto; }

.binus-comment-body { padding: 0 0 24px; margin-bottom: 24px; border-bottom: solid 1px #c9c9c9; }
.binus-comment-body .comment-unapprove-mark { background: #EE3430; color: #fff; padding: 5px; font-size: 0.85714em; }
.binus-comment-body .comment-inside { padding: 0 10px; }
.binus-comment-body .comment-meta { margin-bottom: 10px; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.default-image-wrapper { position: relative; display: block; background: #34aee2; }
.default-image-wrapper:before { display: block; content: " "; padding-top: 44.58333%; }
.default-image-wrapper .default-image { background: #34aee2; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 50%; height: auto; }

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.fancybox-container .fancybox-close-small { top: -44px; }
.fancybox-container .fancybox-caption-wrap { display: none; }

/** Generic Container */
.fancybox-slide { padding: 0; }
.fancybox-slide > * { padding: 0; }

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
/* purgecss start ignore */
.loader-wrapper { background: #51A3E2; padding: 16px 16px 16px 46px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; }
.loader-wrapper .loader { text-align: center; position: absolute; left: 16px; top: 16px; }
.loader-wrapper .loader img { display: block; height: 20px; line-height: 20px; }
.loader-wrapper .message { display: inline-block; text-transform: capitalize; font-weight: 200; color: #fff; }

/** Popinfo Fancybox */
.popinfo { padding: 16px 16px 16px 16px; position: relative; min-width: 320px; padding-left: 72px; color: #fff; }
.popinfo.error { background: #EE3430; }
.popinfo.error .icon-wrapper { background: #d91612; }
.popinfo.error .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/error.svg"); }
.popinfo.ok { background: #11BD74; }
.popinfo.ok .icon-wrapper { background: #0d8e57; }
.popinfo.ok .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/ok.svg"); }
.popinfo.info { background: #51A3E2; }
.popinfo.info .icon-wrapper { background: #258cdb; }
.popinfo.info .icon-wrapper:before { top: 12px; background-image: url("../../../../../binus-2017-core/svg/poploader/binus/2019/info.svg"); }
.popinfo.load { background: #51A3E2; }
.popinfo.load .icon-wrapper { background: #258cdb; }
.popinfo.load .icon-wrapper:before { background-image: url("../../../../../binus-2017-core/image/preloader/loading.gif"); }
.popinfo .icon-wrapper { position: absolute; left: 0; top: 0; width: 56px; height: 100%; }
.popinfo .icon-wrapper:before { content: " "; display: block; position: absolute; left: 50%; margin-left: -15px; top: 18px; width: 30px; height: 30px; background-size: 30px; background-repeat: repeat-x; }
.popinfo .poptype { font-weight: 800; display: block; line-height: 1em; font-size: 14px; margin-bottom: 5px; }
.popinfo .message { font-weight: 200; line-height: 1.1em; font-size: 12px; display: block; }
.popinfo .close-btn { position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; line-height: 16px; font-size: 14px; line-height: 1em; color: #fff; display: block; text-align: center; font-weight: 600; cursor: pointer; }

/** FullPop Fancybox */
.fullpop { top: 100%; -webkit-transition: top 0.2s; -moz-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; position: fixed; z-index: 1022; }
.fullpop.fancybox-is-open { top: 0; bottom: 0; height: auto; }
.fullpop .fancybox-bg { display: none; }
.fullpop .fancybox-infobar { z-index: 1027; }
.fullpop .fancybox-stage { z-index: 1024; }
.fullpop .fancybox-toolbar { z-index: 1027; bottom: 10px; top: auto; left: 0; right: 0; position: fixed; opacity: 1; visibility: visible; }
.fullpop .fancybox-inner { background: #fff; }
.fullpop .fancybox-slide { z-index: 1024; position: relative; padding: 0; padding-bottom: 60px; width: 100%; }
.fullpop .fancybox-slide:before { display: none; }
.fullpop .fancybox-slide .container { margin: 0; padding: 15px; }
.fullpop .popup-close--element { margin: 0 auto; display: block; }

/* purgecss end ignore */

/** This file is bootstrap of various scss that can be use by component  to make them use same variable and functions */
/** Get exact width of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Get exact height of an sprites  @param $map the sprite-map @param $sprite-name the spite to get the data @return int the sprite width */
/** Create element that convert excessive element into defined character */
/** Calculate Image Height to Width Ratio  @param int $width image width @param int $height image height @return float image ratio in percent */
/** Get font size in em, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return em font size in em for 14px container */
/** Get font size in rem, relative to 14px container ($font-size-base)  @param px $standarPixel the wanted font size in px @return rem font size in rem for 14px container */
/** Using fontsize and padding-top em to calculate element center position inside a container, Responsive friendly as we are using em  @param int $elementSize element desired size @param int $parentSize element container size */
/** Button Mixins */
.std-form-2 .intl-tel-input { width: 100%; }
.std-form-2 .intl-tel-input .text-normal { margin-left: 50px; }
.std-form-2 .intl-tel-input .flag-container { z-index: 3; }
.std-form-2 .country-list .country { padding: 9px 0 !important; font-size: 12px; color: #666; }
.std-form-2 .country-list .country:before { display: none; }
.std-form-2 .country-list .dial-code { font-weight: 200; color: inherit; }
.std-form-2 .country-list .divider { display: none; }
.std-form-2 .field-wrapper { display: block; background: #fff; }
.std-form-2 .field-wrapper:after { position: absolute; content: " "; display: block; width: 15px; height: 15px; right: 10px; top: 30px; background: url("../../../../../../binus-2017-core/svg/core/binus-2017/univ/group-one/arrow-down.svg") no-repeat; background-size: 15px 15px; }
.std-form-2 .text-input-wrapper { display: block; }
.std-form-2 .text-input-wrapper .input { height: 40px; line-height: 38px; padding: 0 10px; width: 100%; background: #fff; position: relative; z-index: 2; }
.std-form-2 .text-input-wrapper .input:focus { outline: none; box-shadow: none; border-color: #c9c9c9; }
.std-form-2 .text-input-wrapper .input:active { outline: none; box-shadow: none; }
.std-form-2 .text-input-wrapper .dropdown { width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: solid 1px #c9c9c9; height: 40px; line-height: 38px; padding: 0 10px; color: #666; font-size: 14px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: transparent; }
.std-form-2 .button { text-transform: uppercase; font-size: 12px; padding: 12px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; font-weight: 800; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF34AEE2', endColorstr='#FF20A4DD'); background-image: -owg-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -webkit-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -moz-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: -o-linear-gradient(top, #34aee2 0%, #20a4dd 99%); background-image: linear-gradient(top, #34aee2 0%, #20a4dd 99%); color: #fff; cursor: pointer; border-color: #34aee2; }
.std-form-2 .button:focus, .std-form-2 .button.focus { outline: none !important; box-shadow: none !important; }
.std-form-2 .button:focus, .std-form-2 .button.focus { border-color: transparent; }
.std-form-2 .button:hover { border-color: #1c94c7; background: #1983b0; }
.std-form-2 .button:active { border-color: #187da7; background: #187da7; }
.std-form-2 .ui-autocomplete { background: #c9c9c9; z-index: 2; margin: -1px 0 0; max-height: 140px; }
.std-form-2 .ui-autocomplete .ui-menu-item { margin: 0; padding: 10px 15px; cursor: pointer; }
.std-form-2 .ui-autocomplete .ui-menu-item:hover { background: #E48118; color: #fff; }

@media (max-width: 779.98px) { .dmdstd2-form-container .std-form-2 .data-row .col-xs-6 { width: 100%; padding-bottom: 0 !important; } }

body{color:#333}a{color:#671033}a:hover{color:#E48118}.brand-background{background:#671033}.brand-color{color:#671033 !important}#binus-header-wrapper #web-float-title{color:#671033}@media (min-width: 780px){#web-top-menu .the-web-menu.real .sub-menu.menu-depth-1>.menu-item>.wrapper-menu .menu-link{color:#5f3546}#web-top-menu .the-web-menu.real .sub-menu.menu-depth-1>.menu-item>.wrapper-menu .menu-link:hover{color:#E48118}}@media (min-width: 780px){#web-top-menu .the-web-menu.real .menu-item .parent-pointer:hover:before{border-top-color:#671033}}#web-top-menu .the-web-menu.real .sub-menu.menu-depth-2>.menu-item>.wrapper-menu>.menu-link:before{background:#671033}.default-image-wrapper{background-color:#671033}.default-image-wrapper .default-image{background-color:#671033}.module--container{display:block;padding:64px 0}@media (max-width: 780px){.module--container{padding:48px 0}}@media (max-width: 480px){.module--container{padding:32px 0}}.container{max-width:1200px}@media (max-width: 1232px){.container{padding:0 16px}}.block--header{display:block;position:relative;margin:0 0 32px}@media (max-width: 480px){.block--header{margin:0 0 24px}}.block--header .glance-container{top:-55px;left:50%;margin-left:-20px}.block--header .header__title{display:block;margin:0;font-size:32px;font-weight:bold;color:#333;line-height:1.2}@media (max-width: 780px){.block--header .header__title{font-size:26px}}@media (max-width: 480px){.block--header .header__title{font-size:22px}}.block--header .header__tagline{display:block;margin:4px 0 0}.block-header.type-1{display:block;position:relative;margin:0 0 32px}@media (max-width: 480px){.block-header.type-1{margin:0 0 24px}}.block-header.type-1 .glance-container{top:-55px;left:50%;margin-left:-20px}.block-header.type-1 .the-h3{display:block;margin:0;font-size:32px;font-weight:bold;color:#333;line-height:1.2;text-transform:initial}@media (max-width: 780px){.block-header.type-1 .the-h3{font-size:26px}}@media (max-width: 480px){.block-header.type-1 .the-h3{font-size:22px}}#binus-campus-location,#campus-location-mobile,#binus-anniversary-logo{display:none !important}.btn.btn-primary{background-color:#991845;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #991845), color-stop(99%, #4d0c23));background-image:-moz-linear-gradient(top, #991845 0%, #4d0c23 99%);background-image:-webkit-linear-gradient(top, #991845 0%, #4d0c23 99%);background-image:linear-gradient(top, #991845 0%,#4d0c23 99%);border-color:#991845}.btn.btn-primary:hover{border-color:#62102c;background:#62102c}.C--floating-button{display:block;position:fixed;top:50%;right:0;z-index:20;margin-top:-60px;width:60px;height:120px;background-color:#f18700}.C--floating-button .button__item{display:block;width:60px;height:60px;padding:12px}.C--floating-button .button__item img{display:block;width:100%}.C--floating-button .button__item.has-divider{border-top:1px solid #fff}.C--floating-button .button__item:hover{background-color:#671033}.ui-footer-partner{padding:24px 0}.ui-footer-partner figure{display:inline-block;margin-right:24px;font-size:0;line-height:0;vertical-align:middle}.ui-footer-partner figure img{display:block;max-height:48px}

.M--single{position:relative}.M--single .single__overlay{bottom:auto;z-index:2;padding-top:200px;background-image:linear-gradient(180deg, #e9e3df 55%,rgba(233,227,223,0) 85%)}.M--single .single__featured{display:block;position:relative;margin:28px -64px}@media (max-width: 828px){.M--single .single__featured{margin:28px 0}}.M--single .single__featured .featured__thumbnail{display:block}.M--single .single__featured .featured__thumbnail img{display:block;width:100%;max-width:100%}.M--single .single__featured .featured__image360{display:block;position:absolute;top:50%;left:50%;z-index:1;margin-top:-60px;margin-left:-60px;width:120px;height:120px;background-color:rgba(0,0,0,0.7);-moz-border-radius:150px;-webkit-border-radius:150px;border-radius:150px}.M--single .single__featured .featured__image360 .image360__wrapper{display:block;text-align:center}.M--single .single__featured .featured__image360 .image360__icon{display:block;margin:auto;width:40px}.M--single .single__featured .featured__image360 .image360__icon svg{display:block;width:100%}.M--single .single__featured .featured__image360 .image360__label{display:block;margin:2px 0 0;font-size:13px;font-weight:400;color:#fff;line-height:1.4}.M--single.is-post-type-testimonial .single__featured{margin:32px 0 0;padding:24px}.M--single.is-post-type-testimonial .single__featured .featured__thumbnail{display:flex;margin:auto;width:240px;height:240px;overflow:hidden;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}.M--single.is-post-type-testimonial .single__featured .featured__thumbnail img{object-fit:cover}.M--single.is-post-type-testimonial #inside-post-wrapper .block-header{text-align:center}.M--single.is-post-type-testimonial #inside-post-wrapper>.table-layout{display:none}.M--single .breadcrumb-wrapper{margin-bottom:24px}.M--single .breadcrumb li{height:18.5px;font-size:14px;color:#919191;line-height:18.5px}.M--single #inside_page #post-categories .the-category a{color:#671033}.M--single #inside-page{position:relative;z-index:3}.M--single #inside-page .block-header.type-1 .the-h3{margin:0 0 12px;font-size:26px;font-weight:700;color:#333;line-height:1.4;text-transform:initial}@media (min-width: 480px){.M--single #inside-page .block-header.type-1 .the-h3{font-size:32px;line-height:1.35}}@media (min-width: 780px){.M--single #inside-page .block-header.type-1 .the-h3{font-size:42px;line-height:1.15}}.M--single #inside-page .post-date{font-weight:bold}.M--single #inside-page #post-categories{margin-left:16px;padding-left:8px;font-weight:bold}.M--single #inside-page .sharer-items{margin-top:48px}.M--single #inside-page #post-tags{margin:0}.M--single #inside-page #post-tags .the-tag{margin:0 3px 6px;padding:0;height:auto;font-size:13px;line-height:1.4;background-color:#f2f2f2;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.M--single #inside-page #post-tags .the-tag a{display:block;padding:6px 12px}.M--single #inside_page .wp-content.main-read{margin-top:16px}.M--single .wp-content{margin-bottom:48px}.M--single .wp-content h1,.M--single .wp-content h2,.M--single .wp-content h3,.M--single .wp-content h4,.M--single .wp-content h5,.M--single .wp-content h6{margin:0 0 8px;font-weight:700;color:#333;text-transform:initial}.M--single .wp-content h1{font-size:26px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h1{font-size:32px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h1{font-size:42px;line-height:1.3}}.M--single .wp-content h2{font-size:22px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h2{font-size:30px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h2{font-size:36px;line-height:1.3}}.M--single .wp-content h3{font-size:20px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h3{font-size:24px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h3{font-size:28px;line-height:1.3}}.M--single .wp-content h4{font-size:18px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h4{font-size:20px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h4{font-size:24px;line-height:1.3}}.M--single .wp-content h5{font-size:16px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h5{font-size:18px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h5{font-size:22px;line-height:1.3}}.M--single .wp-content h6{font-size:14px;line-height:1.4}@media (min-width: 480px){.M--single .wp-content h6{font-size:16px;line-height:1.35}}@media (min-width: 780px){.M--single .wp-content h6{font-size:18px;line-height:1.3}}.M--single .wp-content p{display:block;margin:0 0 28px;font-size:16px;color:#333;line-height:1.7}.M--single .wp-content sup{vertical-align:super}.M--single .wp-content blockquote{margin:0 0 28px;font-size:20px;color:#333}.M--single .wp-content blockquote p{font-size:20px}.M--single .wp-content blockquote cite{font-size:15px;font-weight:bold;color:#333}.M--single .wp-content ol,.M--single .wp-content ul{margin-top:0;margin-bottom:28px}.M--single .wp-content ol li,.M--single .wp-content ul li{margin-top:8px;margin-bottom:8px;font-size:16px;color:#333;line-height:1.7}.M--single .wp-content .wp-block-image{display:block;position:relative;margin:0 0 28px}.M--single .wp-content .wp-block-image figcaption{display:block;margin-top:12px;font-size:14px;color:#919191;line-height:1.45;text-align:center}.M--single .wp-content .wp-block-gallery{display:flex;flex-wrap:wrap;margin:0 0 28px;padding:0;list-style:none}.M--single .wp-content .wp-block-gallery .blocks-gallery-item{display:flex;position:relative;margin:1px;list-style:none;flex-grow:1;flex-direction:column;justify-content:center;width:50%}@media (min-width: 480px){.M--single .wp-content .wp-block-gallery .blocks-gallery-item{width:33%}}@media (min-width: 780px){.M--single .wp-content .wp-block-gallery .blocks-gallery-item{width:20%}}.M--single .wp-content .wp-block-gallery .blocks-gallery-item::before{display:none}.M--single .wp-content .wp-block-gallery .blocks-gallery-item figure{display:flex;margin:0;height:100%;justify-content:flex-start}.M--single .wp-content .wp-block-gallery .blocks-gallery-item figure a{display:block;flex:1}.M--single .wp-content .wp-block-gallery .blocks-gallery-item figure img{display:block;flex:1;width:100%;height:100%;object-fit:cover}.M--single .wp-content .embedded--post{display:block;position:relative;margin-bottom:28px}.M--single .wp-content .embedded--post.type--youtube{padding:25px 0 56.25%}.M--single .wp-content .embedded--post.type--youtube iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.M--single .wp-content .embedded--post.type--instagram iframe{margin:0;width:100% !important;max-width:100% !important}.M--single .single__featured-bottom{display:block;position:relative;padding-top:40%}.M--single .single__featured-bottom picture{display:flex}.M--single .single__featured-bottom picture img{display:block;width:100%;object-fit:cover}
