.navbar,
.navbar.scrolled,
.dropdown-menu,
.box {
    border: 0 !important
}

@keyframes animRipple {
    to {
        transform: scale(3.5);
        opacity: 0
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes pageloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pageloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    width: 100%;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.428571429;
    background-color: #fff;
    overflow-x: hidden
}

#navbar a {
    color: #777;
    text-decoration: none
}

#navbar a:hover,
#navbar a:focus {
    color: #6a6a6a;
    text-decoration: none
}

#navbar a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#navbar h3 {
    font-size: 15px
}

#navbar h4 {
    font-size: 14px
}

#navbar .center {
    text-align: center
}

#navbar .light {
    font-weight: 300
}

#navbar hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #f0f0f0
}

#navbar hr.line {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

#mm-united .demo-grid {
    background-color: #F8F8F8;
    padding: 15px;
    margin: 5px
}

#mm-united .intro {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    margin-top: -30px;
    text-align: center;
    color: white;
    background: url(../img/intro-bg.jpg) no-repeat top center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

#mm-united .intro .intro-body {
    display: table-cell;
    vertical-align: middle
}

#mm-united .intro .intro-body .brand-heading {
    font-size: 40px
}

#mm-united .intro .intro-body .intro-text {
    font-size: 18px
}

@media (min-width: 768px) {
    #mm-united .intro {
        height: 100vh;
        padding: 0px
    }
    #mm-united .intro .intro-body .brand-heading {
        font-size: 100px
    }
    #mm-united .intro .intro-body .intro-text {
        font-size: 26px
    }
}

#mm-united .form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    width: 30px;
    height: 30px;
    margin: 0;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#mm-united .form-module h2 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1
}

#mm-united .form-module .footer {
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    padding: 15px 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#mm-united .form-module .footer a {
    text-decoration: none
}

#mm-united .form-module[color="default"] .toggle {
    background: #F8F8F8;
    color: #fff
}

#mm-united .form-module[color="default"] h2 {
    color: #F8F8F8
}

#mm-united .form-module[color="default"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="default"] .footer a {
    color: #777
}

#mm-united .form-module[color="inverse"] .toggle {
    background: #F8F8F8;
    color: #fff
}

#mm-united .form-module[color="inverse"] h2 {
    color: #F8F8F8
}

#mm-united .form-module[color="inverse"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="inverse"] .footer a {
    color: #777
}

#mm-united .form-module[color="success"] .toggle {
    background: #5cb85c;
    color: #fff
}

#mm-united .form-module[color="success"] h2 {
    color: #5cb85c
}

#mm-united .form-module[color="success"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="success"] .footer a {
    color: #777
}

#mm-united .form-module[color="info"] .toggle {
    background: #5bc0de;
    color: #fff
}

#mm-united .form-module[color="info"] h2 {
    color: #5bc0de
}

#mm-united .form-module[color="info"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="info"] .footer a {
    color: #777
}

#mm-united .form-module[color="warning"] .toggle {
    background: #f0ad4e;
    color: #fff
}

#mm-united .form-module[color="warning"] h2 {
    color: #f0ad4e
}

#mm-united .form-module[color="warning"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="warning"] .footer a {
    color: #777
}

#mm-united .form-module[color="danger"] .toggle {
    background: #d9534f;
    color: #fff
}

#mm-united .form-module[color="danger"] h2 {
    color: #d9534f
}

#mm-united .form-module[color="danger"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="danger"] .footer a {
    color: #777
}

#mm-united .form-module[color="tertiary"] .toggle {
    background: #1A9299;
    color: #fff
}

#mm-united .form-module[color="tertiary"] h2 {
    color: #1A9299
}

#mm-united .form-module[color="tertiary"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="tertiary"] .footer a {
    color: #777
}

#mm-united .form-module[color="quaternary"] .toggle {
    background: #364559;
    color: #fff
}

#mm-united .form-module[color="quaternary"] h2 {
    color: #364559
}

#mm-united .form-module[color="quaternary"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="quaternary"] .footer a {
    color: #777
}

#mm-united .form-module[color="alert"] .toggle {
    background: #cf0808;
    color: #fff
}

#mm-united .form-module[color="alert"] h2 {
    color: #cf0808
}

#mm-united .form-module[color="alert"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="alert"] .footer a {
    color: #777
}

#mm-united .form-module[color="primary"] .toggle {
    background: #262626;
    color: #fff
}

#mm-united .form-module[color="primary"] h2 {
    color: #262626
}

#mm-united .form-module[color="primary"] .footer {
    background: #F8F8F8;
    color: #777
}

