.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li:first-child {
  padding: 0;
}
.sp-megamenu-parent >li:first-child a {
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li i.fa {
  background: #48413b;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
}
.sp-megamenu-parent >li.menu-icon > a {
  padding: 0 7px;
}
.sp-megamenu-parent >li.menu-icon > a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-megamenu-parent >li.menu-icon.first {
  padding-left: 15px;
}
.sp-megamenu-parent >li.menu-icon:hover a {
  text-decoration: none;
}
.sp-megamenu-parent >li.menu-icon:hover a:after {
  content: none !important;
}
.sp-megamenu-parent >li.menu-icon:hover a i {
  opacity: 0.7;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.sp-megamenu-parent >li >a:after {
  content: "";
  height: 2px;
  right: 50%;
  left: 50%;
  background: #f49719;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.itemid-102 .sp-megamenu-parent >li >a:after,
body.itemid-176 .sp-megamenu-parent >li >a:after {
  background: #12ac7c;
}
body.itemid-103 .sp-megamenu-parent >li >a:after,
body.itemid-175 .sp-megamenu-parent >li >a:after {
  background: #29AAE2;
}
body.itemid-104 .sp-megamenu-parent >li >a:after,
body.itemid-201 .sp-megamenu-parent >li >a:after,
body.itemid-202 .sp-megamenu-parent >li >a:after,
body.itemid-203 .sp-megamenu-parent >li >a:after,
body.itemid-204 .sp-megamenu-parent >li >a:after {
  background: #e62558;
}
body.itemid-105 .sp-megamenu-parent >li >a:after,
body.itemid-257 .sp-megamenu-parent >li >a:after,
body.itemid-259 .sp-megamenu-parent >li >a:after,
body.itemid-263 .sp-megamenu-parent >li >a:after {
  background: #afca0a;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp-megamenu-parent >li >a {
    padding: 0 10px;
  }
}
.sp-megamenu-parent >li.active >a,
.sp-megamenu-parent >li:hover > a {
  text-decoration: none;
  color: ;
}
.sp-megamenu-parent >li.active >a:after,
.sp-megamenu-parent >li:hover > a:after {
  content: "";
  height: 2px;
  background: #f49719;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  margin-top: 10px;
  width: auto !important;
}
body.itemid-102 .sp-megamenu-parent >li.active >a:after,
body.itemid-176 .sp-megamenu-parent >li.active >a:after,
body.itemid-102 .sp-megamenu-parent >li:hover > a:after,
body.itemid-176 .sp-megamenu-parent >li:hover > a:after {
  background: #12ac7c;
}
body.itemid-103 .sp-megamenu-parent >li.active >a:after,
body.itemid-175 .sp-megamenu-parent >li.active >a:after,
body.itemid-103 .sp-megamenu-parent >li:hover > a:after,
body.itemid-175 .sp-megamenu-parent >li:hover > a:after {
  background: #29AAE2;
}
body.itemid-104 .sp-megamenu-parent >li.active >a:after,
body.itemid-104 .sp-megamenu-parent >li:hover > a:after {
  background: #e62558;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 0 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: ;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: ;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 90px;
}
#offcanvas-toggler >i {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  padding: 0;
  font-size: 32px;
  margin: 0;
  line-height: 90px;
  float: right;
  margin-right: 15px;
  color: #f49719;
}
#offcanvas-toggler >i:hover {
  color: #46bee0;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  border-bottom: 1px dotted #e8e8e8;
  color: #f49719;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: ;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li a {
  color: #12ac7c;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul ul li {
  padding-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@font-face {
  font-family: 'MuseoSans-700';
  src: url('../fonts/200ABC_0_0.eot');
  src: url('../fonts/200ABC_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_0_0.woff') format('woff'), url('../fonts/200ABC_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-300';
  src: url('../fonts/200ABC_1_0.eot');
  src: url('../fonts/200ABC_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_1_0.woff') format('woff'), url('../fonts/200ABC_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-900Italic';
  src: url('../fonts/200ABC_2_0.eot');
  src: url('../fonts/200ABC_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_2_0.woff') format('woff'), url('../fonts/200ABC_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-500';
  src: url('../fonts/200ABC_3_0.eot');
  src: url('../fonts/200ABC_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_3_0.woff') format('woff'), url('../fonts/200ABC_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-100';
  src: url('../fonts/200ABC_4_0.eot');
  src: url('../fonts/200ABC_4_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_4_0.woff') format('woff'), url('../fonts/200ABC_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-700Italic';
  src: url('../fonts/200ABC_5_0.eot');
  src: url('../fonts/200ABC_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_5_0.woff') format('woff'), url('../fonts/200ABC_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-300Italic';
  src: url('../fonts/200ABC_6_0.eot');
  src: url('../fonts/200ABC_6_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_6_0.woff') format('woff'), url('../fonts/200ABC_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-100Italic';
  src: url('../fonts/200ABC_7_0.eot');
  src: url('../fonts/200ABC_7_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_7_0.woff') format('woff'), url('../fonts/200ABC_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-500Italic';
  src: url('../fonts/200ABC_8_0.eot');
  src: url('../fonts/200ABC_8_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_8_0.woff') format('woff'), url('../fonts/200ABC_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'MuseoSans-900';
  src: url('../fonts/200ABC_9_0.eot');
  src: url('../fonts/200ABC_9_0.eot?#iefix') format('embedded-opentype'), url('../fonts/200ABC_9_0.woff') format('woff'), url('../fonts/200ABC_9_0.ttf') format('truetype');
}
.cervena {
  color: #e62558;
}
.oranzova {
  color: #f49719;
}
.hneda {
  color: #48413b;
}
.svetlemodra {
  color: #46bee0;
}
.tmavemodra {
  color: #185f83;
}
.zelena {
  color: #12ac7c;
}
.limetka {
  color: #afca0a;
}
.petrolejova {
  color: #163132;
}
.italic {
  font-family: 'MuseoSans-300Italic';
}
.bold {
  font-family: 'MuseoSans-700';
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 19px;
  font-family: 'MuseoSans-300';
  font-size: 15px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  color: ;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  background: #ffffff;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
}
@media (max-width: 767px) {
  #sp-header .logo {
    padding-left: 15px;
  }
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
  div#sp-stock {
    padding: 0;
  }
  div#sp-stock .sctockico {
    display: none;
  }
  div#sp-stock .topposition-quotes-f a {
    font-size: 0.8em;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  color: ;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul.row {
  margin-left: -15px;
  margin-right: -15px;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom {
  background: #163132;
  padding: 60px 0 50px;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-bottom #sp-bottom1 {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 767px) {
  #sp-bottom #sp-bottom1 {
    text-align: center;
  }
}
#sp-bottom #sp-bottom1 a {
  color: #fff;
}
#sp-bottom #sp-bottom1 h3 {
  color: #f49719;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 30px;
}
#sp-bottom #sp-bottom1 hr {
  display: inline-block;
  border: none;
  height: 2px;
  width: 60px;
  background: #fff;
  background: rgba(255,255,255,0.5);
}
#sp-bottom #sp-bottom1 p {
  margin-top: 10px;
}
#sp-bottom #sp-bottom2 {
  text-align: right;
  color: #fff;
}
@media (max-width: 767px) {
  #sp-bottom #sp-bottom2 {
    text-align: center;
  }
}
#sp-bottom #sp-bottom2 a {
  color: #fff;
}
#sp-bottom #sp-bottom2 h3 {
  color: #f49719;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 30px;
}
#sp-bottom #sp-bottom2 hr {
  display: inline-block;
  border: none;
  height: 2px;
  width: 60px;
  background: #fff;
  background: rgba(255,255,255,0.5);
}
#sp-bottom #sp-bottom2 p {
  margin-top: 10px;
}
#sp-bottom #sp-bottom2 ul {
  margin: 10px 0;
}
#sp-bottom #sp-bottom2 li.menu-icon {
  display: inline-block;
  border: none;
  margin-left: 20px;
}
#sp-bottom #sp-bottom2 li.menu-icon a {
  border: none;
}
#sp-bottom #sp-bottom2 li.menu-icon a:before {
  content: none;
}
#sp-bottom #sp-bottom2 li.menu-icon i {
  color: #163132;
  background: #fff;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-bottom #sp-bottom2 li.menu-icon:hover i {
  opacity: 0.7;
}
#sp-bottom #sp-bottom2 a.twitterlink {
  color: #82d2e4;
  font-family: 'MuseoSans-100Italic';
  font-size: 42px;
}
@media (max-width: 768px) {
  #sp-bottom #sp-bottom2 a.twitterlink {
    font-size: 20px;
  }
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-megamenu-parent >li a {
  color: #000;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: ;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: transparent;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: ;
}
#offcanvas-toggler >i {
  color: ;
}
#offcanvas-toggler >i:hover {
  color: ;
}
#sp-stock .container {
  background: #333333;
  padding: 15px 30px;
}
#sp-stock .sctockico {
  background: url(../images/stock.png) no-repeat;
  height: 30px;
  width: 35px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
