/* Global =================================================================== */
html, body{
    width: 100%;
}

body {
    background:#fff;
    margin:0;
    padding:0;
}

img{
	width:auto!important;
	max-width:100%!important;
	height:auto;
}
.relative{
	position:relative;
}
#body{
	padding-bottom: 50px;
}
header{
	padding-top:40px;
}
header .widget > .body {
    padding: 0;
    line-height: auto;
}
header .logo{
	font-size:78px;
	line-height:90px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color:#131313;
	margin-bottom:0;
}
header .logo img{
	max-height:90px;
}
header .col-6 .sel_lang_btns {
	text-align:center;
	margin-top:10px;
}
header .sel_lang_btns a{
	font-size:12px;
	line-height:14px;
	padding:8px;
	margin:4px;
	background: #fff;
	color:#5A5A5A;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	width:auto;
	font-family: 'Fira Sans', sans-serif;
}
header .sel_lang_btns a:hover{
	background: #F4F3F3;
}
header .sel_lang_btns a.active{
	color:#3593D4;
	background: #F4F3F3;
}
header .fullhdr{
	margin-top:50px;
	margin-bottom:44px;
}
aside iframe{
	width:100%!important;
}
/* Header Navigation ======================================================== */

header .topmenu {
    margin:0 0 48px 0; padding:0; list-style: none; background:none;
	display:flex;
	border-top:1px solid #C9C9C9;
}
header .topmenu li {
      flex-grow: 1;
	  border-bottom:3px solid #C9C9C9;
	  text-align:center;
}
header .topmenu li a{
    text-decoration:none;
	color:#5A5A5A;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-family: 'Fira Sans', sans-serif;
	padding:16px 10px 12px 10px;
	display:block;
	
}
@media (max-width: 1400px) {
	header .topmenu li a{
		font-size:13px;
		padding:15px 10px;
		
	}
}
@media (max-width: 1200px) {
	header .topmenu li a{
		font-size:12px;
		padding:10px 4px;
		
	}
}
header .topmenu li:hover, header .topmenu li.active {
	  border-bottom:3px solid #3593D4;
}

header .topmenu li:hover > a, header .topmenu li.active > a{
	  color: #3593D4;
	  font-weight:500;
}
header .menu, header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .top_search_block, .mobilenavi .top_search_block{
	height:40px;
	position:relative;
	width:100%;
	max-width:230px;
	padding:0 40px 0 15px;
	border-radius:8px;
	border:1px solid #C9C9C9;
}
header .top_search_block input[type=text], .mobilenavi .top_search_block input[type=text]{
	position:relative;
	z-index:4;	
}
header .top_search_block input[type=submit], .mobilenavi .top_search_block input[type=submit]{
	background: url(../images/icons/search-glyph.png) no-repeat center center transparent;
	width:38px;
	height:38px;
	top:0;
	right:0;
	border:0;
	text-indent:-9999999px;
	position:absolute;
	z-index:5;	
}
header .top_search_btn, .mobilenavi .top_search_btn {
	background: url(../images/icons/search-glyph.png) no-repeat center center transparent;
	width:40px;
	height:40px;
	border:0;
	float:left;
	margin-right:10px;
	cursor:pointer;
	-webkit-transition: ease 0.6s;
    transition: ease 0.6s;
}
header .top_search_btn:hover{
	background-color: #f7f7f7;
}   
header .navibtn{
	width:auto;
	padding:8px;
	float:left;
	cursor:pointer;
	-webkit-transition: ease 0.6s;
    transition: ease 0.6s;
}
header .navibtn:hover{
	background-color: #f7f7f7;
}   
header .navibtn span{
	display:block;
	width:24px;
	height:24px;
	height:2px;
	background:#131313;
	border-radius:3px;
	margin:4px 0;
}

.mobilenavi{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	overflow-y: auto;
	border: 1px solid #D9D9D9;
	box-shadow:0px 8px 30px rgba(0, 0, 0, 0.15);
	z-index:110;
	padding:15px 30px 40px 30px;
	display:flex;
	flex-wrap: wrap;
}
.mobilenavi .menu{
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	border-top: 1px solid rgb(235, 235, 235);
	float: none;
    clear: both;
	flex-basis: 100%;
}
.mobilenavi .menu li{
	margin:2px 0;
	position:relative;
}
.mobilenavi .menu a{
	padding:10px 8px;
	text-decoration:none;
	color:#5A5A5A;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	display:block;
}
.mobilenavi .menu li.active a, .mobilenavi .menu li:hover a{
	background:#F4F3F3;
}
.mobilenavi .menu a:after{
	content:'';
	position:absolute;
	z-index:1;
	right:20px;
	top:14px;
	background:url(../images/navarrowright.png) no-repeat;
	height:8px;
	width:7px;
}

