/*@media screen and (max-width: 2000px) { .intec-template-layout-header{height: 100vh;}}*/
.c-header.c-header-template-1 .widget-view-desktop .widget-tag-line{
	max-width: 200px;
}
[data-menu="menu0"] .scroll-wrapper.menu-submenu-main-section.scrollbar-inner.intec-grid-item {
	display: none;
}

.accordionText {
	display: block !important;
}

.container_12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

.clearfix:after, .clearfix:before, .container_12:after, .container_12:before {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.accordionBlock {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}
.accordionBlock:before {
    content: none;
}
.accordionBlock li {
    border: 1px solid #4abf42;
}
/*.accordionBlock li:last-child {
    border-bottom: 1px solid #2a5fb4;
}*/
.accordionBlock li .accordionTitle {
    font-weight: 600;
    padding: 15px 20px;
    background-color: #f6f6f6;
    cursor: pointer;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
}
.accordionBlock li .accordionTitle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    border: 8px solid transparent;
    border-bottom-color: #4abf42;
    border-top: 0;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.accordionBlock li .accordionTitle.active {
    border-bottom-color: transparent;
}
.accordionBlock li .accordionTitle.active:after {
    border-bottom: 0;
    border-top: 8px solid #4abf42;
}
.accordionBlock li .accordionText {
    display: none;
    padding: 30px;
}
.collections {
    margin: 15px 0 30px;
}
.collections .collectionItem {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    padding: 10px 180px 10px 20px;
    font-weight: 500;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: default;
    position: relative;
}
.collections .collectionItem:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.collections .collectionItem:after {
    content: "";
    display: table;
    clear: both;
}
.collections .collectionItem:hover {
    background-color: #eee;
}
.collections .collectionItem:after {
    clear: both;
}
.collections .collectionItem .collectionBadge {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #2c8226;
}
.accordionTitlee {
    font-weight: 700;
    padding: 15px 20px;
    background-color: #f6f6f6;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    font-size: 14px;
}
.notice {
    color: gray;
    font-size: 12px;
}
.accordionBlock>li{
	padding: 0;
	margin-bottom: 10px;
}
