<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*-- $General --*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*-- Bootstrap Grid --*/

/*BOOTSTRAP GRID SYSTEM*/

.row-columns {
  margin:0 -15px 22px;
}

.row-columns:after {
  content: "";
  display: table;
  clear: both;
}

.column-xs-1, .column-sm-1, .column-md-1, .column-lg-1, .column-xs-2, .column-sm-2, .column-md-2, .column-lg-2, .column-xs-3, .column-sm-3, .column-md-3, .column-lg-3, .column-xs-4, .column-sm-4, .column-md-4, .column-lg-4, .column-xs-5, .column-sm-5, .column-md-5, .column-lg-5, .column-xs-6, .column-sm-6, .column-md-6, .column-lg-6, .column-xs-7, .column-sm-7, .column-md-7, .column-lg-7, .column-xs-8, .column-sm-8, .column-md-8, .column-lg-8, .column-xs-9, .column-sm-9, .column-md-9, .column-lg-9, .column-xs-10, .column-sm-10, .column-md-10, .column-lg-10, .column-xs-11, .column-sm-11, .column-md-11, .column-lg-11, .column-xs-12, .column-sm-12, .column-md-12, .column-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 400px) {
  .column-xs-1, .column-xs-2, .column-xs-3, .column-xs-4, .column-xs-5, .column-xs-6, .column-xs-7, .column-xs-8, .column-xs-9, .column-xs-10, .column-xs-11, .column-xs-12 {
    float: left;
  }
  .column-xs-12 {
    width: 100%;
  }
  .column-xs-11 {
    width: 91.66666667%;
  }
  .column-xs-10 {
    width: 83.33333333%;
  }
  .column-xs-9 {
    width: 75%;
  }
  .column-xs-8 {
    width: 66.66666667%;
  }
  .column-xs-7 {
    width: 58.33333333%;
  }
  .column-xs-6 {
    width: 50%;
  }
  .column-xs-5 {
    width: 41.66666667%;
  }
  .column-xs-4 {
    width: 33.33333333%;
  }
  .column-xs-3 {
    width: 25%;
  }
  .column-xs-2 {
    width: 16.66666667%;
  }
  .column-xs-1 {
    width: 8.33333333%;
  }
  .column-xs-pull-12 {
    right: 100%;
  }
  .column-xs-pull-11 {
    right: 91.66666667%;
  }
  .column-xs-pull-10 {
    right: 83.33333333%;
  }
  .column-xs-pull-9 {
    right: 75%;
  }
  .column-xs-pull-8 {
    right: 66.66666667%;
  }
  .column-xs-pull-7 {
    right: 58.33333333%;
  }
  .column-xs-pull-6 {
    right: 50%;
  }
  .column-xs-pull-5 {
    right: 41.66666667%;
  }
  .column-xs-pull-4 {
    right: 33.33333333%;
  }
  .column-xs-pull-3 {
    right: 25%;
  }
  .column-xs-pull-2 {
    right: 16.66666667%;
  }
  .column-xs-pull-1 {
    right: 8.33333333%;
  }
  .column-xs-pull-0 {
    right: 0%;
  }
  .column-xs-push-12 {
    left: 100%;
  }
  .column-xs-push-11 {
    left: 91.66666667%;
  }
  .column-xs-push-10 {
    left: 83.33333333%;
  }
  .column-xs-push-9 {
    left: 75%;
  }
  .column-xs-push-8 {
    left: 66.66666667%;
  }
  .column-xs-push-7 {
    left: 58.33333333%;
  }
  .column-xs-push-6 {
    left: 50%;
  }
  .column-xs-push-5 {
    left: 41.66666667%;
  }
  .column-xs-push-4 {
    left: 33.33333333%;
  }
  .column-xs-push-3 {
    left: 25%;
  }
  .column-xs-push-2 {
    left: 16.66666667%;
  }
  .column-xs-push-1 {
    left: 8.33333333%;
  }
  .column-xs-push-0 {
    left: 0%;
  }
  .column-xs-offset-12 {
    margin-left: 100%;
  }
  .column-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-xs-offset-9 {
    margin-left: 75%;
  }
  .column-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-xs-offset-6 {
    margin-left: 50%;
  }
  .column-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-xs-offset-3 {
    margin-left: 25%;
  }
  .column-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .column-sm-1, .column-sm-2, .column-sm-3, .column-sm-4, .column-sm-5, .column-sm-6, .column-sm-7, .column-sm-8, .column-sm-9, .column-sm-10, .column-sm-11, .column-sm-12 {
    float: left;
  }
  .column-sm-12 {
    width: 100%;
  }
  .column-sm-11 {
    width: 91.66666667%;
  }
  .column-sm-10 {
    width: 83.33333333%;
  }
  .column-sm-9 {
    width: 75%;
  }
  .column-sm-8 {
    width: 66.66666667%;
  }
  .column-sm-7 {
    width: 58.33333333%;
  }
  .column-sm-6 {
    width: 50%;
  }
  .column-sm-5 {
    width: 41.66666667%;
  }
  .column-sm-4 {
    width: 33.33333333%;
  }
  .column-sm-3 {
    width: 25%;
  }
  .column-sm-2 {
    width: 16.66666667%;
  }
  .column-sm-1 {
    width: 8.33333333%;
  }
  .column-sm-pull-12 {
    right: 100%;
  }
  .column-sm-pull-11 {
    right: 91.66666667%;
  }
  .column-sm-pull-10 {
    right: 83.33333333%;
  }
  .column-sm-pull-9 {
    right: 75%;
  }
  .column-sm-pull-8 {
    right: 66.66666667%;
  }
  .column-sm-pull-7 {
    right: 58.33333333%;
  }
  .column-sm-pull-6 {
    right: 50%;
  }
  .column-sm-pull-5 {
    right: 41.66666667%;
  }
  .column-sm-pull-4 {
    right: 33.33333333%;
  }
  .column-sm-pull-3 {
    right: 25%;
  }
  .column-sm-pull-2 {
    right: 16.66666667%;
  }
  .column-sm-pull-1 {
    right: 8.33333333%;
  }
  .column-sm-pull-0 {
    right: 0%;
  }
  .column-sm-push-12 {
    left: 100%;
  }
  .column-sm-push-11 {
    left: 91.66666667%;
  }
  .column-sm-push-10 {
    left: 83.33333333%;
  }
  .column-sm-push-9 {
    left: 75%;
  }
  .column-sm-push-8 {
    left: 66.66666667%;
  }
  .column-sm-push-7 {
    left: 58.33333333%;
  }
  .column-sm-push-6 {
    left: 50%;
  }
  .column-sm-push-5 {
    left: 41.66666667%;
  }
  .column-sm-push-4 {
    left: 33.33333333%;
  }
  .column-sm-push-3 {
    left: 25%;
  }
  .column-sm-push-2 {
    left: 16.66666667%;
  }
  .column-sm-push-1 {
    left: 8.33333333%;
  }
  .column-sm-push-0 {
    left: 0%;
  }
  .column-sm-offset-12 {
    margin-left: 100%;
  }
  .column-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-sm-offset-9 {
    margin-left: 75%;
  }
  .column-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-sm-offset-6 {
    margin-left: 50%;
  }
  .column-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-sm-offset-3 {
    margin-left: 25%;
  }
  .column-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .column-md-1, .column-md-2, .column-md-3, .column-md-4, .column-md-5, .column-md-6, .column-md-7, .column-md-8, .column-md-9, .column-md-10, .column-md-11, .column-md-12 {
    float: left;
  }
  .column-md-12 {
    width: 100%;
  }
  .column-md-11 {
    width: 91.66666667%;
  }
  .column-md-10 {
    width: 83.33333333%;
  }
  .column-md-9 {
    width: 75%;
  }
  .column-md-8 {
    width: 66.66666667%;
  }
  .column-md-7 {
    width: 58.33333333%;
  }
  .column-md-6 {
    width: 50%;
  }
  .column-md-5 {
    width: 41.66666667%;
  }
  .column-md-4 {
    width: 33.33333333%;
  }
  .column-md-3 {
    width: 25%;
  }
  .column-md-2 {
    width: 16.66666667%;
  }
  .column-md-1 {
    width: 8.33333333%;
  }
  .column-md-pull-12 {
    right: 100%;
  }
  .column-md-pull-11 {
    right: 91.66666667%;
  }
  .column-md-pull-10 {
    right: 83.33333333%;
  }
  .column-md-pull-9 {
    right: 75%;
  }
  .column-md-pull-8 {
    right: 66.66666667%;
  }
  .column-md-pull-7 {
    right: 58.33333333%;
  }
  .column-md-pull-6 {
    right: 50%;
  }
  .column-md-pull-5 {
    right: 41.66666667%;
  }
  .column-md-pull-4 {
    right: 33.33333333%;
  }
  .column-md-pull-3 {
    right: 25%;
  }
  .column-md-pull-2 {
    right: 16.66666667%;
  }
  .column-md-pull-1 {
    right: 8.33333333%;
  }
  .column-md-pull-0 {
    right: 0%;
  }
  .column-md-push-12 {
    left: 100%;
  }
  .column-md-push-11 {
    left: 91.66666667%;
  }
  .column-md-push-10 {
    left: 83.33333333%;
  }
  .column-md-push-9 {
    left: 75%;
  }
  .column-md-push-8 {
    left: 66.66666667%;
  }
  .column-md-push-7 {
    left: 58.33333333%;
  }
  .column-md-push-6 {
    left: 50%;
  }
  .column-md-push-5 {
    left: 41.66666667%;
  }
  .column-md-push-4 {
    left: 33.33333333%;
  }
  .column-md-push-3 {
    left: 25%;
  }
  .column-md-push-2 {
    left: 16.66666667%;
  }
  .column-md-push-1 {
    left: 8.33333333%;
  }
  .column-md-push-0 {
    left: 0%;
  }
  .column-md-offset-12 {
    margin-left: 100%;
  }
  .column-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-md-offset-9 {
    margin-left: 75%;
  }
  .column-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-md-offset-6 {
    margin-left: 50%;
  }
  .column-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-md-offset-3 {
    margin-left: 25%;
  }
  .column-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .column-lg-1, .column-lg-2, .column-lg-3, .column-lg-4, .column-lg-5, .column-lg-6, .column-lg-7, .column-lg-8, .column-lg-9, .column-lg-10, .column-lg-11, .column-lg-12 {
    float: left;
  }
  .column-lg-12 {
    width: 100%;
  }
  .column-lg-11 {
    width: 91.66666667%;
  }
  .column-lg-10 {
    width: 83.33333333%;
  }
  .column-lg-9 {
    width: 75%;
  }
  .column-lg-8 {
    width: 66.66666667%;
  }
  .column-lg-7 {
    width: 58.33333333%;
  }
  .column-lg-6 {
    width: 50%;
  }
  .column-lg-5 {
    width: 41.66666667%;
  }
  .column-lg-4 {
    width: 33.33333333%;
  }
  .column-lg-3 {
    width: 25%;
  }
  .column-lg-2 {
    width: 16.66666667%;
  }
  .column-lg-1 {
    width: 8.33333333%;
  }
  .column-lg-pull-12 {
    right: 100%;
  }
  .column-lg-pull-11 {
    right: 91.66666667%;
  }
  .column-lg-pull-10 {
    right: 83.33333333%;
  }
  .column-lg-pull-9 {
    right: 75%;
  }
  .column-lg-pull-8 {
    right: 66.66666667%;
  }
  .column-lg-pull-7 {
    right: 58.33333333%;
  }
  .column-lg-pull-6 {
    right: 50%;
  }
  .column-lg-pull-5 {
    right: 41.66666667%;
  }
  .column-lg-pull-4 {
    right: 33.33333333%;
  }
  .column-lg-pull-3 {
    right: 25%;
  }
  .column-lg-pull-2 {
    right: 16.66666667%;
  }
  .column-lg-pull-1 {
    right: 8.33333333%;
  }
  .column-lg-pull-0 {
    right: 0%;
  }
  .column-lg-push-12 {
    left: 100%;
  }
  .column-lg-push-11 {
    left: 91.66666667%;
  }
  .column-lg-push-10 {
    left: 83.33333333%;
  }
  .column-lg-push-9 {
    left: 75%;
  }
  .column-lg-push-8 {
    left: 66.66666667%;
  }
  .column-lg-push-7 {
    left: 58.33333333%;
  }
  .column-lg-push-6 {
    left: 50%;
  }
  .column-lg-push-5 {
    left: 41.66666667%;
  }
  .column-lg-push-4 {
    left: 33.33333333%;
  }
  .column-lg-push-3 {
    left: 25%;
  }
  .column-lg-push-2 {
    left: 16.66666667%;
  }
  .column-lg-push-1 {
    left: 8.33333333%;
  }
  .column-lg-push-0 {
    left: 0%;
  }
  .column-lg-offset-12 {
    margin-left: 100%;
  }
  .column-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-lg-offset-9 {
    margin-left: 75%;
  }
  .column-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-lg-offset-6 {
    margin-left: 50%;
  }
  .column-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-lg-offset-3 {
    margin-left: 25%;
  }
  .column-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-lg-offset-0 {
    margin-left: 0%;
  }
}



