*,
p,
ul {
    margin: 0;
}

.breadcrumb,
li {
    list-style: none;
}

.breadcrumb li a,
.upper {
    text-transform: uppercase;
}

.breadcrumb li a,
.toast-message a:hover,
a,
a:focus,
a:hover {
    text-decoration: none;
}

* {
    padding: 0;
    outline: 0;
    border: none;
}

body {
    font-size: 13px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-color: #f6f6f6;
}

a {
    display: block;
    color: #333;
}

a:focus,
a:hover {
    color: #910d10;
}

img {
    max-width: 100%;
}

.editor a {
    display: initial !important;
}

.editor img {
    max-height: 100% !important;
}

.header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    background: #910D10;
    width: 100%;
    transition: .5s all;
    z-index: 999;
}

.header.scroll {
    position: fixed;
    background: #910D10;
    border-bottom: 1px solid #ccc;
}

.header .navbar {
    background: 0 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.header .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: color .5s ease;
}

.header.scroll .navbar-nav>li {
    padding: 4px 0;
}

.header .navbar-default .navbar-nav>li>a.active,
.header .navbar-default .navbar-nav>li>a:hover {
    color: #910d10;
}

.header .navbar-brand img {
    width: 140px;
    display: block;
}

.header .navbar-brand h4 {
    margin: 10px 0;
    display: none;
    color: #fff;
}

.header.scroll .navbar-brand img {
    display: none;
}

.header.scroll .navbar-brand h4 {
    display: block;
    transition: color .5s ease
}

.header.scroll .navbar-brand h4:hover {
    color: #910d10;
}

.header .container-fluid,
.header .navbar-default .navbar-collapse,
.header .navbar-default .navbar-form {
    padding: 0
}

.header .navbar-nav>li {
    position: relative;
    padding: 20px 0;
}

.header .navbar-nav>li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    display: none;
    min-width: 200px;
    z-index: 99;
}

.header .navbar-nav>li:hover ul.sub-menu {
    display: block;
}

.header .navbar-nav>li ul.sub-menu li a {
    padding: 10px 15px;
    border-bottom: 1px dashed #ccc;
}

.header .navbar-nav>li ul.sub-menu li:hover {
    background-color: whitesmoke;
}

.header .navbar-nav>li ul.sub-menu li:last-child a {
    border: 0;
}

.header .navbar-default .navbar-nav>li>a {
    color: white;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    font-weight: bold;
}

.header .navbar-default .navbar-nav>li>a>.fa-caret-down {
    margin-left: 10px;
}

.header .navbar-default .navbar-nav>li>a.active,
.header .navbar-default .navbar-nav>li>a:hover {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
}

.header .navbar-brand {
    padding: 7px 15px;
}

.header .navbar-brand img {
    width: 100px;
}

#footer,
#footer a {
    background-color: #166d38;
    color: #fff;
}

#footer .foot {
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #910d10;
    padding: 10px 0;
    position: relative;
}

#footer .foot p {
    font-size: 1.1em;
    text-align: center;
}

#footer .foot ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

#footer .foot .social {
    position: absolute;
    right: 0;
    top: 28px;
}

#footer .foot .online li {
    font-size: 0.8em;
}

#footer .foot .online li span {
    color: #910d10;
}

#footer .foot ul li {
    margin-left: 30px;
}

#footer a {
    color: #fff;
    transition: color .5s ease;
}

#footer a:hover {
    color: #910d10;
}

#footer .head {
    padding: 0px;
    overflow: hidden;
}

#footer .head [class*=col-]:first-child {
    padding-left: 0;
}

#footer .head [class*=col-]:last-child {
    padding-right: 0;
}

#footer .head .title-foot {
    font-size: 1.5em;
    color: white;
    border-bottom: 2px solid #910d10;
    padding: 5px 0;
    margin: 10px 0;
}

#footer .head h5.title-foot {
    padding: 17px 0 18px 0;
    font-size: 1.2em;
}

