.article-container {
    max-width: 700px;
}

.article {
    font-family: Roboto;
}

.article h1.title {
    font-family: Pacifico;
    font-size: 48px;
    color: #364041;
    padding: 0 80px;
    margin-bottom: 20px;
    line-height: 125.6%;
    text-align: center;
}

.article .row1 {
    margin-bottom: 20px;
}

.article .row1 i {
    float: right;
    position: relative;
    font-size: 20px;
    color: #00C0CA;
}

.article .row1 span.r1-s1 {
    font-weight: 500;
    font-size: 18px;
}

.article .row1 span.r1-s2 {
    color: #00C0CA;
}

.article .row1 span.r1-s3 {}

.article .row1 span.r1-s4 {
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto;
    position: absolute;
    left: 6px;
    top: 6px;
}

.article span.dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    background: black;
    border-radius: 4px;
    position: relative;
    top: -2px;
    margin: 0 2px;
}

.article .row2 {
    margin-bottom: 33px;
}

.article .img-box {}

.article .img-box img {}

.article .img-box p.title {
    background: #F2F2F2;
    padding: 8px 0 5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #BDBDBD;
}

.article .row3 {
    margin-bottom: 30px;
}

.article .row3 .content {}

.article .row3 .content h2.heading {
    font-family: Pacifico;
    font-size: 36px;
    color: #364041;
    margin-bottom: 29px;
    margin-top: 34px;
}

.article .row3 .content p {
    /* font-weight: 500; */
    font-size: 18px;
    color: #364041;
    line-height: 26px;
    margin-bottom: 26px;
    position: relative;
}

.article .row3 .content p.quote {}

.article .row3 .content p.quote span.double-quote {
    display: block;
    position: absolute;
    /* margin-right: 22px; */
}

.article .row3 .content p.quote span.double-quote img {}

.article .row3 .content p.quote span.quote-content {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: -4px;
    display: inline-block;
    padding-left: 85px;
}

.article .row4 {}

.collapse-box {
    background: #fbfbfb;
    margin-bottom: 20px;
}

.collapse-box .top {
    height: 32px;
}

.collapse-box .top h4.title {
    font-weight: 500;
    font-size: 14px;
    background: #00C0CA;
    padding: 9px 25px 8px 25px;
    color: white;
    float: left;
    margin: 0;
    width: 150px;
}

.collapse-box .top span.minimize-btn {
    float: right;
    cursor: pointer;
    color: #BDBDBD;
    padding: 2px 25px;
}

.collapse-box ul.article-list {
    list-style: none;
    padding: 10px 25px;
    margin-bottom: 0;
}

.collapse-box ul.article-list li {
    font-style: normal;
    /* font-weight: 500; */
    font-size: 14px;
    color: #364041;
    margin: 5px 0;
}

.collapse-box ul.article-list li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #00c0ca;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 13px;
    /* Also needed for space (tweak if needed) */
    margin-left: 0;
    /* Also needed for space (tweak if needed) */
}

.collapse-box ul.article-list li a {
    color: #364041;
}

.collapse-box ul.article-list li a:hover,
.collapse-box ul.article-list li a:focus {
    text-decoration: none;
    color: #00c0ca;
}

.collapse-box .comment {
    padding: 10px 25px 32px;
    margin-top: 15px;
}

.collapse-box .comment form {}

.collapse-box .comment form .btn1 {
    padding-top: 5px;
    display: inline-block;
    margin-top: 0px;
}

.collapse-box .comment form .input {
    /* height: 56px; */
    /* background: white; */
    /* border-radius: 12px; */
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    /* padding: 0 15px; */
    /* color: #c4c4c4; */
}

.collapse-box .comment form .input input {
    padding: 15px 25px 16px 47px;
}

.collapse-box .comment form .input input,
.collapse-box .comment form .input textarea {
    border: none;
    outline: none;
    background-color: white;
    width: 100%;
    position: relative;
    /* top: 16px; */
    border-radius: 12px;
}

.collapse-box .comment form .input textarea {
    padding: 15px 25px 16px 47px;
    height: 160px;
}

.collapse-box .comment form .input span:first-child {
    position: absolute;
    top: 16px;
    color: #c4c4c4;
    z-index: 1;
    left: 20px;
}

.collapse-box .comment form .input.text {
    margin-bottom: 15px;
}

.collapse-box .comment form .input.textarea {}