.mobilenavi .sel_lang_btns{
	line-height: 28px;
    height: 28px;
	margin-right: 35px;
}

.mobilenavi .sel_lang_btns a{
	padding:6px;
	text-decoration:none;
	color:#a3a2a2;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
}
.mobilenavi .sel_lang_btns a.active{
	color:#000;
}
.mobilenavi .btnclose{
	display: block;
    height: 16px;
    width: 16px;
	opacity: 0.9;
	position:absolute;
	right: 30px;
	top:21px;
	cursor:pointer;
}
.mobilenavi .widget_search{
	margin:0 0 13px 0;
	flex:1 1 auto;	
}
.mobilenavi .top_search_btn {
    width: 30px;
    height: 30px;
}
.mobilenavi .top_search_block {
    height: 30px;
	margin-right:15px;
	max-width: calc(100% - 70px);
}
.mobilenavi .widget_search .input {
    line-height: 28px;
    height: 28px;
}
.mobilenavi .top_search_block input[type=submit] {
    width: 32px;
    height: 28px;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.menu.menu-personal .item {
    background-image: none!important;
	color:#5A5A5A;
	text-decoration:none;
	padding:3px 30px;
	display:block;
	
}
.menu.menu-personal .item:hover {
    color: #3593D4;
	
}
.menu.menu-personal li ul {
	display:none;
}
@media (min-width: 992px) {
	.menu.menu-personal li ul {
		width:220px;
	}
	.menu.menu-personal li:hover > ul {
		display:block;
	}
	.menu.menu-personal li:hover > ul {
		padding:20px 0;
	}
}
header .menu.menu-personal li:hover, header .widget_user_avatar .menu ul li a:hover {
    background-color: #fff!important;
}

header .menu.menu-personal li ul {
    left: auto!important;
    right: 218px!important;
    top: auto!important;
    box-shadow: none!important;
    border-radius: 0!important;
    box-shadow: 0 0 0 transparent!important;
	position:absolute;
	z-index:11;
	padding:15px 25px;
	background:#fff;
	margin-top:-30px;
	border: 1px solid #D9D9D9;
	border-right:0px;
}

header .menu-smheadnavi {
	display:flex;
	max-width:340px;
}
header .menu-smheadnavi a{
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
	background: #3593D5;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding:15px 42px;
	width:100%;
	max-width: 202px;
	text-align:center;
	display:inline-block;
}
header .menu-smheadnavi a:hover{
	background: #F4F3F3;
	color:#3593D5;
}
header .menu-smheadnavi li{
	margin-right:8px;
}
header .menu-smheadnavi li:last-child{
	margin-right:0;
}
header .donatebtn{
	float:none;
	clear:both;
	width:100%;
	padding-top:45px;
	text-align:right;
}
header .donatebtn a{
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	padding:8px 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D0021B;
	border-radius: 4px;
	box-shadow:0px 10px 30px rgba(0, 0, 0, 0.15);
	text-decoration:none;
}
header .donatebtn a:hover{
	box-shadow:0px 0 0 rgba(0, 0, 0, 0.15);
}


#widget_wrapper_147{
	margin-bottom:0;
}
#widget_wrapper_145{
	text-align:center;
}
@media (max-width: 992px) {
	#widget_wrapper_145{
		display:none;
	}
	header {
		padding-top: 0px;
	}
	header .logo {
		font-size: 20px;
		line-height: 40px;
	}
	header .logo img{
		max-height:20px;
		margin:10px 0;
	}
	header .fullhdr {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	header .navibtn{
		margin-top:0px;
		display: flex;
	}
	#widget_wrapper_151{
		border-top:1px solid #C9C9C9;
		border-bottom:1px solid #C9C9C9;
		text-align:center;
		position:relative;
	}
	#widget_wrapper_151 .today {
		font-size:13px;
		font-weight: 600;
		margin: 13px 0;
	}
	#widget_wrapper_151 a {
	    position: absolute;
		right: 5px;
		top:7px;
		font-size:12px;
		color:#3593D5;
		text-decoration:none;
	}
	header .menu-smheadnavi {
	  margin-top:10px;
	}	
	header .menu-smheadnavi a {
	  font-size: 13px;
	  padding: 12px 15px;
	}
	.todayblock {
		padding:0!important;
	}
	.todayblock .today{
		padding:0 15px!important;
		margin:7px 0!important;
	}
	header .widget_user_avatar .user_info {
		line-height: 40px!important;
		height: 40px!important;
		padding: 4px 34px 4px 5px!important;
	}
	header .widget_user_avatar .menu {
		top: auto!important;
		bottom: 46px;
	}
	.fullhdr .widget {
		margin-bottom: 0;
	}
	#widget_wrapper_146 img{
		padding-left:8px;
	}
	header .menu.menu-personal > li.drpdwn:before {
		content: '';
		background: url(../images/nav-arrow-down-white.png) no-repeat center center;
		width: 16px;
		height: 25px;
		position: absolute;
		right: 10px;
		opacity: 0.9;
		transition: opacity 0.5s;	
		display:block;
	}
	header .col-4 .sel_lang_btns {
		margin: 11px 5px 0 0;
		text-align:left;
		float:left;
	}
	header .col-4 .sel_lang_btns a {
		color: #3593D4;
		background: #F4F3F3;
		margin: 0;
		padding:3px 2px;
		line-height:14px;
		font-size:12px;
		height:18px;
	}
	header .col-4  .sel_lang_btns a.active {
		display:none;
	}
	header .col-4  .sel_lang_btns a span{
		display:inline-block;
		width:14px;
		overflow:hidden;
	}
	#widget_wrapper_146{
		float:right;
	}
	.edit_wlinks{
		display:none!important;
	}
}