#footer .head p {
    margin-bottom: 10px;
}

#footer .foot .online {
    width: 100%;
}

#home-breadcrumb {
    margin: 30px 0 0;
}

#home-breadcrumb h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 20px;
}

.breadcrumb {
    padding: 0;
    overflow: hidden;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>li+li:before {
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.active a {
    background: #2c394c;
    border-bottom: 1px solid #2c394c;
}

.breadcrumb li.completed a {
    background: brown;
    background: hsla(153, 57%, 51%, 1);
}

.breadcrumb li.active a:after,
.breadcrumb li.completed a:after {
    border-left: 30px solid #2c394c;
}

.breadcrumb li a {
    color: #fff;
    padding: 10px 0 10px 45px!important;
    position: relative;
    display: block;
    float: left;
    background-color: #910d10;
}

.breadcrumb li a:after,
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
}

.breadcrumb li a:hover,
.breadcrumb li:last-child a:hover {
    background: #2c394c;
}

.breadcrumb li a:after {
    border-left: 30px solid #910d10;
    z-index: 2;
}

.breadcrumb li a:before {
    border-left: 30px solid #fff;
    margin-left: 1px;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 10px!important
}

.breadcrumb li a:hover:after,
.breadcrumb li:last-child a:hover:after {
    border-left-color: #2c394c!important
}

.breadcrumb li a i {
    font-size: 1.2em;
    margin-right: 10px;
    margin-top: 2px;
}

#breadcrumb {
    float: left;
    width: 100%;
    margin-top: -2px;
    background-color: #910d10;
}

.pagination {
    width: 100%;
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
}

.pagination li a,
.pagination li span,
.pagination li:first-child a,
.pagination li:first-child span {
    color: #fff!important;
    background-color: #888 !important;
    transition: background-color .5s ease
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li:first-child a:hover,
.pagination li:first-child span:hover {
    background-color: #910d10 !important;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #910d10 !important;
}

.pagination>li {
    display: inline-block;
    margin-right: 10px;
}

section {
    margin: 30px 0;
}

.title a {
    color: #333;
    transition: color .5s ease;
}

.title a:hover {
    color: #910d10;
}

.title-1,
.title-1:hover {
    color: #333;
}

.title-1 {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    font-size: .9em;
    margin-bottom: 20px;
}

.title-1:after,
.title-1:before {
    content: '';
    display: block;
    height: 3px;
}

.title-1:after {
    margin: 12px auto auto;
    width: 33%;
    background: #910d10;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    z-index: 2;
}

.item img,
.title-1:hover:after {
    width: 100%;
}

.title-1:before {
    margin: auto;
    width: 100%;
    background: #c5c5c5;
    bottom: 3px;
    position: absolute;
    z-index: 1;
}

.title-2 {
    font-size: 1.6em
}

.title-3 a {
    font-size: .9em;
    line-height: 1.3em;
}

.btn-vtech {
    background: #910d10;
    border: 1px solid #910d10!important;
    border-radius: 0;
    padding: 8px 25px;
    transition: background .5s ease, color .5s ease;
}

.btn-vtech:hover {
    background: #fff;
    color: #910d10;
}

.btn-top {
    position: fixed;
    right: 1px;
    bottom: 1px;
    z-index: 1000;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.btn-top i {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #fff;
    z-index: 2;
}

.btn-top:after {
    top: 19%;
    left: 19%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent transparent transparent #910d10;
    border-width: 40px;
}

.box-content .item-feature {
    position: relative;
}

.box-content .item-feature .price {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(145, 13, 16, 0.7);
    padding: 7px 10px;
    color: #fff;
    font-size: 1.2em;
    z-index: 3;
}

.box-content .item-container {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 26px -4px rgba(0, 0, 0, .29);
    -moz-box-shadow: 0 4px 26px -4px rgba(0, 0, 0, .29);
    box-shadow: 0 4px 26px -4px rgba(0, 0, 0, .29);
    margin-bottom: 30px;
    overflow: hidden;
}

.box-content .desc {
    float: left;
    width: 100%;
    padding: 3px 20px 20px;
}

.box-content .desc p {
    color: #910D10;
    font-size: 1.1em;
}

.box-content .desc i {
    color: #910D10;
}

.item-feature img,
.item-feature:hover img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.item-feature:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
}

.opacity {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.opacity .actions a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #910d10;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin: 5px;
}

.item-feature:hover .opacity {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-news .item-feature:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: none;
}

.phonering-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: -55px;
    bottom: -55px;
    display: block;
}

