@charset "utf-8";

/**
*
* -------------------------------------------------
*
* Template : UKskins - Uikit Element Packages
* Author : thecodude
* Author URI : http://thecodude.com
*
* --------------------------------------------------
*
**/

/*-----------------------
    Accordion
-------------------------*/
.acdn-title:after {position: absolute;font-family: FontAwesome;content: "\f067";color: inherit;font-size: 12px;right: 20px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.acdn-title.uk-active:after {content: "\f068";}
.acdn-item {margin-bottom: 8px;}
.acdn-title {display: block;position: relative;padding: 18px;font-size: 20px;margin: 0;}
.acdn-body {padding: 18px;}

/*-----------------------
    Accordion Style1
-------------------------*/
.tc-accordion-style1 .acdn-title {background: #f7f7f7;}
.tc-accordion-style1 .acdn-body {background: #f7f7f7;border-top: 1px solid rgba(153, 153, 153, 0.17);}

/*-----------------------
    Accordion Style2
-------------------------*/
.tc-accordion-style2 .acdn-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.tc-accordion-style2 .acdn-title {background: #fff;}
.tc-accordion-style2 .acdn-body {background: #fff;border-top: 1px solid rgba(238, 238, 238, 0.62);}

/*-----------------------
    Accordion Style3
-------------------------*/
.tc-accordion-style3 .acdn-title {background: #444;color: #bbb;}
.tc-accordion-style3 .acdn-body {background: #555;}
.tc-accordion-style3 .acdn-body p {color: #999;}

/*-----------------------
    Accordion Style4
-------------------------*/
.tc-accordion-style4 .acdn-title {background: #fff;border-left: 2px solid #444;}
.tc-accordion-style4 .acdn-body {background: #fff;border-top: 1px solid rgba(238, 238, 238, 0.62);}

/*-----------------------
    Accordion Style5
-------------------------*/
.tc-accordion-style5 .acdn-title {background: #fff;border: 1px solid #f5f5f5;}

/*-----------------------
    Accordion Style6
-------------------------*/
.tc-accordion-style6 .acdn-title {background: transparent;overflow: hidden;z-index: 10;}
.tc-accordion-style6 .acdn-title:before {position: absolute;content: '';height: 100%;width: 100%;left: -10px;top: 0;background: rgba(0, 0, 0, 0.06);-webkit-transform: skew(-15deg);transform: skew(-15deg);z-index: -1;}
.tc-accordion-style6 .acdn-title:after {right: 30px;}

/*-----------------------
    Accordion Style7
-------------------------*/
.tc-accordion-style7 .acdn-item {margin-bottom: 0;}
.tc-accordion-style7 .acdn-title {background: #fff;padding: 20px 10px;}
.tc-accordion-style7 .acdn-item + .acdn-item .acdn-title {border-top: 1px solid rgba(0, 0, 0, 0.05);}
.tc-accordion-style7 .acdn-title:after {padding: 3px 8px;background: #444;color: #fff;right: 10px;}