#sp-stock .topposition-quotes-f {
  line-height: 30px;
  color: #fff;
}
#sp-stock .topposition-quotes-f a {
  color: #bfbfbf;
}
#sp-stock .topposition-quotes-f b {
  color: #fff;
}
#sp-stock #sp-stock-more {
  line-height: 30px;
  text-align: right;
  color: #bfbfbf;
}
#sp-stock #sp-stock-more p {
  margin-bottom: 0;
}
#sp-stock #sp-stock-more a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 768px) {
  #sp-stock #sp-stock-more {
    text-align: center;
  }
}
.bigwithbg {
  background: #e6eaf1;
  padding: 30px;
  font-style: italic;
  color: #333333;
  font-size: 20px;
  line-height: 1.3em;
}
.bigwithbg p {
  margin-bottom: 0;
}
#sp-right h3.sp-module-title,
#sp-left h3.sp-module-title {
  text-align: center;
}
table.table-striped {
  width: 100%;
}
table.table-striped p {
  margin-bottom: 0;
}
#sp-news .container {
  background: url(../images/latest_news_bg.jpg) no-repeat 100% 100%;
}
#sp-news #sp-position1 {
  background: #e6eaf1;
  padding: 30px;
  font-style: italic;
  color: #333333;
  font-size: 24px;
  line-height: 1.3em;
}
#sp-news #sp-position1 p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #sp-news #sp-position1 {
    margin-bottom: 30px;
  }
}
#sp-news #sp-position2 {
  padding: 30px;
}
@media (max-width: 768px) {
  #sp-news #sp-position2 {
    border-top: 1px solid #bfbfbf;
  }
}
#sp-news #sp-position3 {
  padding: 30px;
  text-align: right;
  color: #0e357a;
  font-size: 18px;
}
#sp-news #sp-position3 a {
  color: ;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #sp-news #sp-position3 {
    margin-top: 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
}
#sp-news .zentools.list ul li.element {
  padding: 0;
  border-bottom: none;
  margin-bottom: 10px;
}
#sp-news .zentools.list ul .zendate {
  color: ;
  font-style: italic;
  line-height: 16px;
}
#sp-news .zentools.list ul .zentitle {
  padding: 0;
  line-height: 16px;
}
#sp-news .zentools.list ul .zentitle p {
  margin-bottom: 0;
  line-height: 16px;
}
#sp-reports .container {
  background: #ededed;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
#sp-reports .text-center img {
  display: inline-block;
  width: 100%;
}
#sp-reports em {
  color: ;
  font-size: 18px;
}
#sp-reports a {
  color: ;
}
#sp-reports #sp-position4 {
  padding: 30px;
}
#sp-reports #sp-position4 h2 {
  margin-top: 0;
}
#sp-slider {
  padding: 0;
}
#sp-slider #slider {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: center;
  -ms-flex-align: end;
  align-items: center;
}
#sp-slider .nivoSlider {
  margin-bottom: 00px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-slider .nivoSlider .nivo-caption {
  background: #264987;
  background: rgba(38,73,135,0.6);
  left: 0;
  bottom: 30px;
  max-width: 450px;
  padding: 30px;
  opacity: 1;
}
@media (max-width: 768px) {
  #sp-slider .nivoSlider .nivo-caption {
    position: relative;
    bottom: 0;
  }
}
#sp-slider .nivoSlider h1.nivo-title {
  margin: 0;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  #sp-slider .nivoSlider h1.nivo-title {
    font-size: 16px;
    text-align: center;
  }
}
#sp-slider .nivo-controlNav {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 9;
}
@media (max-width: 768px) {
  #sp-slider .nivo-controlNav {
    display: none;
  }
}
#sp-slider .nivo-controlNav a {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  background: transparent;
}
#sp-slider .nivo-controlNav a.active {
  background: #fff;
}
#sp-slider .btn {
  font-family: 'MuseoSans-700Italic';
  background: #185f83;
  margin-bottom: 80px;
}
#sp-portfolio .sp-module-title {
  text-align: center;
}
#sp-portfolio ul.slick-dots {
  text-align: center;
  margin-top: 30px;
}
#sp-portfolio ul.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #b6c2d7;
  margin: 0 5px;
  overflow: hidden;
}
#sp-portfolio ul.slick-dots li button {
  background: transparent;
  border: none;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
}
#sp-portfolio ul.slick-dots li.slick-active {
  background: #b6c2d7;
}
section#sp-news,
section#sp-stock,
section#sp-reports,
section#sp-slideshow,
section#sp-portfolio {
  margin-bottom: 30px;
}
.red {
  color: ;
}
body.itemid-101 section#sp-main-body {
  padding: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#starvestform {
  margin-bottom: 50px;
}
#starvestform h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 70px 0 20px;
  text-transform: uppercase;
}
#starvestform h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
}
#starvestform .rsform-block-subscribe .formControlLabel {
  width: 80%;
  padding-top: 0;
}
#starvestform .rsform-block-subscribe .formControls {
  margin-left: 81%;
}
#starvestform .rsform-block-subscribe .formControls input {
  width: auto;
}
#starvestform .rsform-block-subscribe .formControls .formBody {
  border-right: 5px solid ;
  float: right;
  padding: 0px 10px;
}
#starvestform input {
  height: 35px;
  line-height: 35px;
  width: 100%;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#starvestform textarea {
  width: 100%;
  max-width: none;
  box-shadow: none;
  border: none;
}
#starvestform input,
#starvestform textarea {
  background: rgba(126,126,126,0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#starvestform .rsform-block-captcha .formControlLabel {
  display: none;
}
#starvestform input#Submit {
  background: #185f83;
  border-radius: 0;
  height: auto;
  padding: 15px 40px;
  font-size: 28px;
  line-height: 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  text-transform: uppercase;
}
#sp-bottom2 #starvestform input#Submit {
  background: ;
  border: 1px solid #fff;
  text-transform: uppercase;
}
#starvestform input.rsform-reset-button {
  background: ;
  border-radius: 0;
  height: auto;
  padding: 5px 20px;
  width: auto;
}
#starvestform .rsform-block {
  border-bottom: 1px solid #d1cfce;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
