﻿
/*  custom theme template: mytheme 
    
    Use this template and edit it according to your brand and style as you prefer and include it after the zozo.accordion.min.css file.
    */
/* border colors */
.z-accordion.mytheme.z-bordered,
.z-accordion.mytheme.z-bordered > section > h3,
.z-accordion.mytheme.z-bordered > section > h3 > .z-title,
.z-accordion.mytheme.z-bordered > section > .z-content {
    border-color: #222;

}


/*Accordion header typography*/
.z-accordion.mytheme > section > h3 {
    color: #fff;
    text-shadow: #111 0 -1px;
	
	
}

    /*Accordion header background and shadows*/
    .z-accordion.mytheme > section > h3,
    .z-accordion.mytheme > section > h3 > .z-title2 {
        background: #333;
        box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(250, 250, 250, 0.1);
        -moz-box-shadow: inset 0 1px 0 0 rgba(250, 250, 250, 0.1);
        box-shadow: inset 0 1px 0 0 rgba(250, 250, 250, 0.1);
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444), color-stop(100%, #333));
        background-image: -webkit-linear-gradient(#444, #333);
        background-image: -moz-linear-gradient(#444, #333);
        background-image: -o-linear-gradient(#444, #333);
        background-image: linear-gradient(#444, #333);
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF444444', endColorstr='#FF333333');
		
		
    }



        /*accordion arrow style: there two options light/dark icons.   dark: background-position: 0 -62; light: background-position: 0 0;*/
        .z-accordion.mytheme > section > h3 > .z-arrow {
            background-position: 0 -62px;
        }

/* accordion content style*/
.z-accordion.mytheme > section,
.z-accordion.mytheme > section > .z-content {


}



/*Box-shadow  for grouped vertical accordion*/
.z-accordion.mytheme.z-shadows.vertical.z-grouped {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);

	
}

/*Box-shadow for horizontal accordion*/
.z-accordion.mytheme.horizontal.z-shadows {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);

	
}


/*Box-shadow for ungrouped vertical accordion with sectionSpacing*/
.z-accordion.vertical.z-ungrouped.z-shadows > section {
   /* box-shadow: 0 2px 6px rgba(0, 0, 0, .25);*/
   	   	border-width: 1px;


}

.acordlink {
    background-color: #F2F0F0;
    background-image: -moz-linear-gradient(center top , #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    border-color: #CECECE;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    outline: 0 none;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px white;
   	border-width: 1px;
    transition: all 0.2s ease-in-out;

}

.acordlink :hover{
padding-left: 5px;
transition: all 0.2s ease-in-out 0s;
}


.acordlink a {
    color: #444444;
    text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
.z-tabs.vertical > .z-container > .z-content {
    background: none repeat scroll 0 center transparent;
    display: none;
    padding: 0.1em 0.5em;
}
.z-accordion.vertical.z-ungrouped.z-shadows > section {
    box-shadow: 0 0 0 rgba(111, 111, 111, 0.25);
}
.z-accordion.vertical > section > h3 {
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    outline: 0 none;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.z-accordion.vertical > section > h3 > .z-arrow {
    top: 7px;
}
.z-accordion.vertical > section > .z-content {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    padding: 5px;
}
.z-accordion.silver.z-bordered, .z-accordion.silver.z-bordered > section > h3, .z-accordion.silver.z-bordered > section > h3 > .z-title, .z-accordion.silver.z-bordered > section > .z-content {
    border-color: #EEEEEE;
}
@media only screen and ( max-width: 767px ) {
.z-accordion.vertical > section > h3 {
    font-size: 12px;
}
.z-accordion.vertical > section > h3 *:hover {
    padding-left: 0px;
}
.acordlink a {
    font-size: 12px;
}

.acordlink *:hover {
    padding-left: 0px;
}
}
@media only screen and ( max-width: 479px ) {
.z-accordion.vertical > section > h3 {
    font-size: 11px;
}
.z-accordion.vertical > section > h3 *:hover {
    padding-left: 0px;
}
.acordlink a {
    font-size: 11px;
}

.acordlink *:hover {
    padding-left: 0px;
}
}
@media screen and (max-width:320px){.z-accordion>section>a{font-size:11px}}
.z-accordion.vertical > section > h3 > .z-arrow {
    top: 6px;
}