#mm-united .form-module[color="primary"] .footer a {
    color: #777
}

#mm-united figure {
    width: 100%;
    margin: 0
}

#mm-united figure .news {
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff;
    color: #777;
    margin: 10px 1%;
    width: 100%
}

#mm-united figure .news * {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#mm-united figure .news img {
    position: relative;
    max-width: 100%;
    vertical-align: top
}

#mm-united figure .news figcaption {
    position: absolute;
    background-color: #fff;
    top: 110px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px 15px 30px;
    opacity: .9;
    filter: alpha(opacity=90)
}

#mm-united figure .news .date {
    position: absolute;
    top: 15px;
    left: 15px;
    min-height: 48px;
    min-width: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

#mm-united figure .news .date span {
    display: block;
    line-height: 24px
}

#mm-united figure .news .date .month {
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.1)
}

#mm-united figure .news h3,
#mm-united figure .news p {
    margin: 0;
    padding: 0
}

#mm-united figure .news h3 {
    min-height: 50px;
    margin-bottom: 10px;
    margin-left: 60px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.7
}

#mm-united figure .news p {
    margin-bottom: 20px
}

#mm-united figure .news footer {
    position: absolute;
    padding: 0 25px;
    line-height: 30px;
    text-align: right;
    bottom: 0;
    left: 0;
    width: 100%
}

#mm-united figure .news footer>div {
    display: inline-block;
    margin-left: 10px
}

#mm-united figure .news footer i {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px
}

#mm-united figure .news a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

#mm-united figure .news:hover img,
#mm-united figure .news .hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

#mm-united figure[color="default"] .news .date {
    background-color: #F8F8F8;
    color: #777
}

#mm-united figure[color="default"] .news footer {
    background-color: #F8F8F8;
    color: #777
}

#mm-united figure[color="inverse"] .news .date {
    background-color: #F8F8F8;
    color: #777
}

#mm-united figure[color="inverse"] .news footer {
    background-color: #F8F8F8;
    color: #777
}

#mm-united figure[color="success"] .news .date {
    background-color: #5cb85c;
    color: #fff
}

#mm-united figure[color="success"] .news footer {
    background-color: #5cb85c;
    color: #fff
}

#mm-united figure[color="info"] .news .date {
    background-color: #5bc0de;
    color: #fff
}

#mm-united figure[color="info"] .news footer {
    background-color: #5bc0de;
    color: #fff
}

#mm-united figure[color="warning"] .news .date {
    background-color: #f0ad4e;
    color: #fff
}

#mm-united figure[color="warning"] .news footer {
    background-color: #f0ad4e;
    color: #fff
}

#mm-united figure[color="danger"] .news .date {
    background-color: #d9534f;
    color: #fff
}

#mm-united figure[color="danger"] .news footer {
    background-color: #d9534f;
    color: #fff
}

#mm-united figure[color="tertiary"] .news .date {
    background-color: #1A9299;
    color: #fff
}

#mm-united figure[color="tertiary"] .news footer {
    background-color: #1A9299;
    color: #fff
}

#mm-united figure[color="quaternary"] .news .date {
    background-color: #364559;
    color: #fff
}

#mm-united figure[color="quaternary"] .news footer {
    background-color: #364559;
    color: #fff
}

#mm-united figure[color="alert"] .news .date {
    background-color: #cf0808;
    color: #fff
}

#mm-united figure[color="alert"] .news footer {
    background-color: #cf0808;
    color: #fff
}

#mm-united figure[color="primary"] .news .date {
    background-color: #262626;
    color: #fff
}

#mm-united figure[color="primary"] .news footer {
    background-color: #262626;
    color: #fff
}

#mm-united .product-image {
    float: left;
    width: 10%
}

#mm-united .product-details {
    float: left;
    width: 50%
}

#mm-united .product-price {
    float: left;
    width: 14%
}

#mm-united .product-quantity {
    float: left;
    width: 10%
}

#mm-united .product-removal {
    float: left;
    width: 2%
}

#mm-united .product-line-price {
    float: left;
    width: 14%;
    text-align: right
}

#mm-united .group:before,
#mm-united .shopping-cart:before,
#mm-united .column-labels:before,
#mm-united .product:before,
#mm-united .totals-item:before,
#mm-united .group:after,
#mm-united .shopping-cart:after,
#mm-united .column-labels:after,
#mm-united .product:after,
#mm-united .totals-item:after {
    content: '';
    display: table
}