@media (max-width: 768px) {
	header .widget_user_avatar .user_info .name {
		display:none;
	}
}

@media (max-width: 576px) {
	header .menu-smheadnavi {
	  margin-top: 1px;
	}
	header .navibtn {
	  margin-top: 1px;
	}
	header .menu-smheadnavi a {
	  font-size: 12px;
	  padding: 10px 12px;
	  margin-top: 1px;
	}
}

@media (max-width: 355px) {
	header .logo {
		font-size: 20px;
		line-height: 40px;
		margin-top: 0px;
	}
	header .logo img{
		max-height:20px;
		margin:10px 0;
	}
	header .menu-smheadnavi a {
	  font-size: 12px;
	  padding: 7px 8px;
	  margin-top: 4px;
	}
	header .fullhdr {
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	#widget_wrapper_151 a {
	  display:none;
	}
	
}

.headmobibsnner{
	padding:0!important;
}

.headmobibsnner p {
    margin-bottom: 0;
}


#widget_wrapper_153{
	position: fixed;
	width: 100%;
	height: 48px;
	left: 0px;
	bottom: 0;
	background: #FFFFFF;
	border-top: 1px solid #A3A3A3;
	margin-bottom:0;
}
#widget_wrapper_153 > .body {
  padding: 6px 10px 5px;
}
#widget_wrapper_153 .menu-fixbottomnavi{
	display:flex;
	padding:0;
	margin:0;
	list-style:none;
}
.menu-fixbottomnavi li{
	flex-grow: 1;
	text-align:center;
}
.menu-fixbottomnavi a{
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #5A5A5A;
	text-decoration:none;
}
.menu-fixbottomnavi .shopico, .menu-fixbottomnavi .userico{
	position:relative;
	height:37px;
}
.menu-fixbottomnavi .shopico:after, .menu-fixbottomnavi .userico:after{
	content:'';
	height: 24px;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	opacity: 0.9;
	transition: opacity 0.5s;	
	display:block;
	z-index:0;
}
.menu-fixbottomnavi .shopico:after{
	background: url(../images/icons/onlineshop.png) no-repeat center top;
}
.menu-fixbottomnavi .userico:after{
	background: url(../images/icons/account.png) no-repeat center top;
}
.menu-fixbottomnavi .shopico a, .menu-fixbottomnavi .userico a{
	display:block;
	padding-top:22px;
	height:37px;
	position:relative;
	z-index:1;
}
.menu-fixbottomnavi .donatebtn a{
	height:30px;
	line-height:30px;
	background: #D0021B;
	box-shadow: 0px 10px 30px rgba(19, 19, 19, 0.15);
	border-radius: 4px;
	color:#fff;
	font-weight: 400;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	display:inline-block;
	margin-top:3px;
}
.shoplist .item{
	margin:0 12px;
}
.shoplist .item .image{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:40px;
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	box-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	margin-bottom:40px;
}
.shoplist .item .image img{
	width:100%!important;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.shoplist .item .title{
	margin-bottom:24px;
	font-family: 'Droid Serif';
}
.shoplist .item .title a{
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #414141;
	text-decoration:none;
	font-family: 'Droid Serif';
	padding-bottom: 0;
}
.shoplist .item .morelink{
	background: #3593D5;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding:0 20px;
	color: #FFFFFF;
	display:block;
	text-align:center;
	text-decoration:none;
}








footer{	
	margin-top:25px;
}
footer .fnaviblock{
	display:flex;
	flex-wrap: wrap;
	border-right: 1px solid #A3A3A3;
}
footer .fnaviblock .widget{
	flex-grow:1;
}
footer  .menu{
	padding:0;
	margin:0;
	list-style:none;
}
footer .fnaviblock .menu a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #5A5A5A;
	text-decoration:none;
}
footer .fnaviblock .menu a:hover{
	color: #3593D4;
}