.phonering-alo-phone.phonering-alo-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.phonering-alo-ph-circle,
.phonering-alo-ph-circle-fill {
    border-radius: 100%!important;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    position: absolute;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
    opacity: 1;
}

.phonering-alo-ph-circle {
    width: 110px;
    height: 110px;
    top: 30px;
    left: 30px;
    background-color: transparent;
    border: 2px solid #bfebfc;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #baf5a7;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #bfebfc;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5;
}

.phonering-alo-ph-circle-fill {
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-color: #000;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    background-color: #00aff2;
    opacity: .75 !important;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    background-color: #baf5a7;
    opacity: .75 !important;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    background-color: #a6e3fa;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    background-color: #ccc;
    opacity: .75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important;
}

.phonering-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 60px;
    left: 60px;
    position: absolute;
    border-radius: 100%!important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-ph-img-circle .pps-btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1em;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75eb50;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0%,
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0%,
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0%,
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@keyframes phonering-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4em;
}

.toast-message a,
.toast-message label {
    color: #fff;
}

.toast-message a:hover {
    color: #ccc;
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    bottom: 2px;
    left: 5px;
}

.toast-top-right {
    top: 85px;
    right: 5px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 2px;
    left: 5px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

#toast-container>div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    -moz-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

#toast-container>:hover {
    -webkit-box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: .5em;
    margin: auto .5em auto -1.5em;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto;
}

.toast {
    background-color: #030303;
}

.toast-white {
    background-color: #fff !important;
}

.toast-snow {
    background-color: #fbfbfb !important;
}

.toast-whitesmoke {
    background-color: #f5f5f5 !important;
}

.toast-seashell {
    background-color: #f3f3f3 !important;
}

.toast-ivory {
    background-color: #eee !important;
}

.toast-platinum {
    background-color: #e5e5e5 !important;
}

.toast-lightgray {
    background-color: #d0d0d0 !important;
}

.toast-gray {
    background-color: #ccc !important;
}

.toast-darkgray {
    background-color: #999 !important;
}

.toast-silver {
    background-color: #777 !important;
}

.toast-sonic-silver {
    background-color: #737373 !important;
}

.toast-storm-cloud {
    background-color: #666 !important;
}

.toast-lightcarbon {
    background-color: #555 !important;
}

.toast-carbon {
    background-color: #444 !important;
}

.toast-slate-gray {
    background-color: #333 !important;
}

.toast-darkcarbon {
    background-color: #262626 !important;
}

.toast-blue {
    background-color: #5db2ff !important;
}

.toast-info {
    background-color: #57b5e3 !important;
}

.toast-sky {
    background-color: #11a9cc !important;
}

.toast-primary {
    background-color: #4374e0 !important;
}

.toast-blueberry {
    background-color: #6f85bf !important;
}

.toast-palegreen {
    background-color: #a0d468 !important;
}

.toast-success {
    background-color: #53a93f !important;
}

.toast-green {
    background-color: #8cc474 !important;
}

.toast-lightyellow {
    background-color: #f6d52e !important;
}

.toast-yellow {
    background-color: #ffce55 !important;
}

.toast-warning {
    background-color: #f4b400 !important;
}

.toast-gold {
    background-color: #f9b256 !important;
}

.toast-orange {
    background-color: #fb6e52 !important;
}

.toast-lightred {
    background-color: #e46f61 !important;
}