.comment form input::-webkit-input-placeholder,
.comment form textarea::-webkit-input-placeholder {
    /* Edge */
    color: #C4C4C4;
}

.comment form input:-ms-input-placeholder,
.comment form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C4C4C4;
}

.comment form input::placeholder,
.comment form textarea::placeholder {
    color: #C4C4C4;
}


.article footer>div {
    background: none
}

.article footer {
    background: none;
}

.social-link {
    position: fixed;
    z-index: 100;
    left: 50px;
    top: 332px;
}

footer .footer {
    margin-top: 170px;
}

footer.sub-footer {
    display: none;
}
#return-to-top {
    position: fixed;
    bottom: 5px;
    left: 5px;
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: rgba(0,0,0,.3);
    transition: all ease-in-out .2s
}

#return-to-top i {
    transition: all ease-in-out .5s;
    top: 0
}

#return-to-top:hover i {
    color: #03a9f4;
    top: -5px
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0 0 5px
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label>.fa {
    font-size: 32px!important
}

.star-rating input[type=radio]:checked~label,.star-rating label:hover,.star-rating label:hover~label {
    color: #ff6609
}

.rating .rating-result {
    float: right;
    line-height: 40px;
    font-weight: 700
}

@media screen and (max-width: 320px) {
    .rating .rating-result {
        float:none;
        text-align: center
    }
}

.insite-comments .list-comments {
    padding: 0 0;
    margin-top: 20px;
}

.insite-comments .list-comments>li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d1d1d1
}

.insite-comments .list-comments>li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.insite-comments .list-comments>li .comment-icon {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #d1d1d1;
    text-align: center
}

.insite-comments .list-comments>li .comment-icon>i {
    font-size: 28px;
    line-height: 50px;
    color: #d1d1d1
}

.insite-comments .list-comments>li .comment-meta {
    overflow: hidden
}

.insite-comments .list-comments>li .comment-meta .comment-name {
    font-weight: 700;
    font-size: 18px
}

.insite-comments .list-comments>li .comment-meta .comment-date {
    float: right;
    font-style: italic;
    padding-right: 10px;
    line-height: 25px
}

.insite-comments .list-comments>li .comment-meta .comment-content {
    margin-top: 5px;
    font-size: 15px
}
form.feedback-form {
    color: #787878
}

form.feedback-form .input-col {
    margin-bottom: 11px;
    padding: 0
}

form.feedback-form .input-col:nth-child(1) {
    padding-left: 15px;
    padding-right: 7px
}

form.feedback-form .input-col:nth-child(2) {
    padding: 0 7px 0 7px
}

form.feedback-form .input-col:nth-child(3) {
    padding-right: 15px;
    padding-left: 7px
}

.form-field-container {
    position: relative;
    padding: 9px 5px 9px 5px;
    border-radius: 12px;
    border: solid 1px #dadada;
    background-color: #f0f0f0
}

.form-field-container i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    font-size: 15px
}

.form-field-container input {
    border: none;
    width: 100%;
    padding-left: 39px;
    background-color: transparent
}

.form-field-container textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    height: 167px;
    padding-left: 15px;
    padding-right: 15px
}

.form-field-container input:focus,.form-field-container textarea:focus {
    outline: 0
}

form.feedback-form span.info {
    margin-top: 5px;
    display: block;
    margin-left: 22px
}

form.feedback-form .form-actions {
    text-align: right
}
.feedback-form .action-btn span:last-child {
    width: auto
}

.feedback-form .action-btn {
    min-width: 140px
}
.accept-btn {
    background-color: #ff5620;
    margin-right: 8px;
}

/* FIXES */
@media (max-width: 991px) {
    .social-link {
        display: none;
    }

    footer .footer {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .article h1.title {
        font-size: 36px;
        padding: 0 0;
    }

    .article .row3 .content p.quote span.quote-content {
        padding-left: 50px;
    }

    .article .row3 .content p.quote span.double-quote img {
        width: 34px;
    }

    footer.sub-footer {
        display: block;
        padding-top: 0 !important;
    }

    footer .footer > div:nth-child(2),
    footer .footer > div:last-child{
        display: none;
    }

    footer .footer {
    	background: none;
    }

    footer.sub-footer .footer > div:last-child{
        display: block;
    }

    footer.sub-footer .footer {
    	background: #33AF42;
    	margin-top: 0;
    }

    .row.footer .fb-plugin-alter {
    padding-bottom: 40px;
    }
}