footer .widget > .title {
    padding: 0 0 15px 0;
    height: auto;
    background: transparent;
    margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
footer .menu-subscription a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #5A5A5A;
}
footer .container > .fline{
	border-top: 1px solid #5A5A5A;
	margin:30px 0 30px 0;
}
footer .fline:first-child {
    margin: 0px 0 30px 0;
}
footer .container > .fline:last-child{
	margin-top:30px;
}
footer .widget > .body {
    padding: 0;
}

footer #widget_wrapper_157{
	flex-basis: 100%;
	margin-bottom:32px;
}

footer #widget_wrapper_157 .title{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #000000;
	padding-bottom:8px;
}

footer #widget_wrapper_157 .body{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #5A5A5A;
}
footer #widget_wrapper_156{
	margin-top:102px;
}
footer #widget_wrapper_154{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #5A5A5A;
}
footer #widget_wrapper_154 p{
	margin-bottom: 11px;
}
footer .menu-footmenu{
	padding:0 0 45px 0;
	margin:0;
	list-style:none;
	text-align:center;
}
footer .menu-footmenu li{
	display:inline-block;
	padding:0 8px;
}
footer .menu-footmenu li a{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #5A5A5A;
	text-decoration:none;
}
footer.dark{
	background: #131313;
	color:#fff;
	padding-top:80px;
	margin-top: 0;
}
footer.dark li a, footer.dark .title, footer.dark .body, footer.dark #widget_wrapper_154{
	color:#fff!important;
}
footer.dark .container > .fline{
	border-top: 1px solid #fff;
}
footer.dark .fnaviblock {
    border-right: 1px solid #fff;
}


@media (max-width: 992px) {
	footer .fnaviblock {
		border-right: 0px solid #fff!important;
	}
}
section img{
	width:auto;
	max-width:100%;
}











/* Wrapper ================================================================== */

#layout{
    width: 980px;
    margin: 0 auto;
    will-change: blur;
}
#popup-manager.popup-show + #layout, .wrap_blur {
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -ms-filter:blur(2px);
    -o-filter:blur(2px);
    filter:blur(2px);
}
/* Header =================================================================== */

#layout header{
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    background:url("../images/bg_top.png") no-repeat center;
}

#layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 170px;
    background-size: contain;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
}



/* Main Navigation =========================================================== */

nav {
    height:50px;
    background: #34495e;
    padding: 0;
    margin-bottom: 10px;
    font-size:12px;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    z-index: 5; float: left;
    height: 50px;
    line-height: 50px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

nav .menu > li > a:hover {
    background: #27ae60 !important;
}

nav .menu > li.active > a { background: #2980b9 !important; }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body.addpage{
	background: #f6f5f5;
	padding-top:80px;
	padding-bottom:80px;
	
}
#body.addpage #controller_wrap{
	background: #fff;
	padding:30px;
}
#body.addpage form fieldset {
    padding: 0 0 0 0;
    border: solid 0px #B3C2C9;
    margin-bottom: 12px;
}

#body.addpage h1{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #5A5A5A;
	border-bottom: 1px solid #D9D9D9;
	padding:10px 10px 30px 10px ;
	text-align:center;
	font-family: 'Droid Serif';
}
#body.addpage .input, #body.addpage .date-input, #body.addpage .city-input, #body.addpage .textarea, #body.addpage select {
    border: solid 0px #aaa;
    padding:0 14px;
    box-shadow: inset 0 0px 0px #ddd;
    color: #333;
    outline: none;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
	background: #F4F3F3;
	border-radius: 2px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}
