.owl-carousel, .owl-carousel .owl-item {-webkit-tap-highlight-color: transparent;position: relative;}
.owl-carousel {display: none;width: 100%;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;touch-action: manipulation;-moz-backface-visibility: hidden;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0,0,0);}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-carousel .owl-item {min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-touch-callout: none;}
.owl-carousel .owl-item img {display: block;width: 100%;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: none;}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block;}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background: 0 0;color: inherit;border: none;padding: 0 !important;font: inherit;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y;touch-action: pan-y;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel.owl-grab {cursor: move;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
.owl-carousel .animated {animation-duration: 1s;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;}
@keyframes fadeOut {0% {opacity: 1;}
	100% {opacity: 0;}}
.owl-height {transition: height .5s ease-in-out;}
.owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity .4s ease;}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {max-height: 0;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("/assets/template/css/owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: transform .1s ease;}
.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3,1.3);transform: scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {display: none;}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity .4s ease;}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%;}
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

a{color:#2a4aba}a:hover{text-decoration:none}.form-control:focus,button:focus{outline:0;box-shadow:0 0 0 0 rgba(255,255,255,0)}#close-button:focus{outline:0;box-shadow:0 0 0 0 rgba(255,255,255,0)}.btn:focus{outline:0;box-shadow:0 0 0 0 rgba(255,255,255,0)}.radius{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px}.justifyright{text-align:right}.justifyfull{text-align:justify}.grecaptcha-badge{display:none}@font-face{font-family:"Roboto";src:local("Roboto Thin"),local("Roboto-Thin"),url("/assets/template/fonts/Robotothin.woff2") format("woff2"),url("/assets/template/fonts/Robotothin.woff") format("woff"),url("/assets/template/fonts/Robotothin.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url("/assets/template/fonts/Robotothinitalic.woff2") format("woff2"),url("/assets/template/fonts/Robotothinitalic.woff") format("woff"),url("/assets/template/fonts/Robotothinitalic.ttf") format("truetype");font-weight:100;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Light"),local("Roboto-Light"),url("/assets/template/fonts/Robotolight.woff2") format("woff2"),url("/assets/template/fonts/Robotolight.woff") format("woff"),url("/assets/template/fonts/Robotolight.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url("/assets/template/fonts/Robotolightitalic.woff2") format("woff2"),url("/assets/template/fonts/Robotolightitalic.woff") format("woff"),url("/assets/template/fonts/Robotolightitalic.ttf") format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto"),local("Roboto-Regular"),url("/assets/template/fonts/Roboto.woff2") format("woff2"),url("/assets/template/fonts/Roboto.woff") format("woff"),url("/assets/template/fonts/Roboto.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Italic"),local("Roboto-Italic"),url("/assets/template/fonts/Robotoitalic.woff2") format("woff2"),url("/assets/template/fonts/Robotoitalic.woff") format("woff"),url("/assets/template/fonts/Robotoitalic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Medium"),local("Roboto-Medium"),url("/assets/template/fonts/Robotomedium.woff2") format("woff2"),url("/assets/template/fonts/Robotomedium.woff") format("woff"),url("/assets/template/fonts/Robotomedium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/assets/template/fonts/Robotomediumitalic.woff2") format("woff2"),url("/assets/template/fonts/Robotomediumitalic.woff") format("woff"),url("/assets/template/fonts/Robotomediumitalic.ttf") format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Bold"),local("Roboto-Bold"),url("/assets/template/fonts/Robotobold.woff2") format("woff2"),url("/assets/template/fonts/Robotobold.woff") format("woff"),url("/assets/template/fonts/Robotobold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/assets/template/fonts/Robotobolditalic.woff2") format("woff2"),url("/assets/template/fonts/Robotobolditalic.woff") format("woff"),url("/assets/template/fonts/Robotobolditalic.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Roboto";src:local("Roboto Black"),local("Roboto-Black"),url("/assets/template/fonts/Robotoblack.woff2") format("woff2"),url("/assets/template/fonts/Robotoblack.woff") format("woff"),url("/assets/template/fonts/Robotoblack.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"Roboto";src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url("/assets/template/fonts/Robotoblackitalic.woff2") format("woff2"),url("/assets/template/fonts/Robotoblackitalic.woff") format("woff"),url("/assets/template/fonts/Robotoblackitalic.ttf") format("truetype");font-weight:900;font-style:italic}.btn-red{background-color:#be3213;color:#fff;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.btn-red:hover{color:#fff;opacity:.8;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .top{padding:3px 0;background-color:#be3213}header .top .navbar{padding:0}header .top .navbar .navbar-nav .nav-item .nav-link{text-decoration:none;color:#fff;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .top .navbar .navbar-nav .nav-item .nav-link:hover{opacity:.7;text-decoration:none;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .top .navbar .navbar-nav .nav-item.active .nav-link{opacity:.7}header .top .navbar .navbar-nav .nav-item.first .nav-link{padding-left:0}header .top .social{text-align:right}header .top .social a{font-size:26px;color:#fff}header .header{padding:10px 0;border-bottom:1px solid #d6d6d6}header .header .wrapper{display:flex;justify-content:space-between;align-items:center}header .header .wrapper .logo img{height:84px}header .header .wrapper .links{display:flex;justify-content:flex-start;align-items:center}header .header .wrapper .links a{color:#3c4665;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .header .wrapper .links a.video_link{position:relative;padding-left:25px;margin-right:25px;margin-bottom:0;font-weight:600}header .header .wrapper .links a.video_link:before{content:"";width:20px;height:15px;display:block;position:absolute;top:5px;left:0;background-image:url("/assets/template/images/icons/video_link.svg");background-repeat:no-repeat;background-size:cover}header .header .wrapper .links a.news_link{position:relative;padding-left:25px;margin-right:15px;font-weight:600}header .header .wrapper .links a.news_link:before{content:"";width:18px;height:15px;display:block;position:absolute;top:5px;left:0;background-image:url("/assets/template/images/icons/news_link.svg");background-repeat:no-repeat;background-size:cover}header .header .wrapper .links a:hover{color:#be3213;text-decoration:none;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .header .wrapper .addnews{padding-top:15px;cursor:pointer}header .header .wrapper .addnews a{padding:10px 10px 10px 50px;color:#3c4665;display:block;width:100%;border-radius:6px;border:1px solid #d6d6d6;font-weight:600;position:relative;line-height:1;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .header .wrapper .addnews a:before{content:"";width:31px;height:31px;display:block;position:absolute;top:10px;left:10px;background-image:url("/assets/template/images/icons/addnews.svg");background-repeat:no-repeat;background-size:cover}header .header .wrapper .addnews a:hover{color:#be3213;border-color:#be3213;text-decoration:none;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .header .wrapper .right{display:flex;justify-content:flex-end;align-items:center}header .header .wrapper .right .soc{margin-right:20px}header .header .wrapper .right .soc a{display:inline-block;margin-right:15px;text-decoration:none;color:#3c4665}header .header .wrapper .right .soc a .text{display:block;font-size:13px}header .header .wrapper .right .soc a img{height:30px;width:auto}header .header .wrapper .right .youtube{padding:10px;border-radius:6px;border:1px solid #d6d6d6}header .header .wrapper .right .youtube a{color:#3c4665;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}header .header .wrapper .right .youtube a .text{display:block;font-weight:600}header .header .wrapper .right .youtube a img{height:22px;width:auto}header .header .wrapper .right .youtube a:hover{color:#be3213;text-decoration:none;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}@media (max-width:576px){header .top .navbar-toggler{border-color:#fff}header .top .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255,102,203, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E")}header .header .wrapper{flex-direction:column}header .header .links{padding-top:10px;margin-bottom:10px}header .header .links a.video_link{margin-bottom:10px;display:block}}@media (min-width:1200px){.container{max-width:1200px}}img{max-width:100%}.breadcrumb{background-color:transparent}.page-title{margin-bottom:20px}.content{text-align:justify}.pull-full img{width:100%}.meta{margin-bottom:15px}.social-shared{margin:15px 0}.column{margin:30px 0;text-align:justify;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.owl-carousel .owl-stage-outer{z-index:222}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:100% 100%}.owl-carousel .owl-nav{width:100%;font-size:60px;line-height:1}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{position:absolute;color:#3c4665;top:50%;margin-top:-50px;z-index:222;line-height:1}.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover{background-color:transparent;color:#2a4aba;opacity:1}section .section_title{font-size:24px;font-weight:600;margin-bottom:20px}section .section_title small{font-size:16px}section.ads{border-bottom:1px solid #d6d6d6;background-color:#eff7ff}section.ads .alert{width:100%;margin-bottom:0;font-weight:600}section.ads .alert .la-exclamation-triangle{color:#be3213}section.news{padding:20px 0}section.news .news-all .item{margin-bottom:10px;position:relative}section.news .news-all .item .nacproject{position:absolute;top:15px;right:15px;width:40px;height:40px;z-index:999}section.news .news-all .item .image img{filter:grayscale(0);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-all .item .image img:hover{filter:grayscale(100%);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-all .item .title{color:#3c4665;line-height:1;font-weight:600;font-size:14px;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-all .item .title:hover{color:#be3213;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-all .item .data{font-size:13px;margin:10px 0}section.news .news-all .item .data .status{font-size:13px;color:#6c757d;margin:10px 0;display:flex;justify-content:flex-start;align-items:center}section.news .news-all .item .data .status div{position:relative;padding-left:20px}section.news .news-all .item .data .status div:not(:last-child){margin-right:15px}section.news .news-all .item .data .status div:after{position:absolute;top:2px;left:0;width:16px;height:16px;content:"";background-position:center center;background-size:cover}section.news .news-all .item .data .status div.date:after{background-image:url("/assets/template/images/icons/date.svg")}section.news .news-all .item .data .status div.view:after{background-image:url("/assets/template/images/icons/view.svg")}section.news .news-all .item .data .video{color:#2a4aba}section.news .news-all .item .status{font-size:14px}section.news .news-all .item .status span{margin-right:10px}section.news .news-all .item .author{font-size:14px;margin-top:5px;border-bottom:1px solid #d6d6d6;padding-bottom:10px}section.news .news-all .item .author img{border-radius:20px;margin-right:5px}section.news .news-favorite .item .data{padding:10px;line-height:1.2}section.news .news-favorite .item .data .status{font-size:13px;margin-bottom:10px}section.news .news-favorite .item .data .status span{margin-right:20px}section.news .news-favorite .item .data .status .video{color:#2a4aba}section.news .news-favorite .item .data .title{font-size:14px;font-weight:600;color:#3c4665;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-favorite .item .data .title:hover{color:#be3213;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.news .news-favorite .item .data .author{font-size:14px;margin-top:5px;border-bottom:1px solid #d6d6d6;padding-bottom:10px}section.news .news-favorite .item .data .author img{border-radius:20px;margin-right:5px}section.videos .item{margin-bottom:20px;position:relative}section.videos .item .nacproject{position:absolute;top:15px;right:15px;width:40px;height:40px;z-index:999}section.videos .item .image img{filter:grayscale(0);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.videos .item .image img:hover{filter:grayscale(100%);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.videos .item .data{line-height:1.2}section.videos .item .data .info{font-size:13px;margin-bottom:10px}section.videos .item .data .status{font-size:13px;color:#6c757d;margin:10px 0;display:flex;justify-content:flex-start;align-items:center}section.videos .item .data .status div{position:relative;padding-left:20px}section.videos .item .data .status div:not(:last-child){margin-right:15px}section.videos .item .data .status div:after{position:absolute;top:0;left:0;width:16px;height:16px;content:"";background-position:center center;background-size:cover}section.videos .item .data .status div.date:after{background-image:url("/assets/template/images/icons/date.svg")}section.videos .item .data .status div.view:after{background-image:url("/assets/template/images/icons/view.svg")}section.videos .item .data .video{color:#2a4aba}section.videos .item .data .title{font-size:14px;font-weight:600;color:#3c4665;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.videos .item .data .title:hover{color:#be3213;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}section.contacts{background-color:#2a4aba;color:#fff;padding:0}section.contacts .info{margin-top:30px}section.contacts .info h5{margin-bottom:15px}section.contacts .map{margin-top:10px;margin-bottom:5px}.pages .breadcrumb{padding:10px 0;margin-bottom:0;font-size:14px}.pages .breadcrumb a{color:#3c4665}.pages .page-title{font-size:26px}.pages .image{margin-bottom:20px}.pages .social-shared{padding:0}.pages .author{margin-bottom:15px;margin-right:15px;padding-right:15px;border-right:1px solid #d6d6d6}.pages .author img{border-radius:20px;margin-right:10px}.pages .introtext{font-weight:600}.pages .content{margin:15px 0}.pages .content h3{font-size:24px}.pages .gallery .item{margin-bottom:20px}.pages .team .item{text-align:center}.pages .team .item h6{margin:10px 0}.pages .team .item p{font-size:14px}.pages .news .item{margin-bottom:20px;position:relative}.pages .news .item .nacproject{position:absolute;top:15px;right:15px;width:40px;height:40px;z-index:999;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.pages .news .item .image{-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;margin-bottom:0}.pages .news .item .data{padding:10px;line-height:1.2}.pages .news .item .data .info{font-size:13px;margin-bottom:10px}.pages .news .item .data .status{font-size:13px;color:#6c757d;margin:10px 0;display:flex;justify-content:flex-start;align-items:center}.pages .news .item .data .status div{position:relative;padding-left:20px}.pages .news .item .data .status div:not(:last-child){margin-right:15px}.pages .news .item .data .status div:after{position:absolute;top:0;left:0;width:16px;height:16px;content:"";background-position:center center;background-size:cover}.pages .news .item .data .status div.date:after{background-image:url("/assets/template/images/icons/date.svg")}.pages .news .item .data .status div.view:after{background-image:url("/assets/template/images/icons/view.svg")}.pages .news .item .data .title{font-size:14px;font-weight:600;color:#3c4665}.pages .news .item:hover .nacproject{-webkit-transform:translateY(-15px);transform:translateY(-15px);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.pages .news .item:hover .image{-webkit-transform:translateY(-15px);transform:translateY(-15px);-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.pages.authors .authors-list .item .image img{border-radius:300px}.pages.author{margin-top:30px}.pages.author .avatar{background-color:#f5f5f5;padding:15px 0;border-radius:20px}.pages.author .avatar img{border-radius:200px;margin-bottom:15px}.pages.author .avatar h1{font-size:20px;margin-bottom:0}.pages.contacts .reception .item{display:-webkit-flex;display:flex;align-items:stretch;margin-bottom:15px}.pages.contacts .reception .item .marker{float:left;margin-right:5px}#pdopage .pagination{margin-bottom:30px}.nacprojects{margin-bottom:20px}footer{padding:10px 0;background-color:#4b4b4b;color:#fff;font-size:13px}footer .links{padding-top:15px}footer .links a{color:#fff;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}footer .links a.video_link{position:relative;padding-left:25px;margin-right:25px;font-weight:600}footer .links a.video_link:before{content:"";width:20px;height:15px;display:block;position:absolute;top:2px;left:0;background-image:url("/assets/template/images/icons/video_link_white.svg");background-repeat:no-repeat;background-size:cover}footer .links a.news_link{position:relative;padding-left:25px;margin-right:15px;font-weight:600}footer .links a.news_link:before{content:"";width:18px;height:15px;display:block;position:absolute;top:2px;left:0;background-image:url("/assets/template/images/icons/news_link_white.svg");background-repeat:no-repeat;background-size:cover}footer .links a:hover{color:#be3213;text-decoration:none;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out}footer .devel a{display:inline-block}footer .devel a img{height:40px;width:auto}