@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_light_italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_bold_italic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Wb_Lato';
	src: url('/font/wb_lato_black_italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}



/* layout */

html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-size: 3.75vw;
}
.container {
	width: 100%;
	max-width: 1332px;
}
@media (min-width: 768px){
	html{
		font-size: 1.333vw;
	}
	.container {
		width: 730px;
		width: 100%;
	}
}
@media (min-width: 992px){
	.container {
		width: 950px;
		width: 100%;
	}
}
@media (min-width: 1290px){
	.container {
		width: 1290px;
		width: 100%;
	}
}
@media (min-width: 1350px){
	html{
		font-size: 18px;
	}
}

body{
	background-color:#34322d;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	color:#333333;
	font-family: "Wb_Lato", Arial, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.45;
	text-align: left;
	vertical-align: baseline;
	word-break: normal;
	xword-wrap: break-word;
	overflow-x: hidden;
}
.content{
	line-height: 1.5;
	font-size: 0.91rem;
}


/* /////////////////////////////////////////////////////////// */

.container {
	position:relative;
	z-index: 3;

	padding-left: 2rem;
	padding-right: 2rem;
}
.container:before,
.container:after{
	content: "";
	display: none;
}




@media (max-width:767px){
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.row-0{
	margin-left: 0rem;
	margin-right: 0rem;
}
.row-0 > *{
	padding-left: 0rem;
	padding-right: 0rem;
}

.row-1{
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.row-1 > *{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.row-2{
	margin-left: -1rem;
	margin-right: -1rem;
}
.row-2 > *{
	padding-left: 1rem;
	padding-right: 1rem;
}

.row-50{
	margin-left: -1.38rem;
	margin-right: -1.38rem;
}
.row-50 > *{
	padding-left: 1.38rem;
	padding-right: 1.38rem;
}


.main-left-col{width:62%;}
.main-right-col{width:38%;}
@media (max-width:767px){
.main-left-col{width:100%;}
.main-right-col{width:100%;}
}
/* /////////////////////////////////////////////////////////// */

p{
	margin:0;
	position:relative;
	color: inherit;
	
}
p + *{
	margin-top:1.2rem;
}
p + p{
	margin-top:1.2rem;
}
.bigger p{
	font-size:1.32rem;

}


h1,h2,h3,h4,h5,h6{
	font-style: normal;
	color: inherit;
	padding: 0;
	margin: 0;
	text-align: inherit;
	position: relative;
	line-height: 1.2;
	font-family: 'Wb_Lato';
	font-weight: 600;
}

h1{
	font-size: 3.8rem;
}
h1 + *{
	margin-top: 1.5rem;
}

h2{
    font-size: 2rem;
    font-weight: 400;
}
* + h2,
h2 + *{
	margin-top: 2rem;
}

h3{
    font-size: 1.35rem;
    font-weight: 400;
}
h3.bigger{
    font-size: 1.5rem;    
}

*:not(:empty):not(.space) + h3{	
	margin-top: 1.5rem;
}
h3 + *:not(:empty){
	margin-top: 1rem;
}
.small-text *:not(:empty):not(.space) + h3 {
    margin-top: 1rem;
}


h4{
	font-size: 1.25rem;
    font-weight: 400;
}
h4 + *:not(:empty){
	margin-top: 0.6rem;
}

h5{
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 700;
}
h5 + *:not(:empty){
	margin-top: 0.5rem;
}
*:not(:empty) + h5{
	margin-top: 1rem;
}


.main-right-col *:not(:empty) + h5 {
    margin-top: 0.6rem;
}


h6 {
    font-size: inherit;
    font-weight: 600;
    color: #77013a;
}
h6 + *:not(:empty){
	margin-top: 1rem;
}

*:not(:empty):not(.space) + *.sub-title {
	margin-top: 0.4rem;
    font-size: 1rem;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small{
	font-weight: inherit;
    font-size: 60%;
    line-height: 1;
    color: #868686;
}


.title small {
    display: block;
    margin-top: 0.2rem;
}


ul + h2,
ol + h2,
p + h2,
ul + h3,
ol + h3,
p + h3,
ul + h4,
ol + h4,
p + h4{
	xmargin-top:2rem;
}

.color{
	color:#9d0a4e;
}
.incolor{
	color:inherit;
}

.title{
	margin-top:0;
}

.date{
	font-size: 1rem;
	line-height: 1;
}



img[style*="float"] + p{
	margin-top:0;
}

:focus {
	outline: 0 !important;
}

a,
a.box-link *,
a.social *,
body .ui-widget-content .ui-datepicker-buttonpane > button,
.btn{
	transition: color 0.25s ease,
				background-color 0.25s ease,
				border-color 0.25s ease,
				text-shadow 0.25s ease,
				outline-color 0.25s ease;
}
a:not(:hover),
a:focus:not(:hover){
	color:#bc8800;
	outline: none;
	text-decoration:none;
}
a:hover{
	color:#c1075d;
	text-decoration: underline;
	text-decoration:none;
}
a.box-link:hover *{
	color:#9d0a4e;
}


a[id]:empty,
a[name]:empty{
	height:20px;
	position:absolute;
	left:0;
	top:-15vw;
}

.more{
	line-height: 1;
	font-weight: 600;
	font-size: 0.9rem;
	font-family: 'Wb_Lato';
	color: #000000;
}
.more:after{
	font-family: FontAwesome;
	content: "\2000\f061";
	font-weight: normal;
}

.anchorlink {
    position: relative;
    top: -7rem;
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
}


sub, sup {
	font-size: 87%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.45em;
}

.container.content .embed-responsive{
	clear:both;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

small, .small {
	font-size: 85%;
}
small.block{
	display:block;
}

small.desc{
	display:block;
	padding-top:3px;
	line-height: 0.9rem;
	color:#888888;
}


.small-text{
    font-size: 0.8rem;
    line-height: 1.4;
}
.small-text p + p{
	margin-top: 1rem;
}


i,em{
	font-weight: normal;
	font-style: italic;
}
.bold,b,strong{
	font-weight: 700;
	font-style: normal;
}

b i,b em
strong i,strong em,
i b,em b,
i strong,em strong{
	font-weight: bold;
	font-style: italic;
}

ul,ol{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
}


.content ul:not([class]){
	overflow:hidden;
	list-style:none;
	list-style-type:none !important;
	padding:0 0 0 1.3rem;
	position:relative;
	line-height: 1.5;
}
.content ul:not([class]) > li:before{
	font-family: "FontAwesome";
	content: "\f111";
	font-size: 0.5rem;
	color: #9d0a4e;
	margin-left: 0;
	position: absolute;
	left: -0.9rem;
	top: 0.3rem;
}
.content ul:not([class]) ul:not([class]) > li:before{
	content: "\f10c";
}
.content ul:not([class]) ul:not([class]) ul:not([class]) > li:before{
	content: "\f054";
}

.content ul:not([class])[style*="square"] > li:before{
    content: "\f0c8";
    
}
.content ul:not([class])[style*="circle"] > li:before{
    content: "\f10c";
    
}


.content ol:not([class]):not([style]){
	counter-reset: LIST-ITEMS 0;
	list-style:none;
	overflow:hidden;
	padding:0 0 0 1.9rem;
	position:relative;
	line-height: 1.5;
}

.content ol:not([class]):not([style]) > li:before{
	content: counter( LIST-ITEMS ) ".";
	white-space: nowrap;
	counter-increment: LIST-ITEMS;
	position: absolute;
	color: #9d0a4e;
	left: -2.3rem;
	width: 2rem;
	text-align: right;
	letter-spacing: -1px;
}
.content ul:not([class]) > li,
.content ol:not([class]) > li{
	margin:0 0 1rem 0;
	position:relative;
}

.content table ul:not([class]) > li, 
.content table ol:not([class]) > li {
    margin: 0 0 0.3rem 0;
}


.content ul:not([class]) > li:last-child,
.content ol:not([class]) > li:last-child{
	margin:0;
}


.content * + ul:not([class]),
.content * + ol:not([class]),
.content ul:not([class]) + *,
.content ol:not([class]) + *{
	margin-top:1.4rem;
}

.content .small-text * + ul:not([class]),
.content .small-text * + ol:not([class]),
.content .small-text ul:not([class]) + *,
.content .small-text ol:not([class]) + *{
	margin-top:1rem;
}


.content ul:not([class]) ul:not([class]),
.content ul:not([class]) ol:not([class]),
.content ol:not([class]) ol:not([class]),
.content ol:not([class]) ul:not([class]){
	margin:0.8rem 0 0 0;
}

.clr {
	font-size: 0px;
	line-height: 0;
	height: 0px;
	clear: both;
	padding: 0 !important;
}


.content .small-text ul:not([class]) > li, 
.content .small-text ol:not([class]) > li {
    margin: 0 0 0.2rem 0;
    position: relative;
}



hr{
	border-top: solid 1px #d8d8d8;
}
.hr{
	border-top: solid 1px #d8d8d8;
	line-height:0;
	margin:2rem 0 !important;
	position: relative;
}
.hr.big{
	border-top: solid 1px #d8d8d8;
	line-height:0;
	margin:3rem 0 !important;
}
.hr.medium{
	margin:1rem 0 !important;
}
.hr.small{
	margin:0.5rem 0 !important;
	border-top: solid 1px #d8d8d8;
}

.hr.no-margin{
	margin:0 0 !important;
	border-top: solid 1px #d8d8d8;
}
.hr.hr-thick{
	border-top-width: 2px;
}
.hr.hr-color{
	border-top-color: #9d0a4e;
}


.padded{
	padding-left:2rem;
	padding-right:2rem;
}
.col-padded-box{
	padding:1rem;
}
.col-border-box{
	border-radius: 0.15rem;
    border: solid 1px #d8d8d8;
}

.col-padded-vert{
	padding-top:1rem;
	padding-bottom:1rem;
}

.space{
	height:3rem;
	font-size: 0px;
	line-height: 0;
	margin: 0 !important;
}

.space-tiny{
	height:0.5rem;
}
.space-small{
	height:1rem;
}
.space-medium{
	height:2rem;
}
.space-big{
	height:5rem;
}


.space + *{
	margin-top:0;
}


.full{
	width:100%;
}

.no-margin-top{
	margin-top:0;
}
.no-margin{
	margin:0 !important;
}
.upper-case{
	text-transform:uppercase;
}
.no-padding{
	padding:0 !important;
}


figure {
   display:inline-block;
   padding: 0px;
   margin:0;
   position:relative;
   line-height:0;
   max-width:100% !important;
   height:auto  !important;

}
figure img {
	width:100%;
	height:auto  !important;
   line-height:0;
   display:inline-block !important;
}
figcaption {
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	bottom: 0px;
	left: 0px;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0.5rem 1rem;
}


figure[style*="float:right"] figcaption,
figure[style*="float: right"] figcaption{
	text-align:right;
}

figure[style*="float:left"] figcaption,
figure[style*="float: left"] figcaption{
	text-align:left;
}
.wysiwygmap,
.wgimage{
	max-width:99.99%;
}


.wgimage.wgimage-right{width:32.5%;float:right;margin:0 0 1.5rem 2rem;}
.wgimage.wgimage-left{width:32.5%;float:left;margin:0 2rem 1.5rem 0;}
.wgimage.wgimage-full{width:100%;margin:0 0 2rem 0;}




@media (max-width: 767px) {
	.wgimage,figure{
		width:100% !important;
		max-width: 100% !important;
		height:auto !important;
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0 !important;
		float:none  !important;
	}

}


/* form ///////////////////////////////////////////////////////////*/


label {
    font-size: 0.8rem;
    line-height: 1;
    color: inherit;
    font-weight: bold;
    margin: 0 0 0.3rem 0;
    padding: 0;
}
.radio label,
.checkbox-inline label,
.checkbox label {
	min-height: 1.2rem;
	padding-left: 1.6rem;
	margin-bottom: 0;
	font-weight: bold;
	cursor: pointer;
}

input[type='radio'],
input[type='checkbox']{
	margin: 0.2rem 0 0 0;
	width:1rem;
	height:1rem;
	line-height: normal;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox']{
	position: absolute;
	margin: 0.2rem 0 0 -1.6rem;
}

.required{
	color:#da1017;
}
.form-control {
	border-radius: 0.1rem;
    display: block;
    color: #000000;
    background: #ffffff;
    border: 1px solid #dadada;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.8rem 0.35em 0.8rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    min-height: 2rem;
    transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
    outline: 0;
    
    box-shadow: inset -1px 0px 1px rgba(0,0,0,0.12);
}
.form-control:focus {
	border-color: #dadada;
	outline: 0;
	box-shadow: 0px 0px 0px 1px #52af19;
}

.form-control::-moz-placeholder {
  color: #868686;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868686;

}
.form-control::-webkit-input-placeholder {
  color: #868686;
}

.checkbox input:required:invalid{
	box-shadow: -4px 0px 0px #b70015;
}

.form-control:required:invalid{
	border-left: solid 2px #b70015;
}
.form-control:required:invalid:focus{
	box-shadow: 0px 0px 0px 1px #b70015;
	border-left: solid 2px #b70015;
}
.form-control:not:required:invalid{
	outline-width: 0px;
	border-left: solid 2px #b70015;
}

.checkbox input:valid,
.form-control:valid{
	border-left: solid 2px #52af19;
	outline:none;
}


.form-control.formErrorMark,
.form-control.formErrorMark:required {
	box-shadow: 0px 0px 0px 1px #b70015;
	border-left: solid 2px #b70015;
}
.checkbox input.formErrorMark{
	box-shadow: 0px 0px 0px 1px #b70015;
    background: #b70015;
}


.form-control:placeholder-shown,
.form-control:placeholder-shown:required:invalid {

	border-left: solid 2px #dadada;
}
.form-control:placeholder-shown:focus,
.form-control:placeholder-shown:required:invalid:focus{
	box-shadow: 0px 0px 0px 1px #dadada;
}
.form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder:required:invalid {

	border-left: solid 2px #dadada;
}
.form-control:-ms-input-placeholder:focus,
.form-control:-ms-input-placeholder:required:invalid:focus{
	box-shadow: 0px 0px 0px 1px #dadada;
}








.input-lg {
    padding: 0.7rem 0.8rem;
    font-size: 1.1rem;
    line-height: 1;
    height: 3rem;
}
select.input-lg {
    height: 3rem;
    line-height: 1;
}







.chminus{color:#b70015;}
.chplus{color:#52af19;}



.form-group {
    margin-bottom: 0.7rem;
}

#pswd_info {
	position:absolute;
	width: 100%;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius: 0.15rem;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #888;
	z-index: 99999;
}
#pswd_info h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pswd_info:before {
	content: "\25B2";
	position:absolute;
	top:-12px;
	left:45%;
	font-size:14px;
	line-height:14px;
	color:#888;
	text-shadow:none;
	display:block;
}
.invalid-check {
	line-height:24px;
	color:#ec3f41;
}
.valid-check {
	line-height:24px;
	color:#3a7d34;
}
#pswd_info {
	display:none;
}



/* recaptcha ///////////////////////////////////////////////////////////*/

.g-recaptcha {
	position: relative;
    width: 9rem;
    height: 2rem;
    overflow: hidden;
    margin: 0;
    border-radius: 0.1rem;
}
.g-recaptcha > div {
	position: relative;
    transform: translateZ(0) scale(0.76);
	transform-origin: -0.4rem -2rem;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width:1399px){
	.g-recaptcha > div {
		transform: translateZ(0) scale(0.76);
		transform-origin: -4px -33px;
	}
}
@media screen and (max-width:1289px){
	.g-recaptcha {
		width: 10rem;
	}
	.g-recaptcha > div {
		transform: translateZ(0) scale(0.73);
		transform-origin: -0.6rem -2.2rem;
	}
}
@media screen and (max-width:991px){
	.g-recaptcha {
		width: 11rem;
	}
	.g-recaptcha > div {
		transform: translateZ(0) scale(0.6);
		transform-origin: -1rem -2.4rem;
	}
}
@media screen and (max-width:767px){
	.g-recaptcha {
		width: 9rem;
	}
	.g-recaptcha > div {
		transform: translateZ(0) scale(0.76);
		transform-origin: -4px -33px;
	}
}





/* button ///////////////////////////////////////////////////////////*/

body .ui-widget-content .ui-datepicker-buttonpane > button,
.btn-default:focus:active,
.btn-default.active:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.btn-default:active,
.btn-default.active,
.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-primary,
.btn.btn-primary:focus {
	background: transparent;
	background: rgba(255, 255, 255, 0.2);
    color: #bc8800;
    border: solid 2px #d8ab35;
    font-family: 'Wb_Lato';
    font-weight: 400;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 7.5rem;
    height: auto;
    padding: 0.35rem 0.8rem 0.4em 0.8rem;
    font-size: 0.9rem;
    line-height: 1rem;
    min-height: 2rem;

}


body .ui-widget-content .ui-datepicker-buttonpane > button{
    min-width: 3rem;
}

body .ui-widget-content .ui-datepicker-buttonpane > button:hover,
.btn.btn-default.active:hover,
.btn.btn-default:hover:active,
.btn.btn-default:hover,
.btn.btn-primary:hover{
    background: #d8ab35;
    color: #ffffff;
    border-color: #d8ab35;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default {
	background: transparent;
	color: #7a0035;
    border-color: #7a0035;
}


.btn-back:before{
    font-family: FontAwesome;
    content: "\f104\2000";
    color: #9d0a4e;
    font-weight: 600;
}
.btn-more:after{
    font-family: FontAwesome;
    content: "\2000\f105";
    color: #9d0a4e;
    font-weight: 600;
}
.btn-ask:before{
	font-family: FontAwesome;
	content: "\f059\2000";
	color: #9d0a4e;
	font-weight: 400;
}
.btn-pdf:before{
	font-family: FontAwesome;
	content: "\f1c1\2000";
	color: #9d0a4e;
	font-weight: 400;
}




.btn.btn-invert,
.btn.btn-invert:focus {
	background: transparent;
	color: #ffc425;
	border: solid 2px #d9a725;
}
.btn.btn-invert:hover{
	background: #d9a725;
	color: #ffffff;
	border-color: #d9a725;
}

.btn.btn-invert.btn-back:before,
.btn.btn-invert.btn-more:after{
    color: #c1075d;
}






.btn.btn-list:not(:hover),
.btn.btn-list:not(:hover):focus {
	background: #ffffff;
	color: #150F47;
	border: solid 2px #ffffff;
}



.btn.btn-lg,
.btn.btn-lg:focus{
	padding: 0.6rem 1.7rem 0.6rem 1.7rem;
	font-size: 1.1rem;
	line-height: 1;
}

body .ui-widget-content .ui-datepicker-buttonpane > button,
.btn.btn-sm,
.btn.btn-sm:focus{
	padding: 0.4rem 0.5rem 0.45rem 0.5rem;
	font-size: 0.79rem;
	line-height: 1;
	min-width: 5rem;
	min-height: 1rem;
}

.btn.btn-xs,
.btn.btn-xs:focus{
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	font-size: 0.74rem;
	line-height: 1;
	min-width: 4rem;
	min-height: 1rem;
}


.btn.disabled,
[disabled].btn{
	cursor: not-allowed;
	opacity: 0.65;
	box-shadow: none;
}

.btn + .btn{
	margin-left:-2px;
}

@media screen and (max-width:767px){
	.btn-full-xs {
		width: 100%;
	}
}


/*  ///////////////////////////////////////////////////////////*/

header{
	font-size:1rem;
}


.home-header-container{
	position:relative;
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('/_images/common/bg1.jpg');
}
@media screen and (max-width:767px){
	.home-header-container{
		background-size: 300% auto;
		background-position: 40% 0%;
	}
}



.home-header.slick-slider{
	color: #ffffff;
	position: relative;
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	right:0;
	bottom:0;

	background: transparent;

	display: flex;
	width: 100%;
	height: 100%;
	margin-bottom:0;
}
.home-header .slick-list {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    padding: 0;

}
.home-header .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	flex-grow: 1;
}
.home-header .slick-slide {
    display: none;
    float: none;
    height: auto;
    position: relative;
}
.home-header.slick-initialized .slick-slide {
    display: flex;
}
.home-header.slick-initialized .slick-slide .container{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 25rem;
}


.home-header .slick-dots{
	bottom: 0;
}





.home-header-bg,
.home-header-dark,
.home-header-net{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

@media screen and (max-width:767px){
	.home-header-dark{
		bottom: auto;
		height: 77rem;
	}
}



.home-header-bg{
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.home-header-dark{
	background: rgba(0,0,0,0.2);
	background: linear-gradient(0deg, rgba(33, 33, 33, 0.1) 70%, rgba(37, 37, 37, 0.9) 100%);
}



.home-header-info {
    width: 50%;
    padding: 0 0 3rem 3rem;
    color:#ffffff;
    text-shadow: 0 0px 1rem rgb(34, 34, 34), 0 0.1rem 0.3rem rgba(34, 34, 34, 0.43);    
}
.home-header-info h2,
.home-header-info h3,
.home-header-info h4{
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1rem 0;
}
.home-header-info h2 {
    font-size: 3.9rem;
}
.home-header-info h3 {
    font-size: 3rem;
}
.home-header-info h4 {
    font-size: 2rem;
}

.home-header-info div {
    font-size: 0.92rem;
    line-height: 1.4;
    margin: 0 0 1.5rem 0;
}
.home-header-info div p{
    font-size: 0.92rem;
    line-height: 1.4;
    margin: 0;
}
.home-header-info div p + p{
    margin-top: 0.5rem;
}

@media (max-width:767px){
	.home-header-info h2 {
		font-size: 3.4rem;
	}
	.home-header-info h2 + *{
		margin-top: 1rem;
	}	
	.home-header-info h3 + *{
		margin-top: 1rem;
	}	
}

.home-header-panel{
    position: relative;
    z-index: 4;
    display: flex;
    padding-top: 7rem;
    padding-bottom: 2rem;
    color: #ffffff;
	height: 39rem;
	font-size: 0.86rem;
	line-height: 1.3;
    pointer-events: none;
}



.home-header-panel .mobileSubfundChartBox{
	display: none;
}


.home-header-panel-fund{
	width: 0%;	
	pointer-events: auto;
	overflow:hidden;
}
.home-header-panel-fund.show-panel{
	width: 57%;	
}
.home-fund-panel {
    display: flex;
    flex-direction: column;
    width:0%;
    height: 0%;
    opacity:0;
    transition: opacity 0s ease;
}
.show-panel .home-fund-panel{
    transition: opacity 0.25s ease;
    width:100%;
    height: 100%;    
    opacity:1;
}




.home-header-panel-list{
	width: 43%;
	pointer-events: auto;
	display: flex;
    flex-direction: column;
}







.home-fund-panel-title{
	background:rgba(0,0,0,0.7);
	padding: 1rem;
}
.home-fund-panel-space{
	height: calc(2.6rem + 2px);
}
.home-fund-panel-chart {
    background: #1e1c1d;
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.home-header-panel .wykres {
    min-height: 10rem;
    flex-grow: 1;
    position: relative;
    overflow:hidden;
   margin: 0 0 0.5rem 0;
}
.home-header-panel .mobileSubfundChartBox .wykres {
    min-height: 10rem;
    margin-top:0.5rem;
    
}

.home-header-panel .wykres > .highcharts-container{
	position: absolute !important;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.home-header-panel h4{
	color:#ffc425;
}
.home-header-panel .login-form p{
	font-size: 0.83rem;
}
.home-header-panel .login-form p + p {
    margin-top: 1rem;
}


.home-header-panel .login-form a:not(:hover),
.home-header-panel .login-form a:focus:not(:hover){
	color: #ffc425;
	outline: none;
}
.home-header-panel .login-form a:hover{
	color: #ff1581;	
}



.home-header-panel-list .nav-tabs {
    border-bottom: none;
    display: flex;
}
.home-header-panel-list .nav-tabs > li{
    float: none;
    margin: 0;
    flex-grow: 1;
}


.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
    margin: 0;
    font-size: 0.8rem;
    line-height: 1;
    border: none;
    border-radius: 0;
    border-top: 2px solid transparent;    
    background: rgba(74, 0, 26, 0.7);
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
    color: #ffc425;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
}
.nav-tabs > li > a:hover{
	background: rgba(112, 1, 56, 0.8);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    background-color: rgba(0,0,0,0.7);
    border-top: 2px solid #d9a725;    
    color: #ffffff;
}


.home-header-panel-list .tab-content{
	background:rgba(0,0,0,0.7);
	flex-grow: 1;
	padding: 1rem 0.6rem 1rem 1rem;
	display: flex;
}
.home-header-panel-list .tab-content > .tab-pane{
    display: none;
    flex-grow: 1;
    width: 100%;
}
.home-header-panel-list .tab-content > .active{
    display: block;
}


.home-header-panel-date {
    padding: 0 0 1rem 0.6rem;
    font-size: 0.8rem;
}
.home-header-panel-date span{
    font-size:0.9rem;
    color:#ffc425;
}
.home-header-panel-funds-list{
	max-height: 23rem;
}
.home-header-panel-funds-list .current-price-slider-item{
	border-bottom: solid 1px rgba(156, 141, 99, 0.16);
	display:flex;
	flex-direction: column;
	padding: 0.5rem;
	margin: 2px;
	margin-right: 1rem;
	cursor:pointer;
	color:#ffffff;
	outline: solid 2px rgba(217, 167, 37, 0);
	transition: color 0.25s ease,outline 0.25s ease;
}
.current-price-slider-item-names{
	display:flex;
}
.home-header-panel-funds-list .current-price-slider-item-names > *:first-child{
	flex-grow:1;
}
.home-header-panel-funds-list .current-price-slider-item:hover{
	color:#ffc425;
}
.home-header-panel-funds-list .current-price-slider-item.active{
	color:#ffc425;
	outline: solid 2px rgba(217, 167, 37, 1);
}

.home-header-panel-funds-list .current-price-slider-item-names:after{
	font-family: FontAwesome;
    content: "\2000\f105";
    color: #ffc425;
    font-weight: 400;
    margin-right: -0.5rem;
}
.home-header-panel-funds-list .current-price-slider-item.active .current-price-slider-item-names:after{
	opacity:0;
}
.small-currency{
	font-weight: 300;
	font-size:80%;
}


@media (max-width:767px){
	.home-header-panel-funds-list .current-price-slider-item {
		padding: 0.8rem;
		margin-right: 0.4rem;
    }
	.home-header.slick-slider {
		position: relative;
    }

	.home-header-info {
		width: 100%;
		padding: 6rem 0 2rem 0rem;
	}
	.home-header-panel{
		flex-wrap: wrap;
		padding: 0;
		min-height: 1rem;
		height: auto;
		background: #494541;
    }
	.home-header-panel-list{
		width: 100%;
	}
	.home-header-panel-fund{
		width: 100%;
	}
	.home-header-panel-funds-list{
		max-height: none;
	}
}


.home-header-panel-list form{
    height: 100%;	
}


.login-form{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    margin-right: 0.4rem;
    padding: 1rem 2rem;
}

.main-inputs{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding: 1.5rem 0 1rem 0;
}

.double-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.sub-buttons {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}


.page-form form{
    height: 100%;
    xborder-left: solid 1px #dedede;	
}
.page-form .login-form {
    margin: 0;
    background: #f5f5f5;
    padding: 3rem 2rem;
    
}

@media (max-width:767px){
	.page-form form{
		height: auto;
		margin: 0px -1.5rem;	
	}
	.page-form .login-form {
		padding: 2rem;
	}

}

span.big {
	font-family: 'Wb_Lato';
	font-size: 1.5rem;
	font-weight: 700;
}


.chart {
  width: 100%; 
  height: 15rem;
}
h3.title + .chart{
	margin-top:0.5rem;
}


.piechart{
  width: 100%; 
  height: 14rem;
}

.big-chart{
  height: 25rem;
}
.fund-map-outer{
	position:relative;
	padding-bottom:50%;
}
.fund-map{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.map-chart{
	height: auto;
}



/*  ///////////////////////////////////////////////////////////*/
.sub-menu-top-bg{
	position: relative;
    z-index: 3;
}
.sub-menu-top{
    display: inline-flex;
    min-width: 45%;
}
.sub-menu-top a,
.sub-menu-top a:hover,
.sub-menu-top a:focus{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0.6rem 1rem 0.7rem 1rem;
    
    font-size: 0.8rem;
    line-height: 1;

    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
    
    border-top: 2px solid rgba(0, 0, 0, 0);     
    background: rgba(74, 0, 26, 0.75);
    color: #ffc425;

}
.sub-menu-top a:hover{
	background: rgba(112, 1, 56, 0.9);
}
.sub-menu-top a.active,
.sub-menu-top a.active:hover,
.sub-menu-top a.active:focus {
    border: none;
	border-top: 2px solid #d9a725;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
}



.sub-menu-top a.active,
.sub-menu-top a.active:hover,
.sub-menu-top a.active:focus {
    border: none;
	border-top: 2px solid #d9a725;
    background-color: #f5f5f5;
    color: #000000;
}

@media (max-width:767px){
	.sub-menu-top-bg{
		background: #161513;
	}
	.sub-menu-top {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 -1.5rem 0 -1.5rem;
	}
	.sub-menu-top a,
	.sub-menu-top a:hover,
	.sub-menu-top a:focus {
		xwidth: calc(50% - 2px);
		xmargin: 0 1px 2px 1px;
		xmax-width:50%;
		text-align: center;
		background: #4a1525;
		min-height: 2.6rem;
		height: auto;		
	}
	.sub-menu-top a:hover{
		background: #690f3a;
	}
	.sub-menu-top a.active,
	.sub-menu-top a.active:hover,
	.sub-menu-top a.active:focus {
		border: none;
		border-top: 2px solid #d9a725;
		background-color: #161513;
		color: #ffffff;
	}
	
	.sub-menu-top a.active,
	.sub-menu-top a.active:hover,
	.sub-menu-top a.active:focus {
		border: none;
		border-top: 2px solid #d9a725;
		background-color: #f5f5f5;
		color: #000000;
	}	
}

.sub-menu-top-pressbg a.active,
.sub-menu-top-pressbg a.active:hover,
.sub-menu-top-pressbg a.active:focus,
.sub-menu-top-productbg a.active,
.sub-menu-top-productbg a.active:hover,
.sub-menu-top-productbg a.active:focus,
.sub-menu-top-articlesbg a.active,
.sub-menu-top-articlesbg a.active:hover,
.sub-menu-top-articlesbg a.active:focus {
    background-color: #ffffff;
}


.sub-menu-bg {
    padding-bottom: 1rem;	
    position: relative;
    z-index: 3;
}
.sub-menu-bg {
    padding-bottom: 0;	
    background: #f5f5f5; 
	border-bottom: solid 0px #d9a725;       
}

.sub-menu-wrap{
	padding: 0rem;
	padding: 0.7rem;
	
    background: rgba(0,0,0,0.7);
    
	display: inline-block;
    min-width: 45%;
    
}
.sub-menu-wrap{
    background: #f5f5f5;
	padding: 0.7rem 0;
	width: 100%;
}


.sub-menu{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus{
	border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 0.74rem;
    line-height: 1.2;
    display: flex;

    align-items: center;
    text-align: center;
    justify-content: flex-start;

    min-height: 2.2rem;
    border: solid 0px transparent;
    color: #ffffff;
    
    flex-grow: 0;    
    min-width: 14.285%; 
    
	min-width: 9rem;
	max-width: 12rem;
    flex-grow: 1;  
    
}
.sub-menu a:hover {
    color: #ffc425;
}



.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus{
    color: #000000;
    min-height: 2.2rem;
    min-width: 10rem;
    min-width: calc(10.2rem - 4px);
    min-width: 14.28%;
    max-width: 28rem;
    flex-grow: 0;
    border: solid 2px transparent;
    font-size: 0.86em;
    line-height: 1.1;
}
.sub-menu a:hover {
    color: #bc8800;
}

.sub-menu a span {
    flex-grow: 1;
	display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 0.8rem 0.6rem;
    padding: 0.6rem 1.1rem;
	padding: 0.0rem 1.1rem 0.1rem 1.1rem
    min-height: 2.05rem;
}


.sub-menu a:before {
    content: "\2000";
    width: 2px;
    background: #9d0a4e;
    height: 0.6rem;
    margin-left: -2px;
}

.sub-menu a:before {
    margin-left: -4px;
}


.sub-menu a.active,
.sub-menu a.active:hover,
.sub-menu a.active:focus {
	border: solid 2px #d8ab35;
    color: #ffc425;
    z-index:2;
}
.sub-menu a.active,
.sub-menu a.active:hover,
.sub-menu a.active:focus {
	border: solid 2px #d8ab35;
    color: #bc8800;
}


.sub-menu a.active span{
	xpadding: 0.6rem;
}
.sub-menu a.active:before {
    opacity:0;
}


@media (max-width:767px){
	.sub-menu-bg {
		padding-bottom: 0;
	}
	.sub-menu-wrap {
		padding: 1rem;
		background: #161513;
		margin: 0 -1.5rem -2px -1.5rem;
		display: block;
	}
	
	.sub-menu-wrap {
		background: #f5f5f5;
		margin: 0;
	}
	
	.sub-menu a, 
	.sub-menu a:hover, 
	.sub-menu a:focus {
		font-size: 0.86rem;
		line-height: 1.3;
		width: 100%;
		text-align: left;
	}
	.sub-menu a span {
		padding: 0.8rem;
		display: flex;
		justify-content: space-between;
	}
	.sub-menu a:not(.active) span:after {
		font-family: FontAwesome;
		content: "\2000\f105";
		color: #ffc425;
		font-weight: 400;
		margin-right: -0.5rem;
	}


}







/*  ///////////////////////////////////////////////////////////*/


.nav-pills {
    display: flex;
    flex-wrap:wrap;
}
.nav-pills > li + li{
    margin-left: 0rem;
}
.nav-pills > li{
    float: none;
    margin: 0rem;
}
.nav-pills:not(.controls) > li{
	width: 11.5rem;
	max-width: 50%;
	min-width: calc(11.66%);
}

@media screen and (max-width:767px){
	.nav-pills > li{
		width: 11.5rem;
		max-width: 50%;
		min-width: calc(16.66%);
	}
}



.nav-pills-free{
    flex-wrap: nowrap;
}
.nav-pills-free > li{
    width: auto;
    max-width: 50%;
    min-width: 5%;
    flex-grow:1;
}
.nav-pills-separate > li + li{
    margin-left: 0.5rem;
}

@media screen and (min-width:768px){
	.nav-pills.controls {
		flex-wrap:nowrap;
	}

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width:768px){  
	.nav-pills.controls > li{
		width: auto;
		max-width: 20rem;
		min-width: 1px;
	} 
}

.nav-pills > li.disabled > span,
.nav-pills > li > span,
.nav-pills > li > a,
.nav-pills > li > a:focus{
    border-radius: 0rem;
    line-height: 1.2;
    font-size: 0.81rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 0.5rem 0.5rem;
    color: #000000;
    background: #e6e6e6;
    border: none;
}
.nav-pills > li.disabled > span{
    color: #a5a5a5;
    cursor: not-allowed;
}
.nav-pills > li > a:hover{
    text-decoration: none;
	background-color: #d9d9d9;
}
.nav-pills.controls > li.disabled > span,
.nav-pills.controls > li > span,
.nav-pills.controls > li > a{
    font-size: 0.75rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 0.6rem 0.6rem;
}
.nav-pills > li > span *,
.nav-pills > li > a *{
	flex-grow:1;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus{
	color: #fff;
    background-color: #a30055;
}
.nav-pills > li > *.fund-color,
.nav-pills > li > *.fund-color:focus {
	color:#ffffff;
}
.nav-pills > li > *.disabled-control-item{
background-color: #dbdbdb;
    color: #b5b5b5;
    cursor: not-allowed;
}


/*  ///////////////////////////////////////////////////////////*/


@keyframes nextdown{
	0% {transform: translateY(0px);}
	80%{transform: translateY(0px);}
	85%{transform: translateY(-20px);}
	90%{transform: translateY(0px);}
	95%{transform: translateY(-20px);}
	100%{transform: translateY(0px);}
}
@-webkit-keyframes nextdown{
	0% {-webkit-transform: translateY(0px);}
	80%{-webkit-transform: translateY(0px);}
	85%{-webkit-transform: translateY(-20px);}
	90%{-webkit-transform: translateY(0px);}
	95%{-webkit-transform: translateY(-20px);}
	100%{-webkit-transform: translateY(0px);}
}
.nextdown{
	width:100%;
	text-align:center;
	z-index:4;
	position:absolute;
	bottom:0px;
	left:0;
	right:0;

}



.nextdown:before,
.nextdown:after {
	content: "";
	background: #fff;
	width: calc(50% - 1.5rem);
	height: 1.5rem;
	position: absolute;
	bottom: -1px;
}
.nextdown:before {
	left: 0;
}
.nextdown:after {
	right: 0;
}
.nextdown > div:before,
.nextdown > div:after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-top: 1.5rem solid transparent;
	position: absolute;
	bottom: -1px;
}
.nextdown > div:before {
	border-left: 1.5rem solid #ffffff;
	left: calc(50% - 1.5rem);
}
.nextdown > div:after {
	border-right: 1.5rem solid #ffffff;
	right: calc(50% - 1.5rem);
}

.nextdown a {
	display: inline-block;
	position: relative;
	margin: 0 auto 2rem auto;
	padding: 0.5rem;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Wb_Lato';
	font-weight: 700;
	text-transform: uppercase;
	border: solid 2px transparent;
	border-radius: 0.5rem;
	animation: nextdown;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	-webkit-animation: nextdown;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
}

.nextdown a:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
	border-top: 0.8rem solid #7a0035;
	position: absolute;
	left: calc(50% - 0.8rem);
	bottom: -0.8rem;

}

.nextdown a:hover{
	border-color: #ffffff;
}
.nextdown a:hover:before{
	border-top-color: #ffffff;
}


.scrollto{
	position:absolute;
	left:0;
	top: -4rem;
}


/* //////////////////////////////////////////////////////////////// */


.header-panel-bg{
	background-color: #1c1a1b;
    background-size: cover;
    background-position: 50% 10%;
    padding: 6rem 0 0rem 0;
    position: relative;
    color: #fff;
}
.header-panel-dark,
.header-panel-net{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.header-panel-dark{
	background: rgba(0,0,0,0.1);
	background: linear-gradient(0deg, rgba(33, 33, 33, 0.1) 0%, rgba(37, 37, 37, 0.9) 100%);
}

.header-panel {
	xbox-shadow: inset 0 35px 35px rgba(0, 0, 0, 0.05);
	xbackground: rgba(0, 0, 0, 0.05);
	color: #fff;
	position: relative;
	z-index: 3;
	min-height: 6rem;
}
.header-panel h1,
.header-panel h2{
	padding: 2rem 0 2rem 0;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 0px 1rem rgb(34, 34, 34), 0 0.1rem 0.3rem rgba(34, 34, 34, 0.43);
}
.header-panel h2{
	font-size: 2.5rem;
}

@media (max-width:767px){
	.header-panel h1,
	.header-panel h2{
		padding: 1rem 0 1.5rem 0;	
		font-size: 2.5rem;
	}
	.header-panel h2{
		font-size: 1.5rem;
	}
}


main{
	padding:0;
	position:relative;
	background: #ffffff;
	min-height: 20rem;
}
.home-header-container + main{
	min-height: 2rem;	
}

/*  ///////////////////////////////////////////////////////////*/

.big-info{
	text-align:center;
	padding:2rem 1rem;
}

.big-info .big {
	font-family: 'Wb_Lato';
	font-size: 3.33rem;
	line-height: 3rem;
	font-weight: 700;
}
.big-info p {
	margin-top: 0rem;
	font-family: 'Wb_Lato';
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.6rem;
}

/*  ///////////////////////////////////////////////////////////*/



.flex-row{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items:stretch;
	align-content:stretch;
}
p.sub-title + .flex-row{
	margin-top:0;
}
.flex-row:before,.flex-row:after{
	display:none !important;
}

.flex-col{
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items:stretch;
	align-content:stretch;
}
.flex-grow{
	flex-grow:1;
}

.flex-row > div{
	float:none;

}
.flex-middle{
	align-items:center;
}

@media (max-width:767px){
	.flex-col-xs{
		flex-direction: column;
		justify-content: center;
	}
	.text-center-xs{
		text-align:center;
	}
}

.links-row{
	margin-top:0.5rem;
}
.links-row > a + a{
	margin-left:2rem;
}
@media (max-width:767px){
	.links-row{
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		justify-content: center;
	}
	.links-row > a,
	.links-row > a + a{
		margin:0.7rem 1rem;
	}
}

/* //////////////////////////////////////////////////////////////// */

.net-bg-color{
	background-image: url('/_images/common/net_bg_color.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}





.realizations{
	display: flex;
	flex-wrap: wrap;
	margin-left:-1rem;
	margin-right:-1rem;
}
.column{
	width:50%;
	display: flex;
	flex-wrap: wrap;
}
.single,
.double{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.single .linkbox{
	width:calc(100% - 2rem);
	min-height: 30em;
}
.double .linkbox{
	width:calc(50% - 2rem);
	min-height: 15em;
}
@media screen and (max-width:767px){
	.column{
		width:100%;
	}
	.single .linkbox,
	.double .linkbox{
		width:calc(100% - 2rem);
		min-height: 10rem;
	}
}








.categories{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: stretch;
	margin-left:-1rem;
	margin-right:-1rem;
}
.categories-small{
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}

.categories .linkbox{
	min-width: 11rem;
	min-height: 18rem;
	max-width: calc(50% - 2rem);
}



.categories .linkbox-bigger{
	min-width: 14rem;
	max-width: calc(50% - 2rem);
}

.categories .linkbox-product{
	display: flex;
	min-width: 13rem;
	max-width: calc(33.33% - 2rem);
	border-radius: 0rem;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
}

.categories-small .linkbox-product{
	min-height: 10rem;
	min-width: 15rem;
	max-width: calc(25% - 1rem);
	margin: 0.5rem;
}




@media screen and (max-width:991px){
	.categories .linkbox{
		min-width: 13rem;
		min-height: 14rem;
	}
}
@media screen and (max-width:767px){
	.categories .linkbox{
		width: calc(100% - 2rem);
		max-width: calc(100% - 2rem);
		min-height: 10rem;
	}
}







.thumbnail {
	display: block;
	padding: 0;
	margin: 0 0 1rem 0;
	line-height: 1;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.thumbnail a,
.linkbox{
	margin: 1rem;
	padding: 0;
	flex-grow: 1;
	overflow: hidden;
	position: relative;
	border-radius: 0.15rem;
}
.thumbnail a{
	display:block;
	padding:0;
	margin: 0;
}

.thumbnail a img,
.linkbox > div {
	background-size: cover;
	background-position: 50% 50%;
	transition: all 0.5s ease;
}
.linkbox > div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: flex;
	transform: scale(1.01);
}

.thumbnail a:hover img,
.linkbox:hover > div{
	transform: scale(1.08);
}
.linkbox a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
.thumbnail a:after,
.linkbox a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.09rem;
	line-height:1.1;
	letter-spacing: -0.01rem;
	font-family: 'Wb_Lato';
	font-weight: 600;
}

.categories-small .linkbox a{
	font-size: 0.95rem;
	line-height:1.2;
}




.linkbox a:not(:hover),
.linkbox a:focus:not(:hover){
    color: #000000;
}

.thumbnail a:after{
	font-size: 0.7rem;
}
.thumbnail a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content:"";
	z-index:1;
}
.thumbnail a:before,
.linkbox a{
	background: rgba(0, 0, 0, 0.03);
	xtransition: color 0.25s ease,
				background 0.5s ease;
}
.thumbnail a:hover:before,
.linkbox a:hover {
	background: rgba(0, 0, 0, 0);
}
.thumbnail a:after,
.linkbox a > span{
	display: block;
	width: 100%;
	padding: 0.5rem 0.8rem;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}



.thumbnail a:hover:after,
.linkbox a:hover > span{
	background: rgba(0, 0, 0, 0.7);
}
.linkbox:not(.linkbox-product) a:hover *{
	color: inherit;
}
.linkbox a span.text-desc {
	text-transform: none;
	font-size: 0.7rem;
	line-height: 1.2;
	font-weight: 600;
	color: inherit;
	display: block;
	opacity: 0;
	overflow: hidden;
	position:relative;
	max-height: 0rem;
	width: 100%;
	transition: opacity 0.5s ease,
				max-height 0.5s ease;
}
.linkbox a span.text-desc > span{
	display:block;
	padding-top:0.5rem;
}

.linkbox a span.text-desc *{
	color: inherit;
}
.linkbox-desc-visible a span.text-desc,
.linkbox a:hover span.text-desc {
	opacity:1;
	max-height: 15rem;
	transition: opacity 1s ease,
				max-height 1s ease;
}
span.text-desc * + p,
span.text-desc p + p {
	margin-top: 0.4rem;
}

.linkbox span.date {
	display: block;
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
}











.categories .linkbox-product > div {
	height: 13rem;
}
.categories .linkbox-product > a {
	position: relative;
	width: 100%;
	padding-top: 13rem;
	color: #000;
	display: flex;
	align-items: stretch;
	text-transform: none;
	border: solid 2px #ffffff;
}


.categories-small .linkbox-product > div {
	height: 10rem;
}
.categories-small .linkbox-product > a {
	padding-top: 10rem;
}


.categories .linkbox-product > a:hover {
	color: #9d0a4e;
	border-color: #d8ab35;
}
.categories .linkbox-product > a > span {
	padding: 1rem 1.3rem 1.3rem 1.3rem;
	background: #ffffff;
	transition: background 0.5s ease;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: -2px;
}
.categories .linkbox-product a span.text-desc {
	font-size: 0.9rem;
	line-height: 1.3;
	font-weight: 500;
	font-family: "Wb_Lato", Arial, serif;
	display: flex;
	xalign-items: flex-end;
	flex-grow: 0;
	color: #000;
}
.categories .linkbox-product a span.text-desc small{
	color: #888888;
}




.categories .linkbox-product a span.text-desc:not(:first-child) {
	flex-grow: 1;
}


.categories .linkbox-product a span.text-desc > span{
	padding-top: 1rem;
	padding-bottom: 1rem;
}


.linkbox .buttons{
	display: flex;
	justify-content: space-between;
	padding-top: 0.4rem;
}





.thumbnail a:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2;
}

.thumbnail a:not([title=""]):after{
	content: attr(title);
}
.thumbnail a[title=""]:after{
	width: 2.3rem;
	font-family: FontAwesome;
	content: "\f002";
	font-weight: 600;
}

.linkbox-video a {
	align-items: center;
	justify-content: center;
}

.linkbox-video a span {
	padding: 0.5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
	text-align: center;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1;
}


.linkbox-arrow a span:after{
	font-family: FontAwesome;
	content: "\2000\f061";
	font-weight: normal;
}

/* //////////////////////////////////////////////////////////////// */


.info-box {
	font-size: 0.84rem;
	line-height: 1.1;
}
.info-box table {
	border-collapse: collapse;
	border-spacing: 0 0;
	width: 100%;
}
.info-box table + table{
	margin-top:-1px;
}
.info-box td{
	border: solid 1px #d8d8d8;
	padding: 0.5rem 0.7rem;
	vertical-align: top;
	text-align: left;
	font-family: "Wb_Lato", Arial, serif;
	font-weight: 500;
	background: #ffffff;
}
.info-box td:first-child {
	width: 8rem;
	font-family: 'Wb_Lato';
	font-weight: 600;
	text-align: right;
	background: #ececec;
	color: #000;
	border-color: #fff;
}


.text-desc table{
	margin-top:0;
}
.text-desc tr{
	display: block;
	padding-top: 0.4rem;
}
.text-desc td {
	display: inline;
	vertical-align:top;
	text-align:left;
}
.text-desc td:first-child{
	font-weight: 800;
}

/* //////////////////////////////////////////////////////////////// */

.product-zoom {
	position: relative;
	border: solid 2px #fff;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	padding: 0;
	margin: 0 0 0.5rem 0;
	overflow: hidden;
}
.product-magnify{
	width: 100%;
	position: relative;
}
.product-magnify .product-large {
	display: none;
	opacity:0;
	position: absolute;
	width: 400%;
	height: 400%;
	border-radius: 0;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.85),
				0px 0px 2px 0px rgba(0,0,0,1),
				inset 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.product-magnify.enabled-zoom.active{
	cursor: none;
}
.product-magnify.enabled-zoom.active:hover .product-large{
	display: block;
	opacity:1;
}
.product-magnify .product-small {
	display: block;
	width: 100%;
}
.product-magnify .product-magnify-info {
	position: absolute;
	font-size: 2rem;
	padding: 1rem 0rem;
	border-radius: 50%;
	text-align: center;
	width: 5rem;
	top: calc(50% - 2.5rem);
	left: calc(50% - 2.5rem);
	background: rgba(197, 26, 30, 0.7);
	color: #fff;
	cursor: none;
	transition: all 0.3s;
	opacity: 0;
}
.product-magnify .product-magnify-info:hover {
    background: rgba(197, 26, 30, 1);
}
.product-magnify:hover .product-magnify-info{
	display:block;
	opacity:1;
	cursor: pointer;
}
.product-magnify.enabled-zoom .product-magnify-info{
	opacity:0;
	cursor: none;
}
.product-gallery {
	background: #fff;
	vertical-align: top;
	margin: 0 -0.2rem;
}
.product-gallery a {
	vertical-align: top;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: calc(16.66% - 0.4rem);
	border: solid 2px #fff;
	background: #fff;
	padding: 0;
	margin: 0 0.2rem 0.4rem 0.2rem;
	z-index: 1;
	outline-offset: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.product-gallery a.product-thumb:hover {
	border-color: #7a0035 !important;
	z-index: 2;
}
.product-gallery a.product-thumb.active {
	border-color: #9d0a4e !important;
	z-index: 2;
}
.product-gallery a img {
    display: block;
    width: 100%;
    height: auto;
}


/* //////////////////////////////////////////////////////////////// */


.icons-info{
	display:flex;
	align-items:center;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.icons-info p{
	margin-top:0.4rem;
}
.icons-info > div{
	padding:2rem 1.5rem 2rem 0;
}
.icons-info > div + div{
	padding:2rem 0rem 2rem 0;
}


.line-row{
	position:relative;
}
.line-row:before{
	content:"";
	width:2px;
	background:#cbcbcb;
	position:absolute;
	left:3rem;
	top:12.5%;
	height:75%;
	display:block !important;
}

.line-icon{
	width:3rem;
	padding:1rem 0;
	background:#ffffff;
}
.gray-bg .line-icon{
	background:#f8f8f8;
}

.line-info{
	display:flex;
	align-items:center;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.line-info p{
	margin-top:0.4rem;
}
.line-info > div{
	padding:2rem 1.5rem 2rem 0;
}
.line-info > div + div{
	padding:2rem 0rem 2rem 0;
}
@media (min-width: 768px){
	.line-row{
		margin-top:2rem;
	}
	.line-row:before{
		content:"";
		height:1px;
		background:#cbcbcb;
		position:absolute;
		top:2rem;
		left:12.5%;
		width:75%;
	}
	.line-icon{
		width:4rem;
		padding:1rem;
	}
	.line-info{
		text-align: center;
		flex-direction: column;
	}
	.line-info > div{
		padding:0rem 0.5rem 0rem 0.5rem;
	}
	.line-info > div + div{
		padding:0rem 0.5rem 2rem 0.5rem;
	}
}


/*  ///////////////////////////////////////////////////////////*/

.shadow-box{
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.09);
}
.box-column{
	height:100%;
	display:flex;
	flex-direction: column;
	background: #ffffff;
}
.box-grow{
	flex-grow:1;
}
.padded-box{
	padding: 2rem 2rem;
}
.box-column.padded-box{
	padding: 2.9rem 1.95rem;
}

.margin-p{
	margin: 1.5rem 0 3rem 0;
}
.margin-div{
	margin: 1rem 0 1rem 0;
}
.gray{
	color:#7a7a7a;
}


.boxes-list > *{
	margin-bottom:1.1rem;
}
.boxes-list .padded-box{
	padding: 2rem 1.95rem;
}
.box-grow-image{
	width:calc(100% + 3.9rem);
	margin:-2rem -1.95rem 1.5rem -1.95rem;

}
.boxes-list .margin-p {
	margin: 1.5rem 0 1.5rem 0;
}


.separate-col > *{
	margin-bottom:2rem;

}
@media (max-width:767px){
	.boxes-list > *{
		margin-bottom:0;
	}
	.separate-col > *{
		margin-bottom:0;
	}
	.separate-col > * + *{
		margin-top:2.5rem;
	}
}

.news-box .date + *{
	margin-top: 1rem;
}
.news-box h4 + *{
	margin-top: 1rem;
}

.news-box img + h4{
	margin-top: 0.8rem;
}
.news-box img + h4 + *{
	margin-top: 0.4rem;
}

/*  ///////////////////////////////////////////////////////////*/

.code-logo{
	width:100%;
	max-height: 5.5rem;
	max-width: 7rem;
	height:5.5rem;
}
.code-logos .code-logo{
	width: 100%;
	max-height: 3rem;
	max-width: 3.5rem;
	height: 3rem;
}

.person-image{
	border-radius: 50%;
	border: solid 1px #ebebeb;
	width: 9.5rem;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

/*  ///////////////////////////////////////////////////////////*/

.banner{
	padding:2.5rem;
}
.banner-big{
	padding:3.2rem 2.5rem;
}
@media (max-width:767px){
	.banner,.banner-big{
		padding: 2.5rem 1rem 3rem 1rem;
	}

}



.banner a{
	color:inherit;
}

.banner-blue{
	background: rgb(53,10,112);
	background: linear-gradient(45deg, rgba(0,18,44,1) 2%, rgba(4,28,129,1) 80%);
	color:#ffffff;
}
.banner-red{
	background: rgb(153,10,112);
	background: linear-gradient(60deg, #c313a0 0%, #d81872 50%, #e91b4c 100%);
	color:#ffffff;
}
.banner-icon{
	width:3.5rem;

}

/*  ///////////////////////////////////////////////////////////*/


.shadow-left{
	width: calc(100% - 1rem);
	margin-left: 1rem;
	margin-bottom: 1rem;
	box-shadow: -1rem 1rem 0 0 #9d0a4e;
}
.wgimage.shadow-left{
	display:block;
}



/*  ///////////////////////////////////////////////////////////*/


.dropdown-menu {
    padding: 0;
    margin: -1px 0 0;

    font-size: 0.9rem;
    border-radius: 0;

    float: left;
    width: 100%;
    min-width: 160px;

    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);

    box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
}
.dropdown-menu > li > a {
    padding: 0.2rem 1rem;
    font-weight: normal;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000000;
}
.dropdown-header {
	font-family: 'Wb_Lato';
	font-weight: 600;

	font-size:1.2rem;

    display: block;
    padding: 0.2rem 1rem;

    color: #000;
    white-space: nowrap;
}




/* alert ///////////////////////////////////////////////////////////*/

.close {
    font-size: 2rem;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: -0.5rem;
    right: -0.2rem;
}
.alert {
    padding: 1rem;
    margin-bottom: 2rem;
    border: 0px solid transparent;
    border-radius: 0;
}


.alert{
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
    border-radius: 0.15rem;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.0);
    display: flex;
    align-items: center;
    min-height: 1rem;
}
.alert > *{
	padding: 1rem 1rem 0.9rem 1rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.alert:before {
	padding: 0.3rem 0.6rem;
    margin-right: 0.6rem;
    background: #fff;
    height: 100%;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    border-radius: 0.15rem;
}


.alert p{
	color:#ffffff;
	margin:0;
}
.alert p + p{
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: dashed 1px rgba(255, 255, 255, 0.42);
}

.alert span{
	font-style: italic;
}


.alert-negative, .alert-danger {
    color: #ffffff;
    background: repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, #b70d40 10px, #b70d40 20px );
    border-color: #b70d40;
    background-color: #b70d40;
}
.alert-negative:before,
.alert-danger:before{
    color: #b70d40;
    content: "\f06a";
}

.alert-positive,
.alert-success {
	color: #ffffff;
	background: repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, #2aa900 10px, #2aa900 20px );
	background-color: #2aa900;
	border-color: #2aa900;
}
.alert-positive:before,
.alert-success:before{
    color: #2aa900;
    content: "\f058";
}

.alert-neutral,
.alert-primary {
	color: #ffffff;
	background: repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, #335cb1 10px, #335cb1 20px );
	background-color: #335cb1;
	border-color: #335cb1;
}
.alert-neutral:before,
.alert-primary:before{
    color: #335cb1;
    content: "\f05a";
}





/* hamburger ///////////////////////////////////////////////////////////*/

.navbar-toggle {
	position: relative;
	float: none;
	padding: 0;
	margin: 0;

	vertical-align: middle;
	width: 3rem;
	height: 3rem;
	z-index: 2001;
	cursor: pointer;
}

.navbar-toggle .icon-bar {
	display: block;
	position: absolute;
	margin: 0;
	border-radius: 0.1rem;
	background: #ffffff;
	opacity: 1;
	height: 6px;
	transform: rotate(0deg);
	transition: all 0.3s, background 0.3s;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 0;
}


.navbar-toggle span{
	background: #ffffff;
	height: 0.25rem;
}
.navbar-toggle span:nth-child(1),
.navbar-toggle span:nth-child(4){
	top: 1.1rem;
	width: 0;
	left: 1.1rem;
	opacity:0;
}
.navbar-toggle span:nth-child(2),
.navbar-toggle span:nth-child(3){
	top: 1.35rem;
	width: 2.2rem;
	left: 0.4rem;
}
.navbar-toggle span:nth-child(2) {
	transform: rotate(45deg);
}
.navbar-toggle span:nth-child(3){
	transform: rotate(-45deg);
}
@media all and (max-width:767px){
	.navbar-toggle{
		margin: 1.5rem 0rem;
	}
	.navbar-toggle .icon-bar {
		height: 0.25rem;
	}
	.navbar-toggle span:nth-child(2),
	.navbar-toggle span:nth-child(3){
		top: 1.35rem;
		width: 2.3rem;
		left: 0.3rem;
	}
}
.navbar-toggle.collapsed span{
	background: #ffffff;
	transform: rotate(0deg);
	width: 3rem;
	height: 0.5rem;
	border-radius: 4px;
	left: 0rem;
	opacity: 1;
}
.navbar-toggle.collapsed span:nth-child(1){
	top: 0.25rem;
}
.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(3){
	top: 1.25rem;
}
.navbar-toggle.collapsed span:nth-child(4){
	top: 2.25rem;
}
@media all and (max-width:767px){
	.navbar-toggle .icon-bar {
		background: #ffffff;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: transparent;
	}
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}



/* navigation ///////////////////////////////////////////////////////////*/

header{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 200;
}


.head {
	width: 100%;
	padding: 2rem 0;
}
.head > .container{
	display: flex;
}
.head > .container > div{
	flex-grow:1
}
.logo {
	display: inline-block;
	width: 7.7rem;
	padding: 0;
}
.logo img{
	max-width: 100%;
	height:auto;
}
.logo img.logo_2{
	display:none;
}

.scrolled .logo img.logo_2{
	display:block;
}

.scrolled .logo img.logo_1{
	display:none;
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 0;
	box-shadow: none;
}
@media all and (max-width:767px){

	.logo {
		width: 7rem;
		padding: 00;
	}
	.logo img {
		width: 7rem;
	}

	.head {
		padding: 0rem 0;
		position:relative;
		z-index:10;
	}
	.navbar-collapse {
		position: absolute;
		top: 6rem;
		left: 0px;
		right: 0px;
	}
}


.mobile-menu.dropdown .dropdown-menu {
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}
.mobile-menu.dropdown .open > .dropdown-menu {
	max-height: none;
	opacity: 1;
}

.mobile-menu {
	background-color: rgba(255, 255, 255, 0.99);
	padding: 1rem;
	margin: 0 0 2rem 0;
	list-style: none;
	box-shadow: 0px 0.5rem 1.5rem rgba(0,0,0,0.8);
}
.mobile-menu a,
.mobile-menu a:focus{
	display: block;
	background-color: transparent;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Wb_Lato';
	font-weight: 800;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0.4rem 0;
	padding: 0.8rem 0.8rem 0.75rem 0.8rem;
	border: solid 1px transparent;
	border-radius: 0.15rem;

}


.mobile-menu li.active > a,
.mobile-menu .dropdown-menu li.active > a,
.mobile-menu a:hover{
	text-decoration: none;
	color: #9d0a4e;
	border-color: #9d0a4e;
}

.mobile-menu li {
	display: block;
	border-top: solid 1px #d8d8d8;
}
.mobile-menu > li:first-child {
	border-top: 0;
}
.mobile-menu li li {
	padding-left: 1rem;
}
.mobile-menu li li li {
	padding-left: 2rem;
	border: none;
}


.lang_menu {
	text-align: center;
	padding: 1rem 0 0 0;
}
.lang_menu a,
.lang_menu a:focus{
	border: none;
	margin: 0;
	padding: 0.6rem;
	display: inline-block;
}
.lang_menu a + a{
	margin-left:1rem;
}

.lang_menu img{
	height: 2rem;
	padding: 0.1rem;
	border-radius: 0.4rem;
	border: solid 2px #ffffff;
	background: #e4e4e4;
}
.lang_menu a:hover img,
.lang_menu a.active img{
	border-color:#9d0a4e;
}


.social_menu {
	text-align: center;
	padding: 0.5rem 0 0 0;

}
.social_menu a,
.social_menu a:focus{
	font-size: 1.3rem;
	margin: 0;
	display: inline-block;
}
.social_menu a + a{
	margin-left:1rem !important;
}
.social_menu a:hover img,
.social_menu a.active img{
	border-color:#9d0a4e;
}




.mobile-menu .dropdown-menu{
	position:relative;
	top: 0;
	left: 0;
	z-index: 1000;
	float: none;
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background-clip: padding-box;
}

.mobile-menu .dropdown-menu li a,
.mobile-menu .dropdown-menu li a:focus{
	display: block;
	white-space: normal;
	background-color: transparent;
	color: #000000;
	padding: 0.8rem 0.8rem 0.75rem 0.8rem;
	margin: 0.2rem 0;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2;
}
.mobile-menu li.open > a,
.mobile-menu .dropdown-menu li a:hover {
	text-decoration: none;
	color: #9d0a4e !important;
	background: none;
}

.mobile-menu .dropdown-menu li li a,
.mobile-menu .dropdown-menu li li a:focus{
	text-transform: none;
	font-weight: 600;
	color: #6a6a77;
	font-size: 1rem;
	line-height: 1.1;
	padding: 0.7rem 0.7rem 0.65rem 0.7rem;
	margin: 0 0 0.2rem 0;
}



.side-menu-container{
	padding: 0;
	background: rgba(0,0,0,0);
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -10rem;
	margin-top: 10em;
	transition: top 0s;
}
.scrolled .side-menu-container{
	position:fixed;
	top:0;
	margin-top: 0rem;
	transition: top 0.3s;
}
.side-menu-2,
.side-menu-3{
	opacity:1;
	position:fixed;
}

.side-menu-nav{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	padding-top: 0;
	background: transparent;
	font-size: 0;
	line-height: 1;
}


.side-menu-nav > .container{
	display: flex;
	align-items: center;
}


.scrolled  .side-menu-nav{
	padding-top: 0;
	background: rgba(27, 25, 26, 0.95);
    color: #ffffff;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(0,0,0,0.3);
}

.side-menu-nav .side-menu-logo{
	display: block;
}


.side-menu-container .side-menu-info,
.side-menu-info{
	display: inline-block;
	width: auto;
	color:#ffffff;
	padding: 0 2rem 2rem 2rem;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;
	text-align:left;
}
.mobile-menu .side-menu-info {
	width: 100%;
	padding: 1.5rem 0 0 0;
	margin: 1rem 0 0 0;
	border-top: solid 1px #918d8d;
}



.side-menu-container .side-menu-info{
	align-self: flex-end;
	flex-basis: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.6s;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 11;
}
.side-menu-info a,
.side-menu-container .side-menu-info a{
	display: inline-block !important;
	padding: 0 !important;

	text-transform: none !important;
	font-weight: 700;
}
.side-menu-info a,
.side-menu-info a:focus{
	color: #918d8d;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.side-menu-info a:hover{
	color:#ffffff;
	border-bottom-color: rgba(255, 255, 255, 1);
}




.side-menu-info img {
	width: 2.1rem;
	height: 2.1rem;
	vertical-align: top;
}


.side-menu-social a{
	background:#918d8d;
	border-radius:50%;
	width:2.1rem;
	height:2.1rem;
}
.side-menu-social a:hover{
	background:#ffffff;
}
.side-menu-social a + a{
	margin-left: 0.65rem;
}
.side-menu-social{
	margin-bottom:1rem;
}



.side-menu-container .side-menu-info{
	display:inline-block;
	opacity:1;
}
.side-menu-container ul{
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Wb_Lato';
    font-weight: 700;
}
.side-menu-container ul:first-child{
	flex-grow:1;
}


.side-menu-container li{
	padding:0;
}

.side-menu-container .side-menu li a{
	display: inline-block;
	color: inherit;
	margin: 0 0.1rem;
	padding: 0.55rem 0.5rem 0.45rem 0.5rem;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
	font-size: 0.85rem;
	line-height: 1;
	border: solid 1px transparent;
	border-radius: 0.15rem;
}
.side-menu-container .side-menu li a.social{
	font-size: 0.9rem;
    padding: 0.45rem 0.3rem 0.55rem 0.3rem;
}



.side-menu-container li a > img{
	height: auto;
	display: inline-block;
	width: 1rem;
	margin-right: 0.1rem;
	vertical-align: baseline;
	outline: solid 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0px rgba(60, 60, 64, 0.66);
}
.side-menu-container li a.current > img,
.side-menu-container li a:hover > img {

}
.side-menu-container li a.hasmenu > img {

}


.side-menu-nav span.phone {
	display: inline-block;
	font-size: 0.95rem;
	line-height: 0.9;
	border: solid 2px #fff;
	margin: 0 0 0 0.85rem;
	padding: 0.55rem 0.5rem 0.45rem 0.5rem;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	border-radius: 0.15rem;
}
.side-menu-nav span.phone:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f095";
	margin-right: 0.5rem;
	font-size: 1.1rem;
	line-height: 0.7;
	vertical-align: middle;
}
.scrolled .side-menu-nav span.phone{
	color: #ffffff;
	border-color: #ffffff;
}



.side-menu-container .side-menu li + li a{

}

.side-menu-container .side-menu a .caret{
	display:none;
	width: 0;
	height: 0;
	margin-left: 0.3rem;
	vertical-align: middle;
	border-left: 4px dashed;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}


a.drop-carret:after,
.side-menu-container .side-menu a.hasmenu:after{
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	vertical-align: unset;
	font-size: inherit;
	line-height: 0.8;
	margin: -0.15rem 0 0 0.2rem;
	color: #ffc425;
	transition: transform ease 0.25s;
	transform-origin: center center;
	transform: rotate(0deg);

}
a.drop-carret:after{
	margin: -0.1rem 0 0 0.4rem;

	margin: 0 0 0 0.4rem;
	float: right;
	font-size: 140%;
}

.mobile-menu a.drop-carret:after{
	color: #d8ab35;
}

.open > a.drop-carret:after,
.side-menu-container .side-menu a.hasmenu.active:after{
	transform: rotate(180deg);
}



body:not(.scrolled) .side-menu-container .side-menu a.hasmenu.active{
	border-color: #ffc425;
}
.scrolled .side-menu-container .side-menu a.hasmenu.active{
	color: #ffffff;
	border-color: #ffc425;
}

.side-menu-container .side-menu a.hasmenu:before{
	font-family: FontAwesome;
	font-size: 1.2rem;
	line-height: 1;
	content: "\f0d8";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	transition: opacity 0s ease;
	opacity: 0;
	
	color: #ffc425;
	color: #d9a725;
	xcolor: rgba(126, 1, 59, 0.99);
	xcolor: rgba(10, 10, 10, 0.97);
	xcolor: rgba(0, 0, 0, 0.9);
}

.side-menu-container .side-menu a.hasmenu.active:before{
	transition: opacity 0.4s ease;
	opacity:1;
	bottom: -2.25rem;	
}






.side-menu{
	height:0;
	opacity:0;
	margin-top: 0rem;
	display: inline-block;
}
body:not(.scrolled) .side-menu{
	height:auto;
	opacity:1;
}

.side-menu-container .side-menu{
	height:auto;
	opacity:1;
}
.side-menu-container .side-menu-1{
	position:relative;
	z-index: 9;
	flex-grow: 1;
}
.side-menu-1 > div{
	height: 100%;
	display: flex;
    justify-content: space-between;
}
.side-menu-2 > div{
	position:relative;
	position: absolute;
	height: 0;
	width: 0;
	opacity:0;
	overflow: hidden;
	transition: opacity 0s;
}

.side-menu-container div.show{
    height: auto;
    width: auto;
    opacity: 1;
    transition: opacity 0.4s ease;
    top: 0;
    bottom: auto;
    z-index: 8;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.2);
    padding: 0.85rem 0rem;
    display: inline-flex !important;
    justify-content: space-around;
    flex-wrap: nowrap;
    min-width: 9rem;
    max-width: 100%;
    
    
	xbackground: rgba(48, 47, 47, 0.97);
	xbackground: #7e013b;
	xborder-top: solid 2px #ffc425;
	
	xbackground: rgba(126, 1, 59, 0.99);
	xbackground: rgba(10, 10, 10, 0.97);
	background: rgba(0, 0, 0, 0.85);
	border-top: solid 2px #d9a725;

}

.side-menu-2{
	position: absolute;
	top: 100%;
	left: 2rem;
	right: 2rem;
	transition: opacity 0.8s;
	height: 0px;
	xtext-align: right;
}


.side-menu-container .side-menu-2 ul{
	flex-direction: column;
    align-items: stretch;
    text-align: left;
    margin: 0rem 0.85rem;
    
    font-weight: 400;

}
.side-menu-container .side-menu-2 > .show > div{
	border-left: solid 1px #d8d8d8;
	width: 1px;
}

.side-menu-container .side-menu-2 ul ul{
	flex-direction: column;
	align-items: stretch;
	text-align: left;
	margin: 0rem 0.1rem;
}



.side-menu-container .submenublock{
	display:flex;
	margin-left: 1rem;
}
.side-menu-container .side-menu-2 li a {
    display: block;
    color: #000000;
    border-bottom: none;
    position: relative;
    font-size: 0.9rem;
    margin: 0.1rem 0;
    padding: 0.4rem 0.5rem 0.45rem 0.5rem;
    border: solid 1px transparent;
    border-radius: 0.15rem;
    
    color: #ffffff;
    

}
.side-menu-container .side-menu-2 ul ul li a{
	color: #6a6a77;
	text-transform: none;
	font-weight: 600;
	display: inline-block;
}
body:not(.scrolled) .side-menu-container .side-menu a:hover,
body:not(.scrolled) .side-menu-container .side-menu a.current{
	border-color: #ffc425;
}
.scrolled .side-menu-container .side-menu a:hover,
.scrolled .side-menu-container .side-menu a.current{
	color: #ffffff;
	border-color: #ffc425;
	
}

.side-menu-container .side-menu-2 a:hover,
.side-menu-container .side-menu-2 a.current{
	color: #9d0a4e;
    border-color: #9d0a4e;
    
	color: #ffffff;
    border-color: #ffc425;




}
.side-menu-container div.langmenu.show{

}

/*  ///////////////////////////////////////////////////////////*/

.content .sitemap {
	font-family: 'Wb_Lato';
	font-weight: 700;
	max-width: 60rem;
    margin: 0 auto 1rem auto;
}
.content .sitemap ul {
	margin: 0 !important;
	padding: 0;
}
.content .sitemap ul ul{
	padding: 0 0 0 2rem;
}

.content .sitemap ul > li{
	margin: 0;
	padding: 0;
}
.content .sitemap ul > li:before {
	top: 0.55rem;
	left: 0.7rem;
}
.content .sitemap ul ul > li:before {
	top: 0.5rem;
}

.content .sitemap span,
.content .sitemap a {
	display: inline-block;
	position: relative;
	font-size: 0.9rem;
	margin: 0;
	padding: 0.2rem 0.7rem 0.2rem 1.5rem;
	border: solid 1px transparent;
	border-radius: 0.15rem;

	color: #000000;
}
.content .sitemap li li a {
	color: #000000;
	font-size: 0.75rem;
	margin: 0rem 0;
}



.content .sitemap .submenublock ul {
	padding: 0;
	list-style: none;
	display: flex;
	font-family: 'Wb_Lato';
	font-weight: 700;
	flex-wrap: wrap;
	margin: 0rem 0 0.3rem 1.4rem !important;
}
.content .sitemap .submenublock ul li{
	padding: 0;
	display: block;
	xwidth: 50%;
	margin: 0rem 0 0rem 0;
}
.content .sitemap .submenublock ul li a{
	margin: 0.1rem;
	padding: 0.5rem 0.5rem 0.45rem 0.5rem;
	border: solid 2px #d8d8d8;
	color: #6a6a77;
	font-weight: 600;
	display: inline-block;
	text-transform: none;
}
.content .sitemap ul li a:hover {
	color: #9d0a4e;
	border-color: #9d0a4e;
}
.content .sitemap .submenublock ul > li:before {
	content: "";
	display:none;
}

.content .sitemap .submenublock .submenublock{
	display:none;
}

.sitemap li a i.fa{
	margin: 0 0.1rem 0 0;
	font-size: 1.1em;
	min-width: 1rem;
	text-align: center;
}


/*  ///////////////////////////////////////////////////////////*/

.path {
	height: auto;
	position: relative;
	margin: 0 0 2rem 0;
	z-index: 2;
	padding-bottom: 0px;
}
.breadcrumb {
	padding: 0.3rem 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	border-bottom: solid 1px #d8d8d8;
	font-family: 'Wb_Lato';
	font-weight: 600;
	font-size: 0.73rem;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb span,
.breadcrumb a{
	padding: 0.2rem 0;
	display:inline-block;
}
.breadcrumb a:not(:hover){
	color:inherit;
}
.breadcrumb > li {
    padding-right: 0.4rem;
}
@media (max-width:767px){
	.breadcrumb > li {
		padding-right: 0.2rem;
		width:100%;
	}
}

.breadcrumb > li + li:before{
	content: "";
	padding: 0;
	display:none;
}

.breadcrumb > li:not(:last-child):after{
	font-weight: 500;
	font-size: 0.6rem;
	padding: 0 0 0 0.4rem;
	color: #d8d8d8;
	content: "/";
}
.breadcrumb > .active {
    color: #6a6a77;
}

/*  comments ///////////////////////////////////////////////////////////*/

.gray-bg{
	background: #f5f5f5;
}

.image-gray-bg{
	background-color: #f5f5f5;
	background-image: url('/_images/common/gray_bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
	box-shadow: inset 0 0rem 2rem #f5f5f5;
	
}

.purple-bg {
    background: #77013a;
    color: #ffffff;
}


.home-boxes{
	padding: 2.5rem 0;
    display: flex;    
}

.home-boxes h3{
	line-height:1;
}
.home-boxes h3 small{
    display: block;
    margin-top: 0.4rem;
}

.home-comments{
	flex-grow:1;
	display:flex;  
}

.home-comments-image{
	width: 10rem;
    background-size: cover;
    background-position: 50% 25%;
}
.home-comments-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
    padding: 0 1rem 0 1.5rem;
    width: calc(100% - 10rem);
}
.home-comments-message{
	flex-grow: 1;
    padding-bottom: 0rem;
    margin-bottom: 1rem;
}

@media (max-width:767px){
	.home-boxes{
		flex-wrap:wrap; 
	}
	.home-comments{
		width:100%;  
	}
	.home-comments-content {
		padding: 0;
		padding: 0 0 3rem 0;
	}
	.home-comments-image{
		display:none;
	}
	.home-comments-message{
		max-height: none;
	}	
}

.gmap{
	width:100%;
	height:100%;
	min-height: 25rem;
}


.tile-button + .tile-button{
	margin-left:1rem;
}
.tile-button a {
    padding: 1.5rem 1rem;
    width: 11rem;
    background: #ffffff;
    border: solid 2px #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tile-button a:hover{
	border-color: #d8ab35;
}
.tile-button img{
    width: 4rem;
    margin-bottom: 0.6rem;
}

@media (max-width:767px){
	.tile-button{
		width: calc(50% - 0.5rem);
	}
	.tile-button a{
		width:100%;
	}	
}



.data-info-row > div{
    margin-bottom:1rem;
	flex-grow: 1;
}

.data-info-box {
    padding: 1.5rem 1rem;
	line-height: 1;
    width: 100%;
    background: #ffffff;
    border: solid 2px #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.data-info-box h5{
	font-size:0.79rem;
	color:#666666;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.data-info-box > p,
.data-info-box > div {
	padding-top:0.4rem;
	font-size:1rem;
	font-weight:400;
	text-align: center;
}
.data-info-box strong,
.data-info-box span {
	font-size:1.8rem;
	font-weight:400;
	color: #9d0a4e;
	letter-spacing:-1px;
}

.data-info-box-big strong, 
.data-info-box-big span {
	font-size:2.7rem;
	color: #9d0a4e;
	letter-spacing:-1px;
}

.data-info-box-small {
    padding: 0.8rem 1rem 1rem 1rem;
}
.data-info-box-small > p,
.data-info-box-small > div {
	font-size: 0.8rem;
	padding-top: 0.2rem;
}
.data-info-box-small strong,
.data-info-box-small span {
	font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
}
.data-info-box-small h5{
	font-size:0.72rem;
}

.pricehistorytable .data-info-box-small {
    border: solid 1px #d8d8d8;
    border-radius: 0.15rem;
    box-shadow:none;
}

.pricehistorytable .data-info-box-small span{
	color: #333333;
}
.pricehistorytable .data-info-box-small span[data-value*="%"]{
	color: #52af19;
}
.pricehistorytable .data-info-box-small span[data-value*="-"][data-value*="%"]{
	color: #b70015;
}
.pricehistorytable .data-info-box-small span[data-value="0,00%"]{
	color: #333333;
}
.pricehistorytable .data-info-box-small span:not([data-value="0,00%"]):not([data-value*="-"]):not([data-value*="+"]):before{
	content:"+";
}

.infographic-box{
	margin:0 0 1rem 0;
}
.infographic-box > div {
    width: 50%;
    text-align: center;
    line-height: 1.3;
    font-size: 0.9rem;
    flex-grow: 1;
}
.infographic-box img{
    width: 4.5rem;
    text-align: center;
    margin: 2.5rem auto 1rem auto;
}
.infographic-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
}
.infographic-box p {
    max-width: 29rem;
    margin: 0 auto;
}

@media (max-width:767px){
	.infographic-box > div {
		width: 100%;
		margin-top:2rem;
	}
	.infographic-box img {
		width: 23% !important;
		margin: 0rem auto 1rem auto !important;
	}
}



/*  list-boxes ///////////////////////////////////////////////////////////*/


.list-boxes{
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-left: -1rem;
    margin-right: -1rem;
}
.list-item {
    flex-grow: 0;
    display: flex;
    width: calc(50% - 2rem);
    min-height: 8rem;
    margin: 0 1rem;
    margin-bottom: 3rem;
}
.list-item-image {
	width: 8rem;
	position: relative;
    background-size: cover;
    background-position: 50% 25%;
}
.list-item-image-short{
	height:9rem;
}

.list-item-image a{
	position:absolute;
	top:-7rem;
}
.list-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
    width: calc(100% - 8rem);
}

.gray-bg .list-item {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
    margin-bottom: 2rem;
    background: #e9e9e9;
}
.gray-bg .list-item-content{
    background: #ffffff;
    padding: 1rem;
}

.list-boxes-full .list-item {
    width: calc(100% - 2rem);
    min-height: 13rem;
}
.list-boxes-full .list-item {
    width: calc(100% - 2rem);
    min-height: 13rem;
    margin-bottom: 0;
}
.list-boxes-full .list-item + .list-item{
    margin-top: 3rem;
}

.list-boxes-full .list-item-image {
    width: 11rem;
}
.list-boxes-full .list-item-content {
    width: calc(100% - 11rem);
    padding: 0 0 0 1.5rem;
}
.list-boxes-full .list-item-image-short{
	height:13rem;
	min-height: 13rem;
	box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.2);
}
    
    
    
    
    
.list-boxes-onerow .list-item {
    width: calc(100% - 2rem);

}
.list-boxes-smalltext{
	font-size: 0.8rem;
    line-height: 1.3;
}
.list-boxes-smalltext .list-item{
    margin-bottom: 0rem;
	min-height: 7rem;
	flex-direction: row;
}   
.list-boxes-smalltext .list-item + .list-item{
    margin-top: 0.7rem;

}       
.list-boxes-smalltext .list-item-image {
    width: 7rem;
	margin-bottom: 0rem;
    min-height: 7rem;
}
.list-boxes-smalltext .list-item-content {
    width: calc(100% - 7rem);
}   
    
    
.list-item-message{
	flex-grow: 1;
}
.list-item-message + *{
    margin-top: 1rem;
}


.list-item h2{
	line-height:1;
	margin-top: 0;
    font-size: 1.6rem;
}
.list-item h2 + *{
	margin-top: 1rem;
}


.list-item h3{
	line-height:1;
}
.list-item h4{
	line-height:1;
}
.list-boxes-smalltext .list-item h4{
	font-size: 1.2rem;
}

.list-item h2 small{
    display: block;
    margin-top: 0.5rem;
}
.list-item h3 small{
    display: block;
    margin-top: 0.4rem;
}
.list-item h4 small{
    display: block;
    margin-top: 0.4rem;
}

@media (max-width:767px){
	.list-item{
		width: 100%;
		flex-direction: column;
	}
	.list-item-content {
		padding: 0;
		width:100%;
	}
	.list-item-image{
		width: 100%;
		min-height: 14rem;
		margin-bottom: 1rem;
	}
	
	
	.list-boxes-image-short .list-item-content {
	    width: 100%;
		padding: 0;

	}
	
	
}





/*  footer-newsletter ///////////////////////////////////////////////////////////*/

.footer-newsletter{
	padding: 2.5rem 0;
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    line-height: 1.2;
}
.footer-newsletter > * + *{
	margin-left:1rem;
}
.footer-newsletter .form-control{
	flex-grow: 1;
    width: auto;
}
.footer-newsletter h3{
	padding:0 0 0.2rem 0;
}

@media (max-width:767px){
	.footer-newsletter{
		flex-wrap:wrap;
	}
	.footer-newsletter .form-control{
		flex-grow: 1;
		width: 100%;
		margin: 1rem 0;
	}
	.footer-newsletter .btn{
		margin: 0 0 0 auto;
	}	

}



/*  footer ///////////////////////////////////////////////////////////*/

footer{
	position:relative;
	background: #34322d;
	color:#d5d5d5;
}
footer a:not(:hover),
footer a:focus:not(:hover){
	color: #ffc425;
	outline: none;
}
footer a:hover{
	color: #ff1581;	
}

.footer-menu{
	background: #2d2b27;
}
.footer-menu a:not(:hover),
.footer-menu a:focus:not(:hover){
	color: #ffffff;
	outline: none;
}
.footer-menu ul {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1;
	xmin-height: 2.8rem;
}
.footer-menu li {
	list-style: none;
    display: flex;
    align-items: center;
}
.footer-menu li + li:before {
    content: "";
    width: 2px;
    background: #9d0a4e;
    height: 0.6rem;
}
span.foot-separator{
    width: 2px;
    background: #9d0a4e;
    height: 0.6rem;
    display:inline-block;
    margin:0 1rem;
}
.footer-menu li a{
	padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    text-align:center;
    height: 100%;
}
.footer-menu li.active a {
	color:#ffc425;
}


.footer-content{
    padding: 3rem 0;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
}

/*  karuzela ///////////////////////////////////////////////////////////*/

.slick-prev, .slick-next {
	font-size: 0px;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 1rem;
	height: 2rem;
	padding: 0;
	z-index: 5;
}

.slick-prev:before,.slick-prev:focus:before,
.slick-prev:after, .slick-next:focus:after,
.slick-next:before,.slick-next:focus:before,
.slick-next:after,.slick-next:focus:after{
	display:block;
	font-size: 1px;
	line-height: 1;
	opacity: 0.5;
	width:1rem;
	height:1rem;
	color: #000000;
	content: "";
	position:absolute;
	left:0;
}
.slick-prev:hover:before,
.slick-prev:hover:after,
.slick-next:hover:before,
.slick-next:hover:after{
	opacity: 1;
}
.slick-prev:before{
	border-left:solid 2px #ffffff;
	transform: rotate(30deg);
	transform-origin: 0 100%;
	top:0;
}
.slick-prev:after{
	border-left:solid 2px #ffffff;
	transform: rotate(-30deg);
	transform-origin: 1px 0;
	top:50%;
}
.slick-next:before{
	border-right:solid 2px #ffffff;
	transform: rotate(-30deg);
	transform-origin: 100% 100%;
	 top:0;
}
.slick-next:after{
	border-right:solid 2px #ffffff;
	transform: rotate(30deg);
	transform-origin: 100% 1px;
	top:50%;
}


.slick-prev {
	left: 0.5rem;
}
.slick-next {
	right: 0.5rem;
}
.myarrows .slick-prev {
	left: 0.5rem;
}
.myarrows .slick-next {
	right: 0.5rem;
}

@media (max-width:767px){
	.slick-prev {
		left: 0.5rem;
	}
	.slick-next {
		right: 0.5rem;
	}
	.myarrows .slick-prev {
		left: 0.5rem;
	}
	.myarrows .slick-next {
		right: 0.5rem;
	}
}

/* //////////////////////////////////////////////////////////////// */

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}
.panel-heading {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.panel-body {
    padding: 0.5rem 1rem;
}
.panel-body + .panel-heading{
    border-top: 1px solid transparent;
}

.panel-default {
    border-color: #d8d8d8;
}
.panel-default > .panel-heading{
    font-size: 1rem;
    line-height: 1.4rem;
    border-color: #d8d8d8;
    font-weight:bold;

    background: #f7f7f7;
    color:#000000;

}

/* //////////////////////////////////////////////////////////////// */

.table {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.table.no-border-top tbody > tr:first-child > td{
	border-top:0;
}




.table.table-spec{
	border-color: #d8d8d8;
}
.table.table-spec td,
.table.table-spec th{
	padding:0.7rem 1.2rem;
	font-size:1rem;
	line-height:1.3rem;
	border-color: #d8d8d8;
}
.table.table-spec th:first-child {
	font-size:0.9rem;

    background: #f7f7f7;
    width: 16%;
    min-width: 15rem;
    font-weight:bold;
}
@media screen and (max-width:767px){
	.table.table-spec th:first-child {
		width: auto;
		min-width: 6rem;
	}
}



.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 0.7rem 0.5rem;
	line-height: inherit;
	vertical-align: top;
	border-top: 1px solid #d8d8d8;
}
.table th{
	font-weight:700;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
   padding: 0.25rem;
}


.table.table-spec p + p{
	margin-top: 0.6rem;
}



.table-full {
    min-width: 100%;
}
.table-full tbody > tr > th:first-child{
	white-space:nowrap;
}
th.subfund-name {
    width: 50%;
}
.table-full tr > * + *{
	padding-left:1rem;
}

.table-right tbody > tr > td{
	text-align:right;
}


.table-equal{
	width: 100% ;
	line-height: 1.2;
	
}
.table-equal th{
	width: 20% ;
}
.table-equal td{
	width: 40% ;
}


.table-striped>tbody>tr{
	background-color: rgba(255, 255, 255, 0.3);
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.03);
}



.rorList{ 
	display:flex;
	flex-wrap: wrap;
	list-style: none;
    font-size: 0.75rem;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
}
.rorList li {
    padding: 0.6rem 0.25rem;
    width: 25%;
    text-align: center;
}

@media screen and (max-width:767px){
	.rorList li {
		width: 25%;
	}
}


/* //////////////////////////////////////////////////////////////// */

.subfund-risk {
    display: inline-flex;
    align-items: center;
    line-height:1;
}
.subfund-risk span {
    padding: 0.5rem 0.8rem;
    border: solid 1px #d8d8d8;
    border-radius: 0rem;
}
.subfund-risk span + span{
	margin-left:-1px;
}
.subfund-risk span:first-child{
	border-radius: 0.15rem 0 0 0.15rem;
}
.subfund-risk span:last-child{
	border-radius: 0 0.15rem 0.15rem 0;
}

.subfund-risk span:nth-child(1):before{content:"1";}
.subfund-risk span:nth-child(2):before{content:"2";}
.subfund-risk span:nth-child(3):before{content:"3";}
.subfund-risk span:nth-child(4):before{content:"4";}
.subfund-risk span:nth-child(5):before{content:"5";}
.subfund-risk span:nth-child(6):before{content:"6";}
.subfund-risk span:nth-child(7):before{content:"7";}

.subfund-risk.risk-1 span:nth-child(1),
.subfund-risk.risk-2 span:nth-child(2),
.subfund-risk.risk-3 span:nth-child(3),
.subfund-risk.risk-4 span:nth-child(4),
.subfund-risk.risk-5 span:nth-child(5),
.subfund-risk.risk-6 span:nth-child(6),
.subfund-risk.risk-7 span:nth-child(7){
    font-weight: 900;
    border-color: #a30055;
    color: #ffffff;
    background: #a30055;
    position: relative;
    z-index: 1;
}


/* //////////////////////////////////////////////////////////////// */


div.attachmentslist {
	font-size: 0.87rem;
	line-height: 1.1;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
	margin-left: -0.5rem;
    margin-right: -0.5rem;
}
div.attachmentslist > div {
	width: auto;
    max-width: 50%;
    flex-grow: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 0 1rem 0;
}

div.attachmentslist-full{
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
}
div.attachmentslist-full > div {
	width: 100%;
    max-width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
}

div.attachmentslist a,
div.attachmentslist a:focus{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0 0 0rem 0;
    padding: 0.4rem 0 0.41rem 0;
    min-height: 3.1rem;
    position: relative;
    text-decoration: none;
    border-radius: 0.15rem;
    color: #464646;
    border: solid 1px #d8d8d8;
    
    color: #bc8800;
    border: solid 1px #d8ab35;
    
    
}
.gray-bg div.attachmentslist a,
.gray-bg div.attachmentslist a:focus{
	background:#ffffff;
	border-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
}

div.attachmentslist a:hover{
	text-decoration: none;
	color: #9d0a4e;
	border: solid 1px #9d0a4e;
	
	
	color: #bc8800;
    border: solid 1px #d8ab35;
    
	background: #d8ab35;
    color: #ffffff;
    border-color: #d8ab35;
	
}
div.attachmentslist a:before {
	padding: 0 0.7rem 0 0.7rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: FontAwesome;
	content: "\f016";
	vertical-align: middle;
    width: 1.3rem;
    margin: 0 0.7rem 0 0.7rem;
    padding: 0;
}

div.attachmentslist a span {

	word-wrap: break-word;
	
	padding: 0rem 0.7rem 0rem 0;
	position: relative;
	font-family: 'Wb_Lato';
	font-weight: 400;
	flex-grow: 1;
	
	
    padding: 0.1rem 0.7rem 0.1rem 0;
    overflow: hidden;
    
    align-items: center;
    
    display:table-cell;
    vertical-align: middle;
}
div.attachmentslist a span + span:last-child {
    flex-grow: 0;
    xxwidth: 6.5rem;
}
div.attachmentslist a span.date {
    word-break: normal;
    white-space: nowrap;
    font-weight: 700;
    flex-grow: 0;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    width: 5rem;
}
div.attachmentslist-full a span.date {
    width: 6.5rem;
}
div.attachmentslist-smalltext a span.date {
    width: 5rem;
}


div.attachmentslist a span.date:before,
div.attachmentslist a span.date + span:before {
    content: "\2000";
    width: 2px;
    overflow: hidden;
    display: inline-block;
    background: #9d0a4e;
    height: 0.7rem;
    margin-right: 0.65rem;
    margin-top: -0.1rem;
    vertical-align: middle;
}

div.attachmentslist span .fa.fa-download{
	color:#9d0a4e;
}


div.attachmentslist-smalltext{
	font-size: 0.75rem;
    line-height: 1.2;
}
div.attachmentslist-smalltext a,
div.attachmentslist-smalltext a:focus{
	padding: 0.2rem 0 0.21rem 0;
    min-height: 2.1rem;
}
div.attachmentslist-smalltext a span.date {
    font-size: 0.74rem;
}
div.attachmentslist-smalltext > div {
	margin:0;
}
div.attachmentslist-smalltext > div + div{
	margin-top:0.3rem;
}
div.attachmentslist-smalltext + div.attachmentslist-smalltext{
	margin-top:0.3rem;
}

div.attachmentslist-smalltext a span.date:before,
div.attachmentslist-smalltext a span.date + span:before {
    width: 1px;
    height: 0.5rem;
    margin-right: 0.5rem;
}
div.attachmentslist-smalltext a:before {
    margin: 0 0.7rem 0 0.7rem;
    font-size: 1.3rem;
    line-height: 2rem;
    width: 1rem;
}
div.attachmentslist-smalltext a span + span:last-child{
    width: 5rem;	
}


@media screen and (max-width:767px){

	div.attachmentslist > div {
		width: 100%;
		max-width: 100%;
    }
    
	div.attachmentslist  .fa.fa-download{
		display:none;
	}

	div.attachmentslist a, 
	div.attachmentslist a:focus {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		align-items: center;
		text-align: center;		
	}
	
	div.attachmentslist a span{
		padding: 0.4rem 0.7rem 0.1rem 0.7rem;
		display: block;
		width: 100% !important;
	}
	
	div.attachmentslist a:before {
		display: block;
		width: 100%;
	}
	
	div.attachmentslist a span.date:before,
	div.attachmentslist a span.date + span:before {
		display:none;
	}	
	div.attachmentslist a span + span:last-child {
		display: none;
	}
	
	div.attachmentslist.flex-row > div {
		width: 100%;
		max-width: 100%;
		flex-grow: 1;
	}

}

.attachmentslist a[href$=".DOC"]:before,
.attachmentslist a[href$=".DOCX"]:before,
.attachmentslist a[href$=".RTF"]:before,
.attachmentslist a[href$=".doc"]:before,
.attachmentslist a[href$=".docx"]:before,
.attachmentslist a[href$=".rtf"]:before{content:"\f1c2";}

.attachmentslist a[href$=".PDF"]:before,
.attachmentslist a[href$=".pdf"]:before{content:"\f1c1";}

.attachmentslist a[href$=".PPT"]:before,
.attachmentslist a[href$=".PPTX"]:before,
.attachmentslist a[href$=".ppt"]:before,
.attachmentslist a[href$=".pptx"]:before{content:"\f1c4";}

.attachmentslist a[href$=".XLS"]:before,
.attachmentslist a[href$=".XLSX"]:before,
.attachmentslist a[href$=".xls"]:before,
.attachmentslist a[href$=".xlsx"]:before{content:"\f1c3";}

.attachmentslist a[href$=".CAB"]:before,
.attachmentslist a[href$=".RAR"]:before,
.attachmentslist a[href$=".ZIP"]:before,
.attachmentslist a[href$=".7Z"]:before,
.attachmentslist a[href$=".cab"]:before,
.attachmentslist a[href$=".rar"]:before,
.attachmentslist a[href$=".zip"]:before,
.attachmentslist a[href$=".7z"]:before{content:"\f1c6";}

.attachmentslist a[href$=".BMP"]:before,
.attachmentslist a[href$=".AI"]:before,
.attachmentslist a[href$=".DWG"]:before,
.attachmentslist a[href$=".EMF"]:before,
.attachmentslist a[href$=".GIF"]:before,
.attachmentslist a[href$=".JFIF"]:before,
.attachmentslist a[href$=".JPEG"]:before,
.attachmentslist a[href$=".JPG"]:before,
.attachmentslist a[href$=".PNG"]:before,
.attachmentslist a[href$=".PSD"]:before,
.attachmentslist a[href$=".SVG"]:before,
.attachmentslist a[href$=".TIF"]:before,
.attachmentslist a[href$=".TIFF"]:before,
.attachmentslist a[href$=".bmp"]:before,
.attachmentslist a[href$=".ai"]:before,
.attachmentslist a[href$=".dwg"]:before,
.attachmentslist a[href$=".emf"]:before,
.attachmentslist a[href$=".gif"]:before,
.attachmentslist a[href$=".jfif"]:before,
.attachmentslist a[href$=".jpeg"]:before,
.attachmentslist a[href$=".jpg"]:before,
.attachmentslist a[href$=".JPG"]:before,
.attachmentslist a[href$=".png"]:before,
.attachmentslist a[href$=".psd"]:before,
.attachmentslist a[href$=".svg"]:before,
.attachmentslist a[href$=".tif"]:before,
.attachmentslist a[href$=".tiff"]:before{content:"\f1c5";}

.attachmentslist a[href$=".AIFF"]:before,
.attachmentslist a[href$=".AC3"]:before,
.attachmentslist a[href$=".AU"]:before,
.attachmentslist a[href$=".MID"]:before,
.attachmentslist a[href$=".MP2"]:before,
.attachmentslist a[href$=".MP3"]:before,
.attachmentslist a[href$=".WAV"]:before,
.attachmentslist a[href$=".WMA"]:before,
.attachmentslist a[href$=".aiff"]:before,
.attachmentslist a[href$=".ac3"]:before,
.attachmentslist a[href$=".au"]:before,
.attachmentslist a[href$=".mid"]:before,
.attachmentslist a[href$=".mp2"]:before,
.attachmentslist a[href$=".mp3"]:before,
.attachmentslist a[href$=".wav"]:before,
.attachmentslist a[href$=".wma"]:before{content:"\f1c7";}

.attachmentslist a[href$=".AVI"]:before,
.attachmentslist a[href$=".DIVX"]:before,
.attachmentslist a[href$=".MOV"]:before,
.attachmentslist a[href$=".MOVIE"]:before,
.attachmentslist a[href$=".MP4"]:before,
.attachmentslist a[href$=".MPE"]:before,
.attachmentslist a[href$=".MPEG"]:before,
.attachmentslist a[href$=".MPG"]:before,
.attachmentslist a[href$=".WMV"]:before,
.attachmentslist a[href$=".avi"]:before,
.attachmentslist a[href$=".divx"]:before,
.attachmentslist a[href$=".mov"]:before,
.attachmentslist a[href$=".movie"]:before,
.attachmentslist a[href$=".mp4"]:before,
.attachmentslist a[href$=".mpe"]:before,
.attachmentslist a[href$=".mpeg"]:before,
.attachmentslist a[href$=".mpg"]:before,
.attachmentslist a[href$=".wmv"]:before{content:"\f1c8";}

.attachmentslist a[href$=".CSS"]:before,
.attachmentslist a[href$=".HTML"]:before,
.attachmentslist a[href$=".INF"]:before,
.attachmentslist a[href$=".INI"]:before,
.attachmentslist a[href$=".LOG"]:before,
.attachmentslist a[href$=".PHP"]:before,
.attachmentslist a[href$=".NFO"]:before,
.attachmentslist a[href$=".CSV"]:before,
.attachmentslist a[href$=".TXT"]:before,
.attachmentslist a[href$=".XML"]:before,
.attachmentslist a[href$=".css"]:before,
.attachmentslist a[href$=".html"]:before,
.attachmentslist a[href$=".inf"]:before,
.attachmentslist a[href$=".ini"]:before,
.attachmentslist a[href$=".log"]:before,
.attachmentslist a[href$=".php"]:before,
.attachmentslist a[href$=".nfo"]:before,
.attachmentslist a[href$=".csv"]:before,
.attachmentslist a[href$=".txt"]:before,
.attachmentslist a[href$=".xml"]:before{content:"\f0f6";}




/* //////////////////////////////////////////////////////////////// */

.blueimp-gallery{
	display:none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    font-size: 0;
    font-weight: normal;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;

	border-radius: 0.15rem;
    border-color: #7a0035;

    color: #fff;
    background: #7a0035;
}

.blueimp-gallery > .prev:after,
.blueimp-gallery > .next:after{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f053";
    padding: 0 0.25rem 0 0;
}
.blueimp-gallery > .next:after{
    content: "\f054";
    padding: 0 0 0 0.25rem;
}
.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none;
}
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover{
	color: #7a0035;
	background: rgba(0,0,0,.5);
}

.blueimp-gallery-controls > .indicator {
	background: rgba(0,0,0,0.5);
	margin: 0;
}
.blueimp-gallery > .indicator {
	padding:0.5rem;
	bottom: 0;
	left:0;
	right:0;
	line-height: 0.5rem;
}
.blueimp-gallery > .indicator > li {
	width: 3rem;
	height: 2.4rem;
	margin: 0.2rem 0.2rem;
	background-size: cover;
	border-radius: 0px;
	opacity: 1;
	border: 2px solid #000000;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
	background-color: #fffffe;
	border-color: #ffffff;
	opacity: 1;
}
.blueimp-gallery > .slides > .slide {
}

/* //////////////////////////////////////////////////////////////// */

.paging-bg{
	padding-top:2rem;
	padding-bottom:2rem;
	background: #f5f5f5;
}

.paging{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.paging a,.paging a:focus, .paging span {
	font-family: 'Wb_Lato';
	font-weight:600;
	font-size: 0.93rem;
	line-height: 1;
	margin: 0.2rem 0.2rem;
	padding: 0.6rem 0.9rem;
	border: solid 1px transparent;
	color: #4a4946;
	color: #9d0a4e;
	border-radius: 0.15rem;
}
.paging a.previous,.paging a.next{
	font-family:FontAwesome;
	color: #9d0a4e;	
}
.paging a.previous:before,.paging a.next:before{
	font-size: 1rem;
	line-height: 1rem;

}
.paging a.previous:before{
	content: "\f104";
}
.paging a.next:before{
	content: "\f105";
}
.paging a:hover, .paging a.active, .paging span {
    border-color: #9d0a4e;
	color: #9d0a4e;
}
.paging a.disabled{
	border: solid 1px transparent;
	color: #ababab;
	cursor: default;
}

.paging a.active {
    border-color: #9d0a4e;
	color: #9d0a4e;
}
.paging .fa {
	color: #ababab;
	margin: 0.2rem 0.2rem;
	font-size: 0.8rem;
	margin:0;
	font-size:0;
	
}

/* //////////////////////////////////////////////////////////////// */

img.jmcItemVideo {
	background-color: #4a446b;
	background-image: url("/_images/video.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40% auto;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}

img.jmcItemMaps {
	background-color: #acc782;
	background-image: url("/_images/map.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40% auto;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}

/* //////////////////////////////////////////////////////////////// */

.elevator-wrapper{
	min-height:0;
}
.elevator {
	position: fixed;
	right: 1rem;
	bottom: 2.5rem;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	background: #7a0035;
	background-image: none;
	border-radius: 0.15rem;
	opacity: 0;
	transition: all 0.3s ease;
	border:solid 2px #7a0035;
}
@media screen and (max-width:767px){
	.elevator {
		right: 1.5rem;
		bottom: 1.5rem;
		width: 3rem;
		height: 3rem;
	}
}
.elevator.elevator-is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.elevator .fa {
	position: relative;
	top: 0.24rem;
	left: 0px;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	line-height: 2rem;
	color: #ffffff;
	transition: all 0.3s ease;
}
.elevator:hover {
	background: transparent;
	border: solid 2px #7a0035;
}
.elevator:hover .fa{
	color: #7a0035;
}


/* //////////////////////////////////////////////////////////////// */


@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	.label {
		border: 1px solid #000;
	}

	div.copyright{
		border-top:solid 1px #000000;
	}
	div.headcontainer > .container{
		border-bottom:solid 1px #000000;
	}

	.breadcrumb{
		margin:5px 0 20px 0;
		padding:0;
	}

	h1{margin-top:20px;}
	h3,.h3{margin:20px 0 10px;}

	.tags a{
		padding:0px 5px;
		margin:0 5px;
	}
	div.space{height:15px;}
	div.hr{margin:15px 0;}

	.navbar,
	.core-og-sm,
	.coreVote,
	#actions-btns,
	.elevator,
	.left-menu,
	.author-photo,
	a[href*="javascript"].btn{
		display: none;
	}
	.article-author .author-fullname,.article-author .author-header{
		display:inline-block;
		margin-right:5px;

	}
	.article-author .author{
		height:auto;
	}

	.headcontainer a img{
		max-height:70px;
	}
	.page-content{
		padding:0;
	}
	.right-content{
		width:100%;
	}
	figcaption{
		position:relative;
		background:rgba(250,250,250,0.8);
		color:#333333;
		border-bottom:solid 1px #bbbbbb;
		padding:8px 6px 6px 6px;
		text-align:right;
	}
	#gallerycontainer > div > div{
		width:16.6666%;
	}
	.container{
		width:100%;
	}
	body{
		padding:0;
		min-width: 800px;
	}
}

/* //////////////////////////////////////////////////////////////// */

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 0;
    height: 6px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 6px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    opacity: 0.99;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #3b3626; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #6c0137; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #6c0137; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #6c0137; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* //////////////////////////////////////////////////////////////// */


.special-input{
	position:relative;
	flex-grow: 1;
}
.special-input input {
    padding-right: 0.3rem;
}
.special-input span {
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 1.2rem;
    color: #9d0a4e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 3px;
    border-radius: 0.15rem;
}


.special-select{
	position:relative;
	flex-grow: 1;
}
.special-select select[style*="none"]{
	position: relative;
	z-index: 2;
	display: block !important;
	box-shadow: none;
	border: none;
	font-size: 0;
	line-height: 0;
	background: #ffffff;
	pointer-events: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.special-select .form-control{
	padding-right: 1.3rem;
	border-left: solid 2px #dadada;
}
.special-select select::-ms-expand {
	opacity:0;
	width:0.9rem;
}
.special-select:after{
	content: "\f0d7";
    font-family: FontAwesome;
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 1.8rem;
    background: #ffffff;
    color: #9d0a4e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 1px;
	border-radius: 0 0.15rem 0.15rem 0;
    box-shadow: inset -1px 0px 1px rgba(0,0,0,0.12);
}

/* //////////////////////////////////////////////////////////////// */
.pop-up{
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-up-content{
	position: relative;
    background: #ffffff;
    border-radius: 0.15rem;
    padding: 2rem 1.5rem 2rem 2rem;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
    min-width: 3rem;
    min-height: 3rem;
}
.pop-up-inner{
	max-width: 90vw;
    max-height: 75vh;
    overflow: auto;
    padding-right: 1rem;
}

.close.pop-up-close{
	float: none;
    position: absolute;
    top: 0;
    right: 0.5rem;
}

/* //////////////////////////////////////////////////////////////// */

.cookienotify { 
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 1000;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.85);
	font-size: 0.83em;
	line-height: 1.4;
}
.cookienotify h4{
	font-size: 1rem;
	color:#ffffff;
}			
.cookienotify p{
	color:#ffffff;
}		
.cookienotify p a{
	font-weight: bold;
	color: #ffffff;
}	
.cookienotifyinner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0.5rem 2rem 1rem 2rem;
}
.cookienotifyinner > *{
	flex-grow:1;
	padding: 0.5rem 0;
}
@media (max-width: 767px) {
	.cookienotifyinner {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.cookienotifyinner .text-right{
		text-align:center;
	}
}

/* //////////////////////////////////////////////////////////////// */

.ui-widget {
    font-family: "Wb_Lato", Arial, serif;
    font-size: 0.8rem;
}

.ui-widget.ui-widget-content {
	border: 0px solid #c5c5c5;
}
.elfinder-button-search-menu{
	border: 1px solid #c5c5c5;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-widget-header {
	border: none;
	border-bottom: solid 0px #c5c5c5;
	font-weight: bold;
	background: #f5f5f5;
	color: #000000;
}
.ui-widget-header.elfinder-statusbar{
	border:none;
	padding: .2em 1.5em .2em .5em;
}
.ui-dialog .ui-widget-header {
	background: #f5f5f5;
	color: #000000;
}
.ui-dialog .ui-widget-header a {
	color: #ffffff;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
}
.ui-widget-content {
	border: 0px solid #dddddd;
	background: #ffffff;
	color: #222222;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front{
	background-color: #f5f5f5;
	border-radius: 0;
	border: solid 2px #ffffff;
	box-shadow: 0 0rem 0px 1px rgba(0,0,0,0.1), 0 8px 20px 8px rgba(0,0,0,0.15);
}
.elfinder{
	background-color: #f5f5f5;
	border-radius: 0;
}
.mce-window,
.dialogelfinder {
	background-color: #f5f5f5;
	border-radius: 0;
	border: solid 2px #ffffff !important;
	box-shadow: 0 0rem 0px 1px rgba(0,0,0,0.1), 0 8px 20px 8px rgba(0,0,0,0.15);
}
.ui-dialog .fileEditor.ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0;
	overflow: auto;
}
.ui-dialog .ui-dialog-content {
	background: #fff;
}
.ui-tabs {
	position: relative;
	padding: 0 0 .2em 0;
}
.ui-widget-overlay {
	background: #000000;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
body #mce-modal-block.mce-in {
	opacity: .5;
	filter: alpha(opacity=50);
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default {
	background: #9d0a4e;
	font-weight: normal;
	color: #ffffff;
}
.ui-dialog .ui-state-default a,
.ui-dialog .ui-state-default a:link,
.ui-dialog .ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-dialog .ui-state-active,
.ui-dialog .ui-widget-content .ui-state-active,
.ui-dialog .ui-widget-header .ui-state-active {
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-dialog .ui-state-active a,
.ui-dialog .ui-state-active a:link,
.ui-dialog .ui-state-active a:visited {
	color: #555555;
	text-decoration: none;
	border: 0px !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .2;
    background: #f6f6f6;
    background-image: none;
}
.ui-dialog .ui-dialog-titlebar-close:before{content:"\f00d"}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 0px;
	height: 20px;
	font:normal normal normal 14px/1 FontAwesome;
	
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform:translate(0, 0);
	font-size:18px;
	background:transparent !important;
	border:0;
	color:#ffffff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons{
	min-width:250px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0px 1px 0 0;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	font-size: 0.9rem;
}



.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
    padding: 0.4rem 0.2rem;
    display: flex;
    justify-content: space-between;
}
.ui-timepicker-div dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0.25rem 0.5rem 0.25rem;
    font-size: 0.9rem;
}
.ui-timepicker-div .ui-slider{
	background: #d6d6d6;
	height:0.4rem;
	margin: 0.3rem;
}
.ui-timepicker-div .ui-slider-handle{
    border: none;
    background: #9d0a4e;
    border-radius: 0.2rem;
    cursor: pointer;
    top: -0.3rem;
    margin-left: -0.25rem;
    width: 0.5rem;
    height: 1rem;
}




.ui-datepicker{
	box-shadow:0px 3px 13px rgba(0,0,0,0.4);
	z-index: 210 !important;
}
.ui-datepicker.ui-widget-content {
    border: 1px solid #ffffff;
    border-radius: 0;
    background: #ffffff;
    color: #222222;
}
.ui-datepicker .ui-widget-content {
	border: 0px solid #aaaaaa;
}
.ui-datepicker-calendar .ui-state-default{
	border: 2px solid #f6f6f6;
	background: #f6f6f6;
	font-weight: normal;
	color: #000000;
}
.ui-datepicker-calendar .ui-state-hover{
	border: 2px solid #cccccc;
	background: #cccccc;
	font-weight: normal;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-active {
	border: 2px solid #9d0a4e;
	background: #9d0a4e;
	font-weight: normal;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-highlight{
	border: 2px solid #9d0a4e;
	background: #f6f6f6;
	color: #000000;
}
.ui-datepicker-calendar .ui-priority-secondary{
	opacity: .5;
	border: 2px solid #ffffff;
	background: #ffffff;
	color: #666666;
}
.ui-state-disabled,
.ui-state-disabled > * {
	cursor: default !important;
}

/* //////////////////////////////////////////////////////////////// */
.filters {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filters > div{
	padding-right:1rem;
}


@media screen and (max-width:767px){
	.filters > div{
		padding-right: 0;
		flex-grow: 1;
		padding: 0.3rem 0;
	}
	.filters > div.filter-name{
		padding-right: 1rem;
		min-width: 27%;
		flex-grow: 0;
	}	
	.filters > input.btn.btn-default {
		margin: 0.7rem auto 0 auto;
	}
}


.date-short{
	max-width:30rem;
}

.calendarimage img{
	display:none;
}
.calendarimage{
	position:relative;
}
.calendarimage .form-control{
	padding-right: 1.3rem;
}
.calendarimage:after{
    content: "\f133";
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 1.8rem;
    background: #ffffff;
    color: #9d0a4e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1;
    margin: 3px;
    border-radius: 0.2rem;
}

scriptconfiguration {
    display: none;
}


div.google-visualization-tooltip { transform: rotate(30deg); }




.footer-menu .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-menu .social_menu {
    padding: 0;
}
.footer-menu .social_menu a {
    font-size: 0.9rem;
    padding: 0.45rem 0.5rem 0.55rem 0.5rem;
}
.footer-menu .social_menu li + li:before {
	display:none;
}
@media screen and (max-width:767px){
	.footer-menu .container {
		flex-direction: column;
	}
	.footer-menu .social_menu {
		padding: 0.5rem 0;
	}
	.footer-menu .social_menu a {
		font-size: 1.2rem;
	}
}


/* LP //////////////////////////////////////////////////////////////// */

.landing-header{
    background:#222222;
    margin:0 0 2rem 0;
    position:relative;
    

    background-size: cover;
    background-position: 50% 35%;
   
}
.landing-header .head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;

}
.landing-header .head h1{
	color: #f1b222;
	color: #ffffff;
    margin: 1rem 3rem;
    font-size: 2.4rem;
    text-shadow: 	0 2px 1rem rgba(34,34,34,1), 
					0 0.1rem 0.3rem rgba(34,34,34,0.8);
}
.landing-header .head .logo {
	width: 8rem;
    padding: 0;
    margin: 0 0 2rem 0;
}
.landing-page h1{
	font-size: 2rem;
    font-weight: 400;
}
.landing-page h2{
	font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0;
}
.landing-page .content {
    line-height: 1.5;
    font-size: 1rem;
}

@media (max-width: 767px){
	.landing-header .head{
		flex-direction: column;
		padding: 0 0 1.4rem 0;
	}
	.landing-header .head h1{
		margin: 0;
		font-size: 2.5rem;
		text-align: center;
	}
	.landing-header .head .logo {
		width: 8rem;
		padding: 0;
	}
	.landing-header .head .logo img{
		width: 8rem;
	}
	.landing-page h2{
		font-size: 1.2rem;
	}
}


.landing-baner{
	width:100%;
	margin-bottom:2rem;
    border-radius: 0.3rem;
}
.landing-page .fixed-form{
	position: relative;
    margin: 2.5rem 0 2rem 0;
    padding: 2rem 2rem 2.5rem 2rem;
    background-color: #f7f7f7;
    display: block;
    border-radius: 0.5rem;
}
.landing-page .fixed-form-content {
    display: block;
    max-width: 45rem;
    margin: 0 auto;
}
@media (max-width: 767px){

	.landing-baner{
		width: calc(100% + 3rem);
		max-width: none;
		margin: 0 -1.5rem 2rem -1.5rem;
		border-radius: 0rem;
	}
	.landing-page .fixed-form{
		margin: 2.5rem 0 2rem 0;
		padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	}
}


.landing-page .desc{
	font-size: 0.9rem;
    line-height: 1.2;
}
.landing-page .form-group.small label{
	font-size: 0.86rem;
    line-height: 1.3;
    font-weight: normal;
    display: block;
    
	font-size: 0.8rem;
    line-height: 1.3;
    font-weight: normal;
    display: block;
    letter-spacing: -0.2px;
    
}
.landing-page .form-group.small label .dccheckbox{
	margin: 0rem 0 0 -1.5rem;
} 
.landing-page .small.desc{
	font-size: 0.86rem;
	line-height: 1.3;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.landing-page .btn.btn-big {
    padding: 0.8rem 2rem!important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    justify-content: center !important;
}

.landing-page .check-list{
	display: flex;
    margin-top: 1.6rem;
    align-items: center;
    line-height: 1.2;
}

.landing-page * + .check-list,
.landing-page .check-list + *{
	margin-top:2.5rem;
}
.landing-page .check-list + .check-list{
	margin-top: 1.2rem;
}


.landing-page .check-list:before{
	background-image: url('/_images/common/icon_check.svg');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 1.5rem;
    content: "";
}

.landing-page li h5{
	padding-top: 0.2rem;
}



.landing-page-boxes .box-button{
	height: calc(100% - 2rem);
    margin: 1rem 0;
    box-shadow: 0px 0px 0px 1px #acbcc8;
    border-radius: 0.8rem;
    display: flex;
    font-size: 1.1rem;
    line-height: 1.4;
}
.landing-page-boxes .box-button > * {
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
}
.landing-page-boxes .box-button > *:last-child {
    padding-left: 0;
}
.landing-page-boxes .box-button img.icon {
    width: 5.3rem;
    min-width: 5.3rem;
    max-width: 100%;
}

.landing-page .checkbox label p{
	xdisplay:inline;
}


.special-form-group{
	position:relative;
	margin-bottom: 1rem;
}
.special-form-group label{
    position: absolute;
    top: 0.1rem;
    left: 0.5rem;
    right: 0.5rem;
    height: 2.6rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.4rem;
    transition: all ease 0.15s;
    line-height: 1;
    background: #ffffff;
    color: #727a81;
    font-size: 0.96rem;
    border-radius: 0.2rem;
    cursor: text;
}
.special-form-group label > span{
	z-index:2;
	display: flex;
	justify-content: flex-start;
}

.special-form-group .form-control{
    color: #000000;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 0.66rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    min-height: 2.7rem;
    box-shadow: none;
    border-radius: 0.2rem;
}
.special-form-group .form-control.formErrorMark{
	border-color:#c11b28;
}

.special-form-group .form-control:focus,
.special-form-group .form-control:not(:placeholder-shown){
	border-color: #bc8800;
    outline: 0;
    box-shadow: 0px 0px 0px 1px rgba(188,136,0,0.35);
}


.special-form-group .form-control:focus ~ label,
.special-form-group .form-control:not(:placeholder-shown) ~ label{
    top: -0.5rem;
    right: auto;
    height: auto;
    padding: 0.1rem 0.4rem 0.1rem 0.4rem;
    font-size: 0.72rem;
	color: #bc8800;
	font-weight: 500;
}

.special-form-group .form-control:not(:required):invalid ~ label{
    color: #e51d54;
}

.special-form-group .form-info {
    position: absolute;
    bottom: -0.3rem;
    right: 1.06rem;
    background: #ffffff;
    padding: 0 0.3rem;
}
.special-form-group .form-control:focus ~ .form-info,
.special-form-group .form-control:not(:placeholder-shown) ~ .form-info{
	display:none;
}


.grecaptcha-badge{
    z-index: 20;
	bottom: 7rem !important;

}

@media screen and (max-width:767px){

	.grecaptcha-badge{
		bottom: 6rem !important;
	}

}

div.checkbox > label .info-tooltip{
	margin-left:0;
	padding-left: 0;
	margin-top: -0.2rem;
}

.landing-page div.checkbox > label .info-tooltip{
	margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    float: left;
    position: relative;
    z-index: 200;
	
}

span.info-tooltip {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8125rem;
    line-height: 0;
    font-weight: 500;
    background: #7a0035;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: help;
    margin: 0 0 0 0.7rem;
    vertical-align: middle;
}
.tooltip {
	font-family: "Wb_Lato", Arial, serif;
    font-weight: bold;
    font-size: 0.72rem;
    line-height: 1.1;
	
}
.tooltip.top {
	padding: 0.4rem 0;
}
.tooltip.top .tooltip-arrow {
	bottom: 0px;
	left: 50%;
	margin-left: -0.4rem;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #7a0035;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #7a0035;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #7a0035;
}
.tooltip-inner {
	max-width: 16rem;
	min-width: 6rem;
	padding: 0.5rem 1rem;
	color: #000;
	text-align: center;
	background-color: #ffffff;
	border-radius: 0.3rem;
	border: solid 2px #7a0035;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
	
	white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
	
}
.tooltip.in {
	opacity: 1;
}
.info-tooltip.required{
	background: transparent;
    color: #c11b28;
    color: #6c6965;
    width: auto;
    height: 0.7rem;
    font-size: 0.4rem;
    xfont-size: 0.62rem;
    line-height: 0.8;
    vertical-align: super;
    margin: 0;
    padding: 0.3rem 0.2rem 0.5rem 0.2rem;
}
.info-tooltip.required:after {
	content: "\f069";
	xcontent: "\f059";
    font-family: FontAwesome;
}

.special-form-group .form-control:focus ~ label .info-tooltip.required,
.special-form-group .form-control:not(:placeholder-shown) ~ label .info-tooltip.required{
	xfont-size: 0.62rem;
	xpadding: 0.2rem;
}

.form-group.text-center .form-info-alert{
	justify-content: center;
}



.landing-page .alert-info {
    background: transparent;
    padding: 0 0.2rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    margin: 0.1rem 0 0 0;
    box-shadow: none;
    text-shadow: none;
}
.landing-page .alert-info:before {
    padding: 0;
    margin-right: 0.3rem;
    background: transparent;
    font-size: 0.8rem;
}
.landing-page .alert-info > div{
	padding: 2px 0 0 0;
    flex-direction: row;
    line-height: 1;
    align-items: center;
}
.landing-page .alert-info > div br{
	display: inline-block;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 1rem;
    border-left: solid 2px #c9c9c9;
    height: 10px;
    content: "-";
}
.landing-page .alert-info > div br:last-child{
	display:none;
}
.landing-page .form-control:focus ~ .alert-info,
.landing-page .form-control:not(:placeholder-shown) ~ .alert-info{
	xdisplay:none;
}

.landing-page .alert-danger {
    color: #c11b28;
}

.landing-page .fixed-form .hr.small{
	margin: 0rem 0 1rem 0 !important;
	border-top: dashed 1px #d8d8d8;
}

a.sti-button {
    text-transform: none !important;
    
}
@media screen and (min-width:768px){
	a.sti-button {
		text-transform: none !important;
		xbackground: #ffc425 !important;
		xcolor: #ffffff !important;
	}
	a.sti-button .fa{
		color:#ffc425;
		margin-right: 0.45rem;
	}
	a.sti-button:hover {
		text-transform: none !important;
		border-color: #7e013b !important;
		background: #7e013b !important;
		color: #ffc425 !important;
	}
}


/* //////////////////////////////////////////////////////////////// */

.subfund-bg > .container.content{
    background: #ffffff;
}
.subfund-bg > .gray-bg{
    background: rgba(0,0,0,0.04);
}
.subfund-bg > .gray-bg > .container.content{
    background: #f5f5f5;
}

.subfund-desc-col{
	display:flex;
	flex-direction: column;
}
.subfund-desc-fg{
	flex-grow:1
}

/* //////////////////////////////////////////////////////////////// */

.fa.fa-twitter{
	vertical-align: text-bottom;
}

@media screen and (min-width:768px){
	header .fa.fa-twitter{
		filter: invert(1);
	}
}
.fa.fa-twitter:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    font-size: 1em;
    display: block;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0 auto;

}

/* //////////////////////////////////////////////////////////////// */


@media screen and (min-width:768px){
}
@media screen and (min-width:992px){
}
@media screen and (min-width:1290px){
}
@media screen and (min-width:1400px){
}
@media screen and (max-width:1399px){
}
@media screen and (max-width:1289px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
}
