/** 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 */
/** 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 */
.post-roll-container .post-roll-list { margin-top: 15px; }
@media (max-width: 779.98px) { .post-roll-container .the-post { margin: 0 auto 24px; width: 480px; max-width: 100%; }
  .post-roll-container .the-post:last-child { margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 1199.98px) { .post-roll-container .post-box .post-data .the-title { font-size: 14px; } }
@media (min-width: 780px) { .post-roll-container .post-roll-list { display: flex; flex-wrap: wrap; }
  .post-roll-container .post-roll-list .the-post { float: none; margin-left: -1px; margin-right: -1px; padding: 0 12px; } }

.post-roll-container.type-one > .glance-container { top: -25px; }

.post-roll-container.type-two > .glance-container { top: -25px; }
.post-roll-container.type-two .block-header { margin-bottom: 40px; }
.post-roll-container.type-two .block-header .the-h1 { font-size: 22px; line-height: 24px; font-weight: 400; }
.post-roll-container.type-two .block-header .the-h1:after { display: none; }
.post-roll-container.type-two .post-data .the-title { font-weight: 400; }
.post-roll-container.type-two .post-data .post-date { margin-bottom: 10px; }
.post-roll-container.type-two .post-data .wp-content { margin-top: 24px; font-size: 14px; }
.post-roll-container.type-two .view-all { margin-top: 40px; }
@media (min-width: 480px) { .post-roll-container.type-two .post-data { height: 100%; padding-top: 44.6%; margin-top: -44.6%; }
  .post-roll-container.type-two .post-data .the-title { margin-top: 24px; } }

.post-roll-container.type-three > .glance-container { top: -25px; }
.post-roll-container.type-three .block-header { margin-bottom: 40px; }
.post-roll-container.type-three .block-header .the-h1 { font-size: 22px; line-height: 24px; font-weight: 400; }
.post-roll-container.type-three .block-header .the-h1:after { display: none; }
.post-roll-container.type-three .post-roll-list { margin: 0 -12px; }
.post-roll-container.type-three .post-roll-list .the-post { position: relative; padding: 0 12px 24px; }
@media (min-width: 480px) { .post-roll-container.type-three .post-roll-list .the-post.-two-columns { width: 50%; } }
@media (min-width: 780px) { .post-roll-container.type-three .post-roll-list .the-post.-three-columns { width: 33.33%; } }
@media (min-width: 480px) { .post-roll-container.type-three .post-roll-list .the-post.-four-columns { width: 50%; } }
@media (min-width: 780px) { .post-roll-container.type-three .post-roll-list .the-post.-four-columns { width: 25%; } }
.post-roll-container.type-three .post-roll-list .the-post .post__card { display: block; position: relative; }
.post-roll-container.type-three .post-roll-list .the-post .post__title { height: 48px; font-size: 16px; line-height: 1.4; }
.post-roll-container.type-three .post-roll-list .the-post .post__permalink { display: block; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; }
.post-roll-container.type-three .post-roll-list .the-post .glance-container { top: 0; left: 0; margin-left: 0; }
.post-roll-container.type-three .view-all { margin-top: 8px; }
.post-roll-container.type-three .view-all a { display: inline-block; padding: 16px; }

.post-roll-container.type-four > .glance-container { top: -25px; }
.post-roll-container.type-four .post-box .post-data .the-title { font-size: 16px; color: #666; text-align: center; line-height: 26px; margin-bottom: 12px; }
.post-roll-container.type-four .post-box .post-data .wp-content { font-size: 14px; color: #666; text-align: center; line-height: 24px; margin-bottom: 12px; }
@media (min-width: 780px) { .post-roll-container.type-four .post-data { height: 100%; padding-top: 44.6%; margin-top: -44.6%; }
  .post-roll-container.type-four .post-data .the-title { margin-top: 24px; } }

.post-roll-container.type-five .post-roll-list { margin-left: auto; margin-right: auto; }
.post-roll-container.type-five .the-post { margin: 0 auto 24px; position: relative; width: 100%; }
.post-roll-container.type-five .the-post > .table-layout { background: #fff; border: solid 1px #c9c9c9; }
.post-roll-container.type-five .post-data { padding: 10px; }
.post-roll-container.type-five .post-data .the-title { font-size: 1.14286em; line-height: 1.2em; margin: 0 0 10px; font-weight: 400; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-roll-container.type-five .post-data .the-title a { color: #666; }
.post-roll-container.type-five .post-data .post-date { display: block; }
@media (min-width: 780px) { .post-roll-container.type-five .post-data { padding: 20px; }
  .post-roll-container.type-five .post-data .the-title { font-size: 1.5em; }
  .post-roll-container.type-five .post-roll-list { margin: 0 -12px; }
  .post-roll-container.type-five .the-post { padding: 0 12px; width: 100%; } }
@media (max-width: 779.98px) { .post-roll-container.type-five .post-image > a { width: 100px; height: 100px; } }

.post-roll-container.type-six { position: relative; }
.post-roll-container.type-six > .glance-container { top: 0; left: 0; margin-left: 0; }
.post-roll-container.type-six .empty-data { display: block; }
.post-roll-container.type-six .post-roll-list { display: block; }
.post-roll-container.type-six .the-post { margin-bottom: 24px; }
.post-roll-container.type-six .the-post .glance-container { top: 0; left: 0; margin-left: 0; }
.post-roll-container.type-six .the-post .post-card { display: block; position: relative; background: #f5f5f5; }
.post-roll-container.type-six .the-post .post-detail { display: block; position: relative; padding: 24px 16px 16px; min-height: 112px; }
.post-roll-container.type-six .the-post .post-detail .post-title { display: -webkit-box; margin: 0; max-height: 42px; font-size: 16px; font-weight: bold; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.post-roll-container.type-six .the-post .post-detail .post-meta { display: block; margin-top: 6px; }
.post-roll-container.type-six .the-post .post-detail .post-meta .meta-item { display: inline-block; margin-right: 6px; font-size: 13px; color: #919191; line-height: 1.4; vertical-align: middle; }
.post-roll-container.type-six .the-post .post-detail .post-meta .meta-bullet { display: inline-block; margin-right: 6px; width: 4px; height: 4px; vertical-align: middle; background: #919191; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.post-roll-container.type-six .the-post .post-detail .post-category { display: block; position: absolute; top: 0; left: 0; right: 0; z-index: 2; height: 0; }
.post-roll-container.type-six .the-post .post-detail .post-category .category-wrap { display: block; margin-top: -12px; padding: 0 16px; }
.post-roll-container.type-six .the-post .post-detail .post-category .category-item { display: inline-block; vertical-align: top; margin-right: 4px; padding: 3px 8px; font-size: 12.5px; color: #fff; background: #f39f33; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.post-roll-container.type-six .the-post .post-link { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.post-roll-container.type-six .post-roll-view-all { display: block; margin-top: 16px; text-align: center; }
.post-roll-container.type-six .post-roll-view-all a { display: inline-block; padding: 4px 16px; font-size: 14px; line-height: 1.5; }

.post-roll-container.type-seven > .glance-container { top: -55px; }
.post-roll-container.type-seven .post-roll-list { margin: 0 -12px; }
.post-roll-container.type-seven .post-roll-list .the-post { padding: 0 12px 24px; }
@media (max-width: 780px) { .post-roll-container.type-seven .post-roll-list .the-post { width: 100%; } }
.post-roll-container.type-seven .post-roll-list .the-post .glance-container { top: 0; left: 0; margin-left: 0; }
.post-roll-container.type-seven .post-roll-list .the-post .post-card { display: block; position: relative; background: #e6e6e6; height: 100%; }
.post-roll-container.type-seven .post-roll-list .the-post .post-header { display: block; position: relative; padding: 24px 24px 48px; background: #f5f5f5; }
.post-roll-container.type-seven .post-roll-list .the-post .post-header .post-title { display: -webkit-box; margin: 0; height: 100px; font-size: 18px; font-weight: normal; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.post-roll-container.type-seven .post-roll-list .the-post .post-header .post-category { display: block; position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; height: 0; }
.post-roll-container.type-seven .post-roll-list .the-post .post-header .post-category .category-wrap { display: block; margin-top: -12px; padding: 0 24px; }
.post-roll-container.type-seven .post-roll-list .the-post .post-header .post-category .category-item { display: inline-block; vertical-align: top; margin-right: 4px; padding: 3px 8px; font-size: 12.5px; color: #fff; background: #f39f33; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.post-roll-container.type-seven .post-roll-list .the-post .post-footer { display: block; padding: 24px; }
.post-roll-container.type-seven .post-roll-list .the-post .post-footer .post-meta { display: block; }
.post-roll-container.type-seven .post-roll-list .the-post .post-footer .post-meta .meta-item { display: block; margin: 0 0 8px; font-size: 14px; line-height: 1.5; }
.post-roll-container.type-seven .post-roll-list .the-post .post-footer .post-meta .meta-item strong { font-weight: bold; }
.post-roll-container.type-seven .post-roll-list .the-post .post-link { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.post-roll-container.type-seven .post-roll-view-all { display: block; margin-top: 16px; text-align: center; }
.post-roll-container.type-seven .post-roll-view-all a { display: inline-block; padding: 4px 16px; font-size: 14px; line-height: 1.5; }

.post-roll-container.type-eight > .glance-container { top: -25px; }
.post-roll-container.type-eight .block-header { margin-bottom: 40px; }
.post-roll-container.type-eight .block-header .the-h1 { font-size: 22px; line-height: 24px; font-weight: 400; }
.post-roll-container.type-eight .block-header .the-h1:after { display: none; }
.post-roll-container.type-eight .post-image { border-top-left-radius: 5px; border-top-right-radius: 5px; background: #51A3E2; }
.post-roll-container.type-eight .default-image { display: none; }
.post-roll-container.type-eight .the-title { position: absolute; left: 10px; right: 10px; top: 0; bottom: 0; font-size: 18px; line-height: 24px; font-weight: 600; }
.post-roll-container.type-eight .the-title a { justify-content: center; color: #fff; display: flex; align-items: center; text-align: center; height: 100%; }
.post-roll-container.type-eight .post-data { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.post-roll-container.type-eight .post-data .the-title { font-weight: 400; }
.post-roll-container.type-eight .post-data .post-date { margin-bottom: 10px; }
.post-roll-container.type-eight .post-data .wp-content .inline_readmore { color: #1b9ad7; text-decoration: none; }
@media (min-width: 480px) { .post-roll-container.type-eight .post-data { height: 100%; padding-top: 44.6%; margin-top: -44.6%; }
  .post-roll-container.type-eight .post-data .post-date { margin-top: 24px; } }

/** 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 */
#pagination-wrapper { text-align: right; }

.wp-pagination-wrapper { text-align: center; height: 40px; line-height: 40px; }
@media (min-width: 0) { .wp-pagination-wrapper { text-align: right; } }

.wp-pagination { overflow: hidden; *zoom: 1; display: inline-block; }
.wp-pagination .wp-navi-info { float: left; font-size: 1em; padding-right: 10px; border-right: solid 1px #c9c9c9; height: 40px; line-height: 40px; }
.wp-pagination .wp-pagenavi { float: left; height: 40px; line-height: 40px; padding-left: 2px; }
.wp-pagination .wp-pagenavi .page-numbers { color: #666; font-size: 1em; display: inline-block; margin-left: 8px; }
.wp-pagination .wp-pagenavi .page-numbers.current { color: #51A3E2; }
.wp-pagination .wp-pagenavi .prev { display: none; }
.wp-pagination .wp-pagenavi .next { display: none; }

/** 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; }
