/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Foundaton Accordion Themes
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*global overrides:*/
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    border-bottom: inherit;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: inherit;
}
/*.no-first-header:first-child > .header-default {*/
.no-first-header > .header-default,
.no-first-header > section > .header-default,
.no-first-header > .frame > .header-default,
.no-first-header > section > .frame > .header-default {
    display: none;
}
.theme-default .accordion-title::before {
    top: 40%
}
/* # ~~~~~ theme one ~~~~~ # */
.fac-theme-one .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid;
    border-color: transparent;
    border-bottom-color: #111;
    /*font-size: 1.1rem;*/
    font-size: inherit;
    line-height: 1;
    font-weight:400;;
    color: #004987;
    text-decoration: none;
}
.fac-theme-one .accordion-item.is-active  .accordion-title{
    border-bottom-color: transparent;
}
.fac-theme-one .accordion-title:hover,
.fac-theme-one .accordion-title:focus,
.fac-theme-one .accordion-content{
    background-color: #fbf7f1;
}
.fac-theme-one .accordion-content{
    border:none;
    border-bottom: 1px solid #111;
}

/* # ~~~~~ two  ~~~~~ # */

.fac-theme-two .accordion .accordion-item {
    background: #c1015d;
}
.fac-theme-two .accordion .accordion-item:nth-child(2n) {
    background: #595959;
}
.fac-theme-two .accordion .accordion-item .accordion-title {
    padding-left: 20px;
}
.fac-theme-two .accordion .accordion-item .accordion-title:before {
    right: 4rem;
}

.fac-theme-two .accordion-content {
    background-color: #e5e5e5;
    padding-top: 30px;
}
.fac-theme-two .accordion .accordion-item > a {
    color: #fff;
    font-size: 160%;
    font-size: 1.6rem;
}
.fac-theme-two .accordion-title:focus, .accordion-title:hover  {
    background: inherit;
}

.fac-theme-two .accordion-title:before {
    top: 40%;
}

/* # ~~~~~ three ~~~~~ # */

.fac-theme-three .accordion .accordion-item {
    background: #91af4d;
}
.fac-theme-three .accordion .accordion-item:nth-child(2n) {
    background: #5aa7c9;
}
.fac-theme-three .accordion .accordion-item:nth-child(3n) {
    background: #d8812c;
}
.fac-theme-three .accordion-content {
    background: #fff;
}
.fac-theme-three .accordion .accordion-item > a {
    color: #fff;
    font-size: 120%;
    font-size: 1.2rem;
}
/* # ~~~~~ four ~~~~~ # */

.fac-theme-four .accordion .accordion-item {
    background: #fff;
}
.fac-theme-four .accordion .accordion-item > a {
    color: #c1015d;
}
.fac-theme-four .accordion-content {
    background: #fff;
    border: none;
}
.fac-theme-four :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-four .accordion-title {
    border-left: none;
    border-right: none;
    border-color: #0a0a0a;
}
.fac-theme-four .accordion .accordion-item > a {
    font-size: 1.2rem;
    font-weight: bold;
}
/* # ~~~~~ five ~~~~~ # */
.fac-theme-five .accordion,
.fac-theme-five .accordion-content {
    background: none;
}
.fac-theme-five .accordion-title {
    position: relative;
    display: block;
    padding: 10px 10px 10px 35px;
    border: none;
    /*font-size: 1.1rem;*/
    font-size: inherit;
    line-height: 1;
    font-weight:700;
    color: #000;
    text-decoration: none;
}
.fac-theme-five .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 40%;
    left: 1rem;
    margin-top: -.5rem;
    content: "\f105";
    color: red;
}
.fac-theme-five .accordion-item.is-active .accordion-title:before {
    content: "\f107";
}
.fac-theme-five .accordion-item.is-active  .accordion-title{
    border-bottom-color: transparent;
    color: red;
}
.fac-theme-five .accordion-title:hover,
.fac-theme-five .accordion-title:focus,
.fac-theme-five .accordion-content{
    /*background-color: #fbf7f1;*/
    background: none;
}
.fac-theme-five .accordion-content{
    border:none;
}

/* # ~~~~~ six ~~~~~ # */

.fac-theme-six .accordion .accordion-item {
    background: #fff;
}
.fac-theme-six .accordion .accordion-item > a {
    color: #333;
}
.fac-theme-six .accordion-content {
    background: #fff;
    border: none;
}
.fac-theme-six :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-six :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #333;
}

.fac-theme-six :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #333;
}
.fac-theme-six .accordion-title {
    border-left: none;
    border-right: none;
    border-color: #333;
    padding: 25px 10px 25px 50px;
    font-size: 160%;
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
}
.fac-theme-six .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    /*margin-top: -.5rem;*/
    content: "\f107";
    color: #333;
    font-size: 2rem;
}
.fac-theme-six .accordion-item.is-active .accordion-title:before {
    content: "\f106";
}