/*-- $Elements --*/

/*blockquote*/
blockquote {
    border-left: 4px solid #00acee;
}

/*dropcap*/
.dropcap-background {
    background-color: #efefef;
    color: #000;
    float: left;
    font-size: 2em;
    font-weight: 700;
    line-height: 0.8em;
    margin: 0.1em 8px 0 0;
    padding: 0.23em 0.52em;
    text-transform: uppercase;
    width: auto;
}

.dropcap-no-background {
    color: #000;
    float: left;
    font-size: 3em;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
    padding: 0.3em 8px 0.3em 0;
    text-transform: uppercase;
    width: auto;
}

/*-- $Buttons --*/

body a.tk-btn {
    font-weight: 700;
    border-radius: 1.5em;
    border: 2px solid;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    margin: 15px 5px 0px 0px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    width: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body a.tk-btn:hover {
  color: #fff;
}

.tk-btn.square {
    border-radius: 2px;
}

.tk-btn:hover {
    color: #fff;
}

.tk-btn,
.tk-btn.tksc-btn-large {
    padding: 0.7em 2.2em 0.7em;
    margin-right: 8px;
}

.tk-btn.tksc-btn-large {
    font-size: 22px;
}

.tk-btn.tksc-btn-small,
.tk-btn.tksc-btn-mini {
    padding: 0.8em 2.2em;
}

.tk-btn.tksc-btn-small {
    font-size: 14px;
}

.tk-btn.tksc-btn-mini {
    font-size: 12px;
}

.tk-btn.default {
    background: #b3b3b3;
    border-color: #b3b3b3;
}

.tk-btn.default:hover {
    background: #848383;
    border-color: #848383;
}

.tk-btn.tksc-btn-primary {
    border-color: #353535;
    color: #353535;
}

.tk-btn.tksc-btn-inverse {
    background: #2e2e2e;
    border-color: #2e2e2e;
}

.tk-btn.tksc-btn-primary:hover,
.tk-btn.tksc-btn-inverse:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.tk-btn.tksc-btn-info {
    background: #208dc5;
    border-color: #208dc5;
}

.tk-btn.tksc-btn-info:hover {
    background: #1a6389;
    border-color: #1a6389;
}

.tk-btn.tksc-btn-success {
    background: #3b9a32;
    border-color: #3b9a32;
}

.tk-btn.tksc-btn-success:hover {
    background: #2d7625;
    border-color: #2d7625;
}

.tk-btn.tksc-btn-warning {
    background: #fd852d;
    border-color: #fd852d;
}

.tk-btn.tksc-btn-warning:hover {
    background: #cd6b23;
    border-color: #cd6b23;
}

.tk-btn.tksc-btn-danger {
    background: #d73a3a;
    border-color: #d73a3a;
}

.tk-btn.tksc-btn-danger:hover {
    background: #b43232;
    border-color: #b43232;
}

/*-- $Tabs --*/

body .tk-shortcode-tabs ul {
	padding: 0;
}

.tk-shortcode-tabs .tk-nav-tabs {
    border: none;
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 0;
}

.tk-shortcode-tabs ul {
    margin-bottom: 0;
}

body .tk-shortcode-tabs .tk-nav-tabs li {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    float: none;
    overflow: hidden;
    margin: 0 0 -1px -1px;
}

.tk-shortcode-tabs [tabindex="-1"] {
    outline: none;
}

body .tk-shortcode-tabs .tk-nav-tabs .fullwidth {
    width: 100%;
}

.fullwidth-section {
    margin-left: -1000px;
    margin-right: -1000px;
    width: auto;
    padding-left: 1000px;
    padding-right: 1000px;
    float: none;
}

.tk-shortcode-tabs .tk-nav-tabs li a {
    background: #f5f5f5;
    border-radius: 2px 2px 0 0;
    border: 1px solid #dfdfdf;
    color: #000;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 14px 24px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.tk-shortcode-tabs .tk-nav-tabs .fullwidth a {
    margin-right: 0;
}

.tk-shortcode-tabs .tk-nav-tabs .active a {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: none;
}

.tk-shortcode-tabs .tk-nav-tabs .active a,
.tk-shortcode-tabs .tk-nav-tabs a:hover,
.tk-shortcode-tabs .tk-nav-tabs a:focus {
    background: #fff;
}

.tk-shortcode-tabs .tk-nav-tabs h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
    color: #000;
    float: none;
    width: auto;
}