#body.addpage iframe{
	background: #F4F3F3;
	border-radius: 2px;
}
#body.addpage .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 48px;
    line-height: 48px;
    border: 0px solid #aaa;
    background-color: #F4F3F3;
    box-shadow: 0 0 0px #fff inset, 0 0px 0px rgb(0 0 0 / 10%);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
}
#body.addpage form fieldset legend {
    font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #A3A3A3;
}
#body.addpage form .field label {
    color: #A3A3A3;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	padding-bottom:14px;
}
#body.addpage form .field {
    margin-bottom: 25px;
}
#body.addpage .chosen-container-single .chosen-single div b {
    background:#D9D9D9 url(../images/chosen-sprite.png) no-repeat 7px 2px;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}
#body.addpage .chosen-container-single .chosen-single div {
    position: absolute;
    top: 12px;
    right: 24px;
    display: block;
    width: 24px;
	height: 24px;
	text-align:center;
}
#body.addpage  .chosen-container-single .chosen-single:focus  div b, #body.addpage  .chosen-container-single .chosen-single:active  div b {
  background-position: -11px 2px;
}
#body.addpage .chosen-container-active.chosen-with-drop .chosen-single div b{
	background-position: -11px 2px;
}
#body.addpage .qq-upload-button {
    background: #F4F3F3 url(../images/upl.png) no-repeat center center;
    border: 0px solid #A3A3A3;
    display: block;
    color: #555;
    font-weight: bold;
    padding: 24px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #fff;
    transition: background-color 0.3s ease;
	border-radius: 4px;
	height:100%;
	text-align:center;
}

#body.addpage .qq-upload-button input{
	bottom: 0;
}
#body.addpage  .widget_image_single .block, #body.addpage  .upload.block {
    float: none;
    margin-right: 0;
    height: 276px;
}
#body.addpage #file-uploader-photo, #body.addpage #file-uploader-picture{
	height:100%;
}
#body.addpage #fset_pub_wrap > legend{
	display:none;
}
#body.addpage .chosen-container .chosen-results  {
   padding:15px;
}
#body.addpage .chosen-container .chosen-results li {
   font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #5A5A5A;
	border-bottom: 1px solid #D9D9D9;
}
#body.addpage .chosen-container .chosen-results li:hover, #body.addpage .chosen-container .chosen-results .result-selected, #body.addpage .chosen-container .chosen-results li.highlighted  {
    background:#F4F3F3!important;
	color: #5A5A5A;
}

#body.addpage .chosen-container .chosen-results li:last-child {
	border-bottom: 0px solid #D9D9D9;
}
#body.addpage .chosen-container .chosen-drop {
    border: 1px solid #D9D9D9;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
}
/* Breadcrumbs ============================================================== */

#breadcrumbs { margin-bottom: 20px; background:#ecf0f1; padding:0 10px; position: relative; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(236,240,241,0.1) 0%, rgba(236,240,241,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to right,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aecf0f1', endColorstr='#ecf0f1',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    color: #2c3e50;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    padding:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat center center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{

}

#body section article {

}

#body section h1{
    margin-bottom: 20px;
   
}

#body section h1 + .parent_title{
    font-size:16px;
    margin: -10px 0 20px 0;
}
.item_group_title {
    background: url("../images/icons/group.png") no-repeat left center;
    padding: 0 0 0 25px;
}
/* Sidebar ================================================================== */

#body aside{
   
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li,
#body section .menu, #body section .menu li
{ margin:0; padding:0; list-style: none; background:#FFF; display: block; }

#body aside .menu ul,
#body section .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu {
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active,
#body section .menu li:hover,
#body section .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}
#body aside .menu li:last-child {
    border-bottom: none;
}
#body aside .menu li:hover > ul {
    visibility: visible;
}
aside .menu .item, section .menu .item {
    background: url("../images/icons/item.png") no-repeat 10px center;
}
#body aside .menu li.active .item,
#body section .menu li.active .item {
    color:#000;
}
#body aside .menu a,
#body aside .menu span.item,
#body section .menu a,
#body section .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
    white-space: normal;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter,
#body section .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter,
#body section .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

#layout footer{
    background: #34495E;
    height: 60px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 60px;
    line-height: 60px;
    float:left;
    margin-right: 15px;
}

#layout footer ul li:last-child { margin:0; }


#layout footer a { color:#95a5a6; }
#layout footer a:hover { color:#ecf0f1; }

