﻿.akordeon
{
    width:100%;
    color: #6e6c6c; 
    font-size: 12px;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
	border-radius: 0px; 
    behavior: url(PIE.htc);
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 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;
    margin-left: 30px;
    padding-bottom: 10px;
}

.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-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;
}

.tabtexttopFirstS {
	font-size: 12px;
	color: #939393;
}

.tabtexttopSecond {
	font-size: 16px;
	color: #b1b1b1;
}

.toptabtext {
	font-size: 16px;
    color: #867874;
	margin-top:17px;
	line-height: 20px;
}
	.toptabtext li {
		margin-bottom: 8px;
	}

.toptabtext a:hover {
    color: #867874;
	text-decoration: underline;
}

.toptabtext table {
    font-size: 17px;
    color: #867874;
}

.toptabtextSecond {
	margin-top: 4%;
}

.toptabtextSecond img{
	width:16px; 
	height:16px;
	margin-right:4px
}

.toptabtextSecond a {
	color:#008ace; 
	font-size:12px;
	margin-top: 2px
}

@media screen and (max-width: 1200px) { 
h1 {
	font-size: 28px;
}
}

@media screen and (max-width: 1100px) { 
.akordeon-item.expanded .akordeon-heading,
.akordeon-heading {
	font-size: 16px;
}

.toptabtext {
	font-size: 15px;
}
}

@media screen and (max-width: 900px) { 
h1 {
	font-size: 26px;
}
}

@media screen and (max-width: 820px) { 
.akordeon-item.expanded .akordeon-heading,
.akordeon-heading {
	font-size: 15px;
}

.toptabtext {
	font-size: 14px;
}
}

@media screen and (max-width: 790px) { 
h1 {
	font-size: 28px;
}

.akordeon-item.expanded .akordeon-heading,
.akordeon-heading {
	font-size: 16px;
}

.toptabtext {
	font-size: 15px;
}
}

@media screen and (max-width: 760px) {
h1 {
	font-size: 26px;
}

.akordeon-item.expanded .akordeon-heading,
.akordeon-heading {
	font-size: 15px;
}

.toptabtext {
	font-size: 14px;
}
}

@media screen and (max-width: 400px) {
h1 {
	font-size: 24px;
}

.akordeon-item.expanded .akordeon-heading,
.akordeon-heading {
	font-size: 14px;
}

.toptabtext {
	font-size: 13px;
	line-height: 18px;
}
	
.tabtext {
	font-size: 13px;
}

.tabtexttopFirst,
.tabtexttopSecond {
	font-size: 15px;
}

.tabtexttopFirstS{
	font-size: 11px;
}

.smallimage {
	margin-right: 26%;
}

.toptabtextSecond {
	margin-top: 8%;
}
}