#starvestform .rsform-block:after {
  position: relative;
  border-bottom: 1px solid #b0adaa;
  content: "";
  width: 100%;
  padding-bottom: 35px;
}
#starvestform .formBody {
  background: rgba(150,150,150,0.1);
}
#starvestform .formControlLabel {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block !important;
  font-weight: normal !important;
  padding-top: 0;
}
#starvestform .formControlLabel small {
  text-transform: none;
  font-size: 15px;
}
@media (max-width: 767px) {
  #starvestform .formControlLabel {
    line-height: 1.3em;
  }
}
#starvestform .formControls {
  margin-left: 10px;
  float: left;
  display: inline-block;
}
@media (max-width: 767px) {
  #starvestform .formControls {
    min-width: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
#starvestform p.formDescription:empty {
  margin: 0 !important;
}
#starvestform .rsform-block.rsform-block-submit,
#starvestform .rsform-block.rsform-block-captcha {
  border: none;
}
#starvestform .rsform-block.rsform-block-submit:after,
#starvestform .rsform-block.rsform-block-captcha:after {
  content: none;
}
#starvestform .rsform-block.rsform-block-submit .formBody,
#starvestform .rsform-block.rsform-block-captcha .formBody {
  background: transparent;
}
#starvestform .rsform-submit-button {
  background: #065b81;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 35px;
  font-size: 24px;
  line-height: 40px;
}
#starvestform .rsform-block-submit {
  text-align: center;
}
#starvestform .rsform-block-submit .formControls {
  width: 100%;
}
#starvestform .rsform-block-submit .formControls .formBody {
  float: none;
}
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ededed;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: none;
  border-right: none;
}
.rsform-block.rsform-block-info .formControlLabel {
  display: none;
}
.rsform-block.rsform-block-info .formControls {
  margin-left: 0;
  text-align: right;
}
.item-page h3 {
  color: #0E357A;
  margin-top: 30px;
  position: relative;
}
.item-page table {
  width: 100% !important;
  margin-bottom: 25px;
}
.item-page table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.item-page table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.category-list .content-category > h1 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
  color: ;
}
.category-list .content-category a {
  color: ;
}
.category-list .content-category a:hover {
  color: ;
}
.category-list .content-category th a {
  color: ;
}
.category-list .content-category th a:hover {
  color: ;
}
.equalheight {
  display: flexbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.equalheight:before,
.equalheight:after {
  content: " ";
  display: table;
  width: 0;
}
.equalheightitem {
  margin-bottom: 15px;
}
.equalheightitem h4:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  line-height: 1em;
  color: ;
}
#sp-slideshow {
  background: #d8dfea;
  padding: 60px 0 0;
}
#sp-slideshow #slider h3 {
  font-size: 18px;
}
#sp-slideshow #slider h2 {
  font-size: 44px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #sp-slideshow #slider h2 {
    text-align: center;
  }
}
#sp-slideshow #slider p {
  line-height: 18px;
}
#sp-slideshow #slider a.btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #sp-slideshow #slider > div {
    padding-top: 15px;
  }
}
#sp-topslide > .container {
  padding: 0;
  width: 100%;
}
#sp-topslide > .container #sp-slide {
  padding: 0;
}
@media (max-width: 767px) {
  #sp-topslide > .container #sp-slide {
    padding: 0 15px;
  }
}
#sp-topslide > .container #sp-slide .custom {
  background-position: 40% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  #sp-topslide > .container #sp-slide .container {
    padding: 0;
  }
}
#sp-topslide > .container #sp-slide .container .innerslide {
  max-width: 600px;
  padding: 40px 0;
}
#sp-topslide > .container #sp-slide .container .innerslide h1 {
  color: #fff;
  text-transform: capitalize;
  font-family: 'MuseoSans-300';
  font-weight: normal;
  font-size: 48px;
}
@media (max-width: 767px) {
  #sp-topslide > .container #sp-slide .container .innerslide h1 {
    text-align: center;
  }
}
#sp-topslide > .container #sp-slide .container .innerslide h2 {
  color: #fff;
  font-family: 'MuseoSans-300';
  font-weight: normal;
  font-size: 36px;
}
#sp-topslide > .container #sp-slide .container .innerslide p {
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2em;
  font-family: 'MuseoSans-300';
}
#sp-topslide > .container #sp-slide hr {
  height: 2px;
  width: 60px;
  display: inline-block;
  background: #fff;
  background: rgba(255,255,255,0.5);
  border: none !important;
}
.flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
}
.flip-container:hover .back {
  background: #f49719;
  text-align: center;
  opacity: 1;
}
.flip-container .back {
  width: 100%;
  height: 100%;
}
.flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flip-container .front {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  padding: 20px;
}
.flip-container .front h3 {
  text-transform: uppercase;
  color: #185f83;
  margin-top: 40px;
  font-family: 'MuseoSans-500';
}
.flip-container .back {
  background: #f49719;
  text-align: center;
  padding: 40px;
  color: #fff;
  font-family: 'MuseoSans-300Italic';
  opacity: 0;
}
.flip-container .back .btn {
  color: #48413b;
  background: #fff;
  border-radius: 0;
  font-family: 'MuseoSans-700Italic';
  text-transform: uppercase;
}
.flip-container .back h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'MuseoSans-500';
  display: block;
  clear: both;
}
.flip-container .back p {
  display: block;
}
.flip-container .back span {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}
.row.prvniradek {
  border-bottom: 2px solid rgba(198,198,198,0.8);
}
@media (max-width: 767px) {
  .row.prvniradek {
    border-bottom: none !important;
  }
}
.row.prvniradek > div:nth-child(2),
.row.druhyradek > div:nth-child(2) {
  border-left: 2px solid rgba(198,198,198,0.8);
  border-right: 2px solid rgba(198,198,198,0.8);
}
@media (max-width: 767px) {
  .row.prvniradek > div:nth-child(2),
  .row.druhyradek > div:nth-child(2) {
    border-left: none !important;
    border-right: none !important;
  }
}
.row.prvniradek > div,
.row.druhyradek > div {
  padding: 0;
}
@media (max-width: 767px) {
  .row.prvniradek > div,
  .row.druhyradek > div {
    border-bottom: 2px solid rgba(198,198,198,0.8);
  }
}
.row.prvniradek,
.row.druhyradek {
  margin: 0;
}
#sp-position5 h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 50px 0 30px;
}
#sp-position5 h4 {
  font-family: 'MuseoSans-300Italic';
  color: #46bee0;
  text-align: center;
  max-width: 70%;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  font-size: 17px;
  margin-bottom: 50px;
}
section#sp-portfolio {
  padding-bottom: 80px;
  margin-bottom: 0;
}
section#sp-information {
  background: #46bee0;
  padding-bottom: 80px;
}
section#sp-information h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #fff;
  font-size: 44px;
  margin: 80px 0 70px;
  text-transform: uppercase;
}
section#sp-information .col-sm-4 {
  position: relative;
}
@media (max-width: 767px) {
  section#sp-information .col-sm-4 {
    padding-top: 15px;
  }
}
section#sp-information .col-sm-4:hover .slideout,
section#sp-information .col-sm-4:hover .slideoutbottom {
  opacity: 1;
}
section#sp-information .col-sm-4:hover .slideout {
  transform: translate(-50%,-100%);
  -webkit-transform: translate(-50%,-100%);
}
section#sp-information .col-sm-4:hover .slideout img {
  background: #4dbfd9;
}
section#sp-information .col-sm-4 .slideout {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
section#sp-information .col-sm-4 .slideoutbottom {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  opacity: 0;
  text-align: center;
  background: #000;
  background: rgba(0,0,0,0.7);
  color: #fff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  padding: 20px 20px 30px 20px;
  font-family: 'MuseoSans-100Italic';
  font-size: 18px;
  line-height: 26px;
}
section#sp-information .col-sm-4 .slideoutbottom h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'MuseoSans-300';
}
body.itemid-101 #sp-component {
  min-height: 0;
}
body.itemid-340 article.item,
body.itemid-340 .entry-header {
  margin: 0;
}
body.itemid-340 #sp-component {
  min-height: 0;
  padding: 0;
}
body.itemid-106 article.item h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 70px 0 70px;
  text-transform: uppercase;
}
body.itemid-106 article.item ul.socialcontact {
  list-style: none;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
body.itemid-106 article.item ul.socialcontact li {
  display: inline-block;
}
@media (max-width: 767px) {
  body.itemid-106 article.item ul.socialcontact li {
    margin: 25px 0;
    float: left;
    width: 50%;
  }
}
body.itemid-106 article.item ul.socialcontact i {
  font-size: 4em;
  margin: 0 30px;
  background: #46bee0;
  height: 140px;
  width: 140px;
  line-height: 140px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  body.itemid-106 article.item ul.socialcontact i {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}
section#sp-abovebottom {
  padding: 10px 0 30px;
  background: #f2f2f1;
}
section#sp-map> .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
section#sp-map> .container .sp-module-content .customcenterthis {
  min-height: 500px;
  background-size: cover;
}
section#sp-map> .container .sp-module-content .customcenterthis .container {
  position: relative;
}
section#sp-map> .container .sp-module-content .customcenterthis .container > div {
  position: absolute;
  left: 0;
  background: rgba(0,54,72,0.8);
  border-radius: 100%;
  min-width: 300px;
  min-height: 300px;
  text-align: center;
  padding: 70px 0;
  color: #fff;
  transform: translateY(28%);
  font-size: 17px;
}
@media (max-width: 767px) {
  section#sp-map> .container .sp-module-content .customcenterthis .container > div {
    left: 50%;
    transform: translate(-50%,25%);
  }
}
section#sp-map> .container .sp-module-content .customcenterthis .container > div h3 {
  font-family: 'MuseoSans-100';
  font-size: 27px;
}
@media (min-width: 768px) {
  section#sp-map> .container .sp-module-content .customcenterthis .container > div {
    font-size: 19px;
    min-width: 400px;
    min-height: 400px;
    transform: translateY(15%);
    padding: 105px 0px;
  }
  section#sp-map> .container .sp-module-content .customcenterthis .container > div h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