#layout footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer Navigation ======================================================== */

#layout footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}
.modal_padding {
    padding: 10px;
    box-sizing: border-box;
    min-width: 460px;
}
.modal_padding h3, .modal_padding h2  {
    margin-top: 5px;
    white-space: nowrap;
}

.width_480 {
    width: 480px;
}
hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}
/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #FFF;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 28px;
        line-height: 20px;
        background: url(../images/icons32/menu-icon.svg) no-repeat center right;
    }
    nav select option {
        color: #333;
        background: #FFF;
        transition: all 0.3s ease;
    }
    #layout footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
    #layout header #logo { width:200px; }
    .tabs-menu > ul { display:none; }
    .tabs-menu > select { display:block !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
    .modal_padding {
        padding: 10px;
        box-sizing: border-box;
        min-width: 320px;
    }
}

@media screen and (max-width: 480px) {
    #layout footer #nav { display: none !important; }
    #breadcrumbs > ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 22px;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
}
.teaser p:last-child{
	margin-bottom:8px;
}

#pageup{
	position:fixed;
	z-index:999;
	right:96px;
	bottom:16px;
	width:140px;
	height:140px;
	background-image:url(../images/up.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:none;
}
@media (max-width: 992px) {
	#pageup{
		right:20px;
		width:130px;
		height:130px;
	}
}
@media (max-width: 768px) {
	#pageup{
		right:0px;
		width:110px;
		height:110px;
	}
}
.chosen-container-single .chosen-single abbr.search-choice-close {
    top: 16px;
    right: 6px;
}
.fformblock{
	background: #F4F3F3;
	padding:36px 0;
	margin-top:35px;
}

.fformblock p{
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #5A5A5A;
	text-align:center;
}
.fformblock label{
	display:none!important;
}
#file-uploader-images{
	height:100%;
}
.widget_image_multi .preview {
    display: flex!important;
	 align-items: center;
  justify-content: center;
  padding: 0!important;
}
.widget_image_multi .preview img {
    float: none;
    width: auto;
    height: auto; 
}
.widget_image_multi .preview a {
    width: auto; 
	display:block;
	height: 64px;
	line-height: 64px;
}

.topmenu.inner  {
	border-top: 0px solid #C9C9C9;
	margin: 0 0 0 0;
}

.topmenu.inner .folder ul .folder ul {
	display:none;
	position:absolute;
	float: none;
    position: absolute;
    height: auto;
	margin:0;
	list-style:none;
    background: #fff;
    width: 240px;
    padding: 15px 0;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 8px 30px rgb(0 0 0 / 15%);
    opacity: 0.99;
    transition: visibility 0.2s;
    z-index: 102;
}
.topmenu.inner .folder ul .folder ul li{
	text-align:left;
}
.topmenu.inner .folder ul .folder ul li a{
	margin: 8px 0;
    padding: 0 20px;
	font-size:16px;
}
.topmenu.inner > li > ul {
	display:block;
	display:flex;
	list-style:none;
	margin: 0;
}
.topmenu.inner > li  {
	flex-grow: 0;
	display:flex;	
}
.topmenu.inner > li > a {
	font-size:32px;	
	font-weight: 600;
}
.topmenu.inner > li > ul > li > a{
	font-size:20px;	
}
.topmenu.inner li, .topmenu.inner li:hover, .topmenu.inner li.active {
    border-bottom: 0 solid #C9C9C9;
}
.topmenu.inner li:hover a, .topmenu.inner li.active a {
	font-weight: 400;
}
.topmenu.inner > li a  {
	border-right: 1px solid #C9C9C9;
	margin:8px 0;
	padding: 8px 20px 8px 20px;
}
#widget_wrapper_headtwonavi{
	border-bottom: 1px solid #C9C9C9;
	margin: 0 0 20px 0;
    border-top: 1px solid #C9C9C9;
}
#widget_wrapper_headtwonavi .tags_as_list{
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    display: flex;
	border-top: 1px solid #C9C9C9;
	overflow-x: scroll;
}
#widget_wrapper_headtwonavi .tags_as_list::-webkit-scrollbar {
  width: 0;
  height:0;
}
#widget_wrapper_headtwonavi .tags_as_list li a {
    text-decoration: none;
    color: #5A5A5A;
    border-right: 1px solid #C9C9C9;
    margin: 8px 0;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
    display: block;
	    line-height: 16.8px;
}
#widget_wrapper_headtwonavi .tags_as_list li > ul {
    display:none;
	position:absolute;
	float: none;
    position: absolute;
    height: auto;
	margin:0;
	list-style:none;
    background: #fff;
    width: 240px;
    padding: 15px 0;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 8px 30px rgb(0 0 0 / 15%);
    opacity: 0.99;
    transition: visibility 0.2s;
    z-index: 102;
	right: 0;
}
.topmenu.inner .folder{
	position:relative;
}
.topmenu.inner .folder ul .folder a{
	padding-right:25px;
}
.topmenu.inner ul .folder:after{
	background:url('../images/nav-arrow-down-white.png');
	content:'';
	position:absolute;
	width:20px;
	height:12px;
	top:16px;
	right:5px;
}
@media (max-width: 992px) {
	.topmenu.inner ul .folder:after {
		top: 7px;
	}
}