/* # ~~~~~ theme seven ~~~~~ # */

.fac-theme-seven .accordion .accordion-item {
    background: #f7f7f7;
}
.fac-theme-seven .accordion .accordion-item > a {
    color: red;
}
.fac-theme-seven .accordion-content {
    background: #f9f9f9;
    border: none;
}
.fac-theme-seven :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-seven :last-child:not(.is-active) > .accordion-title {
    border-bottom: 2px solid #fff;
}

.fac-theme-seven :last-child > .accordion-content:last-child {
    border-bottom: 2px solid #fff;
}
.fac-theme-seven .accordion-title {
    border-left: none;
    border-right: none;
    border-color: #fff;
    padding: 25px 10px 25px 50px;
    font-size: 160%;
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
}
.fac-theme-seven .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    /*margin-top: -.5rem;*/
    content: "\f107";
    color: #333;
    font-size: 2rem;
}
.fac-theme-seven .accordion-item.is-active .accordion-title:before {
    content: "\f106";
}
/*.fac-theme-seven .accordion .accordion-item > a {*/
    /*font-size: 1.2rem;*/
    /*font-weight: bold;*/
/*}*/



/* # ~~~~~ theme eight - dark theme ~~~~~ # */
.fac-theme-eight {
    background: #333;
    border: 1px solid #fff;
    padding: 1em;
}
.fac-theme-eight * {
    color: #fff;
}
.fac-theme-eight .accordion .accordion-item {
    background: #333;
}
.fac-theme-eight .accordion .accordion-item > a {
    color: #fff;
}
.fac-theme-eight .accordion-content {
    background: #333;
    border: none;
}
.fac-theme-eight .accordion-title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    /*border-color: #fff;*/
    padding: 15px 10px 15px 10px;
    font-size: 120%;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: block;
}
.fac-theme-eight :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-eight :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-eight :last-child:not(.is-active) > .accordion-title {
    /*border-bottom: 1px solid #fff;*/
    border-bottom: none;
}
.fac-theme-eight .accordion-title:hover,
.fac-theme-eight .accordion-title:focus {
    background: none !important;
}
.fac-theme-eight :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #fff;
    border-bottom: none;
}

.fac-theme-eight .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    /*margin-top: -.5rem;*/
    content: "\f107";
    color: #fff;
    font-size: 2rem;
    display: none;
}
.fac-theme-eight .accordion-item.is-active .accordion-title:before {
    content: "\f106";
    display: none;
}
/*.fac-theme-eight .accordion .accordion-item > a {*/
/*font-size: 1.2rem;*/
/*font-weight: bold;*/
/*}*/




/* # ~~~~~ theme nine - simple more ~~~~~ # */
.fac-theme-nine {
    background: none;
    border: none;

}
.fac-theme-nine .accordion {
    background: none
}
.fac-theme-nine .accordion .accordion-item {
    background: none;
}
.fac-theme-nine .accordion .accordion-item > a {
}
.fac-theme-nine .accordion-content {
    background: none;
    border: none;
    padding: .2em 0
}
.fac-theme-nine .accordion-title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    /*border-color: #fff;*/ 
    padding: .2em 0;
    font-size: inherit;
    /*font-weight: 600;*/
    text-decoration: none;
    position: relative;
    display: block;
}
.fac-theme-nine :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-nine :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-nine :last-child:not(.is-active) > .accordion-title {
    /*border-bottom: 1px solid #fff;*/
    border-bottom: none;
}
.fac-theme-nine .accordion-title:hover,
.fac-theme-nine .accordion-title:focus {
    background: none !important;
}
.fac-theme-nine :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #fff;
    border-bottom: none;
}
.fac-theme-nine .accordion-title:before {
    top: 30%;
}
/*bdj accordion*/
.more-line-var .accordion .accordion-item > a {
    text-decoration: none !important;
    color: #AA8175 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #AA8175 !important;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.more-line-var .accordion .accordion-item.is-active > a {
    margin-bottom: 0;
}
.more-line-var .accordion-title::before {
    margin-top: inherit;
    top:inherit;
}
.more-line-var .accordion-content {
    border-bottom: 1px solid #AA8175 !important;
    margin-bottom: 2rem;
    background: #F9F9F9 !important;
    padding: 1em !important;
}
/*.fac-theme-eight .accordion .accordion-item > a {*/
/*font-size: 1.2rem;*/
/*font-weight: bold;*/
/*}*/