.tk-shortcode-tabs .tab-pane {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
}

.tk-shortcode-tabs .tab-pane p,
.tabs-content p {
    line-height: inherit;
    padding: 0;
}

.tk-shortcode-tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

/*-- $Toggle-Accordion --*/


.tk_accordion_wrapper,
.tk_toggle,
.tk_toggle .tab-head,
.tk_accordion .tab-head {
    border: 1px solid #dfdfdf;
}

.tk_accordion_wrapper,
.tk_toggle {
    border-top: 0;
    border-radius: 2px;
}

.tk_toggle {
    margin-bottom: 30px;
}

.tk_toggle .tab-head,
.tk_accordion .tab-head {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin: 0 -1px -1px -1px !important;
    padding: 17px 28px;
    position: relative;
    float: none;
    width: auto;
}

.tk_accordion,
.tk_toggle {
    background-color: #fff;
}

.tk_toggle .tab-head {
    border-radius: 2px;
}

.tk_toggle.opened .tab-head {
    border-radius: 4px 4px 0 0;
}

.tk_accordion:first-child .tab-head {
    border-radius: 4px 4px 0 0;
}

.tk_accordion:last-child .tab-head {
    border-radius: 0 0 4px 4px;
}

.tk_accordion.opened:last-child .tab-head {
    border-radius: 0;
}

