/* Generated by less 2.1.1 */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400italic,400,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&subset=latin,latin-ext);
@import "custom-icons.css";
@import "jquery.mCustomScrollbar.css";
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
a {
  cursor: pointer;
  text-decoration: none;
}
a a:hover {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
input,
button {
  text-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a img {
  border: none;
}
#noscript-warning {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: white;
  background-color: #AE0000;
  padding: 5px 0px 5px 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  clear: both;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-family: 'Open Sans';
  background: #ffffff url(../img/bg/bg.jpg) no-repeat center top;
}
.overlay-bg-pattern {
  background: rgba(255, 255, 255, 0.2);
}
.overlay-bg-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: block;
  font-size: 0.94em;
  -khtml-border-radius: 0 0 10px 10px;
  line-height: 1.7;
  -moz-border-radius: 0 0 10px 10px;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/* #### - SLIDER HEADER - ############################################################################################################################# */
.h_opts {
  position: absolute;
  z-index: 102;
  top: 0;
  right: 10px;
  padding: 6px 10px;
  width: auto;
  height: auto;
  background: #fff;
}
.h_opts .fontsize {
  float: left;
  margin-right: 10px;
}
.h_opts .fontsize span {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
.h_opts .fontsize span a {
  color: #104e84;
  height: 34px;
  line-height: 34px;
}
.h_opts .fontsize span a:hover {
  text-decoration: underline;
  color: #2f94fc;
}
.h_opts .fontsize span a.s_normal {
  font-size: 12px;
  margin-left: 1px;
}
.h_opts .fontsize span a.s_medium {
  font-size: 14px;
  margin-left: 1px;
}
.h_opts .fontsize span a.s_large {
  font-size: 16px;
  margin-left: 1px;
}
.h_opts a.contrast {
  display: block;
  float: left;
  padding-left: 10px;
  width: auto;
  height: 34px;
  line-height: 34px;
  color: #104e84;
  border-left: 1px solid #1566b9;
  font-size: 12px;
}
.h_opts a.contrast span {
  display: block;
  float: left;
}
.h_opts a.contrast i {
  display: block;
  float: left;
  margin-left: 5px;
  width: 30px;
  height: 34px;
  background: url(../img/header/icon-contrast.png) no-repeat 0 center;
}
.h_opts a.contrast:hover {
  color: #2f94fc;
}
.h_opts a.contrast:hover i {
  background: url(../img/header/icon-contrast.png) no-repeat -200px center;
}
.h_opts a.contrast:hover {
  background-position: 0 -40px;
}
.header-wrp {
  display: block;
  clear: both;
  width: 100%;
}
.header {
  position: relative;
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto;
}
.hwrp-top {
  position: relative;
  display: block;
  width: 100%;
  height: 212px;
  border-bottom: 1px solid #fff;
}
.header-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 212px;
  background: url(../img/header/header-overlay.png) no-repeat left top;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 281px;
  height: 170px;
}
@media only screen and (max-width: 996px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .hwrp-btm {
    height: auto!important;
  }
  .hwrp-top {
    height: auto!important;
  }
}
@media screen and (max-width: 880px) {
  .search-mod-cont {
    position: relative!important;
    width: 100%!important;
    display: block!important;
    clear: both;
    background: #1566b9!important;
  }
  .hwrp-search-btn-cont {
    display: none;
  }
  form {
    position: relative;
    display: block;
    padding-left: 50px;
  }
  form button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 42px;
    background: none;
    font-size: 18px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    color: #fff;
    -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;
  }
  form button i {
    text-shadow: 1px 1px 1px #0d5587;
    text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
  }
  form button:hover {
    transform: scale(1.15) rotate(5deg);
  }
  form input {
    min-width: 230px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #2f94fc;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 0!important;
    height: 22px;
    line-height: 22px;
  }
}
.search-mod-cont {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 300px;
  height: 45px;
  display: none;
  background: #1566b9 url("../img/header/bg-menu-main.png") no-repeat center top;
}
.search-mod-cont form button {
  background: none;
  font-size: 18px;
  line-height: 42px;
  padding: 0 15px 0 15px;
  color: #fff;
  -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;
}
.search-mod-cont form button i {
  text-shadow: 1px 1px 1px #0d5587;
  text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
}
.search-mod-cont form button:hover {
  transform: scale(1.15) rotate(5deg);
}
.search-mod-cont form input {
  min-width: 230px;
  background: none;
  border: none;
  border-bottom: 1px solid #2f94fc;
  font-size: 12px;
  color: #fff;
  margin: 10px 10px 10px 0;
  height: 22px;
  line-height: 22px;
}
.menu-anim-hamb {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 20;
  background: #1566b9;
}
.menu-global {
  backface-visibility: hidden;
  border-top: 4px solid #fff;
  left: 0;
  position: absolute;
  transition: 0.55s;
  webkit-backface-visibility: hidden;
  webkit-transition: 0.55s;
  width: 30px;
}
.menu-top {
  top: 10px;
  left: 10px;
  right: 10px;
}
.menu-middle {
  top: 23px;
  left: 10px;
  right: 10px;
}
.menu-bottom {
  top: 36px;
  left: 10px;
  right: 10px;
}
.menu-top-click {
  backface-visibility: hidden;
  ms-transform: rotate(50deg);
  top: 25px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(50deg);
  webkit-transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  ms-transform: rotate(-410deg);
  top: 25px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(-410deg);
  webkit-transition: 0.55s 0.5s;
}
.hwrp-btm {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #2f94fc;
}
.hwrp-search-btn-cont {
  position: absolute;
  top: 0;
  right: 0;
}
.hwrp-search-btn-cont a.search-btn {
  font-size: 18px;
  line-height: 42px;
  padding: 0 15px 0 15px;
  color: #fff;
}
.hwrp-search-btn-cont a.search-btn i {
  text-shadow: 1px 1px 1px #0d5587;
  text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
}
.menu-main {
  display: block;
  clear: both;
  width: 100%;
  height: 42px!important;
  background: #2f94fc;
}
.menu-main > ul {
  display: inline-table;
  list-style: none;
  padding: 0;
  padding-left: 5px;
  margin: 0;
}
.menu-main > ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 2px;
}
.menu-main > ul li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.menu-main > ul li.home span {
  display: none;
}
.menu-main > ul > li {
  display: inline-block;
}
.menu-main > ul > li a {
  text-shadow: 1px 1px 1px #0d5587;
  text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
}
.menu-main > ul > li.active > a {
  border-bottom: 3px solid #fff;
  color: #ffffff;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.menu-main > ul ul li {
  display: inline-block;
}
.menu-main > ul ul li a {
  text-shadow: 1px 1px 1px #0d5587;
  text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
}
.menu-main > ul ul li.active > a {
  background: #1566b9;
  border-bottom: 3px solid #1566b9;
  color: #ffffff;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.menu-main ul li a {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 15px;
  color: #ffffff;
}
.menu-main > ul > li > a.mcmenu {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.menu-main > ul > li > a.mcmenu:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.menu-main > ul > li > a.mcmenu:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.menu-main > ul > li > a.mcmenu:hover::before,
.menu-main > ul > li > a.mcmenu:focus::before {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menu-main ul > li {
  min-height: 43px;
}
.menu-main ul > li ul li {
  min-height: 0;
  margin: 0;
}
.menu-main ul ul {
  display: inline-table;
  position: relative;
  z-index: 99999;
  list-style: none;
  margin: 0;
  padding: 5px;
}
.menu-main > li > ul.sub-menu {
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  moz-background-clip: padding;
  moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  webkit-background-clip: padding-box;
  webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menu-main ul ul:after {
  clear: both;
  content: "";
  display: block;
}
.menu-main ul ul {
  position: absolute;
  top: 43px;
  z-index: 99999!important;
  display: none;
  min-width: 160px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #1566b9;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.3);
}
.menu-main ul li:hover > ul {
  display: block;
}
.menu-main ul ul > li {
  position: relative;
}
.menu-main ul ul > li a {
  width: 100%;
  padding: 5px 15px 5px 10px;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -moz-transition: background-color 0.2s ease-out 0s;
  -ms-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.menu-main ul ul ul {
  left: 100%;
  position: absolute;
  top: 0;
}
.menu-main ul li ul li {
  width: 100%;
  border-bottom: 1px solid #2f94fc;
}
.menu-main ul ul li a {
  padding: 10px;
  font-size: 12px;
  height: auto;
  line-height: 14px;
  color: #ffffff;
}
.menu-main ul ul li a:hover {
  background: #2f94fc;
  color: #ffffff !important;
}
.menu-main ul li ul li:last-child a {
  border: none;
}
@media screen and (max-width: 880px) {
  a.menu-link {
    display: block;
  }
  a.menu-link-anim {
    display: block;
  }
  .menu-anim-hamb {
    display: block!important;
  }
  .menu-main {
    display: none;
    clear: both;
    width: 100%;
    background: #2f94fc;
  }
  .menu-main.mactive {
    display: block;
    height: auto;
  }
  .header-wrp .hwrp-l .menu-link {
    display: block;
  }
  .menu-main {
    min-height: 43px!important;
    height: auto!important;
  }
  .menu-main > ul {
    padding: 0;
    margin: 0;
    width: 100%!important;
  }
  .menu-main > ul li {
    position: relative;
    clear: both;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    min-height: 0!important;
  }
  .menu-main > ul li:hover {
    color: #ffffff;
  }
  .menu-main > ul li a {
    display: block;
    padding: 0px 15px!important;
  }
  .menu-main > ul > li > a {
    text-transform: uppercase;
  }
  .menu-main ul li ul li {
    border-bottom: none;
  }
  .menu-main {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: inherit;
  }
  .menu-main ul {
    padding: 0!important;
    display: inline-table;
    position: relative;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 5px;
    box-shadow: none;
  }
  .menu-main ul ul {
    max-height: 0;
    overflow: hidden;
  }
  .menu-main > ul > li {
    margin: 0;
  }
  .menu-main ul ul a {
    padding: 5px 15px 5px 25px!important;
    font-size: 13px;
  }
  .menu-main ul ul ul a {
    padding: 5px 15px 5px 40px!important;
    font-size: 12px;
  }
  .menu-main ul ul ul ul a {
    padding: 5px 15px 5px 55px!important;
    font-size: 11px;
  }
  .menu-main ul ul ul ul ul a {
    padding: 5px 15px 5px 70px!important;
  }
  .menu-main > li > ul.sub-menu {
    background-clip: padding-box;
    padding: 0px;
    border: none;
    box-shadow: none;
    moz-background-clip: padding;
    moz-box-shadow: none;
    webkit-background-clip: padding-box;
    webkit-box-shadow: none;
  }
  .menu-main.active,
  .menu-main > ul ul.active {
    max-height: 55em;
  }
  .menu-main > ul a.active {
    background-color: #2f94fc;
  }
  .menu-main ul {
    display: inline;
  }
  .menu-main li,
  .menu-main > ul > li {
    display: block;
  }
  .menu-main li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #1566b9;
  }
  .menu-main li.has-submenu > a:after {
    content: '+';
    display: block;
    font-size: 1.5em;
    position: absolute;
    right: 8px;
    top: 0;
  }
  .menu-main li.has-submenu ul li.has-submenu > a:after {
    position: absolute;
    right: 8px;
    top: 4px;
  }
  .menu-main li.has-submenu > a.active:after {
    content: "-";
  }
  .menu-main ul li ul li a {
    border-bottom: 1px solid #1566b9 !important;
  }
  .menu-main ul ul > li a {
    padding: 5px;
    font-size: 12px;
    height: auto;
    line-height: 14px;
  }
  .menu-main ul ul,
  .menu-main ul ul ul {
    border: none;
    box-shadow: none;
    display: inherit;
    left: auto;
    position: relative;
    top: auto;
  }
}
.breadcrumb {
  display: block;
  float: left;
  width: 600px;
}
.breadcrumb a.back {
  display: block;
  float: left;
  margin: 5px;
  padding: 0 10px;
  font-size: 12px;
  background: #da251d;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.breadcrumb a.back span {
  display: block;
  float: left;
  width: 14px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/content/arrow_back.png) no-repeat center center;
}
.breadcrumb a.back:hover {
  background: #028fdf;
  color: #fff;
}
.breadcrumb .path {
  height: 44px;
  line-height: 44px;
}
.breadcrumb .path a {
  display: block;
  float: left;
  font-size: 12px;
  color: #a6a6a6;
  line-height: 44px;
}
.breadcrumb .path a:hover {
  color: #628ad9;
  text-decoration: underline;
}
.breadcrumb .path a.homepage {
  display: block;
  float: left;
  width: 16px;
  text-indent: -9999px;
  height: 44px;
  margin-right: 10px;
  margin-left: 14px;
  background: url(../img/content/icon_home.png) no-repeat left center;
}
.breadcrumb .path a.homepage:hover {
  background-position: right center;
}
.breadcrumb .path i {
  display: block;
  float: left;
  width: 4px;
  height: 44px;
  padding: 0 6px;
  background: url(../img/content/path_arrow.png) no-repeat center center;
}
.breadcrumb .path span {
  display: block;
  float: left;
  font-size: 12px;
  color: #028fdf;
}
.site-today {
  display: block;
  clear: both;
  height: 34px;
  line-height: 24px;
  padding: 0 10px 10px 10px;
}
.site-today span {
  font-size: 12px;
  color: #074463;
}
.site-today strong {
  font-weight: bold;
}
.site-today .today {
  text-align: left;
}
.site-today .name-day {
  margin-left: 15px;
  text-align: right;
}
.st-head {
  padding: 10px;
  background: #2f94fc;
  font-size: 18px;
  text-transform: uppercase;
}
.st-head strong {
  font-weight: normal;
  color: #fff;
}
.st-head .ao-btn {
  float: right;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #656565;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.st-head .ao-btn.back {
  background: transparent;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin: -10px -10px -5px 5px;
}
.st-head .ao-btn.back i {
  padding-right: 3px;
}
.st-head .ao-btn.back:hover {
  background: #ffffff;
  color: #1566b9;
}
.st-subhead {
  display: block;
  clear: both;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  background: #2f94fc;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 1px #0d5587;
  text-shadow: 1px 1px 1px rgba(6, 52, 84, 0.8);
}
.content-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
.content-inside {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 auto;
  margin-top: 0;
}
.content-inside.no-margin {
  margin-top: 0;
}
.content-inside.map-margin {
  margin-top: -45px;
}
@media (min-width: 768px) and (max-width: 996px) {
  .content-wrp {
    width: 100%;
  }
  .content-inside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-wrp {
    width: 100%;
  }
  .content-inside {
    width: 100%;
  }
}
.content-bcrumbs {
  margin-top: 5px;
}
.content-cols {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 50px;
  background: #ffffff;
}
.content-col-middle {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}
.content-col-middle #overflay-effect {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  right: 50px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.content-col-middle #overflay-effect.is-on {
  display: block;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.content-col-left {
  float: left;
  width: 272px;
}
.content-col-right {
  float: right;
  width: 272px;
}
.sidebar {
  height: auto;
}
.sidebar.sidebar-right {
  height: auto;
}
.sidebar-content {
  height: auto;
}
.twocols-col-left .content-col-right {
  float: right;
}
.twocols-col-left .content-col-middle {
  position: relative;
  float: left;
  width: 688px;
}
.sidebar {
  padding-bottom: 20px;
  position: relative;
  z-index: 999!important;
}
.sidebar-toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 44px;
  margin-top: 10px!important;
  background: #1566b9;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.sidebar-toggle i {
  font-size: 38px;
  color: #ffffff;
  padding: 5px 0;
}
.sidebar-right {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  position: relative;
  z-index: 999;
}
.content-col-right.sidebar-right .sidebar-content {
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 996px) {
  .sidebar-right {
    width: 50px;
  }
  .sidebar-right .sidebar-content {
    display: none;
    float: right;
    width: 100%;
  }
  .sidebar-right .sidebar-toggle {
    display: block;
  }
  .sidebar-right-expand .sidebar-right {
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 272px;
    margin: 0!important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
  }
  .sidebar-right-expand .sidebar-right .sidebar-content {
    display: block;
    min-width: 272px;
  }
  .sidebar-right-collapse .sidebar-right .sidebar-content {
    display: none;
  }
  .sidebar-right-collapse .content-cols {
    background-image: url(../img/content/sidebar-right-collapse.png);
    background-repeat: repeat-y;
    background-position: right top;
  }
  .twocols-col-left .content-col-middle {
    padding-right: 50px;
  }
  .twocols-col-left .sidebar-right {
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .twocols-col-left.sidebar-left-expand .sidebar-right {
    right: 0;
  }
  .twocols-col-left .content-col-middle {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .content-col-middle {
    position: relative;
    display: block;
    padding-right: 50px;
    width: auto;
  }
}
.alert_box {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
}
/* ____ ALERT BIG _______*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fffcee;
  border: 1px solid #ffedca;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.alert,
.alert h4 {
  position: relative;
  color: #b58603;
}
.alert h4 {
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-weight: bold;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert.success {
  background-color: #f3f9e8;
  border-color: #e1ebb3;
  color: #5c7f41;
}
.alert.success h4 {
  color: #5c7f41;
}
.alert.warning,
.alert.notice,
.alert.error {
  background-color: #fff0f0;
  border-color: #ffdce1;
  color: #9d261d;
}
.alert.warning h4,
.alert.notice h4,
.alert.error h4 {
  color: #9d261d;
}
.alert.info {
  background-color: #f0f9ff;
  border-color: #ccf3ff;
  color: #007dbc;
}
.alert.info h4 {
  color: #007dbc;
}
.alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert.alert-block > p,
.alert.alert-block > ul {
  margin-bottom: 0;
}
.alert ul {
  list-style: square;
  padding-left: 30px;
}
.alert ul li {
  list-style: square;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert .alert-close {
  position: absolute;
  top: 13px;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert .alert-close:hover {
  text-decoration: none;
}
.alert .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert.error .alert-close {
  color: #b76973;
}
.alert.success .alert-close {
  color: #79985b;
}
.alert.info .alert-close {
  color: #52889b;
}
.alert.warning .alert-close {
  color: #b49133;
}
.alert.notice .alert-close {
  color: #b49133;
}
/* ____ BORDER 1PX - elegant _______*/
.alert-quick.error,
.alert-quick.success,
.alert-quick.info,
.alert-quick.notice,
.alert-quick.warning {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 20px;
  margin-bottom: 10px;
  position: relative;
}
.alert-quick.error {
  color: #b76973;
  background-color: #f9bcc3;
  border-color: #f09da7;
}
.alert-quick.error strong {
  color: #b76973;
}
.alert-quick.success {
  color: #79985b;
  background-color: #d8efc1;
  border-color: #b4d892;
}
.alert-quick.success strong {
  color: #79985b;
}
.alert-quick.info {
  color: #52889b;
  background-color: #b8e1f1;
  border-color: #a1c7d5;
}
.alert-quick.info strong {
  color: #52889b;
}
.alert-quick.notice,
.alert-quick.warning {
  color: #b49133;
  background-color: #feebb7;
  border-color: #e7d195;
}
.alert-quick.notice strong,
.alert-quick.warning strong {
  color: #b49133;
}
.alert-quick .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert-quick .alert-close:hover {
  text-decoration: none;
}
.alert-quick .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert-quick.error .alert-close {
  color: #b76973;
}
.alert-quick.success .alert-close {
  color: #79985b;
}
.alert-quick.info .alert-close {
  color: #52889b;
}
.alert-quick.notice .alert-close {
  color: #b49133;
}
/* ____ BORDER TOP 2PX _______*/
.alert-quick-brd.error,
.alert-quick-brd.success,
.alert-quick-brd.info,
.alert-quick-brd.notice,
.alert-quick-brd.warning {
  border: none;
  border-top: 2px solid #fff;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 45px;
  position: relative;
}
.alert-quick-brd.error {
  color: #b76973;
  background: #f9bcc3 url(img/alert/brd/icon-error.png) no-repeat 8px 6px;
  border-top: 2px solid #f09da7;
}
.alert-quick-brd.error strong {
  color: #b76973;
}
.alert-quick-brd.success {
  color: #79985b;
  background: #d8efc1 url(img/alert/brd/icon-success.png) no-repeat 8px 6px;
  border-top: 2px solid #b4d892;
}
.alert-quick-brd.success strong {
  color: #79985b;
}
.alert-quick-brd.info {
  color: #52889b;
  background: #b8e1f1 url(img/alert/brd/icon-info.png) no-repeat 8px 6px;
  border-top: 2px solid #a1c7d5;
}
.alert-quick-brd.info strong {
  color: #52889b;
}
.alert-quick-brd.notice,
.alert-quick-brd.warning {
  color: #b49133;
  background: #feebb7 url(img/alert/brd/icon-warning.png) no-repeat 8px 6px;
  border-top: 2px solid #e7d195;
}
.alert-quick-brd.notice strong,
.alert-quick-brd.warning strong {
  color: #b49133;
}
.alert-quick-brd .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1;
}
.alert-quick-brd .alert-close:hover {
  text-decoration: none;
}
.alert-quick-brd .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d";
}
.alert-quick-brd.error .alert-close {
  color: #b76973;
}
.alert-quick-brd.success .alert-close {
  color: #79985b;
}
.alert-quick-brd.info .alert-close {
  color: #52889b;
}
.alert-quick-brd.notice .alert-close {
  color: #b49133;
}
.Image_Wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
ul.gallery-grid-a {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
ul.gallery-grid-a li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  webkit-backface-visibility: hidden;
  webkit-tap-highlight-color: transparent;
  webkit-touch-callout: none;
  cursor: pointer;
}
ul.gallery-grid-a li img {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  vertical-align: bottom;
  max-height: auto;
  webkit-transform-style: preserve-3d;
}
ul.gallery-grid-a li:hover img,
ul.gallery-grid-a li:focus img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
ul.gallery-grid-a li .item-overlay {
  position: absolute;
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.2);
}
ul.gallery-grid-a li .item-overlay span {
  text-align: center;
  vertical-align: center;
  display: block;
}
ul.gallery-grid-a li .item-overlay span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
ul.gallery-grid-a.opacity {
  display: block;
}
ul.gallery-grid-a.opacity li {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.aside-box.spacer {
  margin-top: 16px;
}
.aside-box h3.head-aside-box {
  display: block;
  clear: both;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-bottom: 3px solid #1566b9;
  color: #1566b9;
  font-size: 18px;
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}
.aside-box.aside-right h3 {
  text-align: right;
}
.aside-box .in-top {
  display: block;
  clear: both;
}
.aside-box .in-top a.banner {
  display: block;
  clear: both;
  margin: 5px 0;
}
.btn-map {
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/middle/btn-map.jpg) no-repeat center top;
}
.btn-map:hover {
  background-position: center bottom;
}
.imp-list {
  display: block;
  clear: both;
  padding-bottom: 10px;
}
.imp-list li {
  position: relative;
  display: block;
  clear: both;
  text-align: left;
}
.imp-list li a {
  position: relative;
  display: block;
  clear: both;
  padding: 6px 10px 6px 20px;
  width: 100%;
  font-size: 11px;
  border-bottom: 1px solid #b1ddf2;
  color: #074463;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background: url(../img/middle/menu-point.png) no-repeat 7px center;
}
.imp-list li a:hover {
  background: #3a91cc;
}
.imp-list li a:hover span,
.imp-list li a:hover strong {
  color: #fff;
}
.imp-list li a span {
  color: #3f94c8;
  margin-right: 7px;
}
.imp-list li a strong {
  color: #074463;
}
.imp-list li a:last-child {
  border-bottom: none;
}
.c-head {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 45px;
  color: #ffffff;
  text-align: right;
}
.c-head h1,
.c-head h2,
.c-head i {
  line-height: 45px;
  font-weight: normal;
}
.c-head h1,
.c-head h2 {
  font-size: 18px;
  color: inherit;
  padding-right: 10px;
  padding-left: 10px;
}
.c-head span,
.c-head i {
  line-height: 45px;
  font-weight: normal;
}
.c-head span {
  font-size: 18px;
  color: inherit;
  padding-right: 10px;
}
.c-head.btn-left h1,
.c-head.btn-left h2 {
  padding-left: 70px;
}
.c-head .article-social {
  position: relative;
  display: block;
  float: left;
  padding: 2px 0 0 0;
}
.c-head .article-btns {
  display: block;
  float: left;
  padding: 0;
}
.c-head .artsoc-in {
  display: block;
  float: left;
}
.c-head .artsoc-in .fb-like {
  display: block;
  float: right;
  margin-top: -2px;
  margin-left: 15px;
}
.c-head .artsoc-in .fb-like.fb_iframe_widget {
  max-width: 300px;
  overflow: hidden;
}
.c-head .artsoc-in .addthis_toolbox {
  display: block;
  float: right;
  min-width: 150px;
}
.c-head a.rss,
.c-head a.print {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.c-head a.rss i,
.c-head a.print i {
  margin-right: 5px;
}
.c-head a.rss:hover,
.c-head a.print:hover,
.c-head a.rss:focus,
.c-head a.print:focus {
  background-color: #ffffff;
  color: #2f94fc;
}
.c-head a.print {
  right: 65px;
}
.c-head.dblue {
  background: #1566b9;
}
.c-head.blue {
  background: #2f94fc;
}
.c-head.icon i {
  float: left;
  padding-left: 10px;
}
.c-head.c-left {
  text-align: left;
}
.c-head.c-left span {
  padding-left: 10px;
}
.tabs-to-dropdown a,
.tabs-to-dropdown button,
.tabs-to-dropdown input[type=button] {
  ms-touch-action: manipulation;
  tap-highlight-color: transparent;
  text-decoration: none;
  touch-action: manipulation;
  webkit-tap-highlight-color: transparent;
}
.tabs-to-dropdown {
  background: #245cb1;
  position: relative;
  z-index: 20;
  border-top: 1px solid #ffffff;
}
.tabs-to-dropdown::after {
  background: linear-gradient(to right, rgba(45, 62, 80, 0) 0%, #245cb1 28%, #245cb1 100%);
  background: -moz-linear-gradient(left, rgba(45, 62, 80, 0) 0%, #245cb1 28%, #245cb1 100%);
  background: -ms-linear-gradient(left, rgba(45, 62, 80, 0) 0%, #245cb1 28%, #245cb1 100%);
  background: -o-linear-gradient(left, rgba(45, 62, 80, 0) 0%, #245cb1 28%, #245cb1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(45, 62, 80, 0)), color-stop(28%, #245cb1), color-stop(100%, #245cb1));
  background: -webkit-linear-gradient(left, rgba(45, 62, 80, 0) 0%, #245cb1 28%, #245cb1 100%);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
}
.tabs-to-dropdown > .tab-bar {
  margin-right: 46px;
  overflow: hidden;
  position: relative;
}
.tabs-to-dropdown > .tab-bar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 99999px;
}
.tabs-to-dropdown > .tab-bar > ul::after {
  clear: both;
  content: "";
  display: table;
}
.tabs-to-dropdown > .tab-bar > ul > li {
  display: inline-block;
  float: left;
  opacity: 1;
  visibility: visible;
}
.tabs-to-dropdown > .tab-bar > ul > li.ttd-hide {
  opacity: 0;
  visibility: hidden;
}
.tabs-to-dropdown > .tab-bar > ul > li > a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 45px;
  padding: 0 20px;
}
.tabs-to-dropdown > .tab-bar > ul > li > a:hover {
  background: #2f94fc;
  color: #ffffff;
}
.tabs-to-dropdown > .tab-bar > ul > li > a:active {
  color: rgba(25, 189, 155, 0.65);
}
.tabs-to-dropdown > .tab-bar > ul > li > a > i {
  color: #ffffff;
  font-size: 20px;
  padding: 0;
}
.tabs-to-dropdown > .tab-bar > ul > li.active {
  background: #2f94fc;
}
.tabs-to-dropdown > .tab-bar > ul > li.active:hover {
  opacity: .85;
}
.tabs-to-dropdown > .tab-bar > ul > li.active:active {
  opacity: .7;
}
.tabs-to-dropdown > .tab-bar > ul > li.active > a {
  color: #ffffff;
}
.tabs-to-dropdown > .dropdown > button.dropdown-toggle {
  background: none;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer!important;
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 20;
}
.tabs-to-dropdown > .dropdown.ttd-show > button.dropdown-toggle {
  opacity: 1;
  visibility: visible;
}
.tabs-to-dropdown > .dropdown > button.dropdown-toggle:hover {
  color: #2f94fc;
}
.tabs-to-dropdown > .dropdown > button.dropdown-toggle:active,
.tabs-to-dropdown > .dropdown.ttd-open > button.dropdown-toggle {
  color: rgba(25, 189, 155, 0.65);
}
.tabs-to-dropdown > .dropdown > ul {
  background: #245cb1;
  list-style: none;
  margin: 0;
  max-width: 300px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  visibility: hidden;
  z-index: 20;
}
.tabs-to-dropdown > .dropdown.ttd-open > ul {
  opacity: 1;
  top: 46px;
  visibility: visible;
}
.tabs-to-dropdown > .dropdown > ul > li {
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.tabs-to-dropdown > .dropdown.ttd-open > ul > li.ttd-show {
  max-height: 50px;
  opacity: 1;
  visibility: visible;
}
.tabs-to-dropdown > .dropdown > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs-to-dropdown > .dropdown.ttd-open > ul > li > a:hover {
  background: #245cb1;
}
.tabs-to-dropdown > .dropdown.ttd-open > ul > li > a:active {
  background: #245cb1;
}
.tabs-to-dropdown > .tab-bar > ul > li,
.tabs-to-dropdown > .tab-bar > ul > li > a,
.tabs-to-dropdown > .tab-bar > ul > li > a > .fa,
.tabs-to-dropdown > .dropdown > button.dropdown-toggle,
.tabs-to-dropdown > .dropdown,
.tabs-to-dropdown > .dropdown > ul,
.tabs-to-dropdown > .dropdown > ul > li,
.tabs-to-dropdown > .dropdown > ul > li > a {
  moz-transition: all .2s ease;
  ms-transition: all .2s ease;
  o-transition: all .2s ease;
  transition: all .2s ease;
  webkit-transition: all .2s ease;
}
.tabs-to-dropdown > .tab-bar > ul > li.active:active,
.tabs-to-dropdown a:active,
.tabs-to-dropdown button:active,
.tabs-to-dropdown input[type=button] {
  moz-transition: none!important;
  ms-transition: none!important;
  o-transition: all 0 ease!important;
  transition: none!important;
  webkit-transition: none!important;
}
.elemental-slider-wrp {
  display: block;
  clear: both;
  width: 100%;
  marign: 20px 0 0 0;
  padding: 15px 0 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.elemental-slider {
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto;
  height: 400px;
  margin-bottom: 40px;
  overflow: hidden;
  background: #ffffff;
}
.elemental-slider .scard-images-wrp {
  padding-left: 15px;
}
.elemental-slider.slider-elem-wrp img {
  float: left;
  height: 400px;
  margin-right: 20px;
  width: 620px;
}
.elemental-card {
  overflow: hidden;
  padding-right: 15px;
}
.elemental-card li {
  border-left: 3px solid #e5e5e5;
  height: 85px;
  margin-bottom: 20px;
  padding-left: 18px;
}
.elemental-card li:last-child {
  margin-bottom: 0;
}
.elemental-card li.active {
  border-left: 3px solid #1566b9;
}
.elemental-card li:hover {
  border-left: 3px solid #1566b9;
  -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;
}
.elemental-card li .scard-text h3 a {
  color: #1566b9;
  display: block;
  font-size: 18px;
}
.elemental-card li .scard-text span.scard-meta {
  color: #999999;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 996px) {
  .elemental-slider-wrp,
  .elemental-slider {
    width: 100%;
  }
  .elemental-slider {
    height: 271px;
  }
  .elemental-slider .scard-images-wrp img {
    height: 271px;
    margin-right: 10px;
    width: 420px;
  }
  .elemental-card li {
    height: 60px;
    margin-bottom: 10px;
    padding-left: 14px;
  }
  .elemental-card li .scard-text h3 a {
    font-size: 14px;
  }
  .elemental-card li .scard-text span.scard-meta {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .elemental-slider {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .elemental-slider .scard-images-wrp {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .elemental-slider.slider-elem-wrp img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: -100px;
  }
  .elemental-card {
    padding-right: 0;
  }
  .elemental-card li {
    background: #ffffff;
    border-left: 1px solid #1566b9;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 18px;
  }
  .elemental-card li .scard-text h3 a {
    color: #1566b9;
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
  }
  .elemental-card li .scard-text span.scard-meta {
    display: none;
  }
  .elemental-card li.active {
    background: #1566b9;
  }
  .elemental-card li.active .scard-text h3 a {
    color: #ffffff;
  }
}
@media (max-width: 650px) {
  .elemental-slider {
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .elemental-slider .scard-images-wrp {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .elemental-slider.slider-elem-wrp img {
    margin-top: -100px;
  }
}
.hot-news-module-wrp {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
.hot-news-module-wrp.full-width {
  width: 100%;
}
.hot-news-module-wrp.marg-bt-10 {
  margin: 10px 0;
}
.hot-news-module-wrp.no-marg {
  padding: 0;
}
.hot-news-module-wrp.no-padd {
  margin: 0;
}
.hot-news-module-wrp .shadow-bottom {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 17px;
  background: url("../img/slider2/shadow.png") no-repeat center top;
}
.hot-news-module {
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto;
}
.full-width .hot-news-module {
  width: 100%;
}
.hnm-left-col {
  float: left;
  width: 50%;
}
.hnm-left-col .hnm-inside {
  display: block;
  padding: 0 10px;
}
.full-width .hnm-left-col .hnm-inside {
  margin-bottom: 10px;
}
.hnm-left-col .hnm-item h3 {
  margin-top: 5px;
}
.hnm-left-col .hnm-item h3 a {
  color: #1566b9;
}
.hnm-middle-col {
  float: left;
  width: 25%;
}
.hnm-middle-col .hnm-inside {
  display: block;
  padding: 0 10px;
}
.hnm-middle-col .hnm-item {
  margin-bottom: 10px;
}
.hnm-middle-col .hnm-item h3 {
  margin-top: 5px;
}
.hnm-middle-col .hnm-item h3 a {
  color: #292929;
  font-size: 16px;
  line-height: 22px;
}
.hnm-middle-col .hnm-item span.hnm-date {
  margin-top: -10px;
}
.hnm-right-col {
  float: left;
  width: 25%;
}
.hnm-right-col .hnm-inside {
  display: block;
  padding: 0 10px;
}
.hnm-right-col h3 {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.hnm-right-col h4 a {
  color: #414141;
  display: block;
  line-height: 19px;
  margin-bottom: 7px;
}
.hnm-right-col h4 a:hover {
  text-decoration: underline;
}
.hnm-right-col span {
  color: #999999;
  display: block;
  font-size: 11px;
  margin-bottom: 20px;
}
.hnm-item-image a {
  padding: 0!important;
  margin: 0!important;
}
.hnm-item-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.hnm-item-image a img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hnm-item-image a:hover img {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.hnm-item-image a:hover img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.hnm-image-grad {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 77;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/gradients/slide_above_bg-long.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hnm-image-grad:hover {
  background-position: center -400px;
}
.hnm-right-col .hnm-item .hnm-image-grad {
  background-size: 100% 100%!important;
}
.hnm-item {
  overflow: hidden;
}
.hnm-item p {
  margin-bottom: 5px;
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}
.hnm-item span.hnm-date {
  display: block;
  color: #aaaaaa;
  font-size: 11px;
}
.hnm-item h3 a {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  word-wrap: break-word;
}
.hnm-item h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 996px) {
  .hot-news-module-wrp {
    width: 100%;
  }
  .hot-news-module {
    width: 100%;
  }
  .hot-news-module .hnm-left-col {
    width: 50%;
  }
  .hot-news-module .hnm-left-col .hnm-inside {
    display: block;
    padding-left: 10px;
  }
  .hot-news-module .hnm-left-col .hnm-item .hnm-item-image img {
    max-height: 280px;
    max-width: 460px;
  }
  .hot-news-module .hnm-middle-col {
    width: 25%;
  }
  .hot-news-module .hnm-middle-col .hnm-item .hnm-item-image img {
    height: 140px;
    width: 220px;
  }
  .hot-news-module .hnm-right-col {
    width: 25%;
  }
  .hot-news-module .hnm-right-col .hnm-inside {
    display: block;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .hot-news-module-wrp {
    width: 100%;
  }
  .hot-news-module {
    width: 100%;
  }
  .hot-news-module .hnm-left-col {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  .hot-news-module .hnm-left-col .hnm-inside {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hot-news-module .hnm-left-col .hnm-item .hnm-item-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .hot-news-module .hnm-middle-col {
    float: left;
    width: 50%;
  }
  .hot-news-module .hnm-middle-col .hnm-inside {
    padding-left: 10px;
  }
  .hot-news-module .hnm-middle-col .hnm-item .hnm-item-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .hot-news-module .hnm-right-col {
    float: right;
    width: 48%;
  }
  .hot-news-module .hnm-right-col .hnm-inside {
    padding-right: 10px;
  }
}
#lightwrap {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#lightbg {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#lightwrap img {
  display: none;
  position: absolute;
  z-index: 999;
}
#lightzoomed {
  opacity: 0;
}
#off-screen {
  opacity: 0;
  position: fixed;
  right: 100%;
  z-index: 999;
}
.acticle-header {
  display: block;
  clear: both;
  margin-bottom: 0px;
}
.acticle-header .article-title {
  padding: 0;
  margin-top: -5px;
}
.acticle-header h1 {
  display: block;
  clear: both;
  padding: 10px 40px 0 0;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #333333;
}
.acticle-header .article-image {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
}
.acticle-header .article-image img {
  max-width: 100%;
}
.acticle-header .article-image.marg-top {
  margin-top: 10px;
}
.acticle-header .article-image.marg-btm {
  margin-bottom: 10px;
}
.acticle-header .article-image.sized {
  position: relative;
  height: auto;
}
.acticle-header .article-image.sized img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.acticle-header .article-meta {
  margin-top: -20px;
}
.acticle-header .article-meta .post-format {
  background: #f5f5f5;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  position: absolute;
  right: -10px;
  top: -25px;
}
.acticle-header .article-meta .post-format i {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #dddddd;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.acticle-header .article-meta .posted-on {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.acticle-header .article-meta .posted-on a {
  color: #aaaaaa;
}
.acticle-header .article-meta .posted-on a:hover {
  color: #7cc576;
  text-decoration: none;
}
.acticle-header .article-meta .posted-on i {
  font-size: 14px;
  margin-right: 2px;
  text-decoration: none;
}
.acticle-header .article-details {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  margin: 0 -10px;
}
.acticle-header .article-details.border-bottom {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #ececec;
}
.acticle-header .article-date {
  float: left;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #2e2e2e;
}
.acticle-header .article-date i {
  margin-right: 10px;
}
.acticle-header .article-date span {
  font-size: 11px;
  color: #767676;
}
.acticle-header .article-date a.btn-all {
  display: inline-block;
  margin-left: 50px;
  margin-top: -1px;
  padding: 5px 5px;
  font-size: 11px;
  line-height: 11px;
  background: #1566b9;
  color: #ffffff;
}
.acticle-header .article-date a.btn-all:hover {
  background: #ffffff;
  color: #1566b9;
}
.acticle-header .article-options {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
.acticle-header .article-options .ao-btn {
  float: right;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #656565;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.acticle-header .article-options .ao-btn.back {
  background: transparent;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin: -5px -5px -5px 5px;
}
.acticle-header .article-options .ao-btn.back i {
  padding-right: 3px;
}
.acticle-header .article-options .ao-btn.back:hover {
  background: #ffffff;
  color: #1566b9;
}
.acticle-header .artsoc-in {
  display: block;
  float: right;
}
.article-container {
  display: block;
  clear: both;
  padding: 0 10px;
}
.pliki-do-pobrania {
  margin: 0;
  padding: 0;
}
.pliki-do-pobrania li {
  position: relative;
  display: block;
  clear: both;
  padding: 5px;
  border-bottom: 1px solid #aaaaaa;
  margin-left: 0;
}
.pliki-do-pobrania li strong {
  font-weight: normal;
}
.pliki-do-pobrania li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 0;
  min-height: 53px;
  text-decoration: none;
  color: #414141;
}
.pliki-do-pobrania li a i.file-ext-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center 5px;
}
.pliki-do-pobrania li a[href*=".doc"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-doc.png);
}
.pliki-do-pobrania li a[href*=".docx"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-doc.png);
}
.pliki-do-pobrania li a[href*=".pdf"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-pdf.png);
}
.pliki-do-pobrania li a[href*=".ods"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-ods.png);
}
.pliki-do-pobrania li a[href*=".odt"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-odt.png);
}
.pliki-do-pobrania li a[href*=".xls"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-xls.png);
}
.pliki-do-pobrania li a[href*=".zip"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-zip.png);
}
.pliki-do-pobrania li a[href*=".ppt"] i.file-ext-icon {
  background-image: url(../img/support/file-ext-ppt.png);
}
.pliki-do-pobrania li strong {
  display: block;
  padding: 0 0 0 60px;
  font-size: 14px;
}
.pliki-do-pobrania li strong span {
  display: block;
  clear: both;
  font-size: 12px;
}
.pliki-do-pobrania li a:hover,
.pliki-do-pobrania li a:hover strong {
  color: #fff;
}
.pliki-do-pobrania li a[href*=".doc"]:hover {
  background: #0085d4;
}
.pliki-do-pobrania li a[href*=".docx"]:hover {
  background: #0085d4;
}
.pliki-do-pobrania li a[href*=".pdf"]:hover {
  background: #e14b4e;
}
.pliki-do-pobrania li a[href*=".ods"]:hover {
  background: #0f914a;
}
.pliki-do-pobrania li a[href*=".odt"]:hover {
  background: #00a0d4;
}
.pliki-do-pobrania li a[href*=".xls"]:hover {
  background: #81c48f;
}
.pliki-do-pobrania li a[href*=".zip"]:hover {
  background: #d4965a;
}
.pliki-do-pobrania li a[href*=".ppt"]:hover {
  background: #f1592a;
}
.article-content {
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  padding: 0;
}
.article-content.padding-top {
  padding-top: 10px;
}
.article-content.p-indent p {
  text-indent: 10px;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content p,
.article-content pre {
  display: block;
  clear: both;
  background: transparent!important;
}
.article-content h2 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 6px 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbdbdb;
}
.article-content h3 {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.article-content h4 {
  color: #2e2e2e;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.article-content p {
  height: auto;
  padding-bottom: 15px;
  color: #2e2e2e;
}
.article-content blockquote p {
  border-left: 3px solid #0055a0;
  padding: 0 18px;
  background: transparent;
  font-style: italic;
  color: #686868;
  font-size: 18px;
  line-height: 28px;
}
.article-content b,
.article-content strong {
  font-weight: bold;
}
.article-content i,
.article-content em {
  font-style: italic;
}
.article-content i.fa {
  font-style: normal;
}
.article-content ul {
  margin-bottom: 14px;
}
.article-content ul li {
  list-style: square;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 3px 0;
}
.article-content ol {
  margin-bottom: 14px;
}
.article-content ol li {
  list-style: decimal;
  margin-left: 20px;
}
.article-content ul li,
.article-content ol li {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.article-content a {
  color: #2f94fc;
  text-decoration: underline;
}
.article-content a:hover {
  text-decoration: none;
  color: #11346a !important;
}
.article-content a.art-icon-pdf {
  background: url(../img/icons-docs/icons-small-pdf.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-doc {
  background: url(../img/icons-docs/icons-small-doc.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-mov {
  background: url(../img/icons-docs/icons-small-mov.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-img {
  background: url(../img/icons-docs/icons-small-img.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-mp3 {
  background: url(../img/icons-docs/icons-small-mp3.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-ppt {
  background: url(../img/icons-docs/icons-small-ppt.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-zip {
  background: url(../img/icons-docs/icons-small-zip.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-rar {
  background: url(../img/icons-docs/icons-small-rar.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-url {
  background: url(../img/icons-docs/icons-small-url.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-xls {
  background: url(../img/icons-docs/icons-small-xls.png) no-repeat left center;
  padding-left: 20px;
}
.article-content a.art-icon-pdf {
  color: #a72d2d;
  text-decoration: none;
}
.article-content a.art-icon-doc {
  color: #29699d;
  text-decoration: none;
}
.article-content a.art-icon-mov {
  color: #b53737;
  text-decoration: none;
}
.article-content a.art-icon-img {
  color: #2a71a8;
  text-decoration: none;
}
.article-content a.art-icon-mp3 {
  color: #c66900;
  text-decoration: none;
}
.article-content a.art-icon-ppt {
  color: #be5515;
  text-decoration: none;
}
.article-content a.art-icon-zip {
  color: #808080;
  text-decoration: none;
}
.article-content a.art-icon-rar {
  color: #808080;
  text-decoration: none;
}
.article-content a.art-icon-url {
  color: #006ea0;
  text-decoration: none;
}
.article-content a.art-icon-xls {
  color: #429030;
  text-decoration: none;
}
.article-content a.art-bigicon-pdf {
  background: #ededed url(../img/icons-docs/icons-small-pdf.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #d0d0d0;
}
.article-content a.art-bigicon-pdf:hover {
  background-color: #f05050;
  color: #fff!important;
}
.article-content a.art-bigicon-doc {
  background: #ededed url(../img/icons-docs/icons-small-doc.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #29699d;
}
.article-content a.art-bigicon-doc:hover {
  background-color: #3f8dcc;
  color: #fff!important;
}
.article-content a.art-bigicon-mov {
  background: #ededed url(../img/icons-docs/icons-small-mov.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #b53737;
}
.article-content a.art-bigicon-mov:hover {
  background-color: #dd4a4a;
  color: #fff!important;
}
.article-content a.art-bigicon-img {
  background: #ededed url(../img/icons-docs/icons-small-img.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #2a71a8;
}
.article-content a.art-bigicon-img:hover {
  background-color: #4598d9;
  color: #fff!important;
}
.article-content a.art-bigicon-mp3 {
  background: #ededed url(../img/icons-docs/icons-small-mp3.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #c66900;
}
.article-content a.art-bigicon-mp3:hover {
  background-color: #ff8800;
  color: #fff!important;
}
.article-content a.art-bigicon-ppt {
  background: #ededed url(../img/icons-docs/icons-small-ppt.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #be5515;
}
.article-content a.art-bigicon-ppt:hover {
  background-color: #f87626;
  color: #fff!important;
}
.article-content a.art-bigicon-zip {
  background: #ededed url(../img/icons-docs/icons-small-zip.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #808080;
}
.article-content a.art-bigicon-zip:hover {
  background-color: #acacac;
  color: #fff!important;
}
.article-content a.art-bigicon-rar {
  background: #ededed url(../img/icons-docs/icons-small-rar.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #808080;
}
.article-content a.art-bigicon-rar:hover {
  background-color: #acacac;
  color: #fff!important;
}
.article-content a.art-bigicon-url {
  background: #ededed url(../img/icons-docs/icons-small-url.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #006ea0;
}
.article-content a.art-bigicon-url:hover {
  background-color: #00a0e9;
  color: #fff!important;
}
.article-content a.art-bigicon-xls {
  background: #ededed url(../img/icons-docs/icons-small-xls.png) no-repeat 10px center;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #429030;
}
.article-content a.art-bigicon-xls:hover {
  background-color: #62c14c;
  color: #fff!important;
}
.article-content a.art-bigicon-pdf {
  color: #a72d2d;
  text-decoration: none;
}
.article-content a.art-bigicon-doc {
  color: #29699d;
  text-decoration: none;
}
.article-content a.art-bigicon-mov {
  color: #b53737;
  text-decoration: none;
}
.article-content a.art-bigicon-img {
  color: #2a71a8;
  text-decoration: none;
}
.article-content a.art-bigicon-mp3 {
  color: #c66900;
  text-decoration: none;
}
.article-content a.art-bigicon-ppt {
  color: #be5515;
  text-decoration: none;
}
.article-content a.art-bigicon-zip {
  color: #808080;
  text-decoration: none;
}
.article-content a.art-bigicon-rar {
  color: #808080;
  text-decoration: none;
}
.article-content a.art-bigicon-url {
  color: #006ea0;
  text-decoration: none;
}
.article-content a.art-bigicon-xls {
  color: #429030;
  text-decoration: none;
}
.article-content strong a {
  font-weight: bold;
  text-transform: uppercase;
}
.article-content table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}
.article-content table tr {
  vertical-align: top;
}
.article-content table thead td,
.article-content table tr th {
  font-weight: bold;
}
.article-content table tr td:first-child {
  color: #2e2e2e;
}
.article-content table,
.article-content table th,
.article-content table td {
  padding: 3px;
}
.article-content table tr td {
  font-size: 14px;
}
.article-content table tr td img {
  margin: 0 auto;
}
.article-content img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 5px 10px 10px 0;
  border: none;
  box-shadow: none;
}
.article-content img[rel=zoom] {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
.article-content img[align=left] {
  margin: 5px 10px 10px 0;
}
.article-content img[align=right] {
  margin: 5px 0 10px 10px;
}
.article-content img[align=left],
.article-content img[align=right] {
  max-width: 50%;
}
.article-content .img-max-width-40 img[align=left],
.article-content .img-max-width-40 img[align=right] {
  max-width: 40%;
}
.article-content .img-max-width-50 img[align=left],
.article-content .img-max-width-50 img[align=right] {
  max-width: 50%;
}
.article-content .img-max-width-60 img[align=left],
.article-content .img-max-width-60 img[align=right] {
  max-width: 60%;
}
.article-content hr {
  display: block;
  clear: both;
  background: #cccccc;
  border: none;
  height: 1px;
  margin: 10px 0;
}
.article-content code,
.article-content code p {
  display: block;
  clear: both;
  margin: 10px 0 10px 10px;
  padding: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 19px;
  background: #ededed;
  border-left: 3px solid #505253;
  color: #686868;
}
.article-content pre {
  background: #dadada;
  color: #686868;
  font-size: 12px;
  line-height: 19px;
  padding: 5px;
}
.big-cal-module {
  width: 100%;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.big-cal-module .bcm-inner {
  margin-bottom: 20px;
}
.cal-module {
  width: 100%;
  background: #ddebff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cal-module #container_cal {
  position: relative;
  padding: 5px 0 10px 0;
  margin: 0 auto;
}
#event-big-cal-cont {
  display: block;
}
.ical-js-widget {
  position: relative;
  margin: 0 auto;
  min-height: 50px;
  width: 100%;
  color: #074463;
  font-size: 11px;
}
.ical-js-widget #nav-calendar {
  margin: 0 auto;
  min-height: 50px;
  width: 100%;
  color: #074463;
  padding-bottom: 26px;
}
.ical-js-widget #year,
.ical-js-widget #month {
  text-align: center;
}
.ical-js-widget .month-year {
  display: inline-block;
}
.ical-js-widget #year {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}
.ical-js-widget #month {
  padding-top: 10px;
  font-size: 25px;
  line-height: 19px;
}
.ical-js-widget .fa {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ical-js-widget .fa:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ical-js-widget #year-left-arrow,
.ical-js-widget #year-right-arrow {
  cursor: pointer;
  display: inline-block;
  height: 19px;
  font-size: 17px;
  line-height: 19px;
}
.ical-js-widget #year-left-arrow {
  margin-right: 15px;
  margin-left: 20px;
}
.ical-js-widget #year-right-arrow {
  margin-left: 15px;
  margin-right: 20px;
}
.ical-js-widget #currentyear {
  width: 200px;
}
.ical-js-widget #month-left-arrow,
.ical-js-widget #month-right-arrow {
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-top: 1px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  width: 23px;
}
.ical-js-widget #month-left-arrow:hover,
.ical-js-widget #month-right-arrow:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ical-js-widget #currentmonth {
  font-size: 22px;
}
.ical-js-widget #week-days {
  height: 25px;
}
.ical-js-widget #separator {
  border-spacing: 0 10px;
  height: 6px!important;
  margin: 5px 0 0 0;
  padding: 0;
  width: 100%;
}
.ical-js-widget #clear-separator {
  height: 12px!important;
}
.ical-js-widget .today {
  cursor: default;
}
.ical-js-widget .date_has_event {
  position: relative;
  cursor: pointer;
}
.ical-js-widget.smallv #month-left-arrow {
  float: left;
  margin-left: 15px;
}
.ical-js-widget.smallv #month-right-arrow {
  float: right;
  margin-right: 15px;
}
.ical-js-widget.smallv #year {
  border-bottom: 1px solid #cce2ff;
  padding-top: 5px;
}
.ical-js-widget.smallv #separator {
  border-bottom: 1px solid #cce2ff;
}
.ical-js-widget.smallv .today > span {
  background-color: #2f94fc;
  color: #ffffff;
}
.ical-js-widget.smallv .date_has_event {
  background-color: #074463;
  color: #ffffff;
}
.ical-js-widget.smallv table {
  border-collapse: separate;
  border-spacing: 8px 0px;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.smallv table td {
  height: 29px;
  padding-top: 1px;
  width: 14,2857%;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.smallv table td a {
  color: #fff;
}
.ical-js-widget.smallv table tr.no_marg {
  height: 1px;
}
.ical-js-widget.smallv table th {
  font-size: 10px;
  font-weight: normal;
  width: 14,2857%;
}
.ical-js-widget.smallv .date_has_event > a {
  background-color: #074463;
  color: #ffffff;
}
.ical-js-widget.smallv .date_has_event > a.selected {
  background: #fa4c2a !important;
}
.ical-js-widget.smallv table td,
.ical-js-widget.smallv table th {
  width: 14,2857%;
  text-align: center;
}
.ical-js-widget.smallv table span,
.ical-js-widget.smallv table a {
  position: relative;
  display: block;
  padding: 10px 0;
  min-width: 29px;
  width: 100%;
  margin: 0 auto;
  color: #074463;
}
.ical-js-widget.smallv table span:hover,
.ical-js-widget.smallv table a:hover,
.ical-js-widget.smallv table span:focus,
.ical-js-widget.smallv table a:focus {
  background: #074463;
  color: #ffffff;
}
.ical-js-widget.smallv table span i.qty,
.ical-js-widget.smallv table a i.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px!important;
  font-size: 11px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fa4c2a;
  border: 2px solid #ffffff;
}
.ical-js-widget.smallv table td > a {
  color: #fff;
}
.ical-js-widget.smallv table tr.no_marg {
  height: 1px;
  border: none;
}
.ical-js-widget.bigv #month-left-arrow,
.ical-js-widget.bigv #month-right-arrow,
.ical-js-widget.bigv #currentmonth,
.ical-js-widget.bigv #currentyear {
  height: 30px;
}
.ical-js-widget.bigv #month-left-arrow {
  margin-right: 15px;
  font-size: 17px;
  line-height: 26px;
}
.ical-js-widget.bigv #month-right-arrow {
  margin-left: 15px;
  font-size: 17px;
  line-height: 26px;
}
.ical-js-widget.bigv #year {
  border-bottom: 1px solid #e0e0e0;
}
.ical-js-widget.bigv #separator {
  border-bottom: 1px solid #e0e0e0;
}
.ical-js-widget.bigv #currentmonth {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #074463;
}
.ical-js-widget.bigv #currentyear {
  margin-left: 15px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  color: #074463;
}
.ical-js-widget.bigv .today > span {
  background-color: #2f94fc;
  color: #ffffff;
}
.ical-js-widget.bigv .date_has_event > a {
  background-color: #074463;
  color: #ffffff;
}
.ical-js-widget.bigv .date_has_event > a.selected {
  background: #fa4c2a !important;
}
.ical-js-widget.bigv table {
  border-collapse: collapse;
  border-spacing: 8px 0px;
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  vertical-align: center!important;
}
.ical-js-widget.bigv table td,
.ical-js-widget.bigv table th {
  width: 14,2857%;
  text-align: center;
}
.ical-js-widget.bigv table span,
.ical-js-widget.bigv table a {
  position: relative;
  display: block;
  padding: 10px 0;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  color: #074463;
}
.ical-js-widget.bigv table span:hover,
.ical-js-widget.bigv table a:hover,
.ical-js-widget.bigv table span:focus,
.ical-js-widget.bigv table a:focus {
  background: #074463;
  color: #ffffff;
}
.ical-js-widget.bigv table span i.qty,
.ical-js-widget.bigv table a i.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px!important;
  font-size: 11px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fa4c2a;
  border: 2px solid #ffffff;
}
.ical-js-widget.bigv table td {
  height: 29px;
  padding: 5px 0;
  vertical-align: center!important;
}
.ical-js-widget.bigv table td > a {
  color: #fff;
}
.ical-js-widget.bigv table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.ical-js-widget.bigv table tr.no_marg {
  height: 1px;
  border: none;
}
.ical-js-widget.bigv table th {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
}
.ical-js-widget .events ul {
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
}
.ical-js-widget .events li {
  padding-bottom: 5px;
}
.ical-js-widget .events li span {
  color: #fff;
  display: block;
  font-size: 12px;
}
.ical-js-widget .events li span.title {
  color: #fff;
}
.icon-wth-temp {
  background-image: url(../img/weather/icon-temp.png);
}
.icon-wth-kropla {
  background-image: url(../img/weather/icon-small-kropla.png);
}
.icon-wth-wiatr {
  background-image: url(../img/weather/icon-small-wiatr.png);
}
.weather-forecast .today {
  display: block;
  padding: 0 10px;
  text-align: right;
  font-size: 12px;
  color: #074463;
}
.weather-icon-temp {
  display: block;
  float: left;
  width: 180px;
}
.weather-icon-temp .wicon {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 55px;
}
.weather-icon-temp .wicon span.w_fs {
  font-size: 44px;
}
.weather-icon-temp .temp {
  display: block;
  float: left;
  width: 50%;
  font-size: 24px;
  color: #333333;
  height: 22px;
  line-height: 22px;
  padding-left: 10px;
}
.weather-icon-temp .temp span {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  padding-bottom: 5px;
}
.weather-icon-temp .temp i.icon-wth-temp {
  display: block;
  float: left;
  width: 13px;
  height: 22px;
  margin-right: 4px;
  background: url(../img/weather/icon-temp.png) no-repeat;
}
#icon-weahther {
  display: block;
  margin-top: 6px;
  padding-left: 10px;
  width: 60px;
  font-size: 90px;
}
.weather-sf-btn {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
}
.weather-sf-btn a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
}
.weather-sf-btn a i {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}
.weather-sf-btn a:hover {
  background: #2f94fc;
  color: #fff;
}
.weather-data {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  padding-top: 10px;
  background: url(../img/weather/bg-shadow-top.png) repeat-x center top;
}
.weather-details {
  display: block;
  float: right;
  width: 92px;
  color: #898989;
  padding-top: 10px;
}
.weather-details .humidity {
  display: block;
  clear: both;
  width: 100%;
  height: 15px;
  padding-top: 10px;
}
.weather-details .humidity .percent {
  font-size: 12px;
  float: left;
}
.weather-details .humidity .percent i {
  display: block;
  float: left;
  width: 19px;
  height: 15px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.weather-details .wind {
  display: block;
  clear: both;
  width: 100%;
  height: 15px;
}
.weather-details .wind .speed {
  font-size: 12px;
  float: left;
}
.weather-details .wind .speed span {
  font-size: 12px;
}
.weather-details .wind .speed i {
  display: block;
  float: left;
  width: 19px;
  height: 15px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.weather-nextdays {
  display: block;
  clear: both;
  padding: 0 0 10px 0;
  height: auto;
}
.weather-nextdays .day {
  display: block;
  float: left;
  width: 33.33333%;
  text-align: center;
  padding-top: 10px;
}
.weather-nextdays .day .icon span {
  display: block;
  clear: both;
  font-size: 36px;
}
.weather-nextdays .day span {
  display: block;
  clear: both;
  font-size: 13px;
  color: #333;
}
/* #### - MULTIBANNER - ############################################################################################################################# */
.extra_iap_slider {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.extra_iap_slider.eiap_sl_main {
  margin-bottom: 10px;
}
.extra_iap_slider.eiap_sl_main2 {
  margin-top: 10px;
  margin-bottom: 9px;
}
.extra_iap_slider .extra_iap_swrp {
  position: relative;
  display: block;
  clear: both;
  margin: 0!important;
  padding: 0!important;
  top: 0px !important;
}
.extra_iap_slider .extra_iap_swrp ul {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  clear: both;
  z-index: 2;
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: auto!important;
}
.extra_iap_slider .extra_iap_swrp ul li {
  display: block;
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: auto!important;
}
.extra_iap_slider .extra_iap_swrp ul li a {
  display: block;
  clear: both;
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
  height: auto!important;
}
.extra_iap_slider .extra_iap_swrp ul li img,
.extra_iap_slider .extra_iap_swrp ul li a img {
  display: block;
  clear: both;
  border: 0px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%!important;
  height: auto!important;
}
.extra_iap_slider div#extra_iap_slider_bubble_cont {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  z-index: 3;
  background: url(../img/content/multibanner_bg_bottom.jpg) repeat 0 0;
  height: 36px!important;
}
.extra_iap_slider ul#extra_iap_slider_bubbles {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 10px;
  z-index: 3;
}
.extra_iap_slider ul#extra_iap_slider_bubbles.iap_top_belt {
  padding: 0px;
}
.extra_iap_slider ul#extra_iap_slider_bubbles li,
.extra_iap_slider ul#extra_iap_slider_bubbles li a {
  display: block;
  float: left;
  margin: 0 4px;
  width: 16px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #d2e6f3;
}
.extra_iap_slider ul#extra_iap_slider_bubbles li.active a {
  color: #1f86c9;
  background: #d2e6f3;
}
.extra_iap_slider .extra_iap_details {
  position: absolute;
  bottom: 36px;
  left: 0px;
  display: block;
  height: 50px;
  width: 335px;
  background: url(../img/content/multibanner_bg_text.png) repeat;
  z-index: 4;
  overflow: hidden;
}
.extra_iap_slider .extra_iap_details span#exiap_title {
  display: block;
  position: releative;
  padding: 5px 0 0 10px!important;
  color: #d2e6f3;
  text-shadow: none;
  font-size: 13px;
  text-align: left;
}
.extra_iap_slider .extra_iap_details span#exiap_text {
  display: block;
  position: releative;
  padding: 2px 0 0 15px!important;
  color: #d2e6f3;
  text-shadow: none;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