/* # ~~~~~ theme imagetrigger - simple more ~~~~~ # */
.fac-theme-imagetrigger,
.fac-theme-imagetrigger .accordion {
    background: none;
    border: none;
}
.fac-theme-imagetrigger * {
}
.fac-theme-imagetrigger .accordion .accordion-item {
    background: none;
}
.fac-theme-imagetrigger .accordion .accordion-item > a {
}
.fac-theme-imagetrigger .accordion-content {
    background: none !important;
    border: none;
    padding: .2em 0
}
.fac-theme-imagetrigger .accordion-title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    display: block;
}
.fac-theme-imagetrigger :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-imagetrigger :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-imagetrigger :last-child:not(.is-active) > .accordion-title {
    /*border-bottom: 1px solid #fff;*/
    border-bottom: none;
}
.fac-theme-imagetrigger .accordion-title:hover,
.fac-theme-imagetrigger .accordion-title:focus {
    background: none !important;
}
.fac-theme-imagetrigger :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #fff;
    border-bottom: none;
}
.fac-theme-imagetrigger a.accordion-title:before {
    position: absolute;
    color: #fff !important;
    bottom: 10px;
    top:inherit;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 50px;
    content: "\f107";
    /*text-align: center;*/
    /*width: 1.25em;*/
    transition: all .5s;
}
.fac-theme-imagetrigger .is-active a.accordion-title:before {
    content: "\f106";
    transition: all .5s;
}
.fac-theme-imagetrigger .itta {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff
}
.fac-theme-imagetrigger .image-trigger-text-before {
    bottom: 10px;
    left: 10px;
}
.fac-theme-imagetrigger .image-trigger-text-after {
    bottom: 10px;
    right: 10px;
}


/* # ~~~~~ theme ten - bottom line big arrow left ~~~~~ # */


.fac-theme-ten .accordion .accordion-item {
    background: #fff;
}
.fac-theme-ten .accordion .accordion-item > a {
    color: #1C6B24;
    font-weight: bold;
    font-style: italic;
}
.fac-theme-ten .accordion-content {
    background: #fff;
    border: none;
    margin: 0 !important;
    padding: 1.5em 0 !important;
}
.fac-theme-ten .accordion-content li,
.fac-theme-ten .accordion-content ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: inherit;
    list-style-type: inherit;
}
.fac-theme-ten :last-child>.accordion-content:last-child {
    border-bottom: none;
}
.fac-theme-ten :last-child:not(.is-active) > .accordion-title {
    border-bottom: 2px solid #fff;
}

.fac-theme-ten .accordion-title {
    background: none !important;
    border-left: none;
    border-right: none;
    border-color: #fff;
    padding: 25px 10px 20px 0px;
    font-size: 160%;
    font-size: 1.6rem;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd !important;
}
.fac-theme-ten .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: inherit;
    right: 1rem;
    /*margin-top: -.5rem;*/
    content: "\f107";
    color: #1C6B24;
    font-size: 2rem;
}
.fac-theme-ten .accordion-item.is-active .accordion-title:before {
    content: "\f106";
}

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# 11: offset accordion
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.offset-accordion .accordion-title {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    /*position: fixed !important;*/
    /*top: 40px;*/
    /*left: 400px;*/
    z-index: 300;
}
.offset-accordion .accordion-title:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    color: #000;
    font-size: 40px;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
}
.offset-accordion .accordion-item.is-active .accordion-title:before {
    content: "\f106";
}
.offset-acc-title {
    display: none;
}
    /* # ~~~~~ search icon on top  ~~~~~ # */
.search-accordion img {
    display: none;
}
.search-accordion.fac-theme-imagetrigger a.accordion-title:before {
    position: absolute;
    color: #999 !important;
    bottom: inherit;
    top:50px;
    left: 300px;
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    content: "\f002";
    /*text-align: center;*/
    /*width: 1.25em;*/
    transition: all .5s;
    z-index: 9;
}
.search-accordion.fac-theme-imagetrigger .accordion-title {
    position: inherit !important;
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# dome defaults for all
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.nobg .accordion .accordion-item,
.nobg .accordion,
.nobg .accordion .accordion-content,
.nobg .accordion .accordion-title {
    background: none !important;
}
.noborder .accordion .accordion-item,
.noborder .accordion,
.noborder .accordion .accordion-content,
.noborder .accordion .accordion-title {
    border: inherit !important;
}


/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Imageeffects
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.ieffect figure {
	/*border: 10px solid #fff;*/
	/*float: left;*/
	height: auto;
	width: auto;
	/*margin: 20px;*/
	overflow: hidden;

	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
}
/*GROW*/
.grow img {
	transform: scale(1);
	transition: all 1.285s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.grow img:hover {
	transform: scale(2);
}


/*SHRINK*/
.shrinkimg img {
	transform: scale(1.5);
	transition: all 1.285s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.shrinkimg img:hover {
	transform: scale(1);
}