section#sp-map> .container .row {
  margin: 0;
}
section#sp-map> .container .row > div {
  padding: 0;
}
.flipthis .flip-container .back {
  width: 100%;
  height: 100%;
}
.flipthis .col-sm-6 {
  padding: 0;
}
.flipthis .col-sm-6 .front {
  padding: 0;
}
.flipthis .col-sm-6 .front h3 {
  position: absolute;
  font-family: 'MuseoSans-500';
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  color: #fff;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 44px;
}
.flipthis .col-sm-6 .front h3:before {
  content: none;
}
.flipthis .col-sm-6 .back h3 {
  max-width: none;
  margin-left: 0;
  font-family: 'MuseoSans-700';
  margin-bottom: 00px;
}
body.itemid-103 .sp-pre-loader .circle-two > span,
body.itemid-103 .sp-pre-loader .circle-two > span:before,
body.itemid-103 .sp-pre-loader .circle-two > span:after {
  border: 2px solid #46bee0;
}
body.itemid-103 #offcanvas-toggler >i {
  color: #46bee0;
}
body.itemid-103 #sp-topslide > .container #sp-slide .custom {
  background-position: 70% 50%;
}
@media (max-width: 767px) {
  body.itemid-103 #sp-topslide > .container #sp-slide .custom {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #46bee0;
  }
}
body.itemid-103 #sp-slideshow {
  background: #ececeb;
}
body.itemid-103 article.item h2,
body.itemid-103 #sp-slider h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 10px 0 50px;
  text-transform: uppercase;
}
body.itemid-103 article.item h3,
body.itemid-103 #sp-slider h3 {
  text-align: center;
  font-family: 'MuseoSans-100Italic';
  max-width: 60%;
  margin-left: 20%;
  font-size: 28px;
  margin-bottom: 60px;
}
body.itemid-103 article.item.item-page {
  margin: 50px 0 90px;
}
body.itemid-175 header#sp-header {
  border-bottom: 2px solid #46bee0;
}
body.itemid-175 #offcanvas-toggler >i {
  color: #46bee0;
}
body.itemid-175 article.item .entry-header h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 30px 0 70px;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
}
body.itemid-175 article.item .entry-header h2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 60px;
}
body.itemid-175 article.item .col-sm-5 {
  padding: 0 60px;
}
body.itemid-175 article.item .col-sm-5 img {
  border-radius: 100%;
}
body.itemid-175 article.item .row {
  padding: 80px 0;
}
body.itemid-175 article.item .row:nth-child(even) {
  background: #ececeb;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
body.itemid-175 article.item .row:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.itemid-175 article.item .pravastrana {
    padding-right: 60px;
    padding-left: 0;
  }
}
body.itemid-175 article.item .pravastrana h2 {
  font-family: 'MuseoSans-700';
  color: #185f83;
  text-align: center;
  margin-bottom: 0;
  font-size: 34px;
}
body.itemid-175 article.item .pravastrana h3 {
  font-family: 'MuseoSans-100';
  color: #185f83;
  text-align: center;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 30px;
}
body.itemid-175 article.item .pravastrana h3:before {
  content: none;
}
body.itemid-175 article.item .pravastrana blockquote {
  border: none !important;
  color: #f49719;
  font-family: 'MuseoSans-300Italic';
  line-height: 1.2em;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
}
body.itemid-175 article.item .pravastrana .fulltext {
  display: none;
}
body.itemid-175 article.item .pravastrana ul {
  list-style: none;
  list-style-type: none;
  text-align: center;
}
body.itemid-175 article.item .pravastrana ul li {
  display: inline-block;
  margin: 0 10px;
}
body.itemid-175 article.item .pravastrana ul i {
  font-size: 25px;
  background: #185f83;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}
body.itemid-175 article.item .pravastrana ul .btn {
  line-height: 40px;
  color: #fff;
  background: #185f83;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  margin-top: -8px;
  text-transform: uppercase;
  font-family: 'MuseoSans-300Italic';
  font-size: 17px;
}
body.itemid-175 article.item .pravastrana ul .btn .maximized {
  display: none;
}
body.itemid-175 article.item .pravastrana.open .btn .maximized {
  display: block;
}
body.itemid-175 article.item .pravastrana.open .btn .minimized {
  display: none;
}
body.itemid-175 article.item .pravastrana.open .fulltext {
  margin-top: 40px;
  margin-bottom: 40px;
}
section#sp-breadcrumb ol.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  font-family: 'MuseoSans-100Italic';
  font-size: 13px;
  margin-top: 20px;
}
section#sp-breadcrumb ol.breadcrumb li.active {
  font-family: 'MuseoSans-100';
}
body.itemid-102 dl.article-info {
  display: none;
}
body.itemid-102 .sp-pre-loader .circle-two > span,
body.itemid-102 .sp-pre-loader .circle-two > span:before,
body.itemid-102 .sp-pre-loader .circle-two > span:after,
body.itemid-341 .sp-pre-loader .circle-two > span,
body.itemid-341 .sp-pre-loader .circle-two > span:before,
body.itemid-341 .sp-pre-loader .circle-two > span:after,
body.itemid-342 .sp-pre-loader .circle-two > span,
body.itemid-342 .sp-pre-loader .circle-two > span:before,
body.itemid-342 .sp-pre-loader .circle-two > span:after,
body.itemid-343 .sp-pre-loader .circle-two > span,
body.itemid-343 .sp-pre-loader .circle-two > span:before,
body.itemid-343 .sp-pre-loader .circle-two > span:after,
body.itemid-344 .sp-pre-loader .circle-two > span,
body.itemid-344 .sp-pre-loader .circle-two > span:before,
body.itemid-344 .sp-pre-loader .circle-two > span:after {
  border: 2px solid #12ac7c;
}
body.itemid-102 #offcanvas-toggler >i,
body.itemid-341 #offcanvas-toggler >i,
body.itemid-342 #offcanvas-toggler >i,
body.itemid-343 #offcanvas-toggler >i,
body.itemid-344 #offcanvas-toggler >i {
  color: #12ac7c;
}
@media (max-width: 767px) {
  body.itemid-102 #sp-topslide > .container #sp-slide .custom,
  body.itemid-341 #sp-topslide > .container #sp-slide .custom,
  body.itemid-342 #sp-topslide > .container #sp-slide .custom,
  body.itemid-343 #sp-topslide > .container #sp-slide .custom,
  body.itemid-344 #sp-topslide > .container #sp-slide .custom {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #12ac7c;
  }
}
body.itemid-102 header#sp-header,
body.itemid-341 header#sp-header,
body.itemid-342 header#sp-header,
body.itemid-343 header#sp-header,
body.itemid-344 header#sp-header {
  border-bottom: 2px solid #12ac7c;
}
body.itemid-102 .category-name,
body.itemid-341 .category-name,
body.itemid-342 .category-name,
body.itemid-343 .category-name,
body.itemid-344 .category-name {
  margin-bottom: 20px;
}
body.itemid-102 article.item,
body.itemid-341 article.item,
body.itemid-342 article.item,
body.itemid-343 article.item,
body.itemid-344 article.item {
  margin-bottom: 80px;
  font-family: 'MuseoSans-100';
}
body.itemid-102 article.item .entry-header h2,
body.itemid-341 article.item .entry-header h2,
body.itemid-342 article.item .entry-header h2,
body.itemid-343 article.item .entry-header h2,
body.itemid-344 article.item .entry-header h2 {
  font-family: 'MuseoSans-300';
  color: #185f83;
  font-size: 44px;
  margin: 30px 0 40px;
  text-transform: uppercase;
}
body.itemid-102 article.item h4,
body.itemid-341 article.item h4,
body.itemid-342 article.item h4,
body.itemid-343 article.item h4,
body.itemid-344 article.item h4 {
  font-family: 'MuseoSans-300Italic';
  color: #185f83;
  font-size: 17px;
  margin-bottom: 20px;
}
body.itemid-102 article.item h3,
body.itemid-341 article.item h3,
body.itemid-342 article.item h3,
body.itemid-343 article.item h3,
body.itemid-344 article.item h3 {
  color: #48413b;
  font-family: 'MuseoSans-300';
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 40px;
}
body.itemid-102 article.item a.btn,
body.itemid-341 article.item a.btn,
body.itemid-342 article.item a.btn,
body.itemid-343 article.item a.btn,
body.itemid-344 article.item a.btn {
  color: #46bee0;
  text-transform: uppercase;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  padding: 0;
  margin: 20px 0;
}
body.itemid-102 article.item hr,
body.itemid-341 article.item hr,
body.itemid-342 article.item hr,
body.itemid-343 article.item hr,
body.itemid-344 article.item hr {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #cdcdcd;
  margin: 50px 0;
}
body.itemid-102 article.item h2,
body.itemid-341 article.item h2,
body.itemid-342 article.item h2,
body.itemid-343 article.item h2,
body.itemid-344 article.item h2 {
  text-align: left;
  color: #46bee0;
  font-size: 40px;
}
body.itemid-102 article.item .articlebody h2,
body.itemid-341 article.item .articlebody h2,
body.itemid-342 article.item .articlebody h2,
body.itemid-343 article.item .articlebody h2,
body.itemid-344 article.item .articlebody h2 {
  text-transform: uppercase;
}
body.itemid-102 article.item .flip-container .back,
body.itemid-341 article.item .flip-container .back,
body.itemid-342 article.item .flip-container .back,
body.itemid-343 article.item .flip-container .back,
body.itemid-344 article.item .flip-container .back {
  background: #12ac7c;
}
body.itemid-102 article.item .row.prvniradek > div:last-child,
body.itemid-102 article.item .row.druhyradek > div:last-child,
body.itemid-341 article.item .row.prvniradek > div:last-child,
body.itemid-341 article.item .row.druhyradek > div:last-child,
body.itemid-342 article.item .row.prvniradek > div:last-child,
body.itemid-342 article.item .row.druhyradek > div:last-child,
body.itemid-343 article.item .row.prvniradek > div:last-child,
body.itemid-343 article.item .row.druhyradek > div:last-child,
body.itemid-344 article.item .row.prvniradek > div:last-child,
body.itemid-344 article.item .row.druhyradek > div:last-child {
  border-left: 2px solid rgba(198,198,198,0.8);
}
@media (max-width: 767px) {
  body.itemid-102 article.item .row.prvniradek > div:last-child,
  body.itemid-102 article.item .row.druhyradek > div:last-child,
  body.itemid-341 article.item .row.prvniradek > div:last-child,
  body.itemid-341 article.item .row.druhyradek > div:last-child,
  body.itemid-342 article.item .row.prvniradek > div:last-child,
  body.itemid-342 article.item .row.druhyradek > div:last-child,
  body.itemid-343 article.item .row.prvniradek > div:last-child,
  body.itemid-343 article.item .row.druhyradek > div:last-child,
  body.itemid-344 article.item .row.prvniradek > div:last-child,
  body.itemid-344 article.item .row.druhyradek > div:last-child {
    border-left: none !important;
  }
}
body.itemid-102 article.item .meetteam .row,
body.itemid-341 article.item .meetteam .row,
body.itemid-342 article.item .meetteam .row,
body.itemid-343 article.item .meetteam .row,
body.itemid-344 article.item .meetteam .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.itemid-102 article.item .meetteam h3,
body.itemid-341 article.item .meetteam h3,
body.itemid-342 article.item .meetteam h3,
body.itemid-343 article.item .meetteam h3,
body.itemid-344 article.item .meetteam h3 {
  margin-top: 0;
  margin-bottom: 0;
}
body.itemid-102 #sp-position8,
body.itemid-341 #sp-position8,
body.itemid-342 #sp-position8,
body.itemid-343 #sp-position8,
body.itemid-344 #sp-position8 {
  margin-bottom: 80px;
}
body.itemid-102 #sp-position8 h2,
body.itemid-341 #sp-position8 h2,
body.itemid-342 #sp-position8 h2,
body.itemid-343 #sp-position8 h2,
body.itemid-344 #sp-position8 h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 80px 0 40px;
  text-transform: uppercase;
}
body.itemid-102 #sp-position8 h4,
body.itemid-341 #sp-position8 h4,
body.itemid-342 #sp-position8 h4,
body.itemid-343 #sp-position8 h4,
body.itemid-344 #sp-position8 h4 {
  font-family: 'MuseoSans-300Italic';
  color: #46bee0;
  text-align: center;
  max-width: 70%;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  font-size: 17px;
  margin-bottom: 50px;
}
body.itemid-102 #sp-position8 .flip-container .back,
body.itemid-341 #sp-position8 .flip-container .back,
body.itemid-342 #sp-position8 .flip-container .back,
body.itemid-343 #sp-position8 .flip-container .back,
body.itemid-344 #sp-position8 .flip-container .back {
  background: #12ac7c;
}
body.itemid-102 #sp-position8 .row.prvniradek > div,
body.itemid-102 #sp-position8 .row.druhyradek > div,
body.itemid-341 #sp-position8 .row.prvniradek > div,
body.itemid-341 #sp-position8 .row.druhyradek > div,
body.itemid-342 #sp-position8 .row.prvniradek > div,
body.itemid-342 #sp-position8 .row.druhyradek > div,
body.itemid-343 #sp-position8 .row.prvniradek > div,
body.itemid-343 #sp-position8 .row.druhyradek > div,
body.itemid-344 #sp-position8 .row.prvniradek > div,
body.itemid-344 #sp-position8 .row.druhyradek > div {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media (max-width: 767px) {
  body.itemid-102 #sp-position8 .row.prvniradek > div,
  body.itemid-102 #sp-position8 .row.druhyradek > div,
  body.itemid-341 #sp-position8 .row.prvniradek > div,
  body.itemid-341 #sp-position8 .row.druhyradek > div,
  body.itemid-342 #sp-position8 .row.prvniradek > div,
  body.itemid-342 #sp-position8 .row.druhyradek > div,
  body.itemid-343 #sp-position8 .row.prvniradek > div,
  body.itemid-343 #sp-position8 .row.druhyradek > div,
  body.itemid-344 #sp-position8 .row.prvniradek > div,
  body.itemid-344 #sp-position8 .row.druhyradek > div {
    border-left: none !important;
    border-right: none !important;
  }
}
body.itemid-102 #sp-position8 .row.prvniradek > div:first-child,
body.itemid-102 #sp-position8 .row.druhyradek > div:first-child,
body.itemid-341 #sp-position8 .row.prvniradek > div:first-child,
body.itemid-341 #sp-position8 .row.druhyradek > div:first-child,
body.itemid-342 #sp-position8 .row.prvniradek > div:first-child,
body.itemid-342 #sp-position8 .row.druhyradek > div:first-child,
body.itemid-343 #sp-position8 .row.prvniradek > div:first-child,
body.itemid-343 #sp-position8 .row.druhyradek > div:first-child,
body.itemid-344 #sp-position8 .row.prvniradek > div:first-child,
body.itemid-344 #sp-position8 .row.druhyradek > div:first-child {
  border-right: 1px solid rgba(198,198,198,0.8);
}
body.itemid-102 #sp-position8 .row.prvniradek > div:nth-child(2),
body.itemid-102 #sp-position8 .row.druhyradek > div:nth-child(2),
body.itemid-341 #sp-position8 .row.prvniradek > div:nth-child(2),
body.itemid-341 #sp-position8 .row.druhyradek > div:nth-child(2),
body.itemid-342 #sp-position8 .row.prvniradek > div:nth-child(2),
body.itemid-342 #sp-position8 .row.druhyradek > div:nth-child(2),
body.itemid-343 #sp-position8 .row.prvniradek > div:nth-child(2),
body.itemid-343 #sp-position8 .row.druhyradek > div:nth-child(2),
body.itemid-344 #sp-position8 .row.prvniradek > div:nth-child(2),
body.itemid-344 #sp-position8 .row.druhyradek > div:nth-child(2) {
  border-right: 1px solid rgba(198,198,198,0.8);
  border-left: 1px solid rgba(198,198,198,0.8);
}
body.itemid-102 #sp-position8 .row.prvniradek > div:nth-child(3),
body.itemid-102 #sp-position8 .row.druhyradek > div:nth-child(3),
body.itemid-341 #sp-position8 .row.prvniradek > div:nth-child(3),
body.itemid-341 #sp-position8 .row.druhyradek > div:nth-child(3),
body.itemid-342 #sp-position8 .row.prvniradek > div:nth-child(3),
body.itemid-342 #sp-position8 .row.druhyradek > div:nth-child(3),
body.itemid-343 #sp-position8 .row.prvniradek > div:nth-child(3),
body.itemid-343 #sp-position8 .row.druhyradek > div:nth-child(3),
body.itemid-344 #sp-position8 .row.prvniradek > div:nth-child(3),
body.itemid-344 #sp-position8 .row.druhyradek > div:nth-child(3) {
  border-right: 1px solid rgba(198,198,198,0.8);
  border-left: 1px solid rgba(198,198,198,0.8);
}
body.itemid-102 #sp-position8 .row.prvniradek > div:nth-child(4),
body.itemid-102 #sp-position8 .row.druhyradek > div:nth-child(4),
body.itemid-341 #sp-position8 .row.prvniradek > div:nth-child(4),
body.itemid-341 #sp-position8 .row.druhyradek > div:nth-child(4),
body.itemid-342 #sp-position8 .row.prvniradek > div:nth-child(4),
body.itemid-342 #sp-position8 .row.druhyradek > div:nth-child(4),
body.itemid-343 #sp-position8 .row.prvniradek > div:nth-child(4),
body.itemid-343 #sp-position8 .row.druhyradek > div:nth-child(4),
body.itemid-344 #sp-position8 .row.prvniradek > div:nth-child(4),
body.itemid-344 #sp-position8 .row.druhyradek > div:nth-child(4) {
  border-right: 1px solid rgba(198,198,198,0.8);
  border-left: 1px solid rgba(198,198,198,0.8);
}
body.itemid-102 #sp-position8 .row.prvniradek > div:last-child,
body.itemid-102 #sp-position8 .row.druhyradek > div:last-child,
body.itemid-341 #sp-position8 .row.prvniradek > div:last-child,
body.itemid-341 #sp-position8 .row.druhyradek > div:last-child,
body.itemid-342 #sp-position8 .row.prvniradek > div:last-child,
body.itemid-342 #sp-position8 .row.druhyradek > div:last-child,
body.itemid-343 #sp-position8 .row.prvniradek > div:last-child,
body.itemid-343 #sp-position8 .row.druhyradek > div:last-child,
body.itemid-344 #sp-position8 .row.prvniradek > div:last-child,
body.itemid-344 #sp-position8 .row.druhyradek > div:last-child {
  border-left: 1px solid rgba(198,198,198,0.8);
  border-right: none !important;
}
body.itemid-102 section#sp-upcoming,
body.itemid-341 section#sp-upcoming,
body.itemid-342 section#sp-upcoming,
body.itemid-343 section#sp-upcoming,
body.itemid-344 section#sp-upcoming {
  background: url(../images/upcoming_events.jpg);
  background-size: cover;
  padding: 100px 0;
}
body.itemid-102 section#sp-upcoming h2,
body.itemid-341 section#sp-upcoming h2,
body.itemid-342 section#sp-upcoming h2,
body.itemid-343 section#sp-upcoming h2,
body.itemid-344 section#sp-upcoming h2 {
  font-family: 'MuseoSans-100';
  color: #46bee0;
  font-size: 44px;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