.topmenu.inner .folder ul .folder:hover > ul{
	display:block;
	
}

#widget_wrapper_headtwonavi .tags_as_list li > ul li{
	text-align:left;
}
#widget_wrapper_headtwonavi .tags_as_list li > ul li a{
	margin: 8px 0;
    padding: 0 20px;
	font-size:16px;
}

#widget_wrapper_headtwonavi .tags_as_list > li{
	position:relative;
}
#widget_wrapper_headtwonavi .tags_as_list > li > a{
	padding-right:25px;
}


.content_datasets{
	margin-bottom:40px;

	position:relative;

}
.content_datasets:after{
	border-bottom: 1px solid #A3A3A3;
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:40px;
	display:block;
	z-index:3;
}
.content_datasets:before{
	border-bottom: 1px solid #A3A3A3;
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:0px;
	display:block;
	z-index:3;
}
.content_datasets .pills-menu li{
	background: #FFFFFF;
	border: 1px solid #A3A3A3;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	line-height: 150%;
	height: auto;
	margin:0;
	position:relative;
	z-index:5;
}
.content_datasets .pills-menu li a, .content_datasets .pills-menu li div{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #A3A3A3;
	display:inline-block;
	padding:11px 55px;
	font-family: 'Fira Sans';

}
@media (max-width: 576px) {
	.content_datasets .pills-menu li a, .content_datasets .pills-menu li div{
		padding:11px 23px;
	}
}
.content_datasets ul .active {
    color: #3593D5!important;
	margin:0;
	background: #FFFFFF!important;
	border-bottom:1px solid #fff;
}
.content_datasets ul .active div {
    color: #3593D5;
}
.content_datasets .pills-menu{
	margin: 0 0 0 18px;
}
.content_datasets .pills-menu li:first-child{
	margin-right: -1px;
}
.subscribe_wrap {
    margin-top:17px;
}
#btnsmediablock{
	margin-top:24px;
	margin-bottom:40px;
}
#btnsmediablock .subscribe_wrap{
	margin-top:0;
}
#btnsmediablock a, #btnsmediablock > div {
	display:inline-block;
	float:left;
}
.content_list .date{
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #A3A3A3;
	display:block;
	text-align:center;
	margin-top:20px;
}
.content_list  .content_list_item {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom: 1px solid #A3A3A3;	
}
.content_list  .content_list_item:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom: 0px solid #A3A3A3;	
}
.content_list  .content_list_item .title {
	margin-bottom:18px;
	font-family: 'Droid Serif';
	display:block;
	line-height: 1;
}
.content_list  .content_list_item .title a {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #414141;
	text-decoration:none;
}

.content_list  .content_list_item .teaser {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #414141;
}
.content_list  .content_list_item .links a{
	width: 100%;
	max-width: 230px;
	line-height: 32px;
	text-decoration:none;
	background: #3593D5;
	box-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	border-radius: 4px;
	font-size: 14px;
	display:inline-block;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.content_list  .content_list_item .links a:hover {
    background: #F4F3F3;
    color: #3593D5;
}
@media (max-width: 768px) {
	.content_list_item .photo {
		margin-top:20px;
	}
	.maintop aside {
		margin-top:30px;
	}
}
@media (max-width: 576px) {
	.content_list .date{
		text-align:left;
		margin-top:0;
		margin-bottom:5px;
	}
	
}

.widget .widget_content_list_one .title a{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #131313;
}
.widget .widget_content_list_one .title {
    padding-bottom:10px;
}
.widget .widget_content_list_one .teaser{
	font-family: 'Droid Sans';
	font-size: 16px;
	line-height: 150%;
	color: #414141;
	top:0;
	bottom:0;
	position:absolute;
	left: 15px;
    right: 15px;
}
.widget .widget_content_list_one .teaser .text{
    max-height: calc(100% - 50px);
    overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}
.widget .widget_content_list_one .teaser .text:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1.2em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 70%);
	pointer-events: none;
}
.widget .widget_content_list_one .col-lg-7{
	position:relative;
}
.widget .widget_content_list_one .col-lg-7 .links{
	top: calc(100% - 50px);
	min-width:220px;

}
.widget .widget_content_list_one .col-lg-7 .links a{
	padding:0 30px;
}


