/*<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">*/


a {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.first-p {
    margin-top: -3px;
}

.fb-container {
    font-size: 11px;
    line-height: 17px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    color: black;
    text-decoration: none;
}

.fb-link {
    text-decoration: none ! important;
    cursor: default ! important;
}

.fb-header {
    margin-bottom: 10px;
    padding: 4px 4px 4px 6px;
    background: none repeat scroll 0 0 rgb(218, 226, 232);
}

.fb-logo {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

.fb-header-text {
    padding: 2px 3px 1px;
    font-weight: bold;
    line-height: 100%;
    color: rgb(69, 104, 142);
}

.fb-avatar img {
    float: left;
    margin-right: 10px;
}

.fb-comment,
.fb-comment-load {
    position: relative;
    margin-bottom: 15px;
    padding: 0 10px 15px;
    border-bottom: 1px solid rgb(218, 225, 232);
}

.fb-comment:last-child {
    border-bottom: 0 none;
}

.fb-comment-name {
    font-weight: bold;
    font-size: 12px;
    color: rgb(43, 88, 122);
}

.fb-comment-text {
    margin-left: 60px;
}

.fb-comment-text img {
    display: block;
}

.fb-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

.fb-comment-like:hover {
    cursor: pointer;
    opacity: 0.5;
}

.fb-comment-like-count {
    padding-left: 14px;
    font-weight: bold;
    font-size: 10px;
    color: rgb(114, 149, 178);
}

.fb-comment-answer {
    color: rgb(43, 88, 122);
}

.fb-comment-answer:hover {
    cursor: pointer;
    opacity: 0.5;
}

body {
    margin: 0;
    padding: 0;
}

body * {
    font-family: "Arial", sans-serif;
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 21px;
}

a {
    color: rgb(186, 0, 9);
}

a:hover {
    color: rgb(255, 0, 0);
    text-decoration: none;
}

.wrap {
    min-width: 240px;
    max-width: 700px;
    margin: 0 auto;
}

body img {
    max-width: 100%;
}

.content {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid #1e9c79;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #cccccc;
    box-shadow: 0 0 20px #cccccc;
}

.breadcrumbs {
    position: relative;
    top: 15px;
    width: 140px;
    margin-bottom: 25px;
    padding: 2px 2px 2px 15px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(186, 0, 9) none repeat scroll 0 0;
}

.breadcrumbs a {
    color: rgb(255, 255, 255);
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.topic {
    position: relative;
    left: -10px;
    width: 480px;
    height: 38px;
    margin: 10px 0;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.topic span {
    display: block;
    float: left;
}

.topic .title {
    position: relative;
    top: 8px;
    width: 100px;
    font-size: 21px;
    text-align: center;
    color: rgb(186, 0, 9);
}

.topic .text {
    position: relative;
    top: 4px;
    width: 380px;
    font-size: 16px;
}

.post {
    padding: 15px;
    font-size: 17px;
}

.post .info {
    font-size: 11px;
    color: rgb(153, 153, 153);
    font-style: italic;
}

.post a {
    font-size: 19px;
}

.comments {
    width: 100%;
    margin-top: 5px;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.comment {
    margin: 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.comment:last-child {
    border: medium none;
}

.comment .avatar {
    float: left;
    width: 35px;
    height: 35px;
}

.comment .text {
    margin-left: 45px;
    font-size: 13px;
}

.comment .text .login {
    font-weight: bold;
    color: rgb(186, 0, 9);
}

.comment .text .date {
    font-size: 11px;
    color: rgb(153, 153, 153);
    font-style: italic;
}

.comment .text .data {
    display: block;
    width: 70%;
    margin-top: 2px;
}

.comment .text .data img {
    position: relative;
    top: 5px;
    display: block;
}

.center {
    text-align: center;
}

.btn a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px !important;
    color: #ffffff;
    text-decoration: none;
    background: #ff2000;
    background: linear-gradient(to bottom, #ff7400, #ff2000);
    background: -moz-linear-gradient(bottom, #ff7400, #ff2000);
    background: -o-linear-gradient(bottom, #ff7400, #ff2000);
    border-top: 2px solid #ffb300;
    border-radius: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn a:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.photo {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.photo span {
    position: absolute;
    right: 10px;
    bottom: 140px;
    padding: 10px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #bb020a;
}

.footer {
    margin-top: 5px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-top: 1px solid rgb(153, 153, 153);
}

header .logo {
    padding: 20px 0;
    text-align: center;
}

header .logo h1:before {
    content: url("../img/logo2.png");
    display: inline-block;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.post-img {
    float: left;
    max-width: 60%;
    margin-right: 10px;
}

header .logo h1 span {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    font-size: 80px;
    line-height: 110px;
    font-family: "Pacifico", cursive;
    vertical-align: top;
    color: #1e9c79;
    text-decoration: none;
}

.fb-comment-load:last-child {
    border-bottom: none;
}

.product-link {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:999px) {
    .fb-container {
        font-size: 18px;
        line-height: 31px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: black;
        text-decoration: none;
    }

    .fb-comment-name {
        font-weight: bold;
        font-size: 18px;
        color: rgb(43, 88, 122);
    }

    .fb-comment-like-count {
        padding-left: 14px;
        font-weight: bold;
        font-size: 14px;
        color: rgb(114, 149, 178);
    }
}

@media screen and (max-width:720px) {
    .wrap {
        padding: 0 10px;
    }
}

@media screen and (max-width:639px) {
    .fb-container {
        font-size: 16px;
        line-height: 25px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: black;
        text-decoration: none;
    }

    .post {
        padding: 0 10px;
    }

    header .logo h1 span {
        display: block;
        font-size: 60px;
    }
}

@media(max-width:991px) {
    .fb-comment-load:nth-last-child(n 6) {
        display: none;
    }
}

@media screen and (max-width:580px) {
    .fb-comment-text img {
        margin-left: -30px !important;
    }

    h1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .content {
        padding-top: 10px;
    }
}

@media screen and (max-width:425px) {
    header .logo h1 span {
        font-size: 44px;
    }

    .photo span {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
    }

    .post-img {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .first-p {
        margin-top: 5px;
    }
}

@media screen and (max-width:319px) {
    .fb-container {
        font-size: 16px;
        line-height: 23px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: black;
        text-decoration: none;
    }

    .fb-comment-name {
        font-weight: bold;
        font-size: 15px;
        color: rgb(43, 88, 122);
    }

    .fb-comment-like {
        display: none;
    }
}

.titanform {
    width: 100%;
    margin: 0 0px 20px
}

.titanust {
    border: 5px solid rgb(237, 27, 36);
    padding: 15px 15px 5px 15px;
    background: rgb(255, 239, 191) none repeat scroll 0% 0%
}



img[height="1"],
img[width="1"] {
    display: none !important;
}

@media screen and (max-width: 580px) {
    header .logo h1:before {
        display: none;
    }

    header .logo h1 span {
        line-height: 30px;
    }
}

.additional-link {
    text-decoration: none;
}