﻿@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('https://design-resource.bwlgroup.com/fonts/AvenirLTStd-Light.woff') format('woff');
}

.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: 4%;
    margin-bottom: 4%;
}
.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
{
    width: 20px; 
    height: 20px; 
    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: #502c1e;
    font-size: 16px;
    margin-left: 30px;
    padding-bottom: 10px;
}

.akordeon-heading a {
    color: #502c1e;
}

.akordeon-icon span
{
    font-family: 'Avenir LT Std 35 Light', "Microsoft YaHei", STXihei, STHeiti, "돋움", "Dotum", 'Noto Sans SC', sans-serif;
    color: #ffffff;
    font-size: 16px;
    left: 6px;
	top: 6px; 
    font-weight: bold;
    text-align: center;
	margin: 4.7px;
	line-height: 20px;
}
.akordeon-item.expanded .akordeon-icon span
{
    font-family: 'Avenir LT Std 35 Light', "Microsoft YaHei", STXihei, STHeiti, "돋움", "Dotum", 'Noto Sans SC', sans-serif;
	margin: 5.7px;
	top: 2px; 
}

.akordeon-item-head-container
{
	cursor: pointer;
    width: 100%;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

.akordeon-item.expanded .akordeon-heading
{
    color: #502c1e;
}

.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: 33px;
	padding-right: 25px;
}

.akordeon-item-content a {
	color: #502c1e;
}

.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: 15px;
	margin-top: 20px;
	line-height: 20px;
    color: #867874;
}
	.toptabtext li {
		margin-bottom: 8px;
	}
	
.toptabtext a:hover {
	text-decoration: underline;
}

.toptabtext-sub {
    font-size: 15px;
    color: #a6a6a6;
    margin-top: 0;
}

@media screen and (max-width: 900px) { 
.akordeon-heading {
    font-size: 14px;
}
    
.toptabtext {
	font-size: 13px;
}
    
.toptabtext-sub {
    font-size: 13px;
}
}

@media screen and (max-width: 789px) { 
.akordeon-heading {
    font-size: 16px;
}
    
.toptabtext {
	font-size: 15px;
}
    
.toptabtext-sub {
    font-size: 15px;
}
}

@media screen and (max-width: 400px) { 
.akordeon-heading {
    font-size: 14px;
}
    
.toptabtext {
	font-size: 13px;
}
    
.toptabtext-sub {
    font-size: 13px;
}
}