.toast-darkorange {
    background-color: #ed4e2a !important;
}

.toast-red {
    background-color: #df5138 !important;
}

.toast-danger {
    background-color: #d73d32 !important;
}

.toast-pink {
    background-color: #e75b8d !important;
}

.toast-darkpink {
    background-color: #cc324b !important;
}

.toast-magenta {
    background-color: #bc5679 !important;
}

.toast-purple {
    background-color: #7e3794 !important;
}

.toast-maroon {
    background-color: #981b48 !important;
}

h3.animation {
    margin: 0 0 30px;
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 10px;
}

h3.animation span {
    border-bottom: 4px solid #910d10;
    position: relative;
    top: -3px;
    padding-bottom: 10px;
    padding-right: 20px;
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #footer .head [class*=col-]:nth-child(1),
    #footer .head [class*=col-]:nth-child(2) {
        min-height: 375px;
    }
    #footer .head {
        padding: 0 0 30px;
    }
}

@media (max-width: 870px) {
    .header .navbar-brand img,
    .header.scroll .navbar-brand img {
        margin-top: -5px;
        width: 110px;
    }
}

@media (max-width: 767px) {
    #home-flexslider {
        min-height: auto !important;
    }
    #home-feature h1 {
        margin: 0 !important;
    }
    .header .navbar-brand {
        padding: 15px;
    }
    .header .navbar-brand img,
    .header.scroll .navbar-brand img {
        margin-top: -8px;
        width: 75px;
    }
    .header .navbar-default .navbar-nav>li>a.active,
    .header .navbar-default .navbar-nav>li>a:hover {
        border: 0 !important;
        /*color: #910d10 !important;*/
    }
    .header .navbar-nav>li ul.sub-menu {
        position: relative;
    }
    .header .navbar-nav>li {
        padding: 0 !important;
    }
    #footer .foot .social {
        position: relative;
        width: 100%;
        margin: 0 0 30px 0;
    }
    #footer .foot p {
        margin-top: 15px;
    }
    body {
        font-size: 12px;
    }
    .header {
        position: relative;
        /* background: #2c394c; */
        border-bottom: 1px solid #ccc
    }
    .header .navbar-header {
        padding: 0 0 6px
    }
    .header .navbar-default .navbar-toggle {
        margin-top: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #910d10;
        border: 1px solid #fff;
    }
    .header .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header .navbar-nav {
        margin: 0;
    }
    .header .navbar-default .navbar-nav>li:last-child>a,
    .header.scroll .navbar-default .navbar-nav>li:last-child>a {
        border: 0;
    }
    .title-1 {
        font-size: .7em;
    }
    #footer .head .title-foot,
    #home-contact h3,
    .title-2 {
        font-size: 1.3em;
    }
    #footer .head [class*=col-]:nth-child(odd) {
        padding-left: 0;
    }
    #footer .head [class*=col-]:nth-child(even) {
        padding-right: 0;
    }
    #home-contact {
        padding: 15px 0 !important;
    }
    #home-contact h1 {
        font-size: 2em;
        margin: 0;
    }
    #breadcrumb {
        background-color: transparent;
    }
    .breadcrumb li {
        float: left;
        overflow: hidden;
        width: 100%;
        margin: 1px;
    }
    .breadcrumb li:not(:first-child):not(:last-child) {
        display: none !important;
    }
    .breadcrumb li.active a>span {
        width: 250px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .breadcrumb li a {
        background: #2c394c!important;
        border-bottom: 0 !important;
    }
    .breadcrumb li a:after {
        border-left: 30px solid #2c394c;
    }
}

@media (max-width: 480px) {
    .item {
        width: 100%;
        padding: 0;
    }
    #footer .head [class*=col-] {
        width: 100%;
        min-height: auto !important;
        padding: 0;
    }
    .cjsc-well {
        margin: 20px 0 0 !important;
        padding: 20px 0 !important;
        font-size: 1.6em !important;
    }
}