﻿.akordeon
{
    width:100%;
    color: #6e6c6c; 
    font-size: 12px;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
	border-radius: 0px;
    behavior: url(PIE.htc);
	margin-top: 2%;
    margin-bottom: 2%;
}
.akordeon-item .akordeon-item-head
{ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 ); 
    border-bottom: 1px #e2e2e2 solid;
}

.akordeon-item .akordeon-item-body
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ); 
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
	position: relative;
    width: 28px; 
    height: 28px; 
    background: #867874;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9f055', endColorstr='#95e21a',GradientType=0 ); 
    border-radius: 20px; 
    -moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    padding: 0;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}

.akordeon-heading {
	color: #4F2D1E;
    font-size: 22px;
    margin-left: 38px;
    padding-bottom: 10px;
}

.akordeon-heading a {
    color: #4F2D1E;
}

.akordeon-icon span
{
	position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-family: 'Avenir LT Std 35 Light', "Microsoft YaHei", STXihei, STHeiti, "돋움", "Dotum", 'Noto Sans SC', sans-serif;
    color: #ffffff;
    font-size: 24px;
    /*left: 6px;
	top: 6px; */
    font-weight: bold;
    text-align: center;
	/*margin: 5.8px;
    line-height: 26px;*/
}
.akordeon-item.expanded .akordeon-icon span
{
	position: absolute;
    top: 50%; 
    left: 50%; 
    font-family: 'Avenir LT Std 35 Light', "Microsoft YaHei", STXihei, STHeiti, "돋움", "Dotum", 'Noto Sans SC', sans-serif;
	/*margin: 7.4px;
    line-height: 23px;*/
}

.akordeon-item-head-container
{
	cursor: pointer;
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
	border-bottom: 1px solid #807974;
}

.akordeon-item.expanded .akordeon-heading
{
    color: #4F2D1E;
}

.akordeon-item.expanded .akordeon-item-head
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ) !important;
}

#FAQProducts .akordeon-item-content
{
	padding-left: 47px;
	padding-right: 25px;
}

.akordeon-item-content
{
	padding-left: 41px;
	padding-right: 25px;
}

.akordeon-item-content a {
	color: #4F2D1E;
}

.akordeon-item-content a:hover {
	color: #867874;
    text-decoration: underline;
}

.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
	height: auto !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    behavior: url(PIE.htc);
	border-bottom: 1px #e2e2e2 solid;
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    behavior: url(PIE.htc);
	border-bottom: 1px #e2e2e2 solid;
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: solid 1px black;
    behavior: url(PIE.htc);
	border-bottom: 1px #e2e2e2 solid;
	
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    behavior: url(PIE.htc);
}

.tabtexttopFirst {
	font-size:16px;
}

.tabtext {
	font-size:12px;
}

.tabtexttopFirst {
	font-size: 12px;
	color: #939393;
}

.tabtexttopSecond {
	font-size: 16px;
	color: #b1b1b1;
}

.toptabtext {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 24px;
    color: #867874;
}
	.toptabtext li {
		margin-bottom: 8px;
	}
	
.toptabtext a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1200px) { 
.akordeon-icon {
    width: 26px;
    height: 26px;
}
	
.akordeon-icon span {
    font-size: 22px;
    /*line-height: 24px;*/
}
	
.akordeon-heading {
    font-size: 20px;
}
	
.toptabtext {
	font-size: 18px;
}
}

@media screen and (max-width: 900px) { 
.akordeon-icon {
    width: 24px;
    height: 24px;
}
	
.akordeon-icon span {
    font-size: 20px;
    /*line-height: 23px;
	margin: 5.4px;*/
}
	
/*.akordeon-item.expanded .akordeon-icon span {
    margin: 7.0px;
    line-height: 21px;
}
	*/
.akordeon-heading {
    font-size: 18px;
}
	
.toptabtext {
	font-size: 16px;
}
}

@media screen and (max-width: 789px) { 
.akordeon-icon {
    width: 26px;
    height: 26px;
}
	
.akordeon-icon span {
    font-size: 22px;
    /*line-height: 24px;*/
}
	
.akordeon-heading {
    font-size: 20px;
}
	
.toptabtext {
	font-size: 18px;
}
}

@media screen and (max-width: 400px) { 
.akordeon-icon {
    width: 24px;
    height: 24px;
}
	
.akordeon-icon span {
    font-size: 20px;
    /*line-height: 23px;
	margin: 5.4px;*/
}
	
/*.akordeon-item.expanded .akordeon-icon span {
    margin: 7.0px;
    line-height: 21px;
}*/
	
.akordeon-heading {
    font-size: 18px;
}
	
.toptabtext {
	font-size: 16px;
}
}