article .f_photo{
	position:relative;
}
article .f_photo img{
	width:100%!important;
}
article h1{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	color: #131313;
}
article .f_content{
	font-family: 'Droid Sans';
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
	color: #5A5A5A;
}
article .f_autorcomm{
	font-size: 16px;		font-style: italic;
	line-height: 130%;
	font-family: 'Droid Sans';
	text-align: justify;
	color: #5A5A5A;
	padding-left:21px;
	border-left:3px solid #3593D4;
}
article .f_photo .tags_bar{
	position:absolute;
	top:22px;
	right:25px;
	background: #3593D5;
	border-radius: 4px;
	height:44px;
	padding: 0 20px;
}
article .f_photo .tags_bar a{
	font-weight: 700;
	font-size: 16px;
	line-height: 44px;
	color: #FFFFFF;
	text-decoration:none;
}
@media (max-width: 1200px) {
	.topmenu.inner > li > a {
		font-size: 24px;
		font-weight: 600;
	}
	.topmenu.inner > li > ul > li > a, #widget_wrapper_headtwonavi .tags_as_list li a  {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.header_navi{
		padding-left:0!important;
		padding-right:0!important;
		
	}
	.topmenu.inner > li a, #widget_wrapper_headtwonavi .tags_as_list li a {
		margin: 4px 0;
		padding: 4px 15px;
	}
	#widget_wrapper_headtwonavi .tags_as_list > li:after {
		top: 7px;
		right: 0px;
	}
	#widget_wrapper_headtwonavi .tags_as_list li > ul {
		display: block;
		position: relative;
		float: none;
		padding: 0;
		border: 0px solid #D9D9D9;
		background:transparent;
		box-shadow: 0px 0 0 rgb(0 0 0 / 15%);
	}
	#widget_wrapper_headtwonavi .tags_as_list li > ul li a {
		margin: 4px 0;
		padding: 4px 15px;
	}
	#widget_wrapper_headtwonavi .tags_as_list li > ul li {
		text-align: center;
	}
	#widget_wrapper_headtwonavi .tags_as_list {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.topmenu.inner > li > ul {
		display: block;
	}
	.widget .widget_content_list_one .teaser {
		position: relative;
		margin-bottom:20px;
		left: 0;
		right: 0;
	}
}


.media_list_item .photo {
	position:relative;
}
.media_list_item .photo img{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%!important;
}
.media_list_item .title a{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #414141;
	text-decoration:none;
	margin-top:20px;
	display:inline-block;
	margin-bottom:0px;	
	height:81px;
	overflow:hidden;
}
.media_list_item .info {
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #3593D5;
	display:flex;
}
.media_list_item .info span{
	flex-grow: 1;
}
.media_list_item .photo .tags_bar {
	position:absolute;
	right: 16px;
	top: 16px;
	background: #FFFFFF;
	border-radius: 4px;
	padding:0 20px;
}
.media_list_item .photo .tags_bar a{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #3593D4;
	text-decoration:none;
}
article #controller_wrap > h2.title{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #5A5A5A;
	margin-top:50px;
	margin-bottom:20px;
}
article .f_video .player_container iframe{
	height:540px;
}

.churches_list .churches_list_item{
	padding:20px;
	border: 1px solid #D9D9D9;
	background:#fff;
}
.churches_list .churches_list_item:hover{
	border: 1px solid #3593D5;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.churches_list .churches_list_item .info{
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	height:42px;
	overflow:hidden;
}

.btnshoplink{
	background: #3593D5;
	border-radius: 4px;
	font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-decoration:none;
	display:block;
	color: #FFFFFF;
	height: 38px;
	line-height: 38px;
}


.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  margin:0;
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-item{
	list-style:none;
	display:inline-block;
	text-decoration:none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.media_list .media_list_item{
	margin-bottom:25px;
}