.tk_toggle .tab-head:hover,
.tk_accordion .tab-head:hover {
    border-color: #979797;
    z-index: 1;
}

.tk_toggle .tab-head,
.tk_accordion:last-child .tab-head {
    -webkit-transition: border-radius 0s ease .3s;
    -moz-transition: border-radius 0s ease .3s;
    -ms-transition: border-radius 0s ease .3s;
    -o-transition: border-radius 0s ease .3s;
    transition: border-radius 0s ease .3s;
}

.tk_toggle.opened .tab-head,
.tk_accordion.opened:last-child .tab-head {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.tk_toggle .tab-head i,
.tk_accordion .tab-head i {
    border: 2px solid #f2f1f0;
    border-radius: 50%;
    color: #a9a9a9;    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -11px;
}

.tk_toggle .tab-head i:before,
.tk_toggle .tab-head i:after,
.tk_accordion .tab-head i:before,
.tk_accordion .tab-head i:after {
    content: "";
    background-color: #a9a9a9;
    position: absolute;
    top: 50%;
    left: 50%;
}

.tk_toggle .tab-head i:before,
.tk_accordion .tab-head i:before {
    height: 2px;
    margin-left: -5px;
    margin-top: -1px;
    width: 10px;
}

.tk_toggle .tab-head i:after,
.tk_accordion .tab-head i:after {
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
    width: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tk_toggle.opened .tab-head i:after,
.tk_accordion.opened .tab-head i:after {
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.tk_toggle .tab-body,
.tk_accordion .tab-body {
    display: none;
    overflow: hidden;
}

.tk_accordion .tabs-content,
.tk-shortcode-tabs .tabs-content,
.tk_toggle .tabs-content {
    padding: 20px 25px;
}

.tk_toggle .tab-body p:last-child,
.tk_accordion .tab-body p:last-child {
    margin-bottom: 0;
}

.tk_accordion:last-child .tab-body {
    border-bottom-width: 0 !important;
}

/*-- $Progress-Bar --*/

.progress-info {
    margin-bottom: 10px;
}

.tk-progress {
    border: 1px solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 4px;
    box-shadow: none;
    height: 8px;
    margin-bottom: 25px;
    position: relative;
    width: 90%;
    width: calc(100% - 45px);
}

.tk-progress .bar {
    background-color: #393939;
    border-radius: 4px;
    height: 8px;
    max-width: 100%;
    width: 0%;
    position: relative;
    top: -1px;
}

.bar-percentage {
    color: #cbcbcb;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -7px;
    right: -45px;
}

/*-- $Info-Box --*/

.tksc-alert-box {
    border-radius: 2px;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 18px 55px 18px 30px;
    position: relative;
}

.tksc-alert-default {
    border: 1px solid #dfdfdf;
    color: #4a4a4a;
}

.tksc-alert-announcement {
    background-color: #d1d1d1;
    color: #000;
}

.tksc-alert-error {
    background-color: #f8c1c1;
    color: #c94141;
}

.tksc-alert-success {
    background-color: #d5f8c0;
    color: #4b9f42;
}

.tksc-alert-warning {
    background-color: #fbf1c8;
    color: #e4b423;
}

.tksc-alert-info {
    background-color: #b8e2f7;
    color: #367b9f;
}

.tksc-alert-default .close-infobox:before,
.tksc-alert-default .close-infobox:after {
    background-color: #c9c9c9;
}

.tksc-alert-announcement .close-infobox:before,
.tksc-alert-announcement .close-infobox:after {
    background-color: #a9a9a9;
}

.tksc-alert-error .close-infobox:before,
.tksc-alert-error .close-infobox:after {
    background-color: #cf9d9d;
}

.tksc-alert-success .close-infobox:before,
.tksc-alert-success .close-infobox:after {
    background-color: #a5bf93;
}

.tksc-alert-warning .close-infobox:before,
.tksc-alert-warning .close-infobox:after {
    background-color: #f1d375;
}

.tksc-alert-info .close-infobox:before,
.tksc-alert-info .close-infobox:after {
    background-color: #8dafc1;
}

.tksc-alert-default .close-infobox:hover:before,
.tksc-alert-default .close-infobox:hover:after {
    background-color: #a3a3a3;
}

.tksc-alert-announcement .close-infobox:hover:before,
.tksc-alert-announcement .close-infobox:hover:after {
    background-color: #8e8e8e;
}

.tksc-alert-error .close-infobox:hover:before,
.tksc-alert-error .close-infobox:hover:after {
    background-color: #b08484;
}

.tksc-alert-success .close-infobox:hover:before,
.tksc-alert-success .close-infobox:hover:after {
    background-color: #899e7a;
}

.tksc-alert-warning .close-infobox:hover:before,
.tksc-alert-warning .close-infobox:hover:after {
    background-color: #ba9e48;
}

.tksc-alert-info .close-infobox:hover:before,
.tksc-alert-info .close-infobox:hover:after {
    background-color: #597381;
}

body .tksc-alert-box p {
    margin: 0;
}

.close-infobox {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.close-infobox:before,
.close-infobox:after {
    content: "";
    display: block;
    height: 2px;
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.close-infobox:before {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.close-infobox:after {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
</pre></body></html>