body.itemid-102 section#sp-upcoming h4,
body.itemid-341 section#sp-upcoming h4,
body.itemid-342 section#sp-upcoming h4,
body.itemid-343 section#sp-upcoming h4,
body.itemid-344 section#sp-upcoming h4 {
  font-family: 'MuseoSans-300Italic';
  color: #185f83;
  font-size: 19px;
  margin-bottom: 20px;
  max-width: 50%;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  body.itemid-102 section#sp-upcoming h4,
  body.itemid-341 section#sp-upcoming h4,
  body.itemid-342 section#sp-upcoming h4,
  body.itemid-343 section#sp-upcoming h4,
  body.itemid-344 section#sp-upcoming h4 {
    max-width: none;
  }
}
body.itemid-102 section#sp-upcoming p,
body.itemid-341 section#sp-upcoming p,
body.itemid-342 section#sp-upcoming p,
body.itemid-343 section#sp-upcoming p,
body.itemid-344 section#sp-upcoming p {
  margin-bottom: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  body.itemid-102 section#sp-upcoming p,
  body.itemid-341 section#sp-upcoming p,
  body.itemid-342 section#sp-upcoming p,
  body.itemid-343 section#sp-upcoming p,
  body.itemid-344 section#sp-upcoming p {
    max-width: none;
  }
}
body.itemid-105 .sp-pre-loader .circle-two > span,
body.itemid-105 .sp-pre-loader .circle-two > span:before,
body.itemid-105 .sp-pre-loader .circle-two > span:after,
body.itemid-257 .sp-pre-loader .circle-two > span,
body.itemid-257 .sp-pre-loader .circle-two > span:before,
body.itemid-257 .sp-pre-loader .circle-two > span:after,
body.itemid-259 .sp-pre-loader .circle-two > span,
body.itemid-259 .sp-pre-loader .circle-two > span:before,
body.itemid-259 .sp-pre-loader .circle-two > span:after,
body.itemid-263 .sp-pre-loader .circle-two > span,
body.itemid-263 .sp-pre-loader .circle-two > span:before,
body.itemid-263 .sp-pre-loader .circle-two > span:after {
  border: 2px solid #afca0a;
}
body.itemid-104 .sp-pre-loader .circle-two > span,
body.itemid-104 .sp-pre-loader .circle-two > span:before,
body.itemid-104 .sp-pre-loader .circle-two > span:after,
body.itemid-201 .sp-pre-loader .circle-two > span,
body.itemid-201 .sp-pre-loader .circle-two > span:before,
body.itemid-201 .sp-pre-loader .circle-two > span:after,
body.itemid-202 .sp-pre-loader .circle-two > span,
body.itemid-202 .sp-pre-loader .circle-two > span:before,
body.itemid-202 .sp-pre-loader .circle-two > span:after,
body.itemid-203 .sp-pre-loader .circle-two > span,
body.itemid-203 .sp-pre-loader .circle-two > span:before,
body.itemid-203 .sp-pre-loader .circle-two > span:after,
body.itemid-204 .sp-pre-loader .circle-two > span,
body.itemid-204 .sp-pre-loader .circle-two > span:before,
body.itemid-204 .sp-pre-loader .circle-two > span:after {
  border: 2px solid #e62558;
}
body.itemid-104 #offcanvas-toggler >i,
body.itemid-201 #offcanvas-toggler >i,
body.itemid-202 #offcanvas-toggler >i,
body.itemid-203 #offcanvas-toggler >i,
body.itemid-204 #offcanvas-toggler >i {
  color: #e62558;
}
@media (max-width: 767px) {
  body.itemid-104 #sp-topslide > .container #sp-slide .custom,
  body.itemid-201 #sp-topslide > .container #sp-slide .custom,
  body.itemid-202 #sp-topslide > .container #sp-slide .custom,
  body.itemid-203 #sp-topslide > .container #sp-slide .custom,
  body.itemid-204 #sp-topslide > .container #sp-slide .custom {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #e62558;
  }
}
body.itemid-104 header#sp-header,
body.itemid-201 header#sp-header,
body.itemid-202 header#sp-header,
body.itemid-203 header#sp-header,
body.itemid-204 header#sp-header {
  border-bottom: 2px solid #e62558;
}
body.itemid-104 article.item,
body.itemid-201 article.item,
body.itemid-202 article.item,
body.itemid-203 article.item,
body.itemid-204 article.item {
  margin-bottom: 80px;
}
body.itemid-104 article.item h2,
body.itemid-201 article.item h2,
body.itemid-202 article.item h2,
body.itemid-203 article.item h2,
body.itemid-204 article.item h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 80px 0 40px;
  text-transform: uppercase;
}
body.itemid-104 article.item h4,
body.itemid-201 article.item h4,
body.itemid-202 article.item h4,
body.itemid-203 article.item h4,
body.itemid-204 article.item h4 {
  font-family: 'MuseoSans-300Italic';
  color: #46bee0;
  text-align: center;
  max-width: 70%;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  font-size: 17px;
  margin-bottom: 50px;
}
body.itemid-104 article.item.item-page,
body.itemid-201 article.item.item-page,
body.itemid-202 article.item.item-page,
body.itemid-203 article.item.item-page,
body.itemid-204 article.item.item-page {
  margin-bottom: 40px;
}
body.itemid-104 article.item.item-page h2,
body.itemid-201 article.item.item-page h2,
body.itemid-202 article.item.item-page h2,
body.itemid-203 article.item.item-page h2,
body.itemid-204 article.item.item-page h2 {
  text-align: left;
  margin: 40px 0;
  font-family: 'MuseoSans-300';
}
body.itemid-104.view-category section#sp-breadcrumb,
body.itemid-201.view-category section#sp-breadcrumb,
body.itemid-202.view-category section#sp-breadcrumb,
body.itemid-203.view-category section#sp-breadcrumb,
body.itemid-204.view-category section#sp-breadcrumb {
  margin-bottom: 15px;
}
body.itemid-104 .blog article.item,
body.itemid-201 .blog article.item,
body.itemid-202 .blog article.item,
body.itemid-203 .blog article.item,
body.itemid-204 .blog article.item {
  margin-bottom: 80px;
}
body.itemid-104 .blog article.item h2,
body.itemid-201 .blog article.item h2,
body.itemid-202 .blog article.item h2,
body.itemid-203 .blog article.item h2,
body.itemid-204 .blog article.item h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 24px;
  margin: 8px 0 0px;
  text-transform: uppercase;
}
body.itemid-104 .blog article.item h4,
body.itemid-201 .blog article.item h4,
body.itemid-202 .blog article.item h4,
body.itemid-203 .blog article.item h4,
body.itemid-204 .blog article.item h4 {
  font-family: 'MuseoSans-300Italic';
  color: #46bee0;
  text-align: center;
  max-width: 70%;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  font-size: 17px;
  margin-bottom: 50px;
}
body.itemid-104 #sp-position8,
body.itemid-201 #sp-position8,
body.itemid-202 #sp-position8,
body.itemid-203 #sp-position8,
body.itemid-204 #sp-position8 {
  padding: 5px 0 0;
}
@media (max-width: 767px) {
  body.itemid-104 #sp-position8,
  body.itemid-201 #sp-position8,
  body.itemid-202 #sp-position8,
  body.itemid-203 #sp-position8,
  body.itemid-204 #sp-position8 {
    padding: 0 20px;
  }
}
body.itemid-104 #sp-position8 h3.sp-module-title,
body.itemid-201 #sp-position8 h3.sp-module-title,
body.itemid-202 #sp-position8 h3.sp-module-title,
body.itemid-203 #sp-position8 h3.sp-module-title,
body.itemid-204 #sp-position8 h3.sp-module-title {
  font-family: 'MuseoSans-300';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  body.itemid-104 #sp-position8 h3.sp-module-title,
  body.itemid-201 #sp-position8 h3.sp-module-title,
  body.itemid-202 #sp-position8 h3.sp-module-title,
  body.itemid-203 #sp-position8 h3.sp-module-title,
  body.itemid-204 #sp-position8 h3.sp-module-title {
    font-size: 30px;
  }
}
body.itemid-104 #sp-position8 h3.sp-module-title span,
body.itemid-201 #sp-position8 h3.sp-module-title span,
body.itemid-202 #sp-position8 h3.sp-module-title span,
body.itemid-203 #sp-position8 h3.sp-module-title span,
body.itemid-204 #sp-position8 h3.sp-module-title span {
  float: right;
  font-size: 14px;
  color: #46bee0;
  text-decoration: underline;
  line-height: 55px;
  font-family: 'MuseoSans-500Italic';
  cursor: pointer;
}
@media (max-width: 767px) {
  body.itemid-104 #sp-position8 h3.sp-module-title span,
  body.itemid-201 #sp-position8 h3.sp-module-title span,
  body.itemid-202 #sp-position8 h3.sp-module-title span,
  body.itemid-203 #sp-position8 h3.sp-module-title span,
  body.itemid-204 #sp-position8 h3.sp-module-title span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body.itemid-104 #sp-position8 h3.sp-module-title:before,
body.itemid-201 #sp-position8 h3.sp-module-title:before,
body.itemid-202 #sp-position8 h3.sp-module-title:before,
body.itemid-203 #sp-position8 h3.sp-module-title:before,
body.itemid-204 #sp-position8 h3.sp-module-title:before {
  margin: 0 40px -5px -30px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  body.itemid-104 #sp-position8 h3.sp-module-title:before,
  body.itemid-201 #sp-position8 h3.sp-module-title:before,
  body.itemid-202 #sp-position8 h3.sp-module-title:before,
  body.itemid-203 #sp-position8 h3.sp-module-title:before,
  body.itemid-204 #sp-position8 h3.sp-module-title:before {
    margin: 0 10px -5px 0px;
  }
}
body.itemid-104 #sp-position8 h3.sp-module-title.blog:before,
body.itemid-201 #sp-position8 h3.sp-module-title.blog:before,
body.itemid-202 #sp-position8 h3.sp-module-title.blog:before,
body.itemid-203 #sp-position8 h3.sp-module-title.blog:before,
body.itemid-204 #sp-position8 h3.sp-module-title.blog:before {
  content: url(../images/reading_ico-blog.png);
  bottom: -14px;
}
body.itemid-104 #sp-position8 h3.sp-module-title.research:before,
body.itemid-201 #sp-position8 h3.sp-module-title.research:before,
body.itemid-202 #sp-position8 h3.sp-module-title.research:before,
body.itemid-203 #sp-position8 h3.sp-module-title.research:before,
body.itemid-204 #sp-position8 h3.sp-module-title.research:before {
  content: url(../images/reading_ico-research.png);
  bottom: -25px;
}
body.itemid-104 #sp-position8 h3.sp-module-title.education:before,
body.itemid-201 #sp-position8 h3.sp-module-title.education:before,
body.itemid-202 #sp-position8 h3.sp-module-title.education:before,
body.itemid-203 #sp-position8 h3.sp-module-title.education:before,
body.itemid-204 #sp-position8 h3.sp-module-title.education:before {
  content: url(../images/reading_ico-education.png);
  bottom: -25px;
}
body.itemid-104 #sp-position8 h3.sp-module-title.media:before,
body.itemid-201 #sp-position8 h3.sp-module-title.media:before,
body.itemid-202 #sp-position8 h3.sp-module-title.media:before,
body.itemid-203 #sp-position8 h3.sp-module-title.media:before,
body.itemid-204 #sp-position8 h3.sp-module-title.media:before {
  content: url(../images/reading_ico-media.png);
  bottom: -25px;
}
body.itemid-104 #sp-position8 h3.sp-module-title.infographic:before,
body.itemid-201 #sp-position8 h3.sp-module-title.infographic:before,
body.itemid-202 #sp-position8 h3.sp-module-title.infographic:before,
body.itemid-203 #sp-position8 h3.sp-module-title.infographic:before,
body.itemid-204 #sp-position8 h3.sp-module-title.infographic:before {
  content: url(../images/reading_ico-infographics.png);
  bottom: -25px;
}
body.itemid-104 #sp-position8 a.btn,
body.itemid-201 #sp-position8 a.btn,
body.itemid-202 #sp-position8 a.btn,
body.itemid-203 #sp-position8 a.btn,
body.itemid-204 #sp-position8 a.btn {
  background: #185f83;
  color: #fff;
  text-transform: uppercase;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0;
  margin-bottom: 80px;
}
body.itemid-104 #sp-position8 .sp-module,
body.itemid-201 #sp-position8 .sp-module,
body.itemid-202 #sp-position8 .sp-module,
body.itemid-203 #sp-position8 .sp-module,
body.itemid-204 #sp-position8 .sp-module {
  border-bottom: 1px solid #c6c6c6;
}
body.itemid-104 #sp-position8 .sp-module:after,
body.itemid-201 #sp-position8 .sp-module:after,
body.itemid-202 #sp-position8 .sp-module:after,
body.itemid-203 #sp-position8 .sp-module:after,
body.itemid-204 #sp-position8 .sp-module:after {
  border-bottom: 1px solid #e2e2e2;
  content: "";
  display: block;
  width: 100%;
}
body.itemid-104 #sp-position8 .sp-module:last-child,
body.itemid-201 #sp-position8 .sp-module:last-child,
body.itemid-202 #sp-position8 .sp-module:last-child,
body.itemid-203 #sp-position8 .sp-module:last-child,
body.itemid-204 #sp-position8 .sp-module:last-child {
  border-bottom: none;
}
body.itemid-104 #sp-position8 .sp-module:last-child:after,
body.itemid-201 #sp-position8 .sp-module:last-child:after,
body.itemid-202 #sp-position8 .sp-module:last-child:after,
body.itemid-203 #sp-position8 .sp-module:last-child:after,
body.itemid-204 #sp-position8 .sp-module:last-child:after {
  content: none;
}
body.itemid-104 .zentools,
body.itemid-201 .zentools,
body.itemid-202 .zentools,
body.itemid-203 .zentools,
body.itemid-204 .zentools {
  padding-bottom: 80px;
}
body.itemid-104 .zentools li.element,
body.itemid-201 .zentools li.element,
body.itemid-202 .zentools li.element,
body.itemid-203 .zentools li.element,
body.itemid-204 .zentools li.element {
  border: none;
}
body.itemid-104 .zentools li.element .zenitem,
body.itemid-201 .zentools li.element .zenitem,
body.itemid-202 .zentools li.element .zenitem,
body.itemid-203 .zentools li.element .zenitem,
body.itemid-204 .zentools li.element .zenitem {
  background: #ececeb;
  margin-bottom: 0;
}
body.itemid-104 .zentools li.element .zenitem .zeninner.row,
body.itemid-201 .zentools li.element .zenitem .zeninner.row,
body.itemid-202 .zentools li.element .zenitem .zeninner.row,
body.itemid-203 .zentools li.element .zenitem .zeninner.row,
body.itemid-204 .zentools li.element .zenitem .zeninner.row {
  margin: 0;
}
body.itemid-104 .zentools li.element .zenitem .zeninner.row  >div,
body.itemid-201 .zentools li.element .zenitem .zeninner.row  >div,
body.itemid-202 .zentools li.element .zenitem .zeninner.row  >div,
body.itemid-203 .zentools li.element .zenitem .zeninner.row  >div,
body.itemid-204 .zentools li.element .zenitem .zeninner.row  >div {
  padding: 0;
}
body.itemid-104 .zentools li.element .zenitem .zentitle,
body.itemid-201 .zentools li.element .zenitem .zentitle,
body.itemid-202 .zentools li.element .zenitem .zentitle,
body.itemid-203 .zentools li.element .zenitem .zentitle,
body.itemid-204 .zentools li.element .zenitem .zentitle {
  padding: 50px 50px 0 50px;
}
body.itemid-104 .zentools li.element .zenitem .zentitle h4,
body.itemid-201 .zentools li.element .zenitem .zentitle h4,
body.itemid-202 .zentools li.element .zenitem .zentitle h4,
body.itemid-203 .zentools li.element .zenitem .zentitle h4,
body.itemid-204 .zentools li.element .zenitem .zentitle h4 {
  color: #185f83;
  font-family: 'MuseoSans-500';
  margin-bottom: 20px;
  font-size: 22px;
}
body.itemid-104 .zentools li.element .zenitem .zentitle h4 a,
body.itemid-201 .zentools li.element .zenitem .zentitle h4 a,
body.itemid-202 .zentools li.element .zenitem .zentitle h4 a,
body.itemid-203 .zentools li.element .zenitem .zentitle h4 a,
body.itemid-204 .zentools li.element .zenitem .zentitle h4 a {
  color: #185f83;
}
body.itemid-104 .zentools li.element .zenitem .zentext,
body.itemid-201 .zentools li.element .zenitem .zentext,
body.itemid-202 .zentools li.element .zenitem .zentext,
body.itemid-203 .zentools li.element .zenitem .zentext,
body.itemid-204 .zentools li.element .zenitem .zentext {
  padding: 0 50px;
}
body.itemid-104 .zentools li.element .zenitem .zenmore,
body.itemid-201 .zentools li.element .zenitem .zenmore,
body.itemid-202 .zentools li.element .zenitem .zenmore,
body.itemid-203 .zentools li.element .zenitem .zenmore,
body.itemid-204 .zentools li.element .zenitem .zenmore {
  padding: 15px 50px 50px 50px;
}
body.itemid-104 .zentools li.element .zenitem .zenmore a,
body.itemid-201 .zentools li.element .zenitem .zenmore a,
body.itemid-202 .zentools li.element .zenitem .zenmore a,
body.itemid-203 .zentools li.element .zenitem .zenmore a,
body.itemid-204 .zentools li.element .zenitem .zenmore a {
  color: #e62558;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'MuseoSans-500';
}
body.itemid-104 .article-info,
body.itemid-201 .article-info,
body.itemid-202 .article-info,
body.itemid-203 .article-info,
body.itemid-204 .article-info {
  margin-bottom: 40px;
}
body.itemid-104 dd.createdby,
body.itemid-104 dd.create,
body.itemid-201 dd.createdby,
body.itemid-201 dd.create,
body.itemid-202 dd.createdby,
body.itemid-202 dd.create,
body.itemid-203 dd.createdby,
body.itemid-203 dd.create,
body.itemid-204 dd.createdby,
body.itemid-204 dd.create {
  text-transform: none;
  font-size: 15px;
  font-family: 'MuseoSans-500Italic';
}
body.itemid-104 .articlebody,
body.itemid-201 .articlebody,
body.itemid-202 .articlebody,
body.itemid-203 .articlebody,
body.itemid-204 .articlebody {
  font-family: 'MuseoSans-100';
}
body.itemid-104 .articlebody .intro,
body.itemid-201 .articlebody .intro,
body.itemid-202 .articlebody .intro,
body.itemid-203 .articlebody .intro,
body.itemid-204 .articlebody .intro {
  font-family: 'MuseoSans-300Italic';
  color: #185f83;
  margin-bottom: 25px;
}
body.itemid-104 .articlebody .intro b,
body.itemid-104 .articlebody .intro strong,
body.itemid-201 .articlebody .intro b,
body.itemid-201 .articlebody .intro strong,
body.itemid-202 .articlebody .intro b,
body.itemid-202 .articlebody .intro strong,
body.itemid-203 .articlebody .intro b,
body.itemid-203 .articlebody .intro strong,
body.itemid-204 .articlebody .intro b,
body.itemid-204 .articlebody .intro strong {
  font-weight: normal;
}
article.item.item-page.row > .col-sm-3 {
  margin-top: 51px;
}
.category-name {
  font-size: 17px;
  text-align: center;
  padding-right: 30px;
}
.category-name:after {
  margin: 0 0 -5px 20px;
  position: absolute;
  display: inline-block;
}
.category-name.blog:after {
  content: url(../images/reading_ico-blog_gray.png);
  top: -4px;
}
.category-name.research:after {
  content: url(../images/reading_ico-research_gray.png);
  top: -15px;
}
.category-name.education:after {
  content: url(../images/reading_ico-education_gray.png);
  top: -15px;
}
.category-name.media:after {
  content: url(../images/reading_ico-media_gray.png);
  top: -15px;
}
.category-name.infographics:after {
  content: url(../images/reading_ico-infographics_gray.png);
  top: -15px;
}
.category-name.exchange:after {
  content: url(../images/exchange_ico_gray.png);
  top: -15px;
}
.subinfo {
  text-align: center;
  margin-top: 50px;
}
.subinfo a {
  color: #46bee0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul#share-popup {
  display: block !important;
  margin-bottom: 80px;
}
ul#share-popup >li {
  display: inline-block;
  border-bottom: none;
  height: 40px;
  margin-right: 20px;
}
ul#share-popup >li a {
  display: block;
  padding: 0;
  line-height: 1em;
}
ul#share-popup >li a:before {
  content: none;
}
ul#share-popup >li i {
  color: #fff;
  width: 40px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}
ul#share-popup >li .digit {
  color: #a4a09d;
  padding: 0;
  float: right;
  height: 36px;
  width: 50px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-family: 'MuseoSans-300Italic';
}
ul#share-popup .facebook-share {
  background-color: #3b5998;
  border: 2px solid #3b5998;
}
ul#share-popup .facebook-share:hover {
  background-color: #36538d;
  border: 2px solid #36538d;
}
ul#share-popup .twitter-share {
  background-color: #18b8ee;
  border: 2px solid #18b8ee;
}
ul#share-popup .twitter-share:hover {
  background-color: #16abdd;
  border: 2px solid #16abdd;
}
ul#share-popup .linkedin-share {
  background-color: #388db4;
  border: 2px solid #388db4;
}
ul#share-popup .linkedin-share:hover {
  background-color: #317d9f;
  border: 2px solid #317d9f;
}
ul#share-popup .google-share {
  background-color: #dd4b39;
  border: 2px solid #dd4b39;
}
ul#share-popup .google-share:hover {
  background-color: #cd4635;
  border: 2px solid #cd4635;
}
ul#share-popup .googleplus-share {
  background-color: #dd4b39;
  border: 2px solid #dd4b39;
}
ul#share-popup .stumbleupon-share {
  background-color: #d20000;
  border: 2px solid #d20000;
}
ul#share-popup .reddit-share {
  background-color: #7da2ce;
  border: 2px solid #7da2ce;
}
ul#share-popup .delicious-share {
  background-color: #2a2829;
  border: 2px solid #2a2829;
}
ul#share-popup .pinterest-share {
  background-color: #CB2027;
  border: 2px solid #CB2027;
}
ul#share-popup .facebook,
ul#share-popup .facebook:hover,
ul#share-popup .twitter,
ul#share-popup .twitter:hover,
ul#share-popup .linkedin,
ul#share-popup .linkedin:hover,
ul#share-popup .google,
ul#share-popup .google:hover,
ul#share-popup .googleplus,
ul#share-popup .stumbleupon,
ul#share-popup .reddit,
ul#share-popup .delicious,
ul#share-popup .pinterest {
  background-color: #fff;
}
body.itemid-103 .flipthis .col-sm-6 .back > * {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  body.itemid-103 #sp-topslide > .container #sp-slide .custom {
    background-position: 100% 50%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color: #4DBFD9;
  }
}
#sp-bottom #sp-bottom3 {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 767px) {
  #sp-bottom #sp-bottom3 {
    text-align: center;
  }
}
#sp-bottom #sp-bottom3 a {
  color: #fff;
}
#sp-bottom #sp-bottom3 h3 {
  color: #f49719;
  font-size: 30px;
  margin: 10px 0;
  text-transform: uppercase;
}
#sp-bottom #sp-bottom3 hr {
  background: rgba(255,255,255,0.5) none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin-left: 40%;
  margin-right: 40%;
}
#sp-bottom #sp-bottom3 p {
  margin-top: 10px;
}
#sp-smart-slider131 .minima-slider {
  height: 400px;
}
#zentools115 .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
}
#zentools113 .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
}
#zentools116 .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
}
#zentools114 .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
}
#zentools154 .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #sp-slider .slider-content {
    width: 100%;
    margin-top: 0;
  }
  #sp-slider .slider-item .slider-image {
    width: 100%;
  }
  #sp-smart-slider131 .minima-slider {
    height: 590px;
  }
  .layout-minima .slider-controllers ul > li:first-child > a:before {
    font-family: FontAwesome;
    content: "\f104";
  }
  .layout-minima .slider-controllers ul > li {
    box-shadow: none;
    border: none !important;
    height: auto !important;
  }
  .layout-minima .slider-controllers ul > li > a:before {
    color: #fff;
  }
  .layout-minima .slider-controllers ul > li.active {
    background: #f49719 !important;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  body.itemid-103 #sp-topslide > .container #sp-slide .custom {
    background-position: 100% 50%;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-color: #4DBFD9;
  }
}
.my-accordion-title {
  padding: 30px;
  line-height: 1em;
  font-size: 24px;
  color: #1a5e83;
  font-weight: 400;
  font-family: 'MuseoSans-500';
  margin: 0 !important;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #d9d9d9;
}
.my-accordion-title > span {
  width: 78px;
  height: 100%;
  background: url(../images/accordion-closed.png) no-repeat;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-size: auto auto;
  background-position: 50% 50%;
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0,1,0.5,1);
  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0,1,0.5,1);
  -ms-transition-property: all;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0,1,0.5,1);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0,1,0.5,1);
}
.my-accordion-title.active > span {
  background: url(../images/accordion-open.png) no-repeat;
  background-size: auto auto;
  background-position: 50% 50%;
}
.my-accordion-title.active {
  color: #01abe6;
  border-bottom: none;
  background: #f2f2f2;
}
.my-accordion-content {
  padding: 0 30px 30px;
}
.my-accordion {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #c9c9c9;
}
.accordion-body.active {
  background: #f2f2f2;
}
h3.coinaccordion {
  text-align: center;
  color: #1a5f86;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
}
.limebg {
  background: #afcb07;
}
#sp-latestnews h3.sp-module-title {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin: 50px 0 30px;
}
#sp-latestnews .zentools {
  padding-bottom: 20px;
}
#sp-latestnews .zentools li.element {
  border: none;
}
#sp-latestnews .zentools li.element .zenitem {
  background: #ececeb;
  margin-bottom: 0;
}
#sp-latestnews .zentools li.element .zenitem .zeninner.row {
  margin: 0;
}
#sp-latestnews .zentools li.element .zenitem .zeninner.row  >div {
  padding: 0;
}
#sp-latestnews .zentools li.element .zenitem .zentitle {
  padding: 50px 50px 0 50px;
}
#sp-latestnews .zentools li.element .zenitem .zentitle h4 {
  color: #185f83;
  font-family: 'MuseoSans-500';
  margin-bottom: 20px;
  font-size: 22px;
}
#sp-latestnews .zentools li.element .zenitem .zentitle h4 a {
  color: #185f83;
}
#sp-latestnews .zentools li.element .zenitem .zentext {
  padding: 0 50px;
}
#sp-latestnews .zentools li.element .zenitem .zenmore {
  padding: 15px 50px 40px 50px;
}
#sp-latestnews .zentools li.element .zenitem .zenmore a {
  color: #e62558;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'MuseoSans-500';
}
#sp-latestnews .zendate {
  padding-left: 50px;
  padding-bottom: 10px;
  font-family: 'MuseoSans-500';
}
#sp-latestnews .zentools li.element .zenitem .zentext p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #sp-latestnews .zentools li.element .zenitem .zentext {
    min-height: 240px;
  }
  #sp-latestnews .zentools li.element .zenitem .zentitle {
    min-height: 110px;
  }
}
body.itemid-301 article.item h2 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #ee3161;
  font-size: 44px;
  margin: 70px 0 70px;
  text-transform: uppercase;
}
body.itemid-301 article.item h4 {
  font-family: 'MuseoSans-500';
}
body.itemid-301 article.item .cervena {
  color: #ee3161;
}
body.itemid-301 article.item p + h4,
body.itemid-301 article.item div + p {
  margin-top: 30px;
}
body.itemid-301 article.item .row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
body.itemid-301 article.item .row .col-xs-3 {
  text-align: center;
}
body.itemid-202 .item p > iframe,
body.itemid-203 .item p > iframe {
  display: none;
}
.sp-pre-loader {
  background: #ececeb;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #f49719;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #f49719;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #f49719;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(244,151,25,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #f49719;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #f49719;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(244,151,25,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(244,151,25,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #f49719;
  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%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent !important;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent !important;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent !important;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #f49719;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #f49719;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#f49719,#f49719) 0 50%, linear-gradient(#f49719,#f49719) 0.625em 50%, linear-gradient(#f49719,#f49719) 1.25em 50%, linear-gradient(#f49719,#f49719) 1.875em 50%, linear-gradient(#f49719,#f49719) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
div#g-recaptcha-54 {
  text-align: center;
}
div#g-recaptcha-54 > div {
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 30px;
}
.rsfiles-layout {
  padding: 50px 0;
}
a.hasPopover,
a.hasTooltip {
  display: inline-block !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 25px;
}
.uk-table th {
  text-align: left;
  vertical-align: bottom;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
  border-top: 1px solid #f2f2f3;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
  margin-bottom: 30px;
  display: none;
}
body.itemid-201 .helix-social-share,
body.itemid-202 .helix-social-share,
body.itemid-203 .helix-social-share,
body.itemid-204 .helix-social-share {
  display: block;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block !important;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #e62558 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  width: 30px;
  display: inline-block !important;
  color: #fff;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #f49719;
  color: #fff;
}
.helix-social-share .helix-social-share-icon ul li div a i {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header.likeonhome {
  padding-bottom: 0;
}
.page-header.likeonhome h1 {
  font-family: 'MuseoSans-100';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.homeleftcolumnicons .uk-flex > a {
  background: #dedede;
  padding: 30px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.homeleftcolumnicons .uk-flex > a:nth-child(even) {
  background: #ebebeb;
}
.homeleftcolumnicons .uk-flex > a i {
  color: #a3a3a3;
  font-size: 50px;
  margin-bottom: 10px;
}
.homeleftcolumnicons .uk-flex > a span {
  display: block;
  color: #afca0a;
  font-size: 18px;
  margin-top: 15px;
}
.homeleftcolumnicons .uk-flex > a:hover {
  background: #f5f5f5 !important;
}
@media (max-width: 767px) {
  .homeleftcolumnicons .uk-flex > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .homeleftcolumnicons .uk-flex > *:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .homeleftcolumnicons .uk-flex > *:nth-child(even) {
    border-left: 1px solid #fff;
  }
}
a.btn.btn-cerveny {
  background: #e62558;
  color: #fff;
}
.sp-module.newsletter {
  display: none;
}
body.itemid-201 .sp-module.newsletter,
body.itemid-202 .sp-module.newsletter,
body.itemid-203 .sp-module.newsletter,
body.itemid-204 .sp-module.newsletter {
  display: block;
}
#newsletter h2 {
  margin-top: 0;
}
#newsletter h4 {
  margin-bottom: 0;
}
#newsletter .rsform-block-info {
  text-align: center;
}
#newsletter .rsform-block-info .formBody {
  background: transparent;
}
#newsletter input#Submit {
  background: #e62558;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 40px 11px;
}
body.itemid-104 #sp-position8 h3.sp-module-title {
  line-height: 84px;
}
body.itemid-259 .content-category h1 {
  font-family: 'MuseoSans-300';
  text-align: center;
  color: #185f83;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 80px;
}
body.itemid-259 .content-category form {
  display: none !important;
}
body.itemid-259 table.table-regulatory {
  margin-top: 30px;
  margin-bottom: 75px;
}
body.itemid-259 table.table-regulatory  > thead > tr {
  display: table-row !important;
}
body.itemid-259 #year_filtering_buttons > .btn {
  min-width: 100px;
  border-radius: 0;
}
section#sp-newsletter {
  background: #ECECEB;
  background: #D8DFEA;
  padding: 30px 0;
  text-align: center;
}
section#sp-newsletter .sp-module.newsletter {
  display: block;
}
section#sp-newsletter .sp-module.newsletter .btn-cerveny {
  background: #185F83;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
}
section#sp-newsletter .sp-module.newsletter .visible-inline span {
  padding-right: 30px;
}
@media (min-width: 960px) {
  section#sp-newsletter .sp-module.newsletter .visible-inline span {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  section#sp-newsletter .sp-module.newsletter .visible-inline span {
    padding-right: 140px;
  }
}
