@import "extras/fontawesome/css/font-awesome.min.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0yEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBA5Xk.ttf) format('truetype');
}
/*
//MUST BE DEFINED!!
@color-light:#fff;
@color-dark:#222;
@color-primary:red;
*/
/* functions */
/* helpers */
.core-inline-block {
  display: inline-block;
}
.core-relative {
  position: relative;
}
.core-absolute {
  position: absolute;
}
.core-section {
  position: relative;
  clear: both;
}
.core-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* flexs */
.core-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.core-flex-vertical {
  flex-direction: column;
}
.core-flex-horizontal {
  flex-direction: row;
}
.core-flex-horizontalr {
  flex-direction: row-reverse;
}
.core-flex-verticalr {
  flex-direction: column-reverse;
}
.core-valign-center {
  align-items: center;
}
.core-halign-center {
  text-align: center;
}
/* heights */
.core-height-10 {
  min-height: 10vh;
}
.core-height-20 {
  min-height: 20vh;
}
.core-height-30 {
  min-height: 30vh;
}
.core-height-40 {
  min-height: 40vh;
}
.core-height-50 {
  min-height: 50vh;
}
.core-height-60 {
  min-height: 60vh;
}
.core-height-70 {
  min-height: 70vh;
}
.core-height-80 {
  min-height: 80vh;
}
.core-height-90 {
  min-height: 90vh;
}
.core-height-100 {
  min-height: 100vh;
}
.core-width-10 {
  width: 10%;
}
.core-width-20 {
  width: 20%;
}
.core-width-25 {
  width: 25%;
}
.core-width-30 {
  width: 30%;
}
.core-width-40 {
  width: 40%;
}
.core-width-50 {
  width: 50%;
}
.core-width-60 {
  width: 60%;
}
.core-width-70 {
  width: 70%;
}
.core-width-80 {
  width: 80%;
}
.core-width-90 {
  width: 90%;
}
.core-width-100 {
  width: 100%;
}
/* fading for overlay */
.core-fadeimg-0 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(10))";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Good browsers */
}
.core-fadeimg-10 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(10))";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Good browsers */
}
.core-fadeimg-20 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(20))";
  /* IE 8 */
  filter: alpha(opacity=20);
  /* IE 5-7 */
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  opacity: 0.2;
  /* Good browsers */
}
.core-fadeimg-30 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(30))";
  /* IE 8 */
  filter: alpha(opacity=30);
  /* IE 5-7 */
  -moz-opacity: 0.3;
  /* Netscape */
  -khtml-opacity: 0.3;
  /* Safari 1.x */
  opacity: 0.3;
  /* Good browsers */
}
.core-fadeimg-40 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(40))";
  /* IE 8 */
  filter: alpha(opacity=40);
  /* IE 5-7 */
  -moz-opacity: 0.4;
  /* Netscape */
  -khtml-opacity: 0.4;
  /* Safari 1.x */
  opacity: 0.4;
  /* Good browsers */
}
.core-fadeimg-50 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(50))";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE 5-7 */
  -moz-opacity: 0.5;
  /* Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  /* Good browsers */
}
.core-fadeimg-60 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(60))";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Good browsers */
}
.core-fadeimg-70 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(70))";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 5-7 */
  -moz-opacity: 0.7;
  /* Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  /* Good browsers */
}
.core-fadeimg-80 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(80))";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
.core-fadeimg-90 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(90))";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  opacity: 0.9;
  /* Good browsers */
}
.core-fadeimg-100 img {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}
/* fade */
.core-fade-10 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(10))";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Good browsers */
}
.core-fade-20 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(20))";
  /* IE 8 */
  filter: alpha(opacity=20);
  /* IE 5-7 */
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  opacity: 0.2;
  /* Good browsers */
}
.core-fade-30 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(30))";
  /* IE 8 */
  filter: alpha(opacity=30);
  /* IE 5-7 */
  -moz-opacity: 0.3;
  /* Netscape */
  -khtml-opacity: 0.3;
  /* Safari 1.x */
  opacity: 0.3;
  /* Good browsers */
}
.core-fade-40 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(40))";
  /* IE 8 */
  filter: alpha(opacity=40);
  /* IE 5-7 */
  -moz-opacity: 0.4;
  /* Netscape */
  -khtml-opacity: 0.4;
  /* Safari 1.x */
  opacity: 0.4;
  /* Good browsers */
}
.core-fade-50 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(50))";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE 5-7 */
  -moz-opacity: 0.5;
  /* Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  /* Good browsers */
}
.core-fade-60 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(60))";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Good browsers */
}
.core-fade-70 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(70))";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 5-7 */
  -moz-opacity: 0.7;
  /* Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  /* Good browsers */
}
.core-fade-80 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(80))";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
.core-fade-90 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(90))";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  opacity: 0.9;
  /* Good browsers */
}
.core-fade-100 {
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(100))";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Good browsers */
}
/* margins + paddings */
.core-margin-w10 {
  margin-left: 10%;
  margin-right: 10%;
}
.core-margin-w20 {
  margin-left: 20%;
  margin-right: 20%;
}
.core-margin-w25 {
  margin-left: 25%;
  margin-right: 25%;
}
.core-margin-w30 {
  margin-left: 30%;
  margin-right: 30%;
}
.core-margin-h10 {
  margin-top: 10%;
  margin-bottom: 10%;
}
.core-margin-h20 {
  margin-top: 20%;
  margin-bottom: 20%;
}
.core-margin-h25 {
  margin-top: 25%;
  margin-bottom: 25%;
}
.core-margin-h30 {
  margin-top: 30%;
  margin-bottom: 30%;
}
.core-margin-left50 {
  margin-left: 50%;
}
.core-padding-default {
  padding: 40px;
}
.core-padding-w10 {
  padding-left: 10%;
  padding-right: 10%;
}
.core-padding-w20 {
  padding-left: 20%;
  padding-right: 20%;
}
.core-padding-w25 {
  padding-left: 25%;
  padding-right: 25%;
}
.core-padding-w30 {
  padding-left: 30%;
  padding-right: 30%;
}
.core-padding-h10 {
  padding-top: 10%;
  padding-bottom: 10%;
}
.core-padding-h20 {
  padding-top: 20%;
  padding-bottom: 20%;
}
.core-padding-h25 {
  padding-top: 25%;
  padding-bottom: 25%;
}
.core-padding-h30 {
  padding-top: 30%;
  padding-bottom: 30%;
}
.core-padding-left-l {
  padding-left: 80px;
}
.core-icon-l {
  font-size: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
/* colorized paper for text */
.core-paper {
  position: relative;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0px;
  padding-left: 0px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
/* vars */
/*
@spacing-xxs: 1px;
@spacing-xs: 2px;
@spacing-s: 4px;
@spacing-m: 8px;
@spacing-l: 16px;
@spacing-xl: 32px;
@spacing-xxl: 64px;
@spacing-xxxl: 128px;
*/
/**************************************************************************************/
/* functions */
/**************************************************************************************/
/* example for castSpacing

	.castSpacing(data-flex,spacing,@spacing-l);


*/
/**************************************************************************************/
/* grid */
/**************************************************************************************/
.core-container {
  margin: 0 auto;
}
*[data-flex*=' guttered'],
*[data-flex*='guttered'] {
  overflow: hidden;
}
.core-row {
  box-sizing: border-box;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.core-row[data-flex*=' nowrap'],
.core-row[data-flex^='nowrap'] {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.core-row[data-flex*=' reverse'],
.core-row[data-flex^='reverse'] {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.core-row[data-flex*=' column'],
.core-row[data-flex^='column'],
.core-row[data-flex*=' vertical'],
.core-row[data-flex^='vertical'] {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  /* fix to vertical with absolute items */
}
.core-row[data-flex*=' column'] .core-col,
.core-row[data-flex^='column'] .core-col,
.core-row[data-flex*=' vertical'] .core-col,
.core-row[data-flex^='vertical'] .core-col {
  width: 100%;
}
.core-row[data-flex*=' row'],
.core-row[data-flex^='row'] {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.core-row[data-flex*=' column-reverse'],
.core-row[data-flex^='column-reverse'] {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.core-row[data-flex*=' bottom'],
.core-row[data-flex^='bottom'] {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.core-row[data-flex*=' top'],
.core-row[data-flex^='top'] {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.core-row[data-flex*=' center'],
.core-row[data-flex^='center'] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.core-row .core-col[data-flex*=' center'],
.core-row[data-flex^='center'] {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.core-row[data-flex*=' stretch'],
.core-row[data-flex^='stretch'] {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
.core-row[data-flex*=' baseline'],
.core-row[data-flex^='baseline'] {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}
.core-row[data-flex*=' selfcenter'],
.core-row[data-flex^='selfcenter'] {
  align-self: center;
}
.core-row[data-flex*=' auto'],
.core-row[data-flex^='auto'] {
  flex: auto;
}
.core-row[data-flex*=' end'],
.core-row[data-flex^='end'] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.core-row[data-flex*=' hcenter'],
.core-row[data-flex^='hcenter'] {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.core-row[data-flex*=' right'],
.core-row[data-flex^='right'] {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.core-row[data-flex*=' gutter-sm'],
.core-row[data-flex^='gutter-sm'] {
  margin-right: -5px;
}
.core-row[data-flex*=' gutter-sm'] > *,
.core-row[data-flex^='gutter-sm'] > * {
  padding-right: 5px;
  padding-bottom: 5px;
}
.core-row[data-flex*=' gutter-md'],
.core-row[data-flex^='gutter-md'] {
  margin-right: -10px;
}
.core-row[data-flex*=' gutter-md'] > *,
.core-row[data-flex^='gutter-md'] > * {
  padding-right: 10px;
  padding-bottom: 10px;
}
.core-row[data-flex*=' gutter-lg'],
.core-row[data-flex^='gutter-lg'] {
  margin-right: -15px;
}
.core-row[data-flex*=' gutter-lg'] > *,
.core-row[data-flex^='gutter-lg'] > * {
  padding-right: 15px;
  padding-bottom: 15px;
}
.core-row[data-flex*=' gutter-xxs'],
.core-row[data-flex^='gutter-xxs'] {
  margin-right: -0.1rem;
}
.core-row[data-flex*=' gutter-xxs'] > *,
.core-row[data-flex^='gutter-xxs'] > * {
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.core-row[data-flex*=' gutter-xs'],
.core-row[data-flex^='gutter-xs'] {
  margin-right: -0.2rem;
}
.core-row[data-flex*=' gutter-xs'] > *,
.core-row[data-flex^='gutter-xs'] > * {
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
}
.core-row[data-flex*=' gutter-s'],
.core-row[data-flex^='gutter-s'] {
  margin-right: -0.4rem;
}
.core-row[data-flex*=' gutter-s'] > *,
.core-row[data-flex^='gutter-s'] > * {
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
}
.core-row[data-flex*=' gutter-m'],
.core-row[data-flex^='gutter-m'] {
  margin-right: -0.8rem;
}
.core-row[data-flex*=' gutter-m'] > *,
.core-row[data-flex^='gutter-m'] > * {
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
}
.core-row[data-flex*=' gutter-l'],
.core-row[data-flex^='gutter-l'] {
  margin-right: -1.6rem;
}
.core-row[data-flex*=' gutter-l'] > *,
.core-row[data-flex^='gutter-l'] > * {
  padding-right: 1.6rem;
  padding-bottom: 1.6rem;
}
.core-row[data-flex*=' gutter-xl'],
.core-row[data-flex^='gutter-xl'] {
  margin-right: -3.2rem;
}
.core-row[data-flex*=' gutter-xl'] > *,
.core-row[data-flex^='gutter-xl'] > * {
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
}
.core-row[data-flex*=' gutter-xxl'],
.core-row[data-flex^='gutter-xxl'] {
  margin-right: -6.4rem;
}
.core-row[data-flex*=' gutter-xxl'] > *,
.core-row[data-flex^='gutter-xxl'] > * {
  padding-right: 6.4rem;
  padding-bottom: 6.4rem;
}
.core-row[data-flex*=' gutter-xxxl'],
.core-row[data-flex^='gutter-xxxl'] {
  margin-right: -12.8rem;
}
.core-row[data-flex*=' gutter-xxxl'] > *,
.core-row[data-flex^='gutter-xxxl'] > * {
  padding-right: 12.8rem;
  padding-bottom: 12.8rem;
}
.core-col {
  flex: 1;
}
.core-col[data-flex*=' 1/1'],
.core-col[data-flex^='1/1'] {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 1/2'],
.core-col[data-flex^='1/2'] {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 1/3'],
.core-col[data-flex^='1/3'] {
  -webkit-flex-basis: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 2/3'],
.core-col[data-flex^='2/3'] {
  -webkit-flex-basis: 66.6666%;
  -ms-flex-preferred-size: 66.6666%;
  flex-basis: 66.6666%;
  max-width: 66.6666%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 1/4'],
.core-col[data-flex^='1/4'] {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 2/4'],
.core-col[data-flex^='2/4'] {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 3/4'],
.core-col[data-flex^='3/4'] {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 1/5'],
.core-col[data-flex^='1/5'] {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 2/5'],
.core-col[data-flex^='2/5'] {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 3/5'],
.core-col[data-flex^='3/5'] {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 4/5'],
.core-col[data-flex^='4/5'] {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 1/6'],
.core-col[data-flex^='1/6'] {
  -webkit-flex-basis: 16.6666%;
  -ms-flex-preferred-size: 16.6666%;
  flex-basis: 16.6666%;
  max-width: 16.6666%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 2/6'],
.core-col[data-flex^='2/6'] {
  -webkit-flex-basis: 33.3332%;
  -ms-flex-preferred-size: 33.3332%;
  flex-basis: 33.3332%;
  max-width: 33.3332%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 3/6'],
.core-col[data-flex^='3/6'] {
  -webkit-flex-basis: 49.9998%;
  -ms-flex-preferred-size: 49.9998%;
  flex-basis: 49.9998%;
  max-width: 49.9998%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 4/6'],
.core-col[data-flex^='4/6'] {
  -webkit-flex-basis: 66.6666%;
  -ms-flex-preferred-size: 66.6666%;
  flex-basis: 66.6666%;
  max-width: 66.6666%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' 5/6'],
.core-col[data-flex^='5/6'] {
  -webkit-flex-basis: 83.3333%;
  -ms-flex-preferred-size: 83.3333%;
  flex-basis: 83.3333%;
  max-width: 83.3333%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.core-col[data-flex*=' auto'],
.core-col[data-flex^='auto'] {
  flex: auto;
}
.core-col img {
  max-width: 100%;
}
/* PADDINGS */
.core-padding {
  padding: 40px;
}
.core-padding-xxs {
  padding: 0.1rem;
}
.core-padding-xs {
  padding: 0.2rem;
}
.core-padding-s {
  padding: 0.4rem;
}
.core-padding-m {
  padding: 0.8rem;
}
.core-padding-l {
  padding: 1.6rem;
}
.core-padding-xl {
  padding: 3.2rem;
}
.core-padding-xxl {
  padding: 6.4rem;
}
.core-padding-xxxl {
  padding: 12.8rem;
}
/* MARGINS */
.core-margin {
  margin: 40px;
}
.core-margin-xxs {
  margin: 0.1rem;
}
.core-margin-xs {
  margin: 0.2rem;
}
.core-margin-s {
  margin: 0.4rem;
}
.core-margin-m {
  margin: 0.8rem;
}
.core-margin-l {
  margin: 1.6rem;
}
.core-margin-xl {
  margin: 3.2rem;
}
.core-margin-xxl {
  margin: 6.4rem;
}
.core-margin-xxxl {
  margin: 12.8rem;
}
/* make element dimensions to box */
.core-box {
  position: relative;
}
.core-box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.core-box > .core-v {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/**************************************************************************************/
/* MEDIA QUERIES */
/**************************************************************************************/
/* Mini devices */
@media (min-width: 1px) and (max-width: 749px) {
  .core-padding-xl {
    padding: 1.6rem;
  }
  .core-padding-xxl {
    padding: 3.2rem;
  }
  .core-padding-xxxl {
    padding: 6.4rem;
  }
  .core-margin-xl {
    margin: 1.6rem;
  }
  .core-margin-xxl {
    margin: 3.2rem;
  }
  .core-margin-xxxl {
    margin: 6.4rem;
  }
}
/*
@xs-break: 767px;
@sm-break: 768px;
@md-break: 992px;
@lg-break: 1200px;
*/
/* Large devices */
@media (min-width: 1201px) {
  .core-container {
    width: 1170px;
  }
  .core-col {
    /* sm to lg */
  }
  .core-col[data-flex-lg*=' 1/1'],
  .core-col[data-flex-lg^='1/1'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 1/2'],
  .core-col[data-flex-lg^='1/2'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 1/3'],
  .core-col[data-flex-lg^='1/3'] {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 2/3'],
  .core-col[data-flex-lg^='2/3'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 1/4'],
  .core-col[data-flex-lg^='1/4'] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 2/4'],
  .core-col[data-flex-lg^='2/4'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 3/4'],
  .core-col[data-flex-lg^='3/4'] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 1/5'],
  .core-col[data-flex-lg^='1/5'] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 2/5'],
  .core-col[data-flex-lg^='2/5'] {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 3/5'],
  .core-col[data-flex-lg^='3/5'] {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 4/5'],
  .core-col[data-flex-lg^='4/5'] {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 1/6'],
  .core-col[data-flex-lg^='1/6'] {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 2/6'],
  .core-col[data-flex-lg^='2/6'] {
    -webkit-flex-basis: 33.3332%;
    -ms-flex-preferred-size: 33.3332%;
    flex-basis: 33.3332%;
    max-width: 33.3332%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 3/6'],
  .core-col[data-flex-lg^='3/6'] {
    -webkit-flex-basis: 49.9998%;
    -ms-flex-preferred-size: 49.9998%;
    flex-basis: 49.9998%;
    max-width: 49.9998%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 4/6'],
  .core-col[data-flex-lg^='4/6'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' 5/6'],
  .core-col[data-flex-lg^='5/6'] {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-lg*=' hidden'],
  .core-col[data-flex-lg^='hidden'] {
    display: none;
  }
  .core-col[data-flex-lg*=' none'],
  .core-col[data-flex-lg^='none'] {
    flex: none;
    display: block;
  }
}
/*
@xs-break: 767px;
@sm-break: 768px;
@md-break: 992px;
@lg-break: 1200px;
*/
@media (max-width: 1200px) {
  .core-container {
    width: 970px;
  }
  .core-col {
    /* sm to lg */
  }
  .core-col[data-flex-md*=' 1/1'],
  .core-col[data-flex-md^='1/1'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 1/2'],
  .core-col[data-flex-md^='1/2'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 1/3'],
  .core-col[data-flex-md^='1/3'] {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 2/3'],
  .core-col[data-flex-md^='2/3'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 1/4'],
  .core-col[data-flex-md^='1/4'] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 2/4'],
  .core-col[data-flex-md^='2/4'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 3/4'],
  .core-col[data-flex-md^='3/4'] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 1/5'],
  .core-col[data-flex-md^='1/5'] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 2/5'],
  .core-col[data-flex-md^='2/5'] {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 3/5'],
  .core-col[data-flex-md^='3/5'] {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 4/5'],
  .core-col[data-flex-md^='4/5'] {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 1/6'],
  .core-col[data-flex-md^='1/6'] {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 2/6'],
  .core-col[data-flex-md^='2/6'] {
    -webkit-flex-basis: 33.3332%;
    -ms-flex-preferred-size: 33.3332%;
    flex-basis: 33.3332%;
    max-width: 33.3332%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 3/6'],
  .core-col[data-flex-md^='3/6'] {
    -webkit-flex-basis: 49.9998%;
    -ms-flex-preferred-size: 49.9998%;
    flex-basis: 49.9998%;
    max-width: 49.9998%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 4/6'],
  .core-col[data-flex-md^='4/6'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' 5/6'],
  .core-col[data-flex-md^='5/6'] {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-md*=' hidden'],
  .core-col[data-flex-md^='hidden'] {
    display: none;
  }
  .core-col[data-flex-md*=' none'],
  .core-col[data-flex-md^='none'] {
    flex: none;
    display: block;
  }
}
/*
@xs-break: 767px;
@sm-break: 768px;
@md-break: 992px;
@lg-break: 1200px;
*/
/* Medium devices */
@media (max-width: 992px) {
  .core-container {
    width: 750px;
  }
  .core-col {
    /* sm to lg */
  }
  .core-col[data-flex-sm*=' 1/1'],
  .core-col[data-flex-sm^='1/1'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 1/2'],
  .core-col[data-flex-sm^='1/2'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 1/3'],
  .core-col[data-flex-sm^='1/3'] {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 2/3'],
  .core-col[data-flex-sm^='2/3'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 1/4'],
  .core-col[data-flex-sm^='1/4'] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 2/4'],
  .core-col[data-flex-sm^='2/4'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 3/4'],
  .core-col[data-flex-sm^='3/4'] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 1/5'],
  .core-col[data-flex-sm^='1/5'] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 2/5'],
  .core-col[data-flex-sm^='2/5'] {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 3/5'],
  .core-col[data-flex-sm^='3/5'] {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 4/5'],
  .core-col[data-flex-sm^='4/5'] {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 1/6'],
  .core-col[data-flex-sm^='1/6'] {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 2/6'],
  .core-col[data-flex-sm^='2/6'] {
    -webkit-flex-basis: 33.3332%;
    -ms-flex-preferred-size: 33.3332%;
    flex-basis: 33.3332%;
    max-width: 33.3332%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 3/6'],
  .core-col[data-flex-sm^='3/6'] {
    -webkit-flex-basis: 49.9998%;
    -ms-flex-preferred-size: 49.9998%;
    flex-basis: 49.9998%;
    max-width: 49.9998%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 4/6'],
  .core-col[data-flex-sm^='4/6'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' 5/6'],
  .core-col[data-flex-sm^='5/6'] {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-sm*=' hidden'],
  .core-col[data-flex-sm^='hidden'] {
    display: none;
  }
  .core-col[data-flex-sm*=' none'],
  .core-col[data-flex-sm^='none'] {
    flex: none;
    display: block;
  }
}
/*
@xs-break: 767px;
@sm-break: 768px;
@md-break: 992px;
@lg-break: 1200px;
*/
@media (max-width: 768px) {
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile]) {
    /*.core-col:not(.core-nowrap) {*/
  }
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/1'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/1'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/2'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/2'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/3'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/3'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 2/3'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='2/3'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 2/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='2/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 3/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='3/4'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 2/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='2/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 3/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='3/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 4/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='4/5'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 1/6'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='1/6'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 2/6'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='2/6'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex*=' 3/6'],
  .core-col:not(.core-nowrap):not([data-flex-xs]):not([data-flex-mobile])[data-flex^='3/6'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-container {
    width: 100%;
  }
  /*.core-col:not([data-fle-sm]) {*/
  .core-col[data-flex-xs*=' 1/1'],
  .core-col[data-flex-xs^='1/1'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 1/2'],
  .core-col[data-flex-xs^='1/2'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 1/3'],
  .core-col[data-flex-xs^='1/3'] {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 2/3'],
  .core-col[data-flex-xs^='2/3'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 1/4'],
  .core-col[data-flex-xs^='1/4'] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 2/4'],
  .core-col[data-flex-xs^='2/4'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 3/4'],
  .core-col[data-flex-xs^='3/4'] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 1/5'],
  .core-col[data-flex-xs^='1/5'] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 2/5'],
  .core-col[data-flex-xs^='2/5'] {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 3/5'],
  .core-col[data-flex-xs^='3/5'] {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 4/5'],
  .core-col[data-flex-xs^='4/5'] {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 1/6'],
  .core-col[data-flex-xs^='1/6'] {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 2/6'],
  .core-col[data-flex-xs^='2/6'] {
    -webkit-flex-basis: 33.3332%;
    -ms-flex-preferred-size: 33.3332%;
    flex-basis: 33.3332%;
    max-width: 33.3332%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 3/6'],
  .core-col[data-flex-xs^='3/6'] {
    -webkit-flex-basis: 49.9998%;
    -ms-flex-preferred-size: 49.9998%;
    flex-basis: 49.9998%;
    max-width: 49.9998%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 4/6'],
  .core-col[data-flex-xs^='4/6'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' 5/6'],
  .core-col[data-flex-xs^='5/6'] {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-xs*=' hidden'],
  .core-col[data-flex-xs^='hidden'] {
    display: none;
  }
  .core-col[data-flex-xs*=' none'],
  .core-col[data-flex-xs^='none'] {
    flex: none;
    display: block;
  }
}
@media (max-width: 479px) {
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/1'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/1'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/2'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/2'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/3'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/3'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 2/3'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='2/3'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 2/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='2/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 3/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='3/4'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 2/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='2/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 3/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='3/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 4/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='4/5'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 1/6'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='1/6'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 2/6'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='2/6'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex*=' 3/6'],
  .core-col:not(.core-nowrap):not([data-flex-mobile])[data-flex^='3/6'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-container {
    width: 100%;
  }
  .core-col[data-flex-mobile*=' 1/1'],
  .core-col[data-flex-mobile^='1/1'] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 1/2'],
  .core-col[data-flex-mobile^='1/2'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 1/3'],
  .core-col[data-flex-mobile^='1/3'] {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 2/3'],
  .core-col[data-flex-mobile^='2/3'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 1/4'],
  .core-col[data-flex-mobile^='1/4'] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 2/4'],
  .core-col[data-flex-mobile^='2/4'] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 3/4'],
  .core-col[data-flex-mobile^='3/4'] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 1/5'],
  .core-col[data-flex-mobile^='1/5'] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 2/5'],
  .core-col[data-flex-mobile^='2/5'] {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 3/5'],
  .core-col[data-flex-mobile^='3/5'] {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 4/5'],
  .core-col[data-flex-mobile^='4/5'] {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 1/6'],
  .core-col[data-flex-mobile^='1/6'] {
    -webkit-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 2/6'],
  .core-col[data-flex-mobile^='2/6'] {
    -webkit-flex-basis: 33.3332%;
    -ms-flex-preferred-size: 33.3332%;
    flex-basis: 33.3332%;
    max-width: 33.3332%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 3/6'],
  .core-col[data-flex-mobile^='3/6'] {
    -webkit-flex-basis: 49.9998%;
    -ms-flex-preferred-size: 49.9998%;
    flex-basis: 49.9998%;
    max-width: 49.9998%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 4/6'],
  .core-col[data-flex-mobile^='4/6'] {
    -webkit-flex-basis: 66.6666%;
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' 5/6'],
  .core-col[data-flex-mobile^='5/6'] {
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .core-col[data-flex-mobile*=' hidden'],
  .core-col[data-flex-mobile^='hidden'] {
    display: none;
  }
  .core-col[data-flex-mobile*=' auto'],
  .core-col[data-flex-mobile^='auto'] {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
  }
  .core-col[data-flex-mobile*=' none'],
  .core-col[data-flex-mobile^='none'] {
    flex: none;
    display: block;
  }
}
/** ASCPECT RATIO **/
*[data-ratio] {
  /* aspect ratio to work with pictureWrapper */
}
*[data-ratio]::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
}
*[data-ratio]::after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
*[data-ratio] .pictureWrapper::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
}
*[data-ratio] .pictureWrapper::after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
*[data-ratio^='1:1']::before {
  padding-top: 100%;
}
*[data-ratio^='1:1'] .pictureWrapper::before {
  padding-top: 100%;
}
*[data-ratio^='2:1']::before {
  padding-top: 50%;
}
*[data-ratio^='2:1'] .pictureWrapper::before {
  padding-top: 50%;
}
*[data-ratio^='1:2']::before {
  padding-top: 200%;
}
*[data-ratio^='1:2'] .pictureWrapper::before {
  padding-top: 200%;
}
*[data-ratio^='4:3']::before {
  padding-top: 75%;
}
*[data-ratio^='4:3'] .pictureWrapper::before {
  padding-top: 75%;
}
*[data-ratio^='3:4']::before {
  padding-top: 133.33333333%;
}
*[data-ratio^='3:4'] .pictureWrapper::before {
  padding-top: 133.33333333%;
}
*[data-ratio^='8:5']::before {
  padding-top: 62.5%;
}
*[data-ratio^='8:5'] .pictureWrapper::before {
  padding-top: 62.5%;
}
*[data-ratio^='5:8']::before {
  padding-top: 160%;
}
*[data-ratio^='5:8'] .pictureWrapper::before {
  padding-top: 160%;
}
*[data-ratio^='16:9']::before {
  padding-top: 56.25%;
}
*[data-ratio^='16:9'] .pictureWrapper::before {
  padding-top: 56.25%;
}
*[data-ratio^='9:16']::before {
  padding-top: 177.77777778%;
}
*[data-ratio^='9:16'] .pictureWrapper::before {
  padding-top: 177.77777778%;
}
*[data-ratio^='4:3']::before {
  padding-top: 75%;
}
*[data-ratio^='4:3'] .pictureWrapper::before {
  padding-top: 75%;
}
*[data-ratio^='3:4']::before {
  padding-top: 133.33333333%;
}
*[data-ratio^='3:4'] .pictureWrapper::before {
  padding-top: 133.33333333%;
}
@media (min-width: 1201px) {
  *[data-ratio-lg^='1:1']::before {
    padding-top: 100%;
  }
  *[data-ratio-lg^='1:1'] .pictureWrapper::before {
    padding-top: 100%;
  }
  *[data-ratio-lg^='2:1']::before {
    padding-top: 50%;
  }
  *[data-ratio-lg^='2:1'] .pictureWrapper::before {
    padding-top: 50%;
  }
  *[data-ratio-lg^='1:2']::before {
    padding-top: 200%;
  }
  *[data-ratio-lg^='1:2'] .pictureWrapper::before {
    padding-top: 200%;
  }
  *[data-ratio-lg^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-lg^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-lg^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-lg^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-lg^='8:5']::before {
    padding-top: 62.5%;
  }
  *[data-ratio-lg^='8:5'] .pictureWrapper::before {
    padding-top: 62.5%;
  }
  *[data-ratio-lg^='5:8']::before {
    padding-top: 160%;
  }
  *[data-ratio-lg^='5:8'] .pictureWrapper::before {
    padding-top: 160%;
  }
  *[data-ratio-lg^='16:9']::before {
    padding-top: 56.25%;
  }
  *[data-ratio-lg^='16:9'] .pictureWrapper::before {
    padding-top: 56.25%;
  }
  *[data-ratio-lg^='9:16']::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-lg^='9:16'] .pictureWrapper::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-lg^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-lg^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-lg^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-lg^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
}
@media (max-width: 1200px) {
  *[data-ratio-md^='1:1']::before {
    padding-top: 100%;
  }
  *[data-ratio-md^='1:1'] .pictureWrapper::before {
    padding-top: 100%;
  }
  *[data-ratio-md^='2:1']::before {
    padding-top: 50%;
  }
  *[data-ratio-md^='2:1'] .pictureWrapper::before {
    padding-top: 50%;
  }
  *[data-ratio-md^='1:2']::before {
    padding-top: 200%;
  }
  *[data-ratio-md^='1:2'] .pictureWrapper::before {
    padding-top: 200%;
  }
  *[data-ratio-md^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-md^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-md^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-md^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-md^='8:5']::before {
    padding-top: 62.5%;
  }
  *[data-ratio-md^='8:5'] .pictureWrapper::before {
    padding-top: 62.5%;
  }
  *[data-ratio-md^='5:8']::before {
    padding-top: 160%;
  }
  *[data-ratio-md^='5:8'] .pictureWrapper::before {
    padding-top: 160%;
  }
  *[data-ratio-md^='16:9']::before {
    padding-top: 56.25%;
  }
  *[data-ratio-md^='16:9'] .pictureWrapper::before {
    padding-top: 56.25%;
  }
  *[data-ratio-md^='9:16']::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-md^='9:16'] .pictureWrapper::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-md^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-md^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-md^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-md^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
}
@media (max-width: 992px) {
  *[data-ratio-sm^='1:1']::before {
    padding-top: 100%;
  }
  *[data-ratio-sm^='1:1'] .pictureWrapper::before {
    padding-top: 100%;
  }
  *[data-ratio-sm^='2:1']::before {
    padding-top: 50%;
  }
  *[data-ratio-sm^='2:1'] .pictureWrapper::before {
    padding-top: 50%;
  }
  *[data-ratio-sm^='1:2']::before {
    padding-top: 200%;
  }
  *[data-ratio-sm^='1:2'] .pictureWrapper::before {
    padding-top: 200%;
  }
  *[data-ratio-sm^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-sm^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-sm^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-sm^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-sm^='8:5']::before {
    padding-top: 62.5%;
  }
  *[data-ratio-sm^='8:5'] .pictureWrapper::before {
    padding-top: 62.5%;
  }
  *[data-ratio-sm^='5:8']::before {
    padding-top: 160%;
  }
  *[data-ratio-sm^='5:8'] .pictureWrapper::before {
    padding-top: 160%;
  }
  *[data-ratio-sm^='16:9']::before {
    padding-top: 56.25%;
  }
  *[data-ratio-sm^='16:9'] .pictureWrapper::before {
    padding-top: 56.25%;
  }
  *[data-ratio-sm^='9:16']::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-sm^='9:16'] .pictureWrapper::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-sm^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-sm^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-sm^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-sm^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
}
@media (max-width: 768px) {
  *[data-ratio-xs^='1:1']::before {
    padding-top: 100%;
  }
  *[data-ratio-xs^='1:1'] .pictureWrapper::before {
    padding-top: 100%;
  }
  *[data-ratio-xs^='2:1']::before {
    padding-top: 50%;
  }
  *[data-ratio-xs^='2:1'] .pictureWrapper::before {
    padding-top: 50%;
  }
  *[data-ratio-xs^='1:2']::before {
    padding-top: 200%;
  }
  *[data-ratio-xs^='1:2'] .pictureWrapper::before {
    padding-top: 200%;
  }
  *[data-ratio-xs^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-xs^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-xs^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-xs^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-xs^='8:5']::before {
    padding-top: 62.5%;
  }
  *[data-ratio-xs^='8:5'] .pictureWrapper::before {
    padding-top: 62.5%;
  }
  *[data-ratio-xs^='5:8']::before {
    padding-top: 160%;
  }
  *[data-ratio-xs^='5:8'] .pictureWrapper::before {
    padding-top: 160%;
  }
  *[data-ratio-xs^='16:9']::before {
    padding-top: 56.25%;
  }
  *[data-ratio-xs^='16:9'] .pictureWrapper::before {
    padding-top: 56.25%;
  }
  *[data-ratio-xs^='9:16']::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-xs^='9:16'] .pictureWrapper::before {
    padding-top: 177.77777778%;
  }
  *[data-ratio-xs^='4:3']::before {
    padding-top: 75%;
  }
  *[data-ratio-xs^='4:3'] .pictureWrapper::before {
    padding-top: 75%;
  }
  *[data-ratio-xs^='3:4']::before {
    padding-top: 133.33333333%;
  }
  *[data-ratio-xs^='3:4'] .pictureWrapper::before {
    padding-top: 133.33333333%;
  }
}
/** OBJECT FIT **/
/* polyfill - https://raw.githubusercontent.com/jonathantneal/fitie/master/dist/fitie.js */
/* fix objectfit image and imageThumb components to work ok */
*[data-objectfit] .componentImageWrapper,
*[data-objectfit] a.componentImageThumb {
  position: initial;
}
*[data-objectfit] {
  position: relative;
}
.no-ie *[data-objectfit] img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ie *[data-objectfit] img {
  opacity: 0;
}
*[data-objectfit] .pictureWrapper {
  min-height: 100%;
}
*[data-objectfit^='cover'] .pictureWrapper,
*[data-objectfit^=' cover'] .pictureWrapper {
  background-size: cover;
}
*[data-objectfit^='contain'] .pictureWrapper,
*[data-objectfit^=' contain'] .pictureWrapper {
  background-size: contain;
}
*[data-objectfit^='scale-down'] .pictureWrapper,
*[data-objectfit^=' scale-down'] .pictureWrapper {
  background-size: auto;
}
/* fit type */
*[data-objectfit^='cover'] img,
*[data-objectfit*=' cover'] img {
  object-fit: cover;
}
*[data-objectfit^='contain'] img,
*[data-objectfit*=' contain'] img {
  object-fit: contain;
}
*[data-objectfit^='scale-down'] img,
*[data-objectfit*=' scale-down'] img {
  object-fit: scale-down;
}
/* position */
*[data-objectfit^='lefttop'] img,
*[data-objectfit*=' lefttop'] img {
  object-position: 0% 0%;
}
*[data-objectfit^='centertop'] img,
*[data-objectfit*=' centertop'] img {
  object-position: 50% 0%;
}
*[data-objectfit^='righttop'] img,
*[data-objectfit*=' righttop'] img {
  object-position: 100% 0%;
}
*[data-objectfit^='leftcenter'] img,
*[data-objectfit*=' leftcenter'] img {
  object-position: 0% 50%;
}
*[data-objectfit^='centercenter'] img,
*[data-objectfit*=' centercenter'] img {
  object-position: 50% 50%;
}
*[data-objectfit^='rightcenter'] img,
*[data-objectfit*=' rightcenter'] img {
  object-position: 100% 50%;
}
*[data-objectfit^='leftbottom'] img,
*[data-objectfit*=' leftbottom'] img {
  object-position: 0% 100%;
}
*[data-objectfit^='centerbottom'] img,
*[data-objectfit*=' centerbottom'] img {
  object-position: 50% 100%;
}
*[data-objectfit^='rightbottom'] img,
*[data-objectfit*=' rightbottom'] img {
  object-position: 100% 100%;
}
*[data-objectfit] {
  position: relative;
}
.no-ie *[data-objectfit] iframe {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ie *[data-objectfit] iframe {
  opacity: 0;
}
*[data-objectfit] .pictureWrapper {
  min-height: 100%;
}
*[data-objectfit^='cover'] .pictureWrapper,
*[data-objectfit^=' cover'] .pictureWrapper {
  background-size: cover;
}
*[data-objectfit^='contain'] .pictureWrapper,
*[data-objectfit^=' contain'] .pictureWrapper {
  background-size: contain;
}
*[data-objectfit^='scale-down'] .pictureWrapper,
*[data-objectfit^=' scale-down'] .pictureWrapper {
  background-size: auto;
}
/* fit type */
*[data-objectfit^='cover'] iframe,
*[data-objectfit*=' cover'] iframe {
  object-fit: cover;
}
*[data-objectfit^='contain'] iframe,
*[data-objectfit*=' contain'] iframe {
  object-fit: contain;
}
*[data-objectfit^='scale-down'] iframe,
*[data-objectfit*=' scale-down'] iframe {
  object-fit: scale-down;
}
/* position */
*[data-objectfit^='lefttop'] iframe,
*[data-objectfit*=' lefttop'] iframe {
  object-position: 0% 0%;
}
*[data-objectfit^='centertop'] iframe,
*[data-objectfit*=' centertop'] iframe {
  object-position: 50% 0%;
}
*[data-objectfit^='righttop'] iframe,
*[data-objectfit*=' righttop'] iframe {
  object-position: 100% 0%;
}
*[data-objectfit^='leftcenter'] iframe,
*[data-objectfit*=' leftcenter'] iframe {
  object-position: 0% 50%;
}
*[data-objectfit^='centercenter'] iframe,
*[data-objectfit*=' centercenter'] iframe {
  object-position: 50% 50%;
}
*[data-objectfit^='rightcenter'] iframe,
*[data-objectfit*=' rightcenter'] iframe {
  object-position: 100% 50%;
}
*[data-objectfit^='leftbottom'] iframe,
*[data-objectfit*=' leftbottom'] iframe {
  object-position: 0% 100%;
}
*[data-objectfit^='centerbottom'] iframe,
*[data-objectfit*=' centerbottom'] iframe {
  object-position: 50% 100%;
}
*[data-objectfit^='rightbottom'] iframe,
*[data-objectfit*=' rightbottom'] iframe {
  object-position: 100% 100%;
}
/*<div data-hide="xs sm" data-show="lg md" data-display-lg="0">*/
*[data-show] {
  display: none;
}
@media (min-width: 1201px) {
  *[data-hide^='lg'],
  *[data-hide*=' lg'] {
    display: none;
  }
  *[data-show^='lg'],
  *[data-show*=' lg'] {
    display: block;
  }
}
@media (max-width: 1200px) {
  *[data-hide^='md'],
  *[data-hide*=' md'] {
    display: none;
  }
  *[data-show^='md'],
  *[data-show*=' md'] {
    display: block;
  }
}
@media (max-width: 992px) {
  *[data-hide^='sm'],
  *[data-hide*=' sm'] {
    display: none;
  }
  *[data-show^='sm'],
  *[data-show*=' sm'] {
    display: block;
  }
}
@media (max-width: 767px) {
  *[data-hide^='xs'],
  *[data-hide*=' xs'] {
    display: none;
  }
  *[data-show^='xs'],
  *[data-show*=' xs'] {
    display: block;
  }
}
@media (max-width: 479px) {
  *[data-hide^='mobile'],
  *[data-hide*=' mobile'] {
    display: none;
  }
  *[data-show^='mobile'],
  *[data-show*=' mobile'] {
    display: block;
  }
}
/* main styles */
body {
  background: #000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
}
#toppan {
  background-color: #2e4b7a;
  color: #fff;
  font-size: 11px;
}
#toppan #fastmenu {
  text-align: right;
}
#toppan #fastmenu ul,
#toppan #fastmenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#toppan #fastmenu li {
  display: inline-block;
}
#toppan #fastmenu li a {
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}
#toppan #fastmenu li a:hover {
  background-color: #436db2;
}
.container-fluid {
  padding: 0;
}
h1,
h2,
h3,
h4,
.sh1,
.sh2,
.sh3,
.sh4 {
  margin-bottom: 25px;
  margin-top: 0;
}
h1 {
  font-size: 52px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1pt;
  font-weight: 300;
  line-height: 120%;
}
.sh1 {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px auto;
  font-weight: 300;
}
h2 {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -2pt;
  margin-bottom: 10px;
}
.sh2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1pt;
}
.sh3 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1pt;
}
.componentNews h4.news-title a {
  color: #fff;
}
.sh4 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.core-paper {
  padding: 40px;
}
.core-section {
  padding: 60px 0;
}
a:not(.btn) {
  text-decoration: underline;
}
a.btn-primary {
  padding: 15px 30px;
  border: none;
  background-color: #2e4b7a;
  color: #fff;
  font-size: 26px;
  border-radius: 0px;
  font-weight: 300;
  margin: 15px 0;
  text-decoration: none;
}
a.btn-primary:hover {
  background-color: #436db2;
  color: #fff;
}
.gallitem {
  opacity: 0.9;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 7px;
}
.gallitem:hover {
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.componentPhotoGallery2 .thumb {
  margin-bottom: 30px;
}
.container-item.item {
  margin-bottom: 15px;
}
.submenutitle {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidemenu li a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 5px 15px;
  background-color: #eee;
  margin-bottom: 1px;
  color: #2e4b7a;
  display: block;
  text-decoration: none;
}
.sidemenu li a:hover {
  padding-left: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-color: #2e4b7a;
  color: #fff;
}
.sidemenu li.active a {
  background-color: #2e4b7a;
  color: #fff;
}
/* THEMES */
.core-theme-light {
  color: #333;
  background-color: #fff;
}
.core-theme-light .core-paper {
  background-color: #fff;
}
.core-theme-light a:not(.btn) {
  color: #2e4b7a;
}
.core-theme-light p strong,
.core-theme-light h3 strong,
.core-theme-light .core-icon {
  color: #2e4b7a;
}
.core-theme-light a.btn-primary {
  color: #fff;
}
.core-theme-light a.btn-primary:hover {
  background-color: #436db2;
  color: #fff;
}
.core-theme-light-faded {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.core-theme-gray {
  color: #333;
  background-color: #ededed;
}
.core-theme-gray .core-paper {
  background-color: #e6e6e6;
}
.core-theme-gray a:not(.btn) {
  color: #2e4b7a;
}
.core-theme-gray p strong,
.core-theme-gray h3 strong,
.core-theme-gray .core-icon {
  color: #2e4b7a;
}
.core-theme-gray a.btn-primary {
  color: #fff;
}
.core-theme-gray a.btn-primary:hover {
  background-color: #436db2;
  color: #fff;
}
.core-theme-dark {
  color: #fff;
  background-color: #333;
}
.core-theme-dark .core-paper {
  background-color: #333;
}
.core-theme-dark a:not(.btn) {
  color: #2e4b7a;
}
.core-theme-dark p strong,
.core-theme-dark h3 strong,
.core-theme-dark .core-icon {
  color: #2e4b7a;
}
.core-theme-dark a.btn-primary {
  color: #fff;
}
.core-theme-dark a.btn-primary:hover {
  background-color: #436db2;
  color: #fff;
}
.core-theme-primary {
  color: #fff;
  background-color: #2e4b7a;
}
.core-theme-primary .core-paper {
  background-color: #2e4b7a;
}
.core-theme-primary a:not(.btn) {
  color: #fff;
}
.core-theme-primary p strong,
.core-theme-primary h3 strong,
.core-theme-primary .core-icon {
  color: #fff;
}
.core-theme-primary a.btn-primary {
  color: #fff;
  border: 2px solid #fff;
}
.core-theme-primary a.btn-primary:hover {
  background-color: #2e4b7a;
  color: #fff;
}
.core-theme-primary-faded {
  color: #fff;
  background-color: rgba(46, 75, 122, 0.8);
}
.core-theme-primary-faded a:not(.btn) {
  color: #fff;
}
.core-theme-top {
  color: #333;
  background: url(images/content_bg.jpg) repeat-x;
  background-color: #fff;
}
.core-theme-top h1 {
  color: white;
}
.core-theme-top .core-paper {
  background-color: #fff;
}
.core-theme-top a:not(.btn) {
  color: #333;
}
.core-theme-top p strong,
.core-theme-top h3 strong,
.core-theme-top .core-icon {
  color: #2e4b7a;
}
.core-theme-top a.btn-primary {
  color: #fff;
}
.core-theme-top a.btn-primary:hover {
  background-color: #436db2;
  color: #fff;
}
/* core menu */
/* core-menu */
.core-menu {
  z-index: 1;
  width: 100%;
  padding: 15px 15px;
}
.core-menu .core-menu-wrap {
  width: 100%;
}
.core-menu .core-brand {
  float: left;
}
.core-menu .core-brand img {
  height: 60px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.core-menu .core-brand .core-logo-text {
  line-height: 60px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.core-menu .core-menu-btn {
  display: none;
}
.core-menu .core-menu-items {
  margin-left: auto;
}
.core-menu .core-menu-items ul,
.core-menu .core-menu-items li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.core-menu .core-menu-items li {
  display: inline-block;
}
.core-menu .core-menu-items a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 60px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.core-menu .core-menu-items.core-menu-open .core-menu-desktop {
  display: block;
}
.core-menu.core-menu-fixed {
  position: fixed;
}
.core-menu.core-menu-collapse {
  /*@items-padding-collapsed: @core-menu-height-collapsed/2;*/
}
.core-menu.core-menu-collapse .core-brand img {
  height: 50px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.core-menu.core-menu-collapse .core-brand .core-logo-text {
  line-height: 50px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.core-menu.core-menu-collapse .core-menu-items a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/*
.core-theme-dark {
	.core-menu {
		background-color:transparent; 
		a { color:@color-primary }

		&.core-menu.core-menu-collapse {
			background-color:@color-dark; 
			a { color:@color-primary }
		}
	}
}

.core-theme-light {
	.core-menu {
		background-color:transparent; 
		a { color:@color-primary }

		&.core-menu.core-menu-collapse {
			background-color:@color-light; 
			a { color:@color-primary }
		}
	}
}
*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .core-menu .core-menu-list,
  .core-menu.core-menu-collapse .core-menu-list {
    position: absolute;
    top: 60px;
    display: none;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #ffffff;
  }
  .core-menu .core-menu-list li,
  .core-menu.core-menu-collapse .core-menu-list li {
    display: block;
  }
  .core-menu .core-menu-list a,
  .core-menu.core-menu-collapse .core-menu-list a {
    padding: 10px 10px;
    line-height: 1;
    display: block;
    text-align: center;
  }
  .core-menu .core-menu-btn,
  .core-menu.core-menu-collapse .core-menu-btn {
    display: block;
  }
  .core-menu.core-menu-open .core-menu-list {
    display: block;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .core-menu .core-menu-list,
  .core-menu.core-menu-collapse .core-menu-list {
    position: absolute;
    top: 60px;
    display: none;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #ffffff;
  }
  .core-menu .core-menu-list li,
  .core-menu.core-menu-collapse .core-menu-list li {
    display: block;
  }
  .core-menu .core-menu-list a,
  .core-menu.core-menu-collapse .core-menu-list a {
    padding: 10px 10px;
    line-height: 1;
    display: block;
    text-align: center;
  }
  .core-menu .core-menu-btn,
  .core-menu.core-menu-collapse .core-menu-btn {
    display: block;
  }
  .core-menu.core-menu-open .core-menu-list {
    display: block;
  }
}
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.core-menu .core-brand {
  position: relative;
  top: 15px;
}
@media (max-width: 767px) {
  .core-menu .core-brand img {
    max-height: 28px;
  }
}
/* optional parameters */
/* menu theming */
.core-theme-light .core-menu {
  background-color: white;
}
.core-theme-light .core-menu a {
  color: #2e4b7a;
}
.core-theme-light .core-menu.core-menu.core-menu-collapse {
  background-color: white;
}
.core-theme-light .core-menu.core-menu.core-menu-collapse a {
  color: #2e4b7a;
}
.core-theme-dark .core-menu {
  background-color: transparent;
}
.core-theme-dark .core-menu a {
  color: white;
}
.core-theme-dark .core-menu.core-menu.core-menu-collapse {
  background-color: #2e4b7a;
}
.core-theme-dark .core-menu.core-menu.core-menu-collapse a {
  color: white;
}
.core-theme-primary .core-menu {
  background-color: transparent;
}
.core-theme-primary .core-menu a {
  color: white;
}
.core-theme-primary .core-menu.core-menu.core-menu-collapse {
  background-color: #2e4b7a;
}
.core-theme-primary .core-menu.core-menu.core-menu-collapse a {
  color: white;
}
.core-theme-martin .core-menu {
  background-color: transparent;
}
.core-theme-martin .core-menu a {
  color: #2e4b7a;
}
.core-theme-martin .core-menu.core-menu.core-menu-collapse {
  background-color: rgba(51, 51, 51, 0.5);
}
.core-theme-martin .core-menu.core-menu.core-menu-collapse a {
  color: white;
}
.core-menu {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 0;
}
.core-menu .core-menu-items li {
  border-bottom: 4px solid transparent;
}
.core-menu .core-menu-items li a {
  text-decoration: none;
  line-height: 90px;
  font-weight: bold;
}
.core-menu .core-menu-items li.active,
.core-menu .core-menu-items li:hover {
  border-color: #2e4b7a;
}
.core-menu.clearfix {
  display: block;
}
@media only screen and (max-width: 768px) {
  .core-menu .core-menu-items li a {
    line-height: 1;
  }
}
.core-flexgrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 1170px;*/
  margin: 0 auto;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.card-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 320px;
  margin: 7px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(110, 123, 140, 0.3);
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative;
}
.card-img {
  position: relative;
  height: 160px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.card-img imgs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
a.card-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: red;
  color: #fff;
  display: block;
  text-align: center;
}
.card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px 60px 20px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+51,1+84,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 51%, #000000 84%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 51%, #000000 84%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 51%, #000000 84%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.card-text h2,
.card-text h3,
.card-text h4 {
  margin: 0 0 10px 0;
}
.card-text p {
  margin: 0px;
}
.componentFile {
  padding: 12px 10px 12px 50px;
  background-color: #eee;
  position: relative;
  margin-bottom: 2px;
  line-height: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-top: 1px dotted #2e4b7a;
  border-bottom: 1px dotted #2e4b7a;
}
.componentFile a {
  color: #000 !important;
  text-decoration: none;
  font-size: 18px;
}
.componentFile:hover {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-color: #ededed;
  color: #000;
}
.componentFile:hover a {
  color: #000;
}
.componentFile:hover .file-name {
  color: #000;
}
.componentFile:hover a:before {
  color: #000;
}
.componentFile a:before {
  font-family: FontAwesome;
  left: 10px;
  position: absolute;
  top: 20px;
  font-size: 32px;
  color: #121d30;
}
.componentFile a.file-docx:before,
.componentFile a.file-doc:before {
  content: "\f1c2";
}
.componentFile a.file-pdf:before {
  content: "\f1c1";
}
.componentFile a.file-jpg:before,
.componentFile a.file-png:before,
.componentFile a.file-gif:before {
  content: "\f1c5";
}
.componentFile a.file-xls:before,
.componentFile a.file-xlsx:before {
  content: "\f1c3";
}
.componentFile .file-name {
  display: block;
  color: #121d30;
}
.componentFile .file-size {
  font-size: 11px;
}
/* ASIDE */
#aside .componentMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aside .componentMenu ul li {
  margin-bottom: 1px;
}
#aside .componentMenu ul li a {
  display: block;
  padding: 10px;
  background-color: #ddd;
  color: #333;
  text-decoration: none;
}
#aside .componentMenu ul li a:hover {
  background-color: #2e4b7a;
  color: #fff;
}
#aside .componentMenu ul li.active a {
  background-color: #2e4b7a;
  color: #fff;
}
/* NEWS */
.componentNews {
  background-color: #fff;
}
.video-block .componentNews {
  background-color: transparent;
}
#content .newslistin {
  background: #fff;
  margin: 5px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
#content .newslistin .newslistinfo {
  padding: 30px 15px 15px;
  min-height: 150px;
}
#content .newslistin h3 {
  color: #333;
  font-size: 18px;
  line-height: 26px ;
  margin: 0 0 5px 0;
}
#content .newslistin h3 a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
#content .newslistin p {
  margin: 0px;
  font-size: 15px;
}
#content .newslistin a.newslistbtn {
  color: #333;
  width: 40px;
  height: 40px;
  background: #2e4b7a;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  bottom: 130px;
  right: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#content .newslistin a.newslistbtn:hover {
  background: #517abd;
}
#content .core-theme-top .newslist {
  padding: 15px;
}
#content .core-theme-top h3 a {
  color: #333;
}
/* STREAM */
.streamitem .streamitemwrap {
  margin: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.streamitem .streamitemwrap:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.streamitem .streamtitle a {
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  min-height: 70px;
}
