/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #38b7ee;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.obj {
    position: absolute;
    z-index: 1;
}

.img_box img,
.obj img {
    width: 100%;
}

.img_box .product {
    margin: 0 auto;
    display: block;
}

.m-0 {
    margin: 0;
}

main {
    overflow: hidden;
}

body {
    font-family: 'Georgia', serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.headerBox {
    padding: 40px 0 10px;
}

.logoBox {
    position: relative;
    font-size: 120px;
    line-height: 1;
    color: #ff0000;
}

.logoBox-text {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.menuBox {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 5px solid #333;
}

.menuBox-item {
    position: relative;
    font-size: 24px;
    line-height: .8;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
    border-right: 1px solid #999;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menuBox-item:first-child {
    border-left: 1px solid #999;
}

.menuBox-item:hover {
    color: #ffffff;
}

.menuBox-item:first-child:hover {
    background: #ff0000;
}

.menuBox-item:nth-child(2):hover {
    background: #00758b;
}

.menuBox-item:nth-child(4):hover {
    background: #f5811f;
}

.menuBox-item:nth-child(5):hover {
    background: #82b33e;
}

.menuBox-item:nth-child(6):hover {
    background: #005387;
}

.menuBox-item:nth-child(7):hover {
    background: #007355;
}

.menuBox-item:nth-child(8):hover {
    background: #b96731;
}

.menuBox-item:nth-child(9):hover {
    background: #55656f;
}

.menuBox-item:last-child:hover {
    background: #f15921;
}

.menuBox-item.active {
    color: #ffffff;
    background: #1191cb;
}

.blogBox-brief {
    align-items: center;
    border-bottom: 5px solid #333;
    padding: 0 20px;
    margin-bottom: 20px;
    background: url("../images/diagonalpattern-15.png");
}

.blogBox-brief-text {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-left: 20px;
}

.blogBox-title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.release-date {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 25px;
}

.blogHero {
    flex: 0 0 150px;
    max-width: 200px;
    margin-left: 15px;
}

.blogBox-text {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
}

.blogBox-text a,
.userReview a {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.blogBox-text a:hover,
.userReview a:hover {
    color: #fc1228;
}

.blogBox-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blogBox-image {
    max-width: 400px;
    margin: 0 auto 15px;
}

.buttonBox {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px 5px;
    margin: 10px auto 30px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background: #d40000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 3px solid #fff;
}

.commentBox-header {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0, 39, 59, 0.08);
}

.commentBox-content {
    margin-bottom: 25px;
}

.commentBox-avatar {
    flex: 0 0 50px;
    margin-right: 15px;
}

.commentBox-avatar img {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.commentBox-text {
    width: 100%;
}

.commentBox-text textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    max-height: 350px;
    resize: none;
    outline: none;
    border: 2px solid rgba(0, 39, 59, 0.2);
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.userName {
    font-size: 16px;
    font-weight: 700;
    color: #38b7ee;
    margin-bottom: 5px;
}

.userName span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 39, 59, 0.35);
}

.userReview {
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
}

.reviewImage {
    margin: 10px auto 15px;
}

.reviewImage img {
    display: block;
    margin: 10px auto 15px;
}

.sidebarBox {
    position: sticky;
    top: 0;
    padding: 15px 10px;
    border: 1px solid #e5e5e5;
    background: #efefef;
}

.sidebarBox-item {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border: 1px solid #999;
    padding: 15px 10px;
    margin-bottom: 15px;
    background: #fff;
}

.sidebarBox-title {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sidebarBox-text {
    font-size: 20px;
    font-weight: 700;
}

.footerBox {
    padding: 20px 25px;
    background: rgb(142, 142, 142);
    background: -moz-linear-gradient(top, rgba(142, 142, 142, 1) 0%, rgba(113, 113, 113, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(142, 142, 142, 1) 0%, rgba(113, 113, 113, 1) 100%);
    background: linear-gradient(to bottom, rgba(142, 142, 142, 1) 0%, rgba(113, 113, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#717171', GradientType=0);
}

.footerTitle {
    position: relative;
    font-size: 100px;
    line-height: 1;
    color: #fff;
}

.footerCopyright {
    font-size: 16px;
    text-align: center;
    color: #dddddd;
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .menuBox-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 1170px) {
    .menuBox-item {
        font-size: 16px;
        padding: 10px;
    }
}

@media screen and (max-width: 639px) {
    .logoBox {
        font-size: 60px;
    }
    .logoBox-text {
        position: absolute;
        top: -10px;
        right: 55px;
        font-size: 10px;
    }
    .blogBox-brief-text {
        font-size: 26px;
    }
    .textFlex {
        flex-wrap: wrap;
    }
    .blogHero {
        flex: 0 0 100%;
        order: -1;
        margin: 0 auto 20px;
    }
    .blogBox-title {
        font-size: 28px;
    }
    .buttonBox {
        font-size: 30px;
    }
    .reviewImage img {
        width: 100%;
    }
    .footerTitle {
        font-size: 37px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
    .container {
        width: 90%;
    }
}

@media screen and (min-width: 1500px) {
    .logoBox-text {
        right: -232px !important;
    }
}

.phone {
    font-family: 'Roboto', sans-serif;
    max-width: 320px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ecbec1), color-stop(#fff), color-stop(65%, #f0f7fd));
    background: -o-linear-gradient(bottom, #ecbec1, #fff, #f0f7fd 65%);
    background: linear-gradient(to top, #ecbec1, #fff, #f0f7fd 65%);
    width: 100%;
    margin-top: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-size: cover;
}

.phone__header .bottom {
    position: relative;
    background: #075e54;
    padding: 10px 0 10px 30px;
}

.phone__header .bottom:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/arrow.png") no-repeat center;
    width: 25px;
    height: 20px;
    left: 5px;
    top: 15px;
}

.phone__header .bottom:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/phone__bottom.png") no-repeat center;
    width: 81px;
    height: 17px;
    right: 10px;
    top: 16px;
}

.phone__header .phone__ava {
    float: left;
    margin: -3px 5px 0 0;
}

.phone__ava img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.phone__header .name {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}

.phone__header .exist {
    color: #fff;
    font-size: 11px;
    line-height: 130%;
}

.message__right {
    background: #c2ffc4;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 237px;
    width: 100%;
    padding: 10px;
    float: right;
    margin-bottom: 10px;
}

.phone-inner {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    line-height: 130%;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
}

.message__left {
    position: relative;
    float: left;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 180px;
    width: 100%;
    padding: 10px 10px 0;
    margin-bottom: 15px;
}

.message__left:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 12px solid transparent;
}

.message__time {
    font-size: 10px;
    color: #c2c2c2;
    text-align: right;
    position: relative;
}

.message__right .message__time {
    padding-right: 20px;
}

.message__right .message__time:before,
.message__right .message__time:after {
    content: '';
    width: 5px;
    height: 12px;
    border: 1px solid transparent;
    border-right-color: #24bae2;
    border-bottom-color: #24bae2;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message__right .message__time:after {
    margin-right: 5px;
}

.input-wrap {
    position: relative;
}

.input-wrap:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/smile.png") no-repeat center;
    width: 18px;
    height: 19px;
    left: 6px;
    top: 9px;
}

.input-wrap:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../images/input-after.png") no-repeat center;
    width: 51px;
    height: 18px;
    right: 70px;
    top: 11px;
}

.input-wrap .input {
    float: left;
    width: 245px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 130%;
    color: #c3c4c6;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    margin-left: -7px;
}

.input-wrap .mic {
    float: right;
    margin-right: -5px;
    width: auto;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 320px) {
    .input-wrap .input {
        width: 215px;
    }
}