#mm-united .group:after,
#mm-united .shopping-cart:after,
#mm-united .column-labels:after,
#mm-united .product:after,
#mm-united .totals-item:after {
    clear: both
}

#mm-united .group,
#mm-united .shopping-cart,
#mm-united .column-labels,
#mm-united .product,
#mm-united .totals-item {
    zoom: 1
}

#mm-united .product .product-price:before,
#mm-united .product .product-line-price:before,
#mm-united .totals-value:before {
    content: '$'
}

#mm-united .column-labels label {
    font-weight: 600 !important;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0
}

#mm-united .column-labels .product-image,
#mm-united .column-labels .product-details,
#mm-united .column-labels .product-removal {
    text-indent: -9999px
}

#mm-united .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

#mm-united .product .product-image img {
    width: 43px
}

#mm-united .product .product-details .product-title {
    font-weight: 600;
    margin-right: 20px
}

#mm-united .product .product-details .product-description {
    margin: 5px 20px 5px 0
}

#mm-united .product .product-quantity input {
    width: 40px
}

#mm-united .product .remove-product {
    border: 0;
    padding: 3px 8px;
    border-radius: 3px
}

#mm-united .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px
}

#mm-united .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right
}

#mm-united .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right
}

#mm-united .button {
    float: right
}

@media screen and (max-width: 767px) {
    #mm-united .shopping-cart {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #f0f0f0;
    }
    #mm-united .column-labels {
        display: none
    }
    #mm-united .product-image {
        float: right;
        width: auto
    }
    #mm-united .product-image img {
        margin: 0 0 10px 10px
    }
    #mm-united .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto
    }
    #mm-united .product-price {
        clear: both;
        width: 70px
    }
    #mm-united .product-quantity {
        width: 100px
    }
    #mm-united .product-quantity input {
        margin-left: 20px
    }
    #mm-united .product-quantity:before {
        content: 'x'
    }
    #mm-united .product-removal {
        width: auto
    }
    #mm-united .product-line-price {
        float: right;
        width: 70px
    }
.min_testi_con .owl-theme .owl-controls{
	bottom: -69px;
}
.min_testi_con a.tour_btn {
    margin-top: 0px;
    position: absolute;
    right: 0;
    bottom: -49px;
    left: 0;
    width: 190px;
}


}

@media screen and (max-width: 350px) {
    #mm-united .product-removal {
        float: right
    }
    #mm-united .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px
    }
    #mm-united .product .product-line-price:before {
        content: 'Item Total: $'
    }
    #mm-united .totals .totals-item label {
        width: 60%
    }
    #mm-united .totals .totals-item .totals-value {
        width: 40%
    }
}

#mm-united .remove-product[color="default"] {
    color: #777;
    background-color: #F8F8F8
}

#mm-united .remove-product[color="default"]:hover {
    background-color: #dfdede
}

#mm-united .remove-product[color="inverse"] {
    color: #777;
    background-color: #F8F8F8
}

#mm-united .remove-product[color="inverse"]:hover {
    background-color: #dfdede
}

#mm-united .remove-product[color="success"] {
    color: #fff;
    background-color: #5cb85c
}

#mm-united .remove-product[color="success"]:hover {
    background-color: #449d44
}

#mm-united .remove-product[color="info"] {
    color: #fff;
    background-color: #5bc0de
}

#mm-united .remove-product[color="info"]:hover {
    background-color: #31b0d5
}

#mm-united .remove-product[color="warning"] {
    color: #fff;
    background-color: #f0ad4e
}

#mm-united .remove-product[color="warning"]:hover {
    background-color: #ec971f
}

#mm-united .remove-product[color="danger"] {
    color: #fff;
    background-color: #d9534f
}

#mm-united .remove-product[color="danger"]:hover {
    background-color: #c9302c
}

#mm-united .remove-product[color="tertiary"] {
    color: #fff;
    background-color: #1A9299
}

#mm-united .remove-product[color="tertiary"]:hover {
    background-color: #13686d
}

#mm-united .remove-product[color="quaternary"] {
    color: #fff;
    background-color: #364559
}

#mm-united .remove-product[color="quaternary"]:hover {
    background-color: #232c39
}

#mm-united .remove-product[color="alert"] {
    color: #fff;
    background-color: #cf0808
}

#mm-united .remove-product[color="alert"]:hover {
    background-color: #9e0606
}

#mm-united .remove-product[color="primary"] {
    color: #fff;
    background-color: #262626
}

#mm-united .remove-product[color="primary"]:hover {
    background-color: #0d0c0c
}


/*# sourceMappingURL=demo.min.css.map */