* {
	margin: 0;
	padding: 0;
	outline: 0!important;
}

body {
	font-family: 'Panton';
	font-weight: 400;
	background: #fff;
	color: #636466;
}

html {
	font-size: 16px;
}

html.fontsize-sm {
	font-size: 16px;
}

html.fontsize-md {
	font-size: 19px;
}

html.fontsize-lg {
	font-size: 23px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a, a:hover, a:visited, a:active, a:focus {
	text-decoration: none;
}

a, a:hover {
	color: #636466;
}

ul, li {
	padding: 0;
	margin: 0;
}

figure {
	margin: 0;
}

hr {
	border-top: 1px solid #f0f0f0;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: #ced4da;
}

.btn {
	color: #4e4e4e;
	transition: all 0.2s;
	border-radius: 0;
}

.btn:hover {
	opacity: 0.7;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn.btn-style {
	font-size: 0.9rem;
    line-height: 1;
    padding: 10px 25px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.btn.btn-blue {
	background: #008dd0;
	color: #fff;
}

.btn.btn-darkBlue {
	background: #005baa;
	color: #fff;
}

.btn.btn-blueOutline {
	color: #005baa;
    border: 1px solid #005baa;
}

.btn.btn-grey {
	border: 1px solid #efefef;
}

.btn.btn-dark-grey-border {
	border: 1px solid #7c7c7c;
}


.btn.btn-darkGrey {
	background: #7c7c7c;
	color: #fff;
}

.btn.btn-white {
	background: #fff;
	border: 1px solid #ced4da;
}

.btn.btn-underline {
	font-size: 1rem;
	text-decoration: underline;
	padding: 0;
	font-weight: 400;
}

.op-style {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.op-style:hover {
	opacity: 0.7;
}

.main-container {
	max-width: 1600px;
	margin: 0 auto;
}

header {
	position: relative;
	padding: 20px 0 30px 0;
	background: rgb(0,192,243);
	background: #e5e5e5;
}
header:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: rgb(0,146,215);
	background: linear-gradient(90deg, rgba(0,146,215,1) 0%, rgba(0,110,185,1) 36%, rgba(32,65,154,1) 100%);
	z-index: 10;
}

header.header-users {
	padding: 30px 0;
}

.dropdown .dropdown-menu {
	min-width: 90px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
	color: #878787;
}

.nav-top-group, .nav-top-btn {
	text-align: right;
}

.nav-top-btn {
	margin-top: 25px;
}

.globe-icon{
	font-size: 16px !important;
    vertical-align: middle;
    padding-bottom: 3px !important;
    padding-left: 0 !important;
}

.sidr .mob-social img, .social-icon img{
	width: 20px;
}

.mobile-lower-icon{
	font-size: 18px !important;
    vertical-align: middle;
    padding-bottom: 3px !important;
	padding-left: 0 !important;
}

.blue-globe{
	color: #00c0f3 !important;
}

.add-icon{
	font-size: 16px !important;
	margin-right: 4px;
	color: #00c0f3 !important;
}

.arrow-right-icon{
	font-size: 16px !important;
	margin-right: 4px;
	color: #00c0f3 !important;
}

.nav-top-group a {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}

.nav-top-group a span{
	font-size: 18px !important;
    padding-right: 2px;
    padding-bottom: 2px;
}

.en-link, .nav-top-group a, .nav-top-group span {
	font-size: 0.8rem;
	color: #4e4e4e;
	text-transform: uppercase;
}

.nav-top-group .en-link {
	display: inline-block;
	font-weight: 700;
	color: #00c0f3;
}

.nav-top-group a i {
	font-size: 1rem;
	color: #939393;
}

.nav-top-group .en-link i {
	color: #00c0f3;
}

.nav-top-social a i {
	font-size: 1.2rem;
}

.main-nav ul li {
	display: inline-block;
}

.main-nav ul li a {
	font-size: 1.15rem;
	font-weight: 700;
	padding-bottom: 30px;
}

.main-nav ul li {
	padding: 0 13px 0 9px;
	border-right: 1px solid #dcdcdc;
}

.main-nav ul li:last-child {
	padding: 0 0 0 10px;
	border-right: 0;
}

.nav-item, .dd-item-second {
	position: relative;
}

.main-nav ul .nav-item:first-child{
	padding-left: 0;
}

.dd-first-level {
	left: -5px;
	top: 44px;
    /*border-top: 15px solid #16c1f3;*/
}

.dd-second-level {
	top: 0;
	left: 100%;
	border-left: 1px solid #ededed;
}

.dd-menu {
	display: none;
	position: absolute;
	min-width: 260px;
    max-width: 260px;
	background: #fff;
	z-index: 100;
}

.nav-item:hover .dd-first-level, .dd-item-second:hover .dd-second-level {
	display: block;
}

.nav-item .dd-first-level li {
	display: block;
	padding: 0;
	border-right: 0;
}

.nav-item .dd-menu li {
	background: #eeeeee;
}

.nav-item .dd-menu li:hover {
	background: #e5e5e5;
}

.nav-item .dd-menu li a {
	color: #005baa;
}

.nav-item .dd-first-level li:last-child {
	padding: 0;
}

.nav-item .dd-first-level li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}

.nav-item .dd-first-level li a {
	display: block;
    font-size: 0.85rem;
    line-height: 1.35;
    padding: 10px 20px;
}

.dd-menu.dd-second-level li a {
	font-size: 0.85rem;
	line-height: 1.5;
	font-weight: 400;
	padding: 6px 20px;
}

.dd-menu.dd-second-level li:last-child a {
	padding: 6px 20px 10px 20px;
}

.nav-item .dd-menu.dd-second-level li {
	border-bottom: 0;
}

.dd-icon {
	display: inline-block;
}

.dd-icon i {
	font-size: 0.9rem;
	line-height: 1;
	color: #00c0f3;
	margin-right: 10px;
}

.dd-icon i.arrow-icon {
	font-size: 1.1rem;
}

.logo-img {
	width: 180px;
}

.home-slider {
	margin-bottom: 80px;
}

.slider-item {
	position: relative;
	height: 500px;
}

.slider-bg {
	height: 100%;
	width: 100%;
}

.slider-item a {
	position: relative;
	display: block;
	height: 100%;
	z-index: 3;
}

.slider:focus, .slider-item:focus, .slider-item a:focus {
	outline: 0!important;
}

.slider-text {
	max-width: 600px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.slider h2 {
	font-size: 3.2rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1;
}

.slider p {
	font-size: 1.2rem;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.slider .btn-blue {
	cursor: pointer;
}

.slick-dots li button:before {
	content: " ";
}

.slider .slick-dots {
    bottom: 20px;
}

.gradient-bg {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,146,215);
background: linear-gradient(90deg, rgba(0,146,215,1) 40%, rgba(0,110,185,0) 100%);
	z-index: 1;
}

.gradient-bg.gradient-bg-slider {
	background: rgb(0,146,215);
background: linear-gradient(90deg, rgba(0,146,215,1) 65%, rgba(0,110,185,0) 100%);
}

.slick-dots li {
	background: #fff;
	opacity: 0.7;
	border-radius: 3px;
	width: 35px;
    height: 10px;
}

.slick-dots li.slick-active {
	opacity: 1;
}

.title-line {
	position: relative;
    z-index: 1;
	text-transform: uppercase;
	color: #d2d2d2;
	text-align: center;
	margin-bottom: 40px;
}

.title-line.title-line-sm span {
	font-size: 2rem;
}

.title-line:before {
	display: inline-block;
	border-top: 1px solid #f0f0f0;
	content:"";
	margin: 0 auto;
	position: absolute; 
	top: 50%; 
	left: 0; 
	right: 0; 
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.title-line span {  
	font-size: 2.25rem;
	background: #fff; 
	padding: 0 30px; 
}

.home-news {
	margin-bottom: 90px;
}

.bg-article, .bg-article a {
	height: 100%;
}

.listed-items .bg-article {
	padding-bottom: 60px;
}

.bg-article-text {
	padding: 10px 25px 0 25px;
}

.article-col {
	padding: 0;
}

.article-col .bg-article {
	border-left: 1px solid #f0f0f0;
}
.article-categories {
	margin-bottom: 10px;
}
.date {
	display: block;
}
.sm-article .date {
	margin-bottom: 4px;
}
.bg-article a, .sm-article a, .shop-item a {
	display: block;
}

.bg-article h3 {
	font-size: 1.5rem;
    line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 700;
	overflow-wrap: break-word;
}

.date {
	display: inline-block;
	font-size: 0.875rem;
	color: #16c1f3;
	text-transform: uppercase;
	font-weight: 600;
}

.date.inner {
    font-size: 1.3rem;
    padding: 10px 20px 8px 20px;
    margin-bottom: 10px;
	background: #008dd0;
	color: #fff;
}

.old-date {
	display: block;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 1.125rem;
}

.bg-article .date {
	display: block;
	margin-bottom: 15px;
}

.bg-article p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sm-article .date {
	font-weight: 700;
}

.date-blue {
	color: #16c1f3;
}

.date-red{
	color: #ff0000;
}

.date-grey {
	color: #636466;
}

.article-categories.article-categories-inner {
	margin-bottom: 20px;
}

.article-category, .shop-item .item-label {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 10px 5px 10px;
}

.article-category.article-category-inner {
    font-size: 0.85rem;
    padding: 10px 15px 8px 15px;
    white-space: nowrap;
}

.grey-block {
	background: #efefef;
	padding: 40px;
	height: 100%;
}

.grey-block .btn {
	/*margin-left: 115px;*/
}

.grey-block .title-line:before {
	border-top: 1px solid #cecece;
}

.grey-block .title-line {
	color: #636466;
}

.grey-block .title-line span {
	background: #efefef;
}

.grey-block .sm-article:not(:last-of-type) {
	border-bottom: 1px solid #cecece;
	padding-bottom: 30px;
}

.news-top {
	margin-bottom: 30px;
}

.page-article .article-category {
	font-size: 1rem;
	padding: 7px 15px;
}

.bg-article .article-category.cat-blue {
	margin-bottom: 15px;
}

.cat-blue, .shop-item .item-label {
	background: #f0fafe;
}

.cat-green {
	background: #e9f2ed;
	color: #00c0f3;
}

.cat-blue {
	background: #008dd0;
	color: #fff;
}

.cat-grey {
	background: #7c7c7c;
	color: #fff;
}

.sm-article {
	margin-bottom: 40px;
}

.sm-article h3 {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight: 600;
}

.edulabel{
	font-size: 1rem;
	color: #00c0f3;
}

.sm-article p {
	margin-bottom: 0;
}

.date-style {
	display: inline-block;
	position: relative;
	padding: 10px;
    border: 1px solid #cecece;
    margin-right: 20px;
}

.date-style span {
	display: block;
    font-size: 1.5rem;
	line-height: 1.2;
    color: #636466;
    font-weight: 700;
}

.date-style .year {
	font-size: 1rem;
}

.date-style.old:after {
	content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #ff0000;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-30deg);
	z-index: 1;
}

.shop-item {
	margin-bottom: 50px;
}

.listed-items .page-shortText {
	padding-bottom: 45px;
}

.shop-item .item-text {
	padding: 0 27px;
}

.item-text h3 {
    font-size: 1.4rem;
    line-height: 1.25;
	font-weight: 700;
	margin: 5px 0 15px 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.item-author {
	display: block;
	font-size: 1.1rem;
}

.shop-item .item-label {
	color: #246790;
	padding: 10px 15px;
}

.shop-item .btn {
	font-size: 0.875rem;
	padding: 4px 15px;
	font-weight: 700;
	border-radius: 0;
}

.product-shortText {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 30px;
}	

.back {
	padding: 50px 0 30px 0;
}

.back.back-page-style {
	padding: 0 0 20px 0;
}

.back a {
	display: inline-block;
}

.back a, .back a i {
	font-size: 0.875rem;
	color: #9a9a9a;
}

.shop-item-details h1 {
	font-size: 2.5rem;
	line-height: 1.15;
	font-weight: 700;
	margin: 10px 0 30px 0;
}

.order-box {
	margin-bottom: 40px;
}

.order-box .btn {
	text-transform: uppercase;
}

.price {
	font-size: 1.4rem;
	color: #16c1f3;
	font-weight: 700;
	margin-right: 20px;
}

.tools {
	margin-top: 90px;
}

.search-icon{
	font-size: 20px;
	padding-bottom: 1px;
	vertical-align: middle;
}

.add-document-icon{
	font-size: 28px;
	margin-right: 10px;
}

.tool-box {
	position: relative;
	margin-bottom: 30px;
}

.tool-box a {
	display: block;
	padding: 15px;
	height: 100%;
}

.tool-box span {
	display: block;
	font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.page-article {
	padding-top: 50px;
}

.page-illust {
	position: relative;
	height: 245px;
	margin-bottom: 40px;
}

.page-img {
	margin-bottom: 30px;
}

.education-article .page-img {
    margin-bottom: 50px;
}

.page-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.education-article .page-title {
	font-size: 2.3rem;
}

.form-title {
	font-size: 1.8rem;
	font-weight: 600;
    margin-bottom: 20px;
}

.page-shortText {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.video {
	margin-bottom: 35px;
}

.style-text h2 {
	font-size: 1.5rem;
}

.style-text h3 {
	font-size: 1.2rem;
}

.style-text h4 {
	font-size: 1rem;
}

.style-text h2, .style-text h3, .style-text h4  {
	font-weight: 700;
}

.style-text h2, .style-text h3, .style-text h4 {
	margin-bottom: 10px;
}

.style-text p, .style-text ol, .style-text ul {
	margin-bottom: 30px;
}

.style-text p, .style-text ul li, .style-text ol li {
	font-size: 1rem;
	line-height: 1.7;
}

.style-text a {
	color: #00a7eb;
	text-decoration: underline;
	transition: all 0.2s;
}

.style-text a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.style-text ol, .style-text ul {
	padding: 0 0 0 40px;
}

.style-text ol li:not(:last-child), .style-text ul li:not(:last-child) {
	margin-bottom: 3px;
}

.style-text img {
	max-width: 100%;
}

.style-text iframe {
	min-height: 1000px!important;
}

.featured-page-text {
    padding-left: 20px;
	border-left: 2px solid #f0f0f0;
	margin-bottom: 60px;
}

.featured-page-text p {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #00c0f3;
	font-weight: 700;
	margin:0;
}

.gallery {
    margin: 30px 0;
}

.gallery.gallery-page {
	margin: 50px 0 0 0;
}

.gallery a {
	display: inline-block;
	margin-bottom: 20px;
}

.gallery-row {
	margin-left: -10px;
	margin-right: -10px;
}

.gallery-col {
	padding-right: 10px;
	padding-left: 10px;
}

.side-title {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.side-other-info {
	margin-bottom: 30px;
	padding-left: 50px;
	border-left: 1px solid #f0f0f0;
}

.side-info {
	margin-bottom: 25px;
}

.side-info h2 {
	color: #008dd0;
	margin: 0;
}

.side-menu {
	margin-bottom: 60px;
}

.side-menu ul {
	list-style: none;
}

.side-menu .side-menu-ul li a {
	display: block;
    font-size: 0.95rem;
    padding: 10px 0;
    color: #00c0f3;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 700;
}

.side-menu .side-menu-ul li ul li a {
	font-size: 0.8rem;
	color: #636466;
	padding: 7px 0 7px 30px;
	font-weight: 400;
}

.side-menu .side-menu-ul li a.active {
	color: #16c1f3;
}

.side-menu-dd-ul li {
	position: relative;
}

.side-menu-dd-ul li:before {
	content: url(/assets/images/chevron-right-regular.svg);
    display: inline-block;
	width: 6px;
    position: absolute;
    left: 13px;
    top: 51%;
    transform: translateY(-50%);
	
}

.single-document {
	padding: 15px;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	background: #f0f0f0;
}

.single-document span {
	display: inline-block;
	font-size: 0.93rem;
	line-height: 1.4;
}

.single-document i {
	font-size: 2.8rem;
	line-height: 1;
	color: #16c1f3;
	margin-right: 15px;
}

.page-illust .page-title {
    position: relative;
    z-index: 10;
	color: #fff;
	text-shadow: 0 0 50px #6e6e6e;
	margin: 0;
}

.page-title.title-education {
	margin-bottom: 20px;
}

.shortText-education {
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.education-top {
	margin-bottom: 40px;
}

.page-title.title-mt {
	margin-top: 40px;
}

.br-style {
	border-right: 1px solid #f0f0f0;
	height: 100%;
}

.table {
	color: #4e4e4e;
	text-transform: uppercase;
}

.table-smaller {
	max-width: 600px;
	margin: 0 auto;
}

.table thead th {
    border-bottom: 5px solid #f0f0f0;
}

.table td, .table th {
    border-top: 1px solid #f0f0f0;
}

.table th {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.05);
}

.table td {
	font-size: 0.8rem;
}

.table a {
	color: #16c1f3;
	padding: 10px 0px;
}

.title-table-style {
	width: 350px;
}

.zip-table-style {
	width: 110px;
}

.address-table-style {
	width: 230px;
}

.map-table-style {
	width: 75px;
}

.search-items {
	margin-bottom: 40px;
}

.search-group {
	width: 355px;
}

.search-group input {
	border-right: 0;
}

.input-group-append .btn {
	border: 0;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0 15px;
}

.dropdown-custom .btn, .dropdown-custom .dropdown-item, .bootstrap-select .btn, .bootstrap-select .dropdown-item, .search-items .btn.btn-blue span, .search-items .btn.btn-blue i {
	font-size: 0.9rem;
}

.dropdown-lg .btn {
	font-size: 2.6rem;
	color: #636466;
	font-weight: 300;
	background: none;
	padding: 10px 0;
}

.dropdown-lg .dropdown-toggle::after {
    vertical-align: 0.1em;
}

.dropdown-item {
	white-space: normal;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 130px;
}
.bootstrap-select .btn {
	color: #4e4e4e!important;
	background: #fff;
	border-color: #ced4da;
}
.bootstrap-select .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 42%;
    transform: translateY(50%);
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
    outline: 0!important;
    outline-offset: 0!important;
}

.bootstrap-select .btn:not(:disabled):not(.disabled).active, .bootstrap-select .btn:not(:disabled):not(.disabled):active, .show>.bootstrap-select .btn.dropdown-toggle {
    color: #4e4e4e;
    background-color: #fff;
    border-color: #ced4da;
}

.search-items .btn.btn-blue {
	font-weight: 400;
	padding: 9px 20px;
}

.search-items ::placeholder {
	font-size: 0.9rem;
}

.social-share {
	margin-bottom: 25px;
}

.login-section {
	margin-top: 60px;
}

.section-mh {
	min-height: 500px;
}

.product-img {
	width: 350px;
}

.proceed-box {
	padding: 50px 30px;
	border: 1px solid #f0f0f0;
}

.proceed-box.proceed-box-sm {
	padding: 20px;
	margin-bottom: 30px;
}

.subtitle {
	font-size: 1.7rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.proceed-box-sm .subtitle {
	font-size: 1.3rem;
    margin-bottom: 10px;
}

.subtitle.blue {
	color: #16c1f3;
}

.subtitle.green {
	color: #00c0f3;
}

.subtitle.fw-heavy {
	font-weight: 700;
}

.proceed-box.proceed-box-sm p {
    margin-bottom: 8px;
}

.membership-section, .points-status-section, .my-data-section {
	padding-top: 60px;
}

.my-data-section .side-menu {
	padding-right: 60px;
	border-right: 1px solid #f0f0f0;
}

.membership-info {
	padding-right: 30px;
	height: 100%;
}

.debt {
	display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    color:  #c90000;
}

.date-table-style {
	width: 100px;
}

.points-table-style {
	width: 140px;
}

.points-status {
	margin-bottom: 20px;
}

.points-status .subtitle {
	margin: 0
}

.points-number {
	font-size: 2.5rem;
    color: green;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
}

.jobs-list {
	padding-right: 60px;
}

.jobs-list .single-job:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}

.single-job {
	margin-bottom: 30px;
}

.single-job a {
	display: block;
}

.job-by, .job-info-text {
	display: inline-block;
}

.job-by, .job-info-text, .job-info-text strong {
	font-size: 1.2rem;
}

.job-by {
	background: #00a4e0;
    color: #fff;
    border: 1px solid #f0f0f0;
	padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 1;
}

.job-by.inner {
	margin: 40px 0 20px 0;
}

.job-info-text {
	margin-bottom: 30px;
}

.job-title {
    font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.side-content-box {
	padding: 20px;
	border: 1px solid #f0f0f0;
}

.job-description .btn.btn-blue, .job-description .btn.btn-blue i {
	font-size: 1.3rem;
}

.custom-control-label-sm, .custom-control-label-sm a {
	font-size: 0.85rem;
}

.custom-control-label-sm a {
	color: #008dd0;
	text-decoration: underline;
}

.custom-control-label-sm a:hover {
	text-decoration: none;
}

.custom-control-input:checked~.custom-control-label-sm::before {
    border-color: #008dd0;
    background-color: #008dd0;
}

.custom-checkbox {
	margin-bottom: 20px;
}

footer {
	margin-top: 60px;
    background: #f0f0f0;
}

.footer-wrapper {	
	padding: 100px 0;
	border-top: 1px solid #f0f0f0;
}

footer span, footer span strong, footer a {
	font-size: 0.8rem;
	color: #ababab
}

footer a {
	text-decoration: underline;
}

footer a:hover {
	color: #ababab;
	text-decoration: none;
}

footer span {
	display: block;
}

.design-by a {
	text-decoration: none;
}

footer .separator {
	display: inline-block;
	letter-spacing: 7px;
	margin-left: 10px;
}

.copy-text {
	margin-bottom: 10px;
}

.error-block {
	padding: 50px 0;
}

.error-block__title {
	font-size: 5rem;
	margin-bottom: 15px;
}

.error-block__text-bg {
	font-size: 1.3rem;
}

.latest-news.inner {
	margin-top: 40px;
}

/* Sitemaps styles */

.style-sitemap {
	padding-top: 70px;
}

.style-sitemap ul li {
	font-size: 1rem;
	list-style: disc;
}

.style-sitemap ul li a {
	text-decoration: none;
}

.style-sitemap ul li ul li {
	list-style: none;
}

.style-sitemap ul li ul li:before {
	content: "- ";
}
.ui-widget-header {
    border: 0;
    background: #008dd0;
    color: #fff;
}
.ui-datepicker-prev .ui-icon {
    background: url('/assets/images/chevron-left-sm-icon.png') center no-repeat;
}
.ui-datepicker-next .ui-icon {
	background: url('/assets/images/chevron-right-sm-icon.png') center no-repeat;
}
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0;
	background: transparent;
	color: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	text-align: center;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: transparent;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: 5px;
}
.ui-widget.ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #e7e7e7;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	color: #454545;
}

/* doc library  */

.adresar ul li {
	border: 1px solid #48484a;
	margin: 0 0 10px;
	list-style: none;
}

.adresar.horiz ul li {
	margin: 0 0 30px 0;
}

.adresar.horiz ul li img {
	margin: 0 8px 0 0;
	height: 32px;
}

.adresar ul li a {
	padding: 15px;
	display: block;
	color: #48484a;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2;
}

.adresar.horiz.doc ul li a {
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 15px;
	height: 100%;
	border: 1px solid #48484a;
}

.adresar.horiz.doc ul li {
	border: 0;
}

.adresar.horiz.doc ul {
	display: flex;
	flex-wrap: wrap;
}

.adresar.horiz ul li a {
	display: flex;
}

.adresar ul li.active, .adresar ul li:hover, .adresar ul li.active-main {
	border-color: #00c0f3;
}

.adresar ul li:hover a {
	color: #00c0f3;
}
.adresar ul li:hover ul li a{
    color: #48484a;
}

.adresar ul li.active ul, .adresar ul li.active-main ul {
	display: block;
}

.adresar ul li ul {
	display: none;
}

.adresar ul li ul li {
	border: none;
	margin: 0 0 8px;
}

.adresar ul li ul li:before {
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
	margin-left: -1.1em; /* same as padding-left set on li */
	width: 1.1em; /* same as padding-left set on li */
	float: left;
	font-size: 0.75rem;
	/*margin-top: -1px;*/
}

.adresar ul.medium-nav li {
	padding-left: 1.1em;
}

.adresar ul.small-nav li {
	padding-left: 0.8em;
}

.adresar ul.small-nav li:before {
	content: '\f0da'; /* FontAwesome Unicode */
	margin-top: -2px;
	margin-left: -0.8em; /* same as padding-left set on li */
	width: 0.8em; /* same as padding-left set on li */
}

.adresar ul li ul li a {
	padding: 0;
	text-transform: none;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 400;
	padding-left: 5px;
	display: flex;
	align-items: start;
}

.arrow-right-circle-icon{
	font-size: 20px;
    margin-right: 5px;
    padding-bottom: 2px;
}

.adresar ul li ul.medium-nav li:hover:before {
	opacity: .75;
}

.adresar ul li ul.medium-nav li:hover a {
	opacity: .75;
}

.adresar ul li ul.medium-nav li:hover ul li a {
	opacity: 1;
}

.adresar ul li ul li.active:hover {
	opacity: 1;
}

.adresar ul li ul.medium-nav li.active ul li a {
	color: #48484a;
}

.adresar ul li.active ul li a, .adresar ul li.active-main ul li a {
	color: #48484a;
}

.adresar ul li ul li ul li a {
	font-size: 0.75rem;
	line-height: 1.1;
}

.adresar ul li ul {
	border: none;
	padding: 0 15px;
}

.adresar ul li ul li ul {
	padding: 10px 0px 10px;
}

.adresar ul li.active a, .adresar ul li ul li.active a, .adresar ul li ul li.active:before {
	color: #00c0f3;
}

.adresar ul li.active ul li.active ul li a {
	color: #48484a;
}

.adresar ul li.active ul li.active ul li.active a {
	color: #00c0f3;
}

.adresar ul li ul li:last-child {
	margin: 0 0 0px;
}

/*.adresar ul li:last-child {
	padding-bottom: 15px;
}*/

.adresar ul li ul li:last-child ul li:last-child {
	margin: 0;
}

.adresar ul.small-nav li:hover {
	opacity: .75;
}

.adresar .medium-nav {
	padding-bottom: 15px;
}

ul.small-nav {
	/*display: none!important;*/
}

.medium-nav li.active ul.small-nav {
	display: block!important;
}

.adresar-title {
	margin: 0 0 20px;
}

.adresar-title i {
	padding-top: 2px;
}

.adresar-title h2 {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 5px 0 0;
}

.adresar-title.inner h2 {
	background: #0073bc;
	color: #fff;
	padding: 15px 15px 15px 37px;
	font-size: 1.375rem;
	line-height: 1.3;
	border-radius: 2px;
}

.adresar-section .adresar-title.inner h2 {
	padding: 15px 15px 15px 17px;
}

.medium .adresar-title.inner h2 {
	padding: 10px 15px 10px 10px;
	background: #00a4e0;
	font-size: 1.1875rem;
	line-height: 1.2;
}

.medium.clanak-med .adresar-title.inner h2 {
	font-size: 1.0625rem;
}

.adresar-title.inner h2 {
	cursor: pointer;
}

.adresar-title.inner h2 .fa-minus {
	display: none;
}

.active-doc .adresar-title.inner h2 .fa-plus {
	display: none;
}

.active-doc .adresar-title.inner h2 .fa-minus {
	display: inline-block;
} 

.my-docs-wrapper {
	display: none;
}

.active-doc .my-docs-wrapper {
	display: block;
}

.adresar-section.medium .adresar-title.inner h2 {
	padding: 10px 15px 10px 17px;
}
ul.my-doc{
	list-style: none;
	padding: 0 0 1.5rem 1rem;
}

li.my-doc-li{
	line-height: 1rem;
	padding-bottom: 5px;
	list-style-type: none;
	
	list-style-image: url(/assets/images/bluedot.jpg);
}

li.my-doc-li::before {	
	list-style-type: none;
	/*content: "\2022";*/
	font-weight: normal;
	display: inline-block; 
	width: 1em;	
	/*list-style-position: inside ;*/
	color: #00a4e0;
}
ul.my-doc li a{
	font-size: 1rem;
	/*padding-left: 3rem;*/
	line-height: 1.2rem;

}



.my-docs article .h4{
	font-size: 1.2rem;
	line-height: 1.3rem;
	margin: 0;	
}

.small .adresar-title.inner h2 {
	padding: 8px 15px 8px 37px;
	background: #969696;
	font-size: 1.0625rem;
    line-height: 1;
}

.adresar-title hr {
	margin: 50px 0 20px;
}

.docs-section.big {
	margin: 50px 0 0;
}

.docs-section.big.adresar-section {
	margin: 0 0 15px;
}

.adresar-section .adresar-title {
	margin: 0;
}

.adresar-title h3, .adresar-title h3 a, .adresar-title .h3, .adresar-title .h3 a {
	font-size: 0.75rem;
	line-height: 1;
	display: inline-block;
	font-weight: 700;
	color: #48484a;
	text-transform: uppercase;
}

.adresar-title.inner .docs-heading {
	margin-left: 7px;
}

.adresar-box {
	border: 1px solid #dfdfdf;
	margin: 0 0 30px;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}

/* Fonts */
@font-face {
    font-family: 'Panton';
    src: url('/assets/fonts/FontfabricPantonBlack.eot');
    src: url('/assets/fonts/FontfabricPantonBlack.eot') format('embedded-opentype'),
         url('/assets/fonts/FontfabricPantonBlack.woff2') format('woff2'),
         url('/assets/fonts/FontfabricPantonBlack.woff') format('woff'),
         url('/assets/fonts/FontfabricPantonBlack.ttf') format('truetype'),
         url('/assets/fonts/FontfabricPantonBlack.svg#FontfabricPantonBlack') format('svg');
	font-weight: 900;
}

@font-face {
    font-family: 'Panton';
    src: url('/assets/fonts/FontfabricPantonBold.eot');
    src: url('/assets/fonts/FontfabricPantonBold.eot') format('embedded-opentype'),
         url('/assets/fonts/FontfabricPantonBold.woff2') format('woff2'),
         url('/assets/fonts/FontfabricPantonBold.woff') format('woff'),
         url('/assets/fonts/FontfabricPantonBold.ttf') format('truetype'),
         url('/assets/fonts/FontfabricPantonBold.svg#FontfabricPantonBold') format('svg');
	font-weight: 700;
}

@font-face {
    font-family: 'Panton';
    src: url('/assets/fonts/FontfabricPantonSemiBold.eot');
    src: url('/assets/fonts/FontfabricPantonSemiBold.eot') format('embedded-opentype'),
         url('/assets/fonts/FontfabricPantonSemiBold.woff2') format('woff2'),
         url('/assets/fonts/FontfabricPantonSemiBold.woff') format('woff'),
         url('/assets/fonts/FontfabricPantonSemiBold.ttf') format('truetype'),
         url('/assets/fonts/FontfabricPantonSemiBold.svg#FontfabricPantonSemiBold') format('svg');
	font-weight: 600;
}

@font-face {
    font-family: 'Panton';
    src: url('/assets/fonts/FontfabricPantonRegular.eot');
    src: url('/assets/fonts/FontfabricPantonRegular.eot') format('embedded-opentype'),
         url('/assets/fonts/FontfabricPantonRegular.woff2') format('woff2'),
         url('/assets/fonts/FontfabricPantonRegular.woff') format('woff'),
         url('/assets/fonts/FontfabricPantonRegular.ttf') format('truetype'),
         url('/assets/fonts/FontfabricPantonRegular.svg#FontfabricPantonRegular') format('svg');
	font-weight: 400;
}

@font-face {
    font-family: 'Panton';
    src: url('/assets/fonts/FontfabricPantonExtraLight.eot');
    src: url('/assets/fonts/FontfabricPantonExtraLight.eot') format('embedded-opentype'),
         url('/assets/fonts/FontfabricPantonExtraLight.woff2') format('woff2'),
         url('/assets/fonts/FontfabricPantonExtraLight.woff') format('woff'),
         url('/assets/fonts/FontfabricPantonExtraLight.ttf') format('truetype'),
         url('/assets/fonts/FontfabricPantonExtraLight.svg#FontfabricPantonExtraLight') format('svg');
	font-weight: 300;
}


 