body {
	font-family: 'Quicksand', sans-serif;
	cursor: default;
	color: #444;
	font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: 1s;
}

a {
	color: #444;
}

h2 {
    display: block;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.title h2 {
    display: inline-block;
    position: relative;
}

.title h2:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #54ac56;
    left: calc(100% + 10px);
    bottom: 8px;
}

.title-center h2 {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-center h2:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #54ac56;
    right: calc(100% + 10px);
    bottom: 8px;
}

.title-center h2:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #54ac56;
    left: calc(100% + 10px);
    bottom: 8px;
}

h3 {
    display: block;
    font-size: 32px;
    font-weight: 300;
}

h4 {
    font-size: 26px;
}

.title h4 {
    display: inline-block;
    position: relative;
}

.title h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #54ac56;
    left: calc(100% + 8px);
    bottom: 10px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

strong {
    color: #54ac56;
}

.btn {
    color: #fff;
    background: #54ac56;
    border-radius: 3px;
    padding: 0;
    border: 2px solid #54ac56;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 36px;
    transition: .2s;
}

.btn:hover {
	background: transparent;
	color: #54ac56;
    border: 2px solid #54ac56;
    transition: .2s;
}

.bg-gray {
    background: #fafafa;
}

/* Teaser */

.teaser-content {
    background: url(img/bg_pattern.jpg);
    color: #fff;
}
.teaser-content .icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background: transparent;
    border: 2px solid #54ac56;
    border-radius: 35px;
    position: relative;
    box-shadow: 0 36px 64px 0 rgba(0,0,0,.2);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: .3s;
}

.teaser-content .icon img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.teaser-content .inner:hover .icon {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    background: #54ac56;
    transition: .3s;
}

.teaser-content .col-12 h4 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #54ac56;
    letter-spacing: 1px;
}

.teaser-content .col-12 p {
    text-align: center;
}


/* Application */

.application-content {
    background: #f6f6f6;
    background-attachment: fixed;
}

.application-content .inner {
    padding: 0 15px;
    position: relative;
    border-left: 5px solid #54ac56;
    height: 100%;
}


/* Link */

.link-content {
    background: #222;
    color: #fff;
}

.link-content a {
    color: #fff;
}

.link-content a:hover {
    text-decoration: none;
}

.link-content h4 {
    font-size: 24px;
    position: relative;
    top: 0;
    transition: .3s;
}

.link-content .icon {
    height: 70px;
    position: relative;
    top: 0;
    transition: .3s;
}

.link-content .icon img {
    max-width: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link-content .col-12 a:hover .icon {
    top: -5px;
    transition: .3s;
}

.link-content .col-12 a:hover h4 {
    top: 5px;
    transition: .3s;
}

.link-content .box-border {
    position: relative;
}

.link-content .box-border:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 60px;
    background: #54ac56;
    transform: translate(-50%, -50%);
}

ul.list-faq {
    list-style: circle;
    padding-left: 20px;
}

ul.list-faq li {
    margin-bottom: 10px;
    text-align: left;
}


/* Sub page ----------------------------- */

#sub-page .heading-content {
    height: 450px;
}

#sub-page .heading-content .heading-top {
    height: 100%;
    overflow: hidden;
}

#sub-page .heading-content .heading-top .container {
    position: relative;
    z-index: 2;
}

#sub-page .heading-top .caption {
    margin-top: -40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}

.heading-top .bg-bottom {
    bottom: -40px;
}

/* Aside */

section.aside {
    background: #222;
    color: #fff;
}

section.aside h3 {
    color: #54ac56;
}

section.aside p {
    font-size: 20px;
    font-style: italic;
}


/* Content */

.content p {
    margin-bottom: 15px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content ul {
    margin-bottom: 15px;
}

.content ul:last-child {
    margin-bottom: 0;
}

.bg-pattern {
    background: url(img/bg_pattern.jpg);
    color: #fff;
}

.bg-pattern.table-content thead {
    background: #333 !important;
}

.bg-pattern.table-content table {
    background: #444 !important;
}

.bg-pattern.table-content table td:first-child {
    background: #333 !important;
}

/* Product */

.product-detail {
    background: url(img/bg_pattern.jpg);
    color: #fff;
}

.product-detail ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-width: 700px;
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
    list-style-image: url("img/list.png");
    padding-left: 20px;
}

.product-list .product {
    padding-left: 20px;
    padding-right: 20px;
}

.product-list .product .inner {
    background: #fff;
    position: relative;
    font-size: 15px;
    top: 0;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
    transition: .2s;
}

.product-list .product .inner:hover {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: .2s;
}

.product-list .row {
    margin-left: -20px;
    margin-right: -20px;
}

.product-list .product .row {
    margin: 0;
}

.product-list .product .inner .bottom {
    width: 100%;
    background: #ddd;
    padding: 10px 15px;
    padding-top: 8px;
    position: relative;
}

.product-list .product .inner .bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #54ac56;
    transition: 0.5s;
}

.product-list .product .inner:hover .bottom:before {
    width: 100%;
}

.product-list .product .inner .bottom a {
    display: block;
    position: relative;
    z-index: 1;
    color: #54ac56;
    text-transform: uppercase;
    font-weight: 700;
}

.product-list .product .inner .bottom a i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.product-list .product .inner:hover .bottom a {
    color: #fff;
    text-decoration: none;
}

.product-list .product .inner:hover .bottom a:hover {
    color: #444;
}

.product-list .product .inner p {
    border-bottom: 1px dotted #ddd;
}

.product-list .product .inner span {
    color: #54ac56;
}

.product-list .product .inner a.download i {
    color: #54ac56;
}

.product-list .product .inner a.download:hover {
    color: #54ac56;
    text-decoration: none;
}

.table-content table {
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.table-content table th {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}

.table-content table th:first-child {
    text-align: left;
}

.table-content table th:last-child {
    border-right: 0;
}

.table-content table td {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.table-content table td:first-child {
    text-align: left;
    background: #ddd;
    font-weight: 800;
}

.table-content table td:last-child {
    border-right: 0;
}

.table-content thead {
    background: #ddd;
    font-weight: 800;
}

.table-content tbody tr {
    border-top: 1px solid #ccc;
}

.table-content p.alert {
    font-size: 12px;
}


/* FAQ */

.faq .slide-content {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    margin-bottom: 25px !important;
    padding: 15px 20px;
    padding-bottom: 1px;
    border-radius: 4px;
    position: relative;
    background: #fcfcfc;
    transition: .2s;
}

.faq .slide-content h4 {
    padding-right: 50px;
    color: #54ac56;
    cursor: pointer;
    transition: .2s;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 20px;
}

.faq .slide-txt {
    border-top: 1px dotted #ddd;
    padding-top: 20px;
    padding-bottom: 15px;
    display: none;
}

.faq .slide-content h4 em {
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    font-size: 25px;
    width: 25px;
}