ul.submenu-list {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
ul.submenu-list li {
  position: relative;
  display: block;
  clear: both;
  text-align: left;
}
ul.submenu-list li .submenu-arrow-down {
  cursor: pointer;
  position: absolute;
  width: 20px;
  text-align: center;
  height: 20px;
  right: 5px;
  top: 8px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #cbe1f8;
}
ul.submenu-list li a {
  position: relative;
  display: block;
  clear: both;
  padding: 6px 0;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #b1ddf2;
  color: #074463;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background: url(../img/middle/menu-point.png) no-repeat 7px center;
}
ul.submenu-list li a:hover {
  background: #3a91cc;
  color: #ffffff;
}
ul.submenu-list li a span {
  position: relative;
  display: block;
  padding-left: 15px;
}
ul.submenu-list li a.active,
ul.submenu-list li a.active:hover {
  background: #3a91cc;
  color: #ffffff !important;
}
ul.submenu-list li a.active i {
  display: block;
  background: url(../img/middle/menu-point.png) no-repeat left center;
}
ul.submenu-list li a:before {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg) scale(1.3);
  -moz-transform: rotate(180deg) scale(1.3);
  -ms-transform: rotate(180deg) scale(1.3);
  -o-transform: rotate(180deg) scale(1.3);
  transform: rotate(180deg) scale(1.3);
}
ul.submenu-list li a.active:before {
  left: 7px;
  top: 50%;
  margin-top: -6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
ul.submenu-list li a:hover:before {
  left: 7px;
  top: 50%;
  margin-top: -6px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
ul.submenu-list li a.mparent:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  font-family: 'FontAwesome';
  content: "\f103";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #cbe1f8;
}
ul.submenu-list ul {
  display: block;
  clear: both;
}
ul.submenu-list li a {
  padding-left: 5px;
  background: url(../img/middle/menu-point.png) no-repeat 7px center;
}
ul.submenu-list ul li a {
  padding-left: 15px;
  background: url(../img/middle/menu-point.png) no-repeat 17px center;
}
ul.submenu-list ul li li a {
  background: url(../img/middle/menu-point.png) no-repeat 27px center;
  padding-left: 25px;
  border-bottom: 1px solid #85caeb;
}
ul.submenu-list ul li li li a {
  background: url(../img/middle/menu-point.png) no-repeat 37px center;
  padding-left: 35px;
}
ul.submenu-list li a:hover {
  padding-left: 10px;
}
ul.submenu-list ul li a:hover {
  padding-left: 20px;
}
ul.submenu-list ul li li a:hover {
  padding-left: 30px;
}
ul.submenu-list ul li li li a:hover {
  padding-left: 40px;
}
ul.submenu-list ul {
  display: none;
}
ul.submenu-list li.active > ul {
  display: block;
}
.footer-wrp {
  display: block;
  width: 100%;
}
.footer-wrp-in {
  display: block;
  width: 100%;
}
.footer-wrp-in.fmenu {
  background: #2f94fc;
  height: 50px;
}
.footer-wrp-in .footer {
  position: relative;
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto;
}
.footer-wrp-in .foot-nav {
  display: block;
  float: left;
  width: auto;
  padding: 10px 0;
}
.footer-wrp-in .foot-nav ul {
  display: block;
  height: 30px;
  line-height: 30px;
}
.footer-wrp-in .foot-nav ul li {
  float: left;
}
.footer-wrp-in .foot-nav ul li a {
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.footer-wrp-in a.ftbn-back {
  position: relative;
  float: right;
  display: block;
  height: 50px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #6eb4fd;
}
.footer-wrp-in a.ftbn-back span {
  padding-left: 30px;
}
.footer-wrp-in a.ftbn-back i {
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 24px;
}
.footer-wrp-in a.ftbn-back:hover {
  background: #1566b9;
}
.footer-wrp-in a.scrollup {
  position: relative;
  float: right;
  display: block;
  height: 50px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
.footer-wrp-in a.scrollup span {
  padding-right: 30px;
}
.footer-wrp-in a.scrollup i {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 24px;
}
.footer-wrp-in a.scrollup:hover {
  background: #1566b9;
}
.footer-wrp-in.furzad {
  background: #fff;
  min-height: 100px;
  padding: 15px 0;
}
.footer-wrp-in a.herb {
  display: block;
  float: left;
  width: 177px;
  height: 66px;
  background: url(../img/footer/herb.png) no-repeat left center;
}
.footer-wrp-in p.furzad-addr {
  display: block;
  float: left;
  margin-left: 50px;
  font-size: 14px;
  color: #000;
}
.footer-wrp-in p.furzad-addr strong {
  font-weight: bold;
  font-size: 16px;
  color: #1566b9;
}
.footer-wrp-in.fdane {
  background: #eee;
  padding: 15px 0;
}
.footer-wrp-in .foot-submenu-cont {
  float: left;
  width: 314px;
}
.footer-wrp-in ul.foot-submenu li {
  display: block;
  clear: both;
  margin: 5px 0;
}
.footer-wrp-in ul.foot-submenu li a {
  padding: 5px;
  font-size: 14px;
  color: #333;
}
.footer-wrp-in ul.foot-submenu li a:hover {
  text-decoration: underline;
  color: #1566b9;
}
.footer-wrp-in .foot-fdane-cont {
  float: left;
  width: 646px;
}
.footer-wrp-in .foot-fdane-cont .fdane-cont-fdata {
  background: #fff;
  padding: 10px;
  padding-left: 70px;
}
.footer-wrp-in .fdata-table {
  font-size: 14px;
  color: #074463;
}
.footer-wrp-in .fdata-table tr td:first-child {
  min-width: 110px;
}
.footer-wrp-in .fdata-table.contact tr td:first-child {
  min-width: 60px;
}
.footer-wrp-in .fdata {
  display: block;
  padding: 10px 0;
  marign: 0;
}
.footer-wrp-in .fdata h5 {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  color: #1566b9;
  margin-bottom: 20px;
}
.footer-wrp-in .fdata.left {
  float: left;
  width: 48%;
}
.footer-wrp-in .fdata.left h5 {
  background: url(../img/footer/icon-phone.png) no-repeat left center;
  padding-left: 30px;
}
.footer-wrp-in .fdata.right {
  float: right;
  width: 48%;
}
.footer-wrp-in .fdata.right h5 {
  background: url(../img/footer/icon-clock.png) no-repeat left center;
  padding-left: 30px;
}
.footer-wrp-in .fdane-cont-social {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
}
.footer-wrp-in .fdane-social {
  display: block;
  float: left;
}
.footer-wrp-in .fdane-social a.link-social {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin: 10px;
  background: url(../img/footer/icons-social.png) no-repeat;
}
.footer-wrp-in .fdane-social a.link-social.fb {
  background-position: 0 center;
}
.footer-wrp-in .fdane-social a.link-social.tw {
  background-position: -40px center;
}
.footer-wrp-in .fdane-social a.link-social.yt {
  background-position: -80px center;
}
.footer-wrp-in .fdane-social a.link-social.ins {
  background-position: -120px center;
}
.footer-wrp-in .fdane-social a.link-social.pin {
  background-position: -160px center;
}
.footer-wrp-in .fdane-social a.link-social:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.footer-wrp-in .fdane-links {
  display: block;
  float: right;
}
.footer-wrp-in .fdane-links a.ulink.epuap {
  display: block;
  float: left;
  margin-top: 15px;
  width: 144px;
  height: 33px;
  background: url(../img/footer/btn-epuap.jpg) no-repeat;
}
.footer-wrp-in .fdane-links a.ulink.bip {
  display: block;
  float: left;
  margin: 10px 20px 0 30px;
  width: 65px;
  height: 43px;
  background: url(../img/footer/btn-bip.jpg) no-repeat;
}
.footer-wrp-in .fdane-links a.ulink:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.footer-wrp-in.fcopyr {
  height: 50px;
  background: #ffffff url(../img/footer/footer-line-bg.png) no-repeat center bottom;
}
.footer-wrp-in .f-in {
  position: relative;
  display: block;
  clear: both;
  width: 960px;
  padding-top: 15px;
  margin: 0 auto;
  font-size: 12px;
  color: #074463;
}
.footer-wrp-in .f-in a.iap {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 22px;
  height: 19px;
  background: url(../img/footer/iap.png) no-repeat;
}
.footer-wrp-in .f-in a.iap:hover {
  background-position: -22px 0;
}
@media only screen and (max-width: 960px) {
  .footer {
    width: 100%!important;
  }
  .f-in {
    width: 100%!important;
  }
  .foot-nav ul li a {
    font-size: 13px;
  }
  .footer-wrp-in.furzad {
    padding: 15px ;
  }
  .footer-wrp-in .foot-submenu-cont {
    float: none;
    clear: both;
    width: 100%;
  }
  .footer-wrp-in ul.foot-submenu {
    text-align: center;
  }
  .footer-wrp-in .foot-fdane-cont {
    float: none;
    clear: both;
    width: 100%;
  }
  .footer-wrp-in.fcopyr {
    height: 50px;
  }
  .footer-wrp-in .f-in {
    width: 100%;
  }
  .footer-wrp-in .f-in a.iap {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 22px;
    height: 19px;
    background: url(../img/footer/iap.png) no-repeat;
  }
  .footer-wrp-in .f-in a.iap:hover {
    background-position: -22px 0;
  }
  .footer-wrp-in .f-in span {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  a.ftbn-back {
    width: 50px;
  }
  a.ftbn-back span {
    display: none;
  }
  a.scrollup {
    width: 50px;
  }
  a.scrollup span {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrp-in .foot-nav ul li a {
    font-size: 12px!important;
  }
}
@media only screen and (max-width: 600px) {
  .f-top .fleft {
    float: none;
    clear: both;
    width: 90%;
  }
  a.ftbn-back {
    position: absolute;
    top: -40px;
    z-index: 10;
    width: 40px;
    height: 40px!important;
    background: #2f94fc;
    text-align: center;
  }
  a.ftbn-back span {
    display: none;
  }
  a.ftbn-back i {
    font-size: 20px!important;
    top: 12px!important;
  }
  a.scrollup {
    position: absolute;
    top: -40px;
    z-index: 10;
    width: 40px;
    height: 40px!important;
    background: #2f94fc;
    text-align: center;
  }
  a.scrollup span {
    display: none;
  }
  a.scrollup i {
    font-size: 20px!important;
    top: 12px!important;
  }
}
.news-list {
  clear: both;
  width: 100%;
}
.news-item {
  position: relative;
  clear: both;
  min-height: 170px;
  height: auto;
  border-top: 1px solid #ececec;
}
.news-item:first-child {
  border: none;
}
.news-item:last-child {
  border-bottom: 1px solid #ececec;
}
.news-item .news-in {
  padding: 15px 10px;
  background-image: url(../img/middle/bg-news-item-shadow.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.news-item:hover {
  background-image: url(../img/middle/bg-hover-article.png);
  background-repeat: repeat-x;
  background-position: center top;
}
.news-item a.news-img {
  position: absolute;
  top: 15px;
  left: 10px;
}
.news-item a.news-img span.shadow {
  position: absolute;
  left: -9px;
  bottom: -9px;
  z-index: 1;
  background-image: url(../img/middle/bg-img-shadow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 201px;
  height: 161px;
}
.news-item a.news-img img {
  position: relative;
  z-index: 2;
  max-width: 240px;
  max-height: 146px;
  border: 3px solid #fff;
}
.news-item a.news-img:hover img {
  border: 3px solid #2f94fc;
}
.news-item .news-content {
  clear: both;
  margin-left: 0;
}
.news-item .news-content h2 {
  line-height: 21px;
}
.news-item .news-content h2 a {
  font-size: 18px;
  color: #1566b9;
  font-weight: bold;
}
.news-item .news-content h2 a:hover {
  text-decoration: underline;
}
.news-item .news-content p {
  padding-top: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #2b2b2b;
}
.news-item.with-img .news-content {
  margin-left: 260px;
}
.news-item .news-footer {
  margin-top: 10px;
  height: 25px;
  line-height: 25px;
}
.news-item .news-footer a.news-btn {
  float: right;
  width: 138px;
  height: 25px;
  font-size: 11px;
  color: #151515;
  text-align: right;
  padding-right: 10px;
}
.news-item .news-footer a.news-btn:hover {
  background-position: right -25px;
}
.news-item .news-footer a.news-btn span {
  display: block;
  line-height: 25px;
  font-size: 12px;
  padding-right: 15px;
  font-size: 13px;
  color: #151515;
}
.news-item .news-footer a.news-btn span i {
  font-size: 15px;
  margin-left: 5px;
}
.news-item span.date {
  display: block;
  clear: both;
  margin: 8px 0 0 0;
  font-size: 11px;
  color: #2b2b2b;
}
.news-item span.date i {
  margin-right: 6px;
}
.paging {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
  padding: 10px 0;
  text-align: center;
}
.paging strong {
  color: #888888;
  font-size: 11px;
  font-weight: normal;
}
.paging a {
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #2f94fc;
  background: #fff;
  color: #2f94fc;
  padding: 3px 8px;
  margin-left: 3px;
}
.paging a:hover {
  border: 1px solid #1566b9;
  background: #1566b9;
  color: #fff;
}
.paging a.selected {
  border: 1px solid #2f94fc;
  background: #2f94fc;
  color: #fff;
}
.paging span {
  color: #404040;
  margin-left: 3px;
}
ul.ul-news li {
  display: block;
  clear: both;
  border-bottom: 1px solid #ececec;
}
ul.ul-news li a {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 10px;
  font-size: 12px;
  color: #2b2b2b;
}
ul.ul-news li a span.date {
  position: absolute;
  top: 5px;
  left: 10px;
  margin-right: 15px;
  font-size: 12px;
  color: #2b2b2b;
  font-style: italic;
  text-decoration: none!important;
}
ul.ul-news li a span.title {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
ul.ul-news li a:hover span.title {
  color: #2f94fc;
  text-decoration: underline;
}
ul.ul-news li:last-child {
  border: none;
}
a.show-all-btn {
  display: block;
  clear: both;
  margin: 10px auto;
  height: 34px;
  width: 200px;
  background: #2f94fc;
}
a.show-all-btn span {
  display: block;
  float: right;
  padding-right: 40px;
  line-height: 34px;
  font-size: 11px;
  color: #fff;
}
a.show-all-btn i {
  margin-right: 10px;
}
a.show-all-btn:hover {
  background: #144f6d;
  color: #fff;
}
.three-banners {
  text-align: center;
}
.three-banners a {
  display: inline-block;
  margin: 5px;
}
/* Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ */
/* This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb-like-box {
  width: 100% !important;
  height: 500px;
  border: none;
  overflow: hidden;
}
.common-shadow {
  background-image: url("../img/hot_news/common-shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.hot-alert-wrapper {
  position: relative;
  z-index: 20;
  display: block;
  clear: both;
  width: 100%;
}
.hot-alert-wrapper.margin-top {
  margin-top: 20px;
}
.hot-alert-wrapper.margin-bottom {
  margin-bottom: 20px;
}
.hot-alert-wrapper.margin {
  margin: 20px 0;
}
.hot-news-roller {
  position: relative;
  clear: both;
  width: 960px;
  display: block;
  height: 40px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.hot-news-roller .shadow {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: none;
  width: 960px;
  height: 9px;
}
.hot-news-roller .shadow-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 960px;
  height: 9px;
}
.hot-news-roller .shadow-sides {
  position: absolute;
  top: 0;
  width: 441px;
  height: 29px;
  z-index: 20;
}
.hot-news-roller .shadow-sides.left {
  left: 0;
  background: url(../img/header/shadow-sides-left.png) no-repeat left top;
}
.hot-news-roller .shadow-sides.right {
  right: 0;
  background: url(../img/header/shadow-sides-right.png) no-repeat left top;
}
.hot-news-roller .hn-roll-in {
  position: absolute;
  top: 0;
  left: 10px;
  right: 38px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.hot-news-roller .icon-info {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/hot_news/icon-info-special.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.hot-news-roller a.close {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 100;
  width: 10px;
  height: 10px;
  background-image: url("../img/hot_news/icon-info-special-close.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.hot-news-roller a.close:hover {
  background-position: -10px center;
}
.hot-alert-wrapper.shadows .shadow {
  display: block;
}
.hot-alert-wrapper.shadows .shadow-in {
  display: block;
}
.hot-alert-wrapper.shadow-top,
.hot-alert-wrapper.shadow-bottom,
.hot-alert-wrapper.shadow-sides {
  display: block;
}
#news-breaking-line {
  min-height: 40px;
  background: #fff18a;
}
#news-breaking-line .tickercontainer {
  padding: 0;
  margin-left: 20px;
  overflow: hidden;
}
#news-breaking-line ul {
  position: relative;
  left: 920px;
  z-index: 21;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
#news-breaking-line ul li {
  list-style-type: none;
  list-style-position: outside;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #393939;
  margin: 0 0 0 15px;
  white-space: nowrap;
}
#news-breaking-line ul li a {
  color: #11356a;
  text-decoration: underline;
}
#news-breaking-line ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 996px) {
  .hot-alert-wrapper {
    width: 100%;
  }
  .hot-news-roller {
    width: 100%;
  }
  .hot-news-roller .shadow {
    width: 100%;
  }
  .hot-news-roller .shadow-in {
    width: 100%;
  }
}
.subcontent-gal-car {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.subcontent-gal-car .gal-car-header {
  display: block;
  clear: both;
  width: 100%;
  height: 34px;
  color: #ffffff;
  text-align: left;
}
.subcontent-gal-car .gal-car-header.dblue {
  background: #1566b9;
}
.subcontent-gal-car .gal-car-header.blue {
  background: #2f94fc;
}
.subcontent-gal-car .gal-car-header h3 {
  padding-left: 10px;
  line-height: 34px;
  font-weight: normal;
}
.subcontent-gal-car .gal-car-header h3 span {
  margin-left: 10px;
  font-size: 12px;
}
.subcontent-gal-car .gal-car-header .btn-add {
  float: right;
  padding-right: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subcontent-gal-car .gal-car-header .btn-add:hover {
  color: #1566b9;
}
.subcontent-gal-car .btn-more {
  display: block;
  width: 100%;
  text-align: center;
}
.subcontent-gal-car .btn-more a {
  position: relative;
  display: block;
  max-width: 210px;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  background: #1566b9;
  border-bottom: 2px solid #1566b9;
  color: #ffffff;
  -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;
}
.subcontent-gal-car .btn-more a:hover {
  background: #ffffff;
  border-bottom: 2px solid #1566b9;
  color: #1566b9;
}
.subcontent-gal-car .btn-more a .shadow {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 9px;
  background: transparent url("../img/content/btn-more-shadow.png") no-repeat center center;
}
.subcontent-gal-car .owl-controls {
  display: none;
}
.subcontent-gal-car .photo-one {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.subcontent-gal-car .photo-one img {
  width: auto;
  max-width: 100%;
}
.gallery-car {
  display: block;
  clear: both;
  border-top: 1px solid #ffffff;
  border-bottom: 2px solid #2f94fc;
}
.owl-carousel {
  display: none;
  position: relative;
  webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-carousel .owl-stage {
  ms-touch-action: pan-Y;
  position: relative;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  webkit-backface-visibility: hidden;
  webkit-tap-highlight-color: transparent;
  webkit-touch-callout: none;
  overflow: hidden;
  cursor: pointer;
}
.owl-carousel .owl-item img {
  display: block;
  webkit-transform-style: preserve-3d;
  width: 100%;
}
.owl-carousel .owl-item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.owl-carousel .owl-item .item-overlay span {
  text-align: center;
  vertical-align: center;
  display: block;
}
.owl-carousel .owl-item .item-overlay span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.owl-carousel .owl-item img {
  background: rgba(0, 0, 0, 0.01);
}
.owl-carousel .owl-item img {
  line-height: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
  vertical-align: middle;
}
.owl-carousel .owl-item:hover img {
  opacity: .8;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: hand;
  cursor: pointer;
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  user-select: none;
  webkit-user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  moz-user-select: none;
  ms-user-select: none;
  user-select: none;
  webkit-user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
  cursor: move;
  cursor: -ms-grab;
  cursor: -o-grab;
  cursor: -webkit-grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
  webkit-animation-duration: 1000ms;
  webkit-animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
  webkit-animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #2f94fc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #2f94fc;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline;
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background: #99c0fd;
  background: rgba(35, 123, 255, 0.5);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  moz-transition: opacity 200ms ease;
  ms-transition: opacity 200ms ease;
  o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  webkit-transition: opacity 200ms ease;
  webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1566b9;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2f94fc;
}
.subbanners {
  width: 100%;
  padding: 10px 0;
}
.subbanners h3.sc-head {
  display: block;
  clear: both;
  width: 100%;
  height: 34px;
  color: #ffffff;
  text-align: right;
}
.subbanners h3.sc-head span,
.subbanners h3.sc-head i {
  line-height: 34px;
  font-weight: normal;
}
.subbanners h3.sc-head span {
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
}
.subbanners h3.sc-head.dblue {
  background: #1566b9;
}
.subbanners h3.sc-head.blue {
  background: #2f94fc;
}
.subbanners h3.sc-head.icon i {
  float: left;
  padding-left: 10px;
}
.subbanners h3.sc-head.c-left {
  text-align: left;
}
.subbanners h3.sc-head.c-left span {
  padding-left: 10px;
}
.subbanners .subcnt-inside {
  display: block;
  width: 100%;
  padding: 0;
}
.subbanners .info-banners {
  width: 100%;
}
.subbanners .info-banners a {
  width: 49%;
  margin: 0.5% 0.5% 0 0.5%;
}
@media (max-width: 660px) {
  .subbanners .info-banners {
    width: 100%;
  }
  .subbanners .info-banners a {
    float: none;
    clear: both;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.info-banners {
  display: block;
  width: 100%;
}
.info-banners a {
  display: block;
  float: left;
  -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;
}
.info-banners a img {
  width: 100%;
  -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;
}
.info-banners a:hover img,
.info-banners a:focus img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  outline: 5px solid #2f94fc !important;
}
.info-banners a:focus {
  box-shadow: none;
  outline: none;
}
.info-banners.one-row a {
  float: none;
  clear: both;
}
#cookieinfo {
  background: #ffffff;
  border-top: 2px solid #262626;
  clear: both;
  display: block;
  width: 100%;
}
#cookieinfo .fixed {
  bottom: 0px;
  position: fixed;
  z-index: 100;
}
#cookieinfo div {
  color: #262626;
  font-size: 11px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
  position: relative;
  width: 960px;
}
#cookieinfo h3 {
  font-size: 12px;
  margin: 0;
  padding: 0px 0px 5px 60px;
}
#cookieinfo a.cinfo-accept {
  position: absolute;
  right: 0;
  background: #262626;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  width: 30px;
  width: auto;
  padding: 0 12px;
  color: #ffffff;
}
#cookieinfo a.cinfo-accept i {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}
#cookieinfo a.cinfo-accept:hover {
  background: #ed3e26;
  color: #ffffff;
}
#cookieinfo p {
  display: block;
  padding: 10px 0 0 60px;
}
#cookieinfo img {
  float: left;
  margin-top: 5px;
  width: 44px;
}
#cookieinfo a.cinfo-more {
  position: absolute;
  right: 0;
  display: block;
  font-size: 13px;
  height: 32px;
  padding: 7px 20px 0px 20px;
  text-decoration: none;
  background: #262626;
  border-bottom: none;
  bottom: 0;
  color: #ffffff;
}
#cookieinfo a.cinfo-more i {
  margin-left: 5px;
}
#cookieinfo a.cinfo-more:hover {
  background: #ed3e26;
  color: #ffffff;
}
@media (min-width: 100px) and (max-width: 996px) {
  #cookieinfo {
    width: 100%;
  }
  #cookieinfo div {
    width: 100%;
  }
  #cookieinfo h3 {
    font-size: 12px;
    margin: 0;
    padding: 0px 0px 5px 60px;
  }
  #cookieinfo a.cinfo-accept {
    position: absolute;
    right: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    width: 30px;
    width: auto;
    padding: 0 12px;
    color: #fff;
  }
  #cookieinfo a.cinfo-accept i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
  }
  #cookieinfo p {
    display: block;
    padding: 10px 0 0 60px;
  }
  #cookieinfo img {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    width: 44px;
  }
  #cookieinfo a.cinfo-more {
    position: absolute;
    right: 0;
    display: block;
    font-size: 13px;
    height: 32px;
    padding: 7px 20px 0px 20px;
    text-decoration: none;
    background: #f1efef;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    bottom: 0;
    color: #ffffff;
  }
  #cookieinfo a.cinfo-more i {
    margin-left: 5px;
  }
}
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
  line-height: 0;
}
.group:after {
  clear: both;
}
@font-face {
  font-family: 'Slide-icons';
  src: url('../fonts/Slide-icons.eot');
}
@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lightGallery {
  overflow: hidden!important;
}
#lightGallery-Gallery img {
  border: none!important;
}
#lightGallery-outer {
  background: #0d0d0d;
  height: 100%;
  left: 0;
  moz-transition: opacity 0.35s ease;
  moz-user-select: none;
  ms-transition: opacity 0.35s ease;
  opacity: 1;
  o-transition: opacity 0.35s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 0.35s ease;
  user-select: none;
  webkit-transition: opacity 0.35s ease;
  webkit-user-select: none;
  width: 100%;
  z-index: 99999!important;
}
#lightGallery-Gallery {
  position: relative;
  height: 100%;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity {
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  opacity: 1;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}
#lightGallery-Gallery.fadeM {
  moz-transition: all 0.5s ease 0s;
  ms-transition: all 0.5s ease 0s;
  opacity: 0;
  o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  webkit-transition: all 0.5s ease 0s;
}
#lightGallery-slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
#lightGallery-slider .lightGallery-slide {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide,
#lightGallery-slider.useLeft .lightGallery-slide {
  opacity: 0.4;
  position: absolute;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  left: 0;
  opacity: 0;
  position: absolute;
}
#lightGallery-slider.animate .lightGallery-slide {
  left: 0;
  position: absolute;
}
#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img,
#lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
  moz-transform: scale(1, 1);
  ms-transform: scale(1, 1);
  o-transform: scale(1, 1);
  transform: scale(1, 1);
  webkit-transform: scale(1, 1);
}
.lightGallery-slide.current img,
.lightGallery-slide.current iframe {
  moz-transform: scale(0.5, 0.5);
  o-transform: scale(0.5, 0.5);
  ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  webkit-transform: scale(0.5, 0.5);
  moz-transition: all 1s ease 0s;
  ms-transition: all 1s ease 0s;
  o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  webkit-transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img,
#lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
  moz-transform: scale(0.5, 0.5);
  ms-transform: scale(0.5, 0.5);
  o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  webkit-transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  moz-transition: all 0.5s ease 0s;
  ms-transition: all 0.5s ease 0s;
  o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  webkit-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
  moz-transition: opacity 0.4s ease 0s;
  ms-transition: opacity 0.4s ease 0s;
  o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  webkit-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
  moz-transform: translate3d(100%, 0px, 0px);
  ms-transform: translate3d(100%, 0px, 0px);
  o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  webkit-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#lightGallery-slider.slide .lightGallery-slide.current {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  moz-transform: translate3d(0px, 0px, 0px) !important;
  ms-transform: translate3d(0px, 0px, 0px) !important;
  o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  webkit-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transform: translate3d(-100%, 0px, 0px);
  ms-transform: translate3d(-100%, 0px, 0px);
  o-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  webkit-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  moz-transform: translate3d(100%, 0px, 0px);
  ms-transform: translate3d(100%, 0px, 0px);
  o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  webkit-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
  left: 0% !important;
  opacity: 1 !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  left: -100%;
  opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  left: 100%;
  opacity: 0;
}
#lightGallery-slider.slide.on .lightGallery-slide,
#lightGallery-slider.slide.on .current,
#lightGallery-slider.slide.on .prevSlide,
#lightGallery-slider.slide.on .nextSlide {
  moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide,
#lightGallery-slider.speed .current,
#lightGallery-slider.speed .prevSlide,
#lightGallery-slider.speed .nextSlide {
  moz-transition-duration: inherit !important;
  ms-transition-duration: inherit !important;
  o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  webkit-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide,
#lightGallery-slider.timing .current,
#lightGallery-slider.timing .prevSlide,
#lightGallery-slider.timing .nextSlide {
  moz-transition-timing-function: inherit !important;
  ms-transition-timing-function: inherit !important;
  o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  webkit-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
#lightGallery-slider .lightGallery-slide img {
  cursor: grab;
  cursor: -moz-grabbing;
  cursor: -webkit-grab;
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#lightGallery-action {
  bottom: 20px;
  left: 50%;
  margin-left: -55px;
  position: absolute;
  webkit-backface-visibility: hidden;
  z-index: 9;
}
#lightGallery-action a {
  height: 28px;
  line-height: 28px;
  width: 28px;
  position: relative;
  zoom: 1;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFF;
  cursor: pointer;
  display: inline;
  display: inline-block !important;
  display: inline-block;
  font-family: 'Slide-icons';
  font-size: 16px;
  margin: 0 3px 0 0 !important;
  vertical-align: middle;
}
#lightGallery-action a.disabled {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important;
  cursor: default;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#lightGallery-action a:hover,
#lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before,
#lightGallery-action a#lightGallery-next:after {
  bottom: 0px;
  left: 5px;
  position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
  content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
  content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
  bottom: 4px;
  content: "\e01c";
  font-family: 'Slide-icons';
  font-size: 16px;
  left: 6px;
  position: absolute;
}
#lightGallery_counter {
  bottom: 52px;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  width: 100%;
  z-index: 9;
  background-color: #000000;
  bottom: 0;
  max-height: 0;
  opacity: 0;
  box-sizing: border-box;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  moz-transition: max-height 0.4s ease-in-out;
  ms-transition: max-height 0.4s ease-in-out;
  o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  webkit-transition: max-height 0.4s ease-in-out;
}
#lightGallery-Gallery .thumb_cont.open {
  max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  max-height: 290px;
  overflow-y: auto;
  padding: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
  position: relative;
  z-index: 1090;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right !important;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  moz-transition: background-color 0.3s ease 0s;
  ms-transition: background-color 0.3s ease 0s;
  o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  webkit-transition: background-color 0.3s ease 0s;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px;
  content: "\e01a";
  font-family: 'Slide-icons';
  font-size: 16px;
  font-style: normal;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  background-color: #000;
  background-color: #000000;
  text-decoration: none;
}
#lightGallery-Gallery .thumb_cont .thumb {
  border: 3px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline;
  display: inline-block !important;
  width: 50px;
  zoom: 1;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  height: 50px;
  margin-bottom: 4px;
  margin-left: 4px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  moz-transition: border-color linear 0.2s, opacity linear 0.2s;
  ms-transition: border-color linear 0.2s, opacity linear 0.2s;
  o-transition: border-color linear 0.2s, opacity linear 0.2s;
  transition: border-color linear 0.2s, opacity linear 0.2s;
  webkit-transition: border-color linear 0.2s, opacity linear 0.2s;
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active,
#lightGallery-Gallery .thumb_cont .thumb:hover {
  border-color: #ffffff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#lightGallery-slider .video_cont {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#lightGallery-slider .video_cont {
  background: none;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1140px;
  moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  width: 100%;
}
#lightGallery-slider .video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#lightGallery-slider .video iframe {
  height: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%!important;
}
#lightGallery-slider .info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #FFFFFF;
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
#lightGallery-slider .info span {
  display: block;
  line-height: 1;
}
#lightGallery-slider .info span:last-child {
  margin-top: 6px;
}
#lightGallery-slider .info .title {
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #DDDDDD;
  font-size: 12px;
}
#lightGallery-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 1090;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  cursor: pointer;
  moz-transition: background-color 0.3s ease;
  ms-transition: background-color 0.3s ease;
  o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  webkit-transition: background-color 0.3s ease;
  webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 0;
  content: "\e01a";
  font-family: 'Slide-icons';
  font-size: 16px;
  font-style: normal;
}
#lightGallery-close:hover {
  background-color: #000;
  text-decoration: none;
}
@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    height: 94px;
    width: 94px;
  }
}
#lightGallery-outer {
  background: #fff;
}
#lightGallery-slider .info {
  background: #fff;
}
#lightGallery-slider .info .title {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: bold;
}
#lightGallery-slider .info .desc {
  color: #0d0d0d;
  font-size: 12px;
}
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  height: 100%;
  left: 0;
  moz-user-select: none;
  ms-user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  user-select: none;
  webkit-user-select: none;
  width: 100%;
  z-index: 99999 !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-slider {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
#swipebox-slider .slide {
  background: url(../img/loader-dblue-pulsate.gif) no-repeat center center;
  display: inline-block;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1140px;
  moz-box-sizing: border-box;
  padding: 5%;
  webkit-box-sizing: border-box;
  width: 100%;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#swipebox-action,
#swipebox-caption {
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  ms-transform: translateY(-50px);
  transform: translateY(-50px);
  webkit-transform: translateY(-50px);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  cursor: pointer;
  height: 50px;
  position: absolute;
  text-decoration: none !important;
  top: 0;
  width: 50px;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}
#swipebox-caption {
  text-align: center;
  top: -50px;
}
#swipebox-caption.visible-bars {
  ms-transform: translateY(50px);
  transform: translateY(50px);
  webkit-transform: translateY(50px);
}
#swipebox-slider.rightSpring {
  animation: rightSpring 0.3s;
  webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
  animation: leftSpring 0.3s;
  webkit-animation: leftSpring 0.3s;
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }
  #swipebox-action #swipebox-prev {
    right: 60px;
  }
  #swipebox-action #swipebox-next {
    right: 0;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-action,
#swipebox-caption {
  background-color: #0d0d0d;
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  opacity: 0.95;
  text-shadow: 1px 1px 1px black;
}
#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 43px;
}
#swipebox-overlay {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
#swipebox-action,
#swipebox-caption {
  background: #11356a;
}
/* ###################################################### */
/* ###################################################### */
/* ###################################################### */
.rslides {
  position: relative;
  border: none;
  list-style: none;
  overflow: hidden!important;
  min-width: 480px;
  min-height: 100px!important;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  display: none;
  border: none;
  width: 100%;
  min-width: 768px;
  /*min-width:480px; */
  text-align: center;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  border: none;
  /*float: left;*/
  width: 100%;
  border: 0;
}
/********************************************************************************************************** */
/* Pretty photo  ****************************************************************************************** */
/********************************************************************************************************** */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_gallery ul li a {
  background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
  color: #999;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 990000;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 1000000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details {
  position: relative;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2012
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  border: solid #fff 1px;
  background: #1566b9;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d2e6f3;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  outline: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1566b9;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #1566b9\9;
  background: rgba(35, 127, 191, 0.75);
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
@font-face {
  font-family: 'Climacons-Font';
  src: url('fonts/climacons-webfont.eot');
  src: url('fonts/climacons-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/climacons-webfont.svg#Climacons-Font') format('svg'), url('fonts/climacons-webfont.woff') format('woff'), url('fonts/climacons-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.climacon:before {
  font-family: 'Climacons-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.climacon.cloud:before {
  content: "\e000";
}
.climacon.cloud.sun:before {
  content: "\e001";
}
.climacon.cloud.moon:before {
  content: "\e002";
}
.climacon.rain:before,
.climacon.rain.cloud:before {
  content: "\e003";
}
.climacon.rain.sun:before,
.climacon.rain.cloud.sun:before {
  content: "\e004";
}
.climacon.rain.moon:before,
.climacon.rain.cloud.moon:before {
  content: "\e005";
}
.climacon.showers:before,
.climacon.showers.cloud:before {
  content: "\e006";
}
.climacon.showers.sun:before,
.climacon.showers.cloud.sun:before {
  content: "\e007";
}
.climacon.showers.moon:before,
.climacon.showers.cloud.moon:before {
  content: "\e008";
}
.climacon.downpour:before,
.climacon.downpour.cloud:before {
  content: "\e009";
}
.climacon.downpour.sun:before,
.climacon.downpour.cloud.sun:before {
  content: "\e00a";
}
.climacon.downpour.moon:before,
.climacon.downpour.cloud.moon:before {
  content: "\e00b";
}
.climacon.drizzle:before,
.climacon.drizzle.cloud:before {
  content: "\e00c";
}
.climacon.drizzle.sun:before,
.climacon.drizzle.cloud.sun:before {
  content: "\e00d";
}
.climacon.drizzle.moon:before,
.climacon.drizzle.cloud.moon:before {
  content: "\e00e";
}
.climacon.sleet:before,
.climacon.sleet.cloud:before {
  content: "\e00f";
}
.climacon.sleet.sun:before,
.climacon.sleet.cloud.sun:before {
  content: "\e010";
}
.climacon.sleet.moon:before,
.climacon.sleet.cloud.moon:before {
  content: "\e011";
}
.climacon.hail:before,
.climacon.hail.cloud:before {
  content: "\e012";
}
.climacon.hail.sun:before,
.climacon.hail.cloud.sun:before {
  content: "\e013";
}
.climacon.hail.moon:before,
.climacon.hail.cloud.moon:before {
  content: "\e014";
}
.climacon.flurries:before,
.climacon.flurries.cloud:before {
  content: "\e015";
}
.climacon.flurries.sun:before,
.climacon.flurries.cloud.sun:before {
  content: "\e016";
}
.climacon.flurries.moon:before,
.climacon.flurries.cloud.moon:before {
  content: "\e017";
}
.climacon.snow:before,
.climacon.snow.cloud:before {
  content: "\e018";
}
.climacon.snow.sun:before,
.climacon.snow.cloud.sun:before {
  content: "\e019";
}
.climacon.snow.moon:before,
.climacon.snow.cloud.moon:before {
  content: "\e01a";
}
.climacon.fog:before,
.climacon.fog.cloud:before {
  content: "\e01b";
}
.climacon.fog.sun:before,
.climacon.fog.cloud.sun:before {
  content: "\e01c";
}
.climacon.fog.moon:before,
.climacon.fog.cloud.moon:before {
  content: "\e01d";
}
.climacon.haze:before {
  content: "\e01e";
}
.climacon.haze.sun:before {
  content: "\e01f";
}
.climacon.haze.moon:before {
  content: "\e020";
}
.climacon.wind:before {
  content: "\e021";
}
.climacon.wind.cloud:before {
  content: "\e022";
}
.climacon.wind.sun:before,
.climacon.wind.cloud.sun:before {
  content: "\e023";
}
.climacon.wind.moon:before,
.climacon.wind.cloud.moon:before {
  content: "\e024";
}
.climacon.lightning:before,
.climacon.lightning.cloud:before {
  content: "\e025";
}
.climacon.lightning.sun:before,
.climacon.lightning.cloud.sun:before {
  content: "\e026";
}
.climacon.lightning.moon:before,
.climacon.lightning.cloud.moon:before {
  content: "\e027";
}
.climacon.sun:before {
  content: "\e028";
}
.climacon.sun.set:before,
.climacon.sunset:before {
  content: "\e029";
}
.climacon.sun.rise:before,
.climacon.sunrise:before {
  content: "\e02a";
}
.climacon.sun.low:before,
.climacon.sun-low:before,
.climacon.low-sun:before {
  content: "\e02b";
}
.climacon.sun.lower:before,
.climacon.sun-lower:before,
.climacon.lower-sun:before {
  content: "\e02c";
}
.climacon.moon:before {
  content: "\e02d";
}
.climacon.moon.new:before {
  content: "\e02e";
}
.climacon.moon.waxing.crescent:before,
.climacon.moon.first-crescent:before {
  content: "\e02f";
}
.climacon.moon.waxing.quarter:before,
.climacon.moon.first-quarter:before,
.climacon.moon.waxing.half:before,
.climacon.moon.first-half:before {
  content: "\e030";
}
.climacon.moon.waxing.gibbous:before,
.climacon.moon.first-gibbous:before,
.climacon.moon.waxing.three-quarter:before,
.climacon.moon.first-three-quarter:before {
  content: "\e031";
}
.climacon.moon.full:before {
  content: "\e032";
}
.climacon.moon.waning.gibbous:before,
.climacon.moon.last-gibbous:before,
.climacon.moon.waning.three-quarter:before,
.climacon.moon.last-three-quarter:before {
  content: "\e033";
}
.climacon.moon.waning.quarter:before,
.climacon.moon.last-quarter:before,
.climacon.moon.waning.half:before,
.climacon.moon.last-half:before {
  content: "\e034";
}
.climacon.moon.waning.crescent:before,
.climacon.moon.last-crescent:before {
  content: "\e035";
}
.climacon.snowflake:before {
  content: "\e036";
}
.climacon.tornado:before {
  content: "\e037";
}
.climacon.thermometer.empty:before,
.climacon.thermometer:before {
  content: "\e038";
}
.climacon.thermometer.low:before {
  content: "\e039";
}
.climacon.thermometer.medium-low:before {
  content: "\e03a";
}
.climacon.thermometer.medium-high:before {
  content: "\e03b";
}
.climacon.thermometer.high:before {
  content: "\e03c";
}
.climacon.thermometer.full:before {
  content: "\e03d";
}
.climacon.celcius:before {
  content: "\e03e";
}
.climacon.farenheit:before {
  content: "\e03f";
}
.climacon.compass:before {
  content: "\e040";
}
.climacon.compass.north:before {
  content: "\e041";
}
.climacon.compass.east:before {
  content: "\e042";
}
.climacon.compass.south:before {
  content: "\e043";
}
.climacon.compass.west:before {
  content: "\e044";
}
.climacon.umbrella:before {
  content: "\e045";
}
.climacon.sunglasses:before {
  content: "\e046";
}
.climacon.cloud.cycle:before,
.climacon.cloud.refresh:before {
  content: "\e047";
}
.climacon.cloud.down:before,
.climacon.cloud.download:before {
  content: "\e048";
}
.climacon.cloud.up:before,
.climacon.cloud.upload:before {
  content: "\e049";
}
