/** RESET **/

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}

body, html {width:100%;height: 100%;}
body {
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
	background: #26147e !important;
}
section {
	float: left;
	width:100%;
	clear: left;
	margin-bottom:50px;
}
img {
	display: block;
	width:100%;
}
.top-0 {
	top: 0 !important;
}
.gap-4 {
	gap: 10px !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img {
    border: 0 none;
    outline: 0 none;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {text-decoration: none;}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}
/** TYPOGRAPHY **/
h1 {
	color:#444444;
	font-size:44px;
	line-height:1.3;
	font-weight:700;
	font-family: 'Istok Web', sans-serif;
	margin-bottom:15px;
}
h2 {
	color:#444444;
	font-size:40px;
	line-height:1.3;
	font-weight:700;
	font-family: 'Istok Web', sans-serif;
	margin-bottom:15px;
}
h3 {
	color:#444444;
	font-size:36px;
	line-height:1.3;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Istok Web', sans-serif;
}
h4 {
	color:#444444;
	font-size:32px;
	line-height:1.34;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Istok Web', sans-serif;
}
h5 {
	color:#444444;
	font-size:28px;
	line-height:1.34;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Istok Web', sans-serif;
}
p {
	font-weight:400;
	font-size:16px;
	line-height:22px;
	color:#444444;
	margin-bottom:20px;
}
/*--- GENERAL ---*/
.clear{clear: left;}
.img-cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header {
	width:100%;
	float: left;
	clear:both;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.topbar {
	width:100%;
	display:-ms-flexbox;
    display: flex;
    flex-direction: row;
    padding:15px 0px;
    align-items: center;
    position: relative;
    z-index: 10;
}
.pd-a {width:100%;float:left;clear:both;padding:25px 0px;}
.fullbar .container {position: relative;display: flex;align-items: center;}
a.logo {width:140px;}
a.logo img {width:100%;display: block;}
.topbar ul {margin:0 0 0 80px;}
.topbar ul li {display: inline-block;float: left;margin:0 15px;}
.topbar ul li a {
	text-align: center;
	font-size:16px;
	line-height: 1;
	font-weight:400;
	color:#808080;
	text-decoration: none;
	position: relative;
	padding: 35px 0px;
}
.topbar ul li a::after {
	content:"";
	width:100%;
	height: 3px;
	background-color:transparent;
	position: absolute;
	left:0;
	bottom:2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* chat */
.chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* padding: 15px; */
    color: #fff;
    text-align: center;
}
.chat a.open img {
	width: 40px;
	margin-right: 15px;
}
.chat span {
    display: block;
    padding: 15px;
}
.chat span.chat-info {
	background: #26147e;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.chat a.open {
    display: block;
    background: #99cd2c;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
}

#chat-ifr {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
.chat span.text {
	padding: 0;
}
#close-chat:hover {
    background: #666;
    color: #ffff;
}
#close-chat {
	text-align: center;
    position: fixed;
    right: 5px;
    bottom: 470px;
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    border-radius: 50%;
    z-index: 9999999999;
	background: #ccc;
    color: #fff;
	display: none;
}
button.co-browse {
	background: #767676;
    width: 100%;
    border: none;
    margin: 0;
	padding: 15px;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
button.co-browse img {
	width: 40px;
	margin-right: 15px;
}
/* end of chat */
.topbar ul li:hover a::after {background-color:#26147e;}
.topbar ul li a.active::after {background-color:#26147e;}
form.topsrch {display: flex;}
.fullbar span.search-button {
  height:25px;
  width:25px;
  display: block;
  background-image:url(../repository/search.svg);
  background-repeat: no-repeat;
  background-position: center top+3px;
  background-size: 20px;
  cursor: pointer;
}
.fullbar {
	width:100%;
	float: left;
	clear: left;
	padding:8px 0px;
	background-color:#26147e;
}
ul.main-nav {
	width: calc(100% - 70px);
	display:-ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
ul.main-nav li {padding:0 15px;}
ul.main-nav li:last-child {margin-left: auto;}
ul.main-nav li a {
	color:#ffffff;
	font-size:15px;
	line-height:1;
	font-weight:300;
	text-decoration: none;
	position: relative;
}
ul.main-nav li.active a::after {
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    bottom: -13px;
    left: 50%;
    margin-left: -8px;
}
.fullbar .dropdown {margin-left:auto;}
.fullbar .dropdown .btn-secondary {
	border:none;
	background-color:#26147e!important;
	box-shadow: none!important;
	border:none!important;
	color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
}
.fullbar .dropdown-toggle::after {top: 2px;position: relative;}
.fullbar .dropdown-item.active, .fullbar .dropdown-item:active, .fullbar .dropdown-item:hover {background-color:#26147e;color:#ffffff;border-radius: 0;}
.fullbar .dropdown-item {font-weight:300;}
section.main-ball {
	min-height:650px;
	float: left;
	clear: left;
	display: flex;
	align-items: center;
	width:100%;
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
.jumbo {
	width:50%;
	position: relative;
    z-index: 2;
}
.jumbo h1 {
    font-size: 64px;
    line-height: 1.1;
    color: #ffffff;
}
.jumbo p {
	font-size:22px;
	line-height: 1.3;
	color:#ffffff;
	font-weight:400;
	margin-bottom:35px;
}
a.more {
	padding: 14px 30px 12px 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    background-color: #f55710;
    font-weight:500;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: .25rem;
}
a.more:hover {background-color:#f36c2f;}
a.more-n {
	color:#26007d;
	font-size:16px;
	line-height: 1;
	text-decoration: none;
	font-family: 'Istok Web', sans-serif;
	font-weight:400;
}
a.more-n:hover {text-decoration: underline;}
.sub-box {
	width:100%;
	height:auto;
	position: absolute;
	padding: 30px 0px;
	background-color:#ffffff;
	visibility: hidden; 
	opacity: 0;
	top:100%;
	left: 0;
	transform: translateY(-2em);
	z-index: 5;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.sub-box ul {margin:0;}
.sub-box ul li {
	display: list-item;
	width:100%;
	float: left;
	margin:0;
}
.sub-box ul li a {
	padding:10px;
	float:left;
	width:100%;
	border-bottom:1px solid #ececec;
	text-align: left;
}
.sub-box ul li a:hover {color:#555555;border-bottom:1px solid #bbbbbb;}
.sub-box ul li a::after {border:none!important;background-color:transparent!important;}
.topbar ul li.drop-sub:hover .sub-box {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
section.main-ball-first {
  padding:30px 0px;
  background-color:#e8e8e8;
  margin-bottom:0px;
}
section.main-ball-first .wide .img-cover {
    width: 100%;
    float: left;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
}
section.main-ball-first .wide {position: relative;}
section.main-ball-first .wide .img-cover::before {
    box-shadow: 0 -545px 200px -65px rgba(0,0,0,0.5) inset;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.main-ball-first .wide:hover .img-cover::before {
    box-shadow: 0 -545px 200px -65px rgba(0,0,0,0.7) inset;
}
section.main-ball-first .wide .article-info {
    position: absolute;
    bottom: 0;
    left:15px;
    padding: 15px;
    width: calc(100% - 30px);
}
section.main-ball-first .wide .article-info h1 {color:#ffffff;}
section.main-ball-first .wide .article-info a.more-n {
    padding: 9px 15px 7px 15px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    background-color: #f55710;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: .25rem;    
}
section.main-ball-first .portrait .article-info h1 {font-size:20px;line-height:24px;}
section.main-ball-first .portrait .row:first-child{margin-bottom:30px;}
section.main-ball-first .portrait .img-cover {
    width:100%;
    float: left;
    min-height:160px;
    background-repeat: no-repeat;
    background-position: center center;
}
section.main-ball-sec {padding:30px 0px;margin-bottom:0;}
section.main-ball-sec .img-cover {width:50%;float: left;min-height:250px;background-repeat:no-repeat;background-position:center center;}
section.main-ball-sec .article-info {width:50%;float: left;padding-left:20px;}
.article-info h1  {
	font-size:24px;
	line-height:28px;
	font-weight:700;
}
.article-info p {
	font-size:15px;
	line-height:21px;
	font-weight:300;
}
.article-info a.more {
	padding: 10px 20px 8px 20px;
	font-size:12px;
}
section.call {
	padding:30px 0px;
	background-color:#99cd2c;
	margin-bottom:0;
}
section.call h3 {color:#ffffff;font-size: 32px;}
section.call .ico-place {
	padding:15px;
	color:#ffffff;
}
section.call .row {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row; 
}
.ico-place a {color:#ffffff;}
.ico-place i {font-size:50px;line-height: 1;margin-bottom:20px;clear:right;width:100%;float: left;color:#ffffff;}
.ico-place span {color:#ffffff;font-size:16px;font-weight:400;line-height:1.3;margin-bottom:15px;display: block;}
.ico-place p {color:#ffffff;font-size:13px;line-height:1.3;font-weight:300;margin-bottom:0;}
.ico-place a:hover {opacity:0.8;}
.search-holder {
    display: none;
    background-color: rgba(72,71,77,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}
.form-control.search {
	width:33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    height: 60px;
    border-radius: 0;
    font-size:24px;
    font-weight:300;
    color: #48474d;
    outline:none;
    border-bottom: none;
    background-image:url(../repository/search2.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center right+10px;
}
.form-control.search::after {
	content: "\e628";
	position: absolute;
	right:0;
	top:5px;
	color:#444444;
}
span.close-search { 
    position: absolute;
    right: 30px;
    top: 30px;
    z-index:2;
    width:30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-image: url(../repository/close-search.svg);
    background-size:30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.form-control.search:focus {outline:none!important;border:none!important;box-shadow:none!important;}
.topbar .btn {
	text-transform: uppercase;
	font-weight:300;
	border:none!important;
	background-color:#26147e;
}
.topbar .btn:hover{background-color:#f55710;outline:none!important;box-shadow:none!important;}
section.newsletter {background-color:#5a5178;padding:30px 0px;margin-bottom: 0;}
section.newsletter h3 {color:#ffffff;font-size:32px;}
section.newsletter p {color:#ffffff;font-size:16px;line-height:1.3;margin-bottom:30px;font-weight:300;}
.form-def {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
section.newsletter .form-def input[type=email] {
    width: 75%;
    height: 40px;
    margin: 0;
    float: left;
    padding-left: 15px;
    color: #333;
    background-color: #fff;
    font-weight: 400;
    border-radius: 0;
    -webkit-appearance: none;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
}
.form-def input[type=submit] {
    float: left;
    width: 25%;
    height: 40px;
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f55710;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.form-def input[type=submit]:hover {background-color: #f36c2f;}
footer {
	float: left;
	clear: both;
	width:100%;
	padding: 30px 0px 15px 0px;
	background-color: #fafafa;
}
footer h4 {
	font-weight:500;
	color:#464646;
	font-size:14px;
	line-height:1.2;
	margin-bottom:10px;
	text-transform: uppercase;
}
footer ul {display: inline-block;}
footer ul li {
	display: list-item;
	float: left;
	width: 100%;
	margin-bottom:5px;
}
footer ul li a {
	font-weight:300;
	font-size:15px;
	line-height:1.4;
	color:#464646;
}
footer ul li:hover a {color:#26147e;text-decoration: underline;}
.footbar {
	clear: both;
	width:100%;
	float: left;
	margin:10px 0px;
	padding:15px 0px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
.footbar p {margin-bottom: 0;float: left;line-height:14px;font-weight:300;font-size:15px;}
.footbar p a {color:#26147e;font-weight:400;}
.footbar span {
	color:#464646;
	font-weight:300;
	font-size:14px;
	line-height:14px;
	float:right;
}
nav.path {
	width:100%;
	display: block;
	clear: both;
	padding:20px 0px;
	background-color:#fafafa;
	margin-bottom:30px;
}
nav.path.mb0 {margin-bottom: 0;}
nav.path ul {
	width:100%;
	display:-ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 15px;
}
nav.path ul li a {
	color:#464646;
	font-weight:400;
	font-size:12px;
	float: left;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
nav.path ul li a::before {
	content:"→";
	float: left;
	margin-left:10px;
	margin-right:10px;
	color:#464646;
	font-weight:300;
	font-size:13px;
	line-height: 1;
	position: relative;
	top:-1px;
}
nav.path ul li:hover a {color:#26147e;}
nav.path ul li:first-child a::before {content:"";margin: 0;}
nav.path ul li.active a {color:#26147e;} 
.articles-page article {margin-bottom:15px;}
.articles-page article h3 {
	font-size:22px;
	line-height:1.1;
	font-weight:700;
}
.articles-page article img {
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    backface-visibility: hidden;
}
.articles-page article p {line-height:22px;}
.articles-page article:hover img {
	zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.articles-page article:hover h3 {color:#666666;}
.articles-page article:hover p {color:#666666;}
ul.pagination .page-link {color:#555555;background-color:#e9ecef;}
ul.pagination .page-link:hover {background-color:#cccccc;}
ul.pagination {margin:15px 0px;}
span.date-time {
	color:#444444;
	font-weight:300;
	font-size:12px;
	line-height:12px;
	display: block;
	width: 100%;
	margin-bottom:15px;
}
.mixc {
	float: left;
	width:100%;
	position: relative;
	margin-bottom:30px;
}
.mixc::after {
	content:"";
	position: absolute;
	bottom: 0;
	left:0;
	width:85px;
	height: 1px;
	background-color:#444444;
}
.mixc h1 {
	font-size: 42px;
    margin-bottom: 10px;
    color:#26147e;
}
.mixc p {margin-bottom:25px;}
.img-hold {float: left;clear:left;position: relative;width:100%;margin-bottom:15px;}
span.pres {
	background-color:#595379;
    color:#fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 10px;
    font-weight: 300;
    font-size:14px;
    text-transform: uppercase;
    z-index:1;
}
.article-link{margin-bottom: 30px;}
.article-link-holder {
	width:100%;
	height: 100%;
	padding: 25px 55px 25px 15px;
	float:left;
	clear: left;
	background-color:#C6C4D2;
	position: relative;
	background-image: url(../repository/right-arr.svg);
	background-repeat: no-repeat;
	background-position: center right+5px;
	background-size:30px;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
}
.article-link-holder:hover {background-color:#8D89A5;}
.article-link-holder:hover h3, .article-link-holder:hover p {color:#ffffff;}
.article-link-holder h3 {font-size:26px;}
.article-link-holder p {margin-bottom:0;font-weight:300;font-size:15px;}
section.readmore-cover {
	min-height:550px;
	background-position: center center;
	background-repeat: no-repeat;
	display:-ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    box-shadow: 0 -345px 200px -65px rgba(0,0,0,.5) inset;
}
section.readmore-cover.no-shadow {
	box-shadow: none;
}
section.readmore-cover .jumbo {width:80%;}
section.readmore-cover .jumbo h1, section.readmore-cover.no-shadow .jumbo p  {text-shadow: 0.5px 0.5px 0.5px #222;}

section.readmore-cover.no-shadow .jumbo h1, section.readmore-cover.no-shadow .jumbo p { text-shadow: none; color: black; }

.sticker-green {
	width:100%;
	position: absolute;
	bottom: 0;
	min-height:60px;
	left: 0;
	background-color:rgba(148, 185, 46, 0.9);
	z-index: 2;
	padding: 30px 0px;
}
.circle-nl {width:50px;float: left;}
.info-nl {
	width:calc(100% - 50px);
	padding-left: 20px;
	min-height: 50px;
	display:-ms-flexbox;
    display: flex;
	align-items: center;
}
.info-nl p {
	color:#ffffff;
	font-size:17px;
	line-height: 22px;
	font-weight:400;
	margin-bottom: 0;
}
.ico-green {
	font-size:30px;
    border: 2px solid #FFF;
    width: 50px;
    line-height:50px;
    height: 50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color:#ffffff;
    display:-ms-flexbox;
    display: flex;
	align-items: center;
    text-align: center;
    justify-content: center;
}
.sticker-green .ico-place i {margin-bottom:0px;}
.inside-readmore-default {width:100%;}
.inside-readmore-default h2 {
	font-size:26px;
	color:#666666;
	line-height:30px;
	margin-bottom:20px;
}
.inside-readmore-default h3 {
	font-size:20px;
	color:#444444;
	font-weight:700;
	line-height:24px;
	margin-bottom:20px;
}
.inside-readmore-default h4 {
	color:#26147e;
	font-size:18px;
	line-height: 19px;
	margin-bottom: 0;
	font-weight:700;
}
.inside-readmore-default p {
	font-size:15px;
	line-height:20px;
	color:#464646;
	font-weight:400;
	margin-bottom:20px;
}
.inside-readmore-default p a {
	color:#26007d;
	text-decoration: underline;
}
.inside-readmore-default p strong {font-weight:600;}
.inside-readmore-default ul {
	width:100%;
	display: block;
	padding-left:30px;
	margin-bottom: 30px;
}
.inside-readmore-default ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size:15px;
	line-height:24px;
	color:#464646;
	font-weight:400;
}
.inside-readmore-default ol {
	width:100%;
	display: block;
	padding-left:30px;
	margin-bottom: 30px;
}
.inside-readmore-default ol li {
	list-style-type: decimal;
    list-style-position: outside;
    font-size: 15px;
    line-height: 22px;
    color: #464646;
    font-weight: 400;
} 
.col-left {margin-bottom:30px;}
.col-right{margin-bottom:30px;padding-top:5px;}
.img-article {width:240px;float: left;}
.img-article img {width:100%;display: block;margin-bottom:15px;}
.inside-readmore-default.news-temp {
	width:80%;
	margin: 5% 10% 0 10%;
}
.inside-readmore-default.news-temp a.btn {
	/* text-transform: uppercase;
    font-weight: 300; */
    border: none!important;
    background-color: #26147e;
	color: white;
	text-decoration: none;
}
.inside-readmore-default.news-temp a.btn:hover {
	background-color: #f55710;
    outline: none!important;
    box-shadow: none!important;
}
.inside-readmore-default.news-temp img {display: block;margin-bottom:15px;max-width: 100%;}
.inside-readmore-default.news-temp h1 {
	color: #26007d;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}
.form-temp h1 {
	color: #26007d;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}
.form-temp .form-control:focus {box-shadow: none;}
.form-temp h4 {font-size:22px;margin-bottom:30px;}
.form-temp h6 {font-size:15px;font-style:italic;font-weight:300;color:#444444;margin-bottom:30px;}
.inside-readmore-default.news-temp h1::after {
	width:100px;
	content:"";
	height:1px;
	position: absolute;
	bottom: 0;
	left:0;
	background-color:#26007d;
}
.inside-readmore-default.list h1 { margin-bottom: 50px;}
span.subtitle {
	width:100%;
	display: block;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
	font-size:18px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom:25px;
}
.news-temp span.date-time {font-weight:500;}
.inside-readmore-default img.prime-img {width:100%;}
.inside-readmore-default img.img-auto {width:auto;margin:30px auto 30px auto;display:block;overflow:hidden;}
.category-list {width:100%;display:block;clear: both;margin: 30px 0px 0px 0px;}
.category-list a {
	display: inline-block;
    background-color: #595478;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 7px 16px;
    margin-right: 5px;
    float: left;
    -webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.category-list a:hover {background-color:#f55710;}
a.pdf-view {
	font-size:22px;
	line-height:1;
	color:#666666;
	font-weight:300;
	display: block;
	clear: both;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	height:100%;
}
a.pdf-view:hover {border-bottom:1px solid #bbbbbb;}
a.pdf-view i {
	margin-right: 3px;
    color: #ff0000;
    position: relative;
    top: 4px;
    font-size: 32px;
}
.slim {margin-bottom: 30px;}
.pic-portrait {
	float: left;
	width:120px;
}
.inside-readmore-default.raports .pic-portrait img {
	width:100%;
	display: block;
	margin-bottom: 0;
}
.desc-portrait {
	width:calc(100% - 120px);
	padding-left:20px;
	float: left;
}
.desc-portrait h3 {font-size:18px;margin-bottom:10px;}
.desc-portrait span {
	font-size:18px;
	line-height:18px;
	font-weight:300;
	color:#444444;
	display: block;
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
}
.desc-portrait a {
	color: #26007d;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    font-weight:500;
}
.desc-portrait a:hover {color:#0e0e0e;}
.bg-col {
	padding:15px;
	background-color:#efefef;
	width:100%;
	float: left;
	margin-bottom:30px;
}
.inside-readmore-default.news-temp.raports {margin-left:0;margin-right: 0;width:100%;}
.select2-container .select2-selection--single {height:36px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:36px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {margin-top:2px;}
.select2-container--default .select2-selection--single {border: 1px solid #ced4da;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #ced4da;border-radius:4px;}
.select2-dropdown {border: 1px solid #ced4da;}
.form-temp .form-row label {font-size:16px;line-height: 20px;display: block;margin-bottom:5px;}
.form-row>.col, .form-row>[class*=col-] {padding-left:15px;padding-right:15px;}
#forma .form-check-label {
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Istok Web', sans-serif;
    color: #444444;
}
#forma .form-check {margin:15px 0px;}
.table .tab-head tr th {border-bottom:none;border-top:none;}
.tables-temp .table .thead-dark th {
	border-color: #5a5178;
    background-color: #5a5178;
    font-size: 20px;
    font-weight: 400;
}
.tables-temp .table {margin:50px 0px;}
ul.social-media {
	float: left;
	padding:0;
	margin:10px 0px;
	list-style-type: none;
	width:auto;
}
ul.social-media li {display: inline-block;float:left;}
ul.social-media li a {display: block;}
ul.social-media li a::before {
	font-size:50px;
	line-height: 1;
}
ul.social-media li:first-child a::before {color:#3a589e;}
ul.social-media li:last-child a::before {color:#1dcaff;}
ul.social-media li:hover a {
	opacity: 0.8;
}
section.rdm-special {
	min-height:350px;
	margin-bottom: 0;
}
section.rdm-special .row {align-items: center;min-height:350px;}
section.rdm-special article a.more {
	background-color:#A7A9AC;
}
section.rdm-special article h1 {
	font-size: 34px;
	font-weight:700;
	color:#26007D;
	line-height:1.1;
}
section.flex-block {
	padding:30px 0px;
	margin-bottom: 0;
	clear: both;
}
section.flex-block .row {align-items: center;}
section.flex-block h3 {font-size:24px;color:#444444;}
section.flex-block p {font-size:15px;color:#333333;}
section.flex-block a {color:#26007D;font-size:16px;text-decoration: none;line-height:1;}
section.flex-block a:hover {color:#A7A9AC;}
.viewBar {min-height:460px;padding: 60px 0px;position: relative;}
section.double {margin-bottom: 0;}
section.double .row {margin:0;align-items: center;}
section.double .half {
	position: relative;
    max-width:556px;
    width:100%;
    float: right;
    padding:0 60px 0 0;
}
section.double .viewBar::before {
	box-shadow: 0 -545px 200px -65px rgba(0,0,0,0.5) inset;
	content:"";
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	width:100%;
	height: 100%;
}
section.double .half.right {float:left;padding:0 0 0 60px;}
section.double .half h1 {color:#ffffff;font-weight:400;line-height:1.1;font-size:48px;}
section.double .half p {color:#ffffff;font-weight:400;line-height:22px;}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 35px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #26007d;
}
.option-input:checked {
  background: #26007d;
}
.option-input:checked::before {
  height:35px;
  width:35px;
  position: absolute;
  content: "\e611";
  color:#ffffff;
  display: inline-block;
  font-family: nlbicon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 20.66667px;
  text-align: center;
  line-height:35px;
}
/* .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  color:#ffffff;
  position: relative;
  z-index: 100;
} */
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.form-temp .chk-box label {
	float: left;
	width:100%;
    line-height: 35px;
    font-size:16px;
    font-weight:400;
    color:#444444;
}
span.desc-box {
	font-weight:300;
	color:#333333;
	font-size:15px;
	display: block;
	overflow:hidden;
	line-height:22px;
}
.chk-holder span.desc-box {margin-top: 20px;}
.form-temp h5 {font-size:24px;}
.custom-file-input:focus~.custom-file-label {box-shadow: none;}
.w100-box {
	width:100%;
	float: left;
	clear: both;
	margin:20px 0px;
}
.hide {display: none;}
.btn.hamburger {display: none;}
.btn.post-btn {background-color: #f55710;color:#ffffff;text-transform: uppercase;padding:8px 14px;}
.mob_slide {
	width: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items:center;
}
#cookieConsent {
    background-color:#FFFFFF;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    min-height:60px;
    font-size: 16px;
    font-weight:400;
    color:#333333;
    line-height: 40px;
    padding:15px 30px 15px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    position: absolute;
    right: 10px;
    top:22px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    line-height: 1;
    /* padding: 0px 3px 0px 0px; */
    height: 25px;
    background:#ededed;
    font-size: 23px;
    cursor: pointer;
    color: #000000;
    font-family: 'Istok Web', sans-serif;
    font-weight:400;
}
#closeCookieConsent:hover {
    color: #FFF;
    background-color:#000000;
}
#cookieConsent a.cookieConsentOK {
    background-color:#26147e;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color:#f55710;
}
/*--- PAGINATION ---*/

.pagination a,.pagination span{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination{-ms-flex-pack: center!important;justify-content: center!important;}
.pagination .active span{border-color: #26147e;background-color: #26147e;color: #fff;}
.page-link:focus {box-shadow: none;}
.page-link:hover {color: #fff;}
.team-template h2 {font-size:18px;line-height:1.3;margin-bottom:5px;}
.team-template h3 {font-size:14px;line-height:1.3;font-family: 'Roboto', sans-serif;font-weight:400;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ededed;}
.team-template h4 {font-size:14px;line-height:1.3;font-family: 'Roboto', sans-serif;font-weight:300;font-style:italic;margin-bottom:0;}
.team-template .card {margin-bottom:50px;}
.team-template .card-img-top {max-width:100%;width: 130px;margin: 20px auto 0 auto;}
/** css custom end **/
@media (min-width: 768px) and (max-width: 1024px){

	a.logo {width:85px;}
	.topbar ul {margin: 0 0 0 20px;}
	.topbar ul li {margin:0 10px;}
	.topbar ul li a {font-size:14px;padding:24px 0px;}
	.form-control.search {width:50%;}
	.form-def {width:75%;}
	.footbar p {text-align: center;float:none;margin-bottom:10px;}
	section.main-ball {min-height:450px;margin-bottom:0;}
	.jumbo h1 {font-size:54px;}
	.footbar span {text-align: center;display: block;float:none;}
	section.main-ball-sec article[class*=' col-']:first-child {margin-bottom:30px;}
	.dropdown-menu.show {left:-25px!important;}
	section.main-ball-sec {margin-bottom: 0;}
	.inside-readmore-default.news-temp {width:100%;margin:0;}
	nav.path ul {padding-left:0;}
	.mixc h1 {font-size:36px;}
	a.pdf-view {font-size:18px;}
	.inside-readmore-default.news-temp h1 {font-size:30px;line-height:36px;}
	.inside-readmore-default img.img-auto {max-width:100%;}
	section.rdm-special {background-position: center center;}
	section.flex-block .row article[class*=' col-']:nth-child(1), section.flex-block .row article[class*=' col-']:nth-child(2) {margin-bottom:20px;}
	section.double .half {padding:0 30px;max-width:100%;}
	section.double .half.right {padding:0 30px;}
	section.double .half h1 {font-size:40px;}
	.col-left {margin-bottom:10px;}
}
@media (min-width: 768px) and (max-width: 991px){
    section.main-ball-first .wide {margin-bottom:30px;}    
}
@media (max-width: 767px){
	section {
		overflow: hidden;
	}
	/* chat */
	.chat {
		right: 15px;
		bottom: 15px;
	}
	.chat a.open {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.chat span { display: none;}
	.chat a.open, button.co-browse {
		justify-content: center;
	}
	.chat a.open img { margin-right: 0; width: 30px;}
	button.co-browse img { margin-right: 0; width: 30px;}
	.chat span.text { display: none; }
	.chat a.open { padding: 10px; }
	button.co-browse { padding: 10px}
	/* end of chat */
	ul.main-nav li {padding: 0 10px;display: inline-block;line-height: 1.1;}
	ul.main-nav li a {font-size:13px;}
	ul.main-nav li.active a::after {bottom: -10px;}
	.dropdown-menu.show {transform: translateX(-20px)!important;top: 30px!important;left:auto!important;min-width: 80px;}
	.fullbar span.search-button {display: none;}
	a.logo {width:95px;}
	.mob_slide {display: none;position: absolute;flex-direction: column;align-items: stretch;padding:15px;top: 85px;left: 0;background-color:#ffffff;box-shadow: 0 0 5px 0 rgba(0,0,0,.2);overflow-y: scroll;-webkit-overflow-scrolling: touch;}
	.topbar ul {margin:0;width:100%;}
	.topbar ul li {width:100%;margin:10px 0px;position: relative;}
	.topbar ul li a {width:100%;padding:8px 0px;border-bottom:1px solid #ececec;display: block;text-align: left;font-size:18px;position:relative;}
	.sub-box ul li a {border:none;font-size:14px;padding:3px 0px;}
	.topbar ul li a::after {display: none;}
	.topbar ul li:last-child a {border:none;}
	.container .topbar ul li.drop-sub .sub-box {padding:0;height:0;position: relative;opacity: 0;visibility:hidden;transform:translateY(0);top:0;box-shadow:none;top:1px;transition: all .3s;}
	.topbar ul li.drop-sub .sub-box.active {padding:10px 0px;height:auto;visibility: visible;opacity: 1;transform: translateY(0);transition-delay: 0s, 0s, 0.3s;border-bottom:1px solid #ececec;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
	.topbar ul li.drop-sub a::before {background-image: url(../repository/right-arr.svg);background-repeat: no-repeat;background-position: center center;background-size: 15px;content:"";float: right;width:15px;height:15px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
	.topbar ul li.drop-sub.active a::before {-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
	.topbar ul li.drop-sub .sub-box ul li a::before {display: none;}
	.mob_slide .btn {margin: 20px 0 0 0!important;width:100%;}
	.btn.hamburger {display: block;}
	.btn.hamburger {position: relative;margin-left:20px;width:45px;cursor: pointer;padding:10px;}
	span.dmi {display: block;width: 100%;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);border-radius: 3px;height:2px;
	  background: #fff;
	  transition: all .3s;
	  position: relative;
	}
	span.dmi + span.dmi {margin-top:6px;}
	.fixHead {position: fixed;top:0;left:0;right:0px;z-index:9999;box-shadow: 0 0 5px 0 rgba(0,0,0,.2);background-color:#ffffff;width:100%;max-width:100%;}
	body.putPad {padding-top:71px;}
	.hamburger.active span:nth-child(1) {animation: ease .7s top forwards;}
	.hamburger.not-active span:nth-child(1) {animation: ease .7s top-2 forwards;}
	.hamburger.active span:nth-child(2) {animation: ease .7s scaled forwards;}
	.hamburger.not-active span:nth-child(2) {animation: ease .7s scaled-2 forwards;}
	.hamburger.active span:nth-child(3) {animation: ease .7s bottom forwards;}
	.hamburger.not-active span:nth-child(3) {animation: ease .7s bottom-2 forwards;}
	section.main-ball {min-height:550px;margin-bottom: 0;background-position: center center;}
	.jumbo{width:80%;}
	.jumbo h1 {font-size:44px;}
	.jumbo p {font-size:18px;margin-bottom:25px;}
	section.main-ball-sec .img-cover {width:100%;margin-bottom: 15px;}
	section.main-ball-sec .article-info {padding-left: 0;width:100%;margin-bottom: 20px;}
	section.main-ball-sec {padding: 15px 0px;margin-bottom: 0;}
	section.call .row {flex-direction: column;align-items: stretch;display: block;}
	.ico-place {width:50%;float: left;}
	.form-def, section.newsletter .form-def input[type=email] , .form-def input[type=submit] {width:100%;border-radius:0px;}
	footer .container .row div[class*=' col-'] {margin-bottom:20px;overflow: hidden;}
	footer {padding: 30px 0px 0px 0px;}
	.footbar p {width:100%;display:block;text-align: center;margin-bottom:5px;line-height:20px;}
	.footbar span {display: block;text-align: center;width: 100%;font-size:12px;line-height:12px;}
	.inside-readmore-default.news-temp {width:100%;margin:5% 0 0 0;}
	.inside-readmore-default img.img-auto {max-width:100%;}
	section.rdm-special {background-position: center center;}
	section.flex-block .container .row article[class*=' col-'] {margin-bottom: 20px;}
	.viewBar {min-height: 350px;padding: 15px;}
	section.double .half {padding: 0;max-width:100%;}
	section.double .half.right {padding: 0;}
	section.double .half h1 {font-size:38px;}
	.sticker-green {padding: 15px 0px 0px 0px;}
	.sticker-green .container .row div[class*=' col-'] {margin-bottom:15px;}
	section.readmore-cover {flex-direction:column;}
	section.readmore-cover .jumbo {padding:20px 0;width:100%;}
	.inside-readmore-default ol li {white-space: pre-wrap;}
	.inside-readmore-default ul li {white-space: pre-wrap;}
	.form-temp .que100 {width:100%;padding-right:0px;padding-left:0px;}
	.form-temp .que100.second {padding-left:0;}
	.form-temp .range-slider {margin-top:0;}
	.form-temp .box-minmax {display:none;}
	.form-temp .infograph {width:100%;margin-bottom:30px;}
	.form-temp .printgraph {width:100%;padding-left:0;}
	.form-temp .type-div {width:100%;}
	.aspect-ratio {position: relative;width: 100%;float: left;height: 0;padding-bottom: 49.25%;}
	#cookieConsent a.cookieConsentOK {float:left;margin-left:0;}
	section.main-ball-first .wide {margin-bottom:30px;} 
	@keyframes top {
	  0% {
	    top: 0;
	    transform: rotate(0);
	  }
	  50% {
	    top: 0px;
	    transform: rotate(0);
	  }
	  100% {
	    top:8px;
	    transform: rotate(45deg);
	  }
	}

	@keyframes top-2 {
	  0% {
	    top: 22px;
	    transform: rotate(45deg);
	  }
	  50% {
	    top: 22px;
	    transform: rotate(0deg);
	  }
	  100% {
	    top: 0;
	    transform: rotate(0deg);
	  }
	}

	@keyframes bottom {
	  0% {
	    bottom: 0;
	    transform: rotate(0);
	  }
	  50% {
	    bottom:0px;
	    transform: rotate(0);
	  }
	  100% {
	    bottom:8px;
	    transform: rotate(135deg);
	  }
	}

	@keyframes bottom-2 {
	  0% {
	    bottom: 22px;
	    transform: rotate(135deg);
	  }
	  50% {
	    bottom: 22px;
	    transform: rotate(0);
	  }
	  100% {
	    bottom: 0;
	    transform: rotate(0);
	  }
	}

	@keyframes scaled {
	  50% {
	    transform: scale(0);
	  }
	  100% {
	    transform: scale(0);
	  }
	}

	@keyframes scaled-2 {
	  0% {
	    transform: scale(0);
	  }
	  50% {
	    transform: scale(0);
	  }
	  100% {
	    transform: scale(1);
	  }
	}
	.topbar span.search-button {
	  height:30px;
	  width:30px;
	  margin-left: auto;
	  background-image:url(../repository/search3.svg);
	  background-repeat: no-repeat;
	  background-position: center top+3px;
	  background-size: 25px;
	  cursor: pointer;
	}
	.form-control.search {top:35%;width:85%;}
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color:#ffffff;
}
