body {
    background-color: #f8f9f9;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: rgba(15, 21, 26, 1);
    font-weight: 500;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a,
a:focus {
    color: rgba(15, 21, 26, 1);
    outline: none;
    transition: all 0.15s ease;
}

a:hover,
a.link {
    text-decoration: none;
    color: #fe003a;
}

a:focus {
    text-decoration: none;
}

a.link {
    font-size: 16px;
}

a.link:hover {
    border-bottom: 1px solid #fe003a;
}

input,
select,
textarea,
button,
a.butt {
    background-color: #fff;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: inset 0 1px 3px #ddd;
    transition: all 0.15s ease;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid rgba(15, 21, 26, 1);
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

button,
a.butt {
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
    border: 0;
    box-shadow:  none;
}

button:hover,
a.butt:hover {
    background-color: #fe003a;
}

input[type="checkbox"],
button,
a.butt {
    width: auto;
}

input[disabled] {
    cursor: not-allowed!important;
    opacity: 0.8;
}

textarea {
    resize: vertical;
    min-height: 150px;
}

.hhero {
    background-color: rgba(15, 21, 26, 0.9);
    padding: 120px 0;
    color: #fff;
}

.hhero h2 {
    background: rgba(15, 21, 26, 0.2);
    line-height: 42px;
    margin-top: 10px;
}

.hhero h2 b {
    padding: 0 10px;
    color: #fe003a;
    font-style: italic;
}

.hhero .hhero-image {
    position: absolute;
    max-width: 430px;
    left: 0;
}

.button, button {
    display: inline-block;
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
    padding: 0 10px;
    line-height: 50px;
    border: 0;
}

.hhero .button i, .button i, button i {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-right: 10px;
}

.button:hover, .button:focus, .button:active, button:hover, button:focus, button:active {
    display: inline-block;
    background-color: #fe003a;
    color: #fff;
}

.button.big-button {
    line-height: 50px;
    font-size: 16px;
}

.htext {
    line-height: 40px;
    font-style: italic;
}

.main-nav-container {
    background: #fff;
}

.main-nav li {
    display: inline-block;
}

.main-nav li.mc-color a {
    color: #fe003a;
}

.main-nav li > a {
    display: block;
    padding: 0 12px;
    line-height: 40px;
    color: rgba(15, 21, 26, 1);
    font-size: 14px;
    font-weight: 600;
}

.main-nav li.mc-color > a:hover,
.main-nav li.mc-color.active > a {
    background-color: #fe003a;
    color: #fff;
}

.main-nav li > a:hover,
.main-nav li.active > a {
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
}

.hwa {
    background-color: #f2f2f2;
    padding: 50px 0;
}

.hwa section h2 {
    margin: 0 0 20px 0;
    padding: 0;
}

.d-table {
    display: table;
    width: 100%;
}

.d-table > .dt-col:first-child {
    padding-right: 10px;
}

.dt-col {
    display: table-cell;
    vertical-align: middle;
}

.logo > img {
    max-height: 100px;
}

.items,
.features,
.demos {
    padding: 120px 0;
}

.items h2,
.features h2,
.demos h2 {
    line-height: 42px;
    margin: 0 0 30px 0;
    padding: 0;
}

.items section h3,
.features section h3 {
    color: #fe003a;
    margin-top: 0;
    padding-top: 0;
}

.features .icon-preview {
    position: absolute;
    top: 20%;
    left: -5%;
    color: #fe003a;
    font-size: 60px;
    opacity: 0.05;
}

.demos section > img {
    width: 100%;
}

.items-list .item .item-preview {
    position: relative;
}

.items-list .item {
    border: 1px solid rgba(15, 21, 26, 1);
    padding: 10px;
}

.items-list .item .item-preview > img {
    float: left;
}

.items-list .item .item-preview > section {
    padding-left: 90px;
}

.items-list .item .item-preview > section > h3 {
    color: #fe003a;
}

.items-list .item .item-link > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
}

.items-list .item .item-link > .price {
    font-size: 24px;
}

footer {
    background-color: rgba(15, 21, 26, 0.9);
    padding: 20px 0;
    color: #fff;
}

footer .footer-links li {
    display: inline-block;
    line-height: 30px;
}

footer .footer-links li:not(:last-child):after {
    display: inline-block;
    content: " / ";
    margin: 0 10px;
}

footer .footer-links li a {
    color: #fff;
}

footer .footer-links li a:hover {
    color: #fe003a;
}

.error-404 {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.inline-ul-list li {
    display: inline-block;
}

.inline-ul-list li:not(:last-child) {
    margin-right: 20px;
}

.menu-top-links {
    background-color: rgba(15, 21, 26, 0.8);
    padding: 8px 0;
    color: #e5e5e5;
    font-size: 12px;
}

.menu-middle-links {
    background-color: rgba(15, 21, 26, 0.9);
    color: #fff;
}

.menu-middle-links img {
    max-width: 200px;
    max-height: 150px;
}

.menu-middle-links .row, footer.main .row {
    padding: 40px 0;
}

.menu-middle-links .button,
.icon-button {
    display: inline-block;
    height: 44px;
    border: 2px solid rgba(15, 21, 26, 1);
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.15s ease;
}

.menu-middle-links .button span,
.icon-button span {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
}

.icon-button span {
    color: rgba(15, 21, 26, 1);
}

.menu-middle-links .button i,
.icon-button i {
    display: inline-block;
    float: left;
    background-color: rgba(15, 21, 26, 1);
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.15s ease;
}

.icon-button.icon-border i {
    border-right: 1px solid transparent;
}

.icon-button.icon-border:hover i {
    border-right: 1px solid rgba(15, 21, 26, 1);
}

.menu-middle-links .button img,
.icon-button img {
    float: left;
    height: 40px;
    max-width: 40px;
}

.menu-middle-links .button:hover,
.icon-button:hover {
    background-color: #fe003a;
    border: 2px solid #fe003a;
}

.menu-middle-links .button:hover i,
.icon-button:hover i {
    background-color: #fe003a;
    transition: all 0.15s ease;
}

.icon-button:hover span {
    color: #fff;
}

 .success, .alert, .warning {
    color: #fff;
    padding: 12px 10px;
    margin-bottom: 15px;
}

.alert {
    background-color: #fcffe9;
    color: rgba(15, 21, 26, 1);
}

.success {
    background-color: #dff0d8;
    color: #3c763d;
}

.warning {
    background-color: #f2dede;
    color: #a94442;
}

.bgtransparent {
    background-color: transparent;
}

.last-download {
    margin-top: 30px;
}

.last-download > span {
    display: inline-block;
    background: rgba(15, 21, 26, 0.2);
    padding: 10px 15px;
    color: #fe003a;
    margin-left: 10px;
}

.owl-carousel .item {
    padding: 0 30px;
    font-size: 16px;
    font-style: italic;
}

.owl-carousel .item:before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    content: '\f10d';
    opacity: 0.1;
}

.owl-carousel .item .testimonial-author {
    margin-top: 15px;
    font-size: 14px;
    font-style: normal;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 40px;
    transition: all 0.15s ease;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    opacity: 0.5;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(15, 21, 26, 1);
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.1;
}

.owl-nav .owl-prev:not(.disabled):hover,
.owl-nav .owl-next:not(.disabled):hover,
.owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-nav .owl-prev {
    top: 0;
    left: -20px;
}

.owl-nav .owl-next {
    top: 0;
    right: -20px;
}

/* MOBILE VIEW & THEME MANDATORY */

@media only screen and (max-width : 992px) {

.push-left, .push-right {
    position: relative;
}

.features-list > .row {
    margin-bottom: 0!important;
}

.features .feature {
    margin-bottom: 20px;
}

.features .feature > i {
    display: none;
}

}

@media only screen and (max-width : 768px) {

.htext {
    display: none;
}

.logo > img {
    max-height: 40px;
}

.d-table > .dt-col:first-child {
    vertical-align: top;
}

.hhero .hhero-image {
    position: relative;
    max-width: 250px;
}

.icon-button {
    margin-left: 0;
    margin-bottom: 5px;
}

.icon-button span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.mobile_view {
    display: none;
}

}