@charset "UTF-8";
    @import url(font-awesome.min.css);
     @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
    @import url(font-awesome.min.css);
    body, html {
    height: 100%}
body {
    font-family: 'Roboto Condensed',  sans-serif ;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #1f1f1f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed',  sans-serif;
    text-transform: inherit;
}
.sub-t {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    color: #f8773a;
}
.sub-t-2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    color: #f8773a;
}
.l1 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600!important;
    font-size: 2.5rem;
    color: #f8773a;
}
.l2 {
    position: relative;
    margin-top: -7px;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.l3 {
    font-size: 1.5rem;
}
.l5 {
    font-size: 1.25rem;
}
.l6 {
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.fl {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 21px 0 0;
    position: relative;
    padding-bottom: 10px;
}
.pd-r {
    padding-top: 1.5%;
    padding-bottom: 5%}
.pd-b {
    padding-bottom: 5%}
.tl {
    position: relative;
    margin-top: -7px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.cta-t {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.uper {
    text-transform: uppercase!important;
    cursor: pointer;
}
.orange {
    color: #f7812e;
}
a, a:active, a:hover, a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.section-title h2 {
    position: relative;
    margin-top: -7px;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.section-title h1:before {
    content: " ";
    position: absolute;
    bottom: -79px;
    left: 15%;
    width: 50px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title h2:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #f8773a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title.text-left h2 {
    text-align: left;
}
.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.section-title span {
    color: #288feb;
}
.bg--lightgray {
    background-color: #f0f5f6;
}
.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg--overlay {
    position: relative;
    z-index: 0;
}
.bg--overlay:before {

}
a.btn {
    font-weight: 400;
}
a.btn-custom {
    background-color: #f7812e;
    border-radius: 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-orange {
    background-color: #f7812e;
    border-radius: 10px;
    border: 1.5px solid #f7812e;
    border: 1.5px solid #5a6063;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-orange:hover {
    background-color: #5a6063;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
}
a.btn-custom-demo {
    background-color: #f7812e;
    border-radius: 10px;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%}
a.btn-custom-demo:hover {
    background-color: #f8773a;
    border-radius: 10px;
    color: #fff;
    border: 1.5px solid #f8773a;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-orange:focus {
    background-color: #fff;
    border-radius: 4px;
    color: #f7812e;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-blue {
    background-color: #fff;
    border-radius: 10px;
    border: 1.5px solid #f8773a;
    color: #f8773a;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
    font-size: 12px;
    padding-left: 30%;
    padding-right: 30%}
a.btn-custom-blue:hover {
    background-color: #5a6063;
    border-radius: 10px;
    color: #fff;
    border: 1.5px solid #5a6063;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-blue:focus {
    background-color: #fff;
    border-radius: 10px;
    color: #f7812e;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 1.5px solid #fff00;
}
a.btn-custom-tab {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 1.5px solid #f7812e;
    color: #f7812e;
}
a.btn-custom-tab:hover {
    color: #fff;
    background-color: #f7812e;
    box-shadow: none;
}
a.btn-custom-tab:focus {
    color: #fff;
    background-color: #f7812e;
    box-shadow: none;
}
a.btn-custom.btn-md {
    padding: 9px 10px;
    font-size: 13px;
    background-color: #049dbf;
    border-radius: 7px;
    line-height: .5;
    margin: 0 .2%;
    text-transform: inherit;
}
a.btn-custom:focus, a.btn-custom:hover {
    color: #fff;
    background-color: #f8773a;
    box-shadow: none;
}
a.btn-custom-reverse {
    background-color: #288feb;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom-reverse:focus, a.btn-custom-reverse:hover {
    color: #fff;
    background-color: #202736;
    box-shadow: none;
}
a.btn-custom-reverse.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
}
.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>span, .pagination>li.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #288feb;
    border-color: #288feb;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
.t-top {
    font-size: 14px!important;
    text-transform: none!important;
    padding-right: 10px!important;
}
#fakeLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8773a!important;
    z-index: 99999;
}
#backToTop {
    position: fixed;
    right: 29.5px;
    bottom: 98px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
body.scrolling #backToTop {
    opacity: 1;
}
#promo {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: #288feb;
    border: 0;
    border-radius: 0;
    text-align: center;
}
#promo button.close {
    float: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100;
    opacity: 1;
}
#promo p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    vertical-align: middle;
}
#promo a.btn {
    margin: 0 15px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    background-color: #fff;
    color: #288feb;
}
#promo a.btn:hover {
    background-color: #202736;
    color: #fff;
}
#primaryMenu {
    margin: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f8773a;
    z-index: 1;
}
#primaryMenu .navbar-toggle {
    border-color: #288feb;
}
#primaryMenu .navbar-toggle .icon-bar {
    background-color: #288feb;
}
.primary-social-menu-links {
    margin-right: 0;
}
.primary-menu-links li a, .primary-social-menu-links a {
    color: #fff;
}
.primary-menu-links>li>a {
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-transform: uppercase;
}
#primaryMenu .nav>li>a:focus, #primaryMenu .nav>li>a:hover {
    background-color: transparent;
    color: #288feb;
}
.primary-social-menu-links li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.primary-social-menu-links li:last-child>a {
    padding-right: 0;
}
ul.primary-menu-links>li>span {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-top: 11px;
    margin-right: 25px;
}
ul.primary-menu-links>li .fa {
    margin-right: 11px;
}
#secondaryMenu {
    margin-bottom: 0;
    border-radius: 0;
    border-style: solid;
    border: 0;
    background-color: #5a6063;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}
.is-sticky #secondaryMenu {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .35);
}
#secondaryMenu .navbar-toggle {
    border-color: #288feb;
}
#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #288feb;
}
#secondaryMenu a.navbar-brand {
    display: block;
    padding: 21px 0;
    margin-top: 0;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}
#secondaryMenu a.navbar-brand span {
    color: #288feb;
}
.na-top {
    background-color: #5a6063;
    color: #fff;
}
.na-top:hover {
    display: block;
    background-color: #f8773a;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.na-top-mob {
    background-color: #5a6063;
    color: #fff;
    width: 100%;
    text-align: left;
}
.na-top:hover {
    background-color: #f8773a;
    color: #5a6063;
    width: 100%;
    text-align: left;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.secondary-menu-links li a {
    color: #fff;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px;
}
.secondary-menu-links .open>a, .secondary-menu-links .open>a:focus, .secondary-menu-links .open>a:hover, .secondary-menu-links li a:focus, .secondary-menu-links li a:hover, .secondary-menu-links li.active>a, .secondary-menu-links li.active>a:hover {
    color: #fff;
    background-color: #f8773a;
    border-color: #f8773a00;
}
.secondary-menu-links li:hover>.dropdown-menu {
    display: block;
    min-width: 200px;
    margin-left: -118px;
}
.secondary-menu-links li .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.secondary-menu-links li .dropdown-menu li a {
    padding: 7px 14px;
    line-height: 21px;
    display: block;
}
.nav-link {
    display: block;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.nav-link:hover {
    outline: 0;
    border: 0;
    display: block;
    background-color: #f8773a;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.menu-toggle-btn {
    float: right;
    padding: 34px 0 30px;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: initial;
    border: 0;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    outline: 0;
    float: right;
    padding: 34px 0 30px;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: initial;
    border: 0;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    outline: 0;
}
#secondaryMenu button.menu-toggle-btn:focus, #secondaryMenu button.menu-toggle-btn:hover {
    color: #03a9f4;
    box-shadow: none;
    outline: 0;
}
.off-canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    margin-right: -240px;
    background-color: #5a6063;
    z-index: 99991;
    -webkit-transition: margin .4s;
    transition: margin .4s;
    overflow: auto;
}
.off-canvas-menu.menu-open {
    margin-right: 0;
}
.off-canvas-menu-logo a {
    display: block;
    margin-top: 26px;
    margin-bottom: 22px;
    color: #202736;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: -42px;
}
.off-canvas-menu-logo span {
    color: #fff;
}
.logo-w {
    width: 8em;
}
.off-canvas-menu-overlay {
    content: " ";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #303030;
    opacity: .6;
    width: 100%;
    height: 120%;
    z-index: 999;
}
.menu-open+.off-canvas-menu-overlay {
    display: block;
}
.off-canvas-menu--close-btn {
    position: absolute;
    top: 15px;
    right: -2px;
    margin: 15px;
    padding: 0;
    color: #f8773a;
    background: 0;
    border: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    -webkit-transition: .45s;
    transition: .45s;
}
.off-canvas-menu--close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.off-canvas-menu ul.nav {
    margin-bottom: 30px;
}
.off-canvas-menu>.nav>li {
    overflow: hidden;
}
.off-canvas-menu .nav li a {
    background: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 0;
    position: relative;
    color: #fff;
    white-space: normal;
    text-transform: initial;
}
.off-canvas-menu .nav>li.active>a, .off-canvas-menu .nav>li.active>a:focus, .off-canvas-menu .nav>li.active>a:hover {
    color: #288feb;
    background-color: #fff;
}
.off-canvas-menu>.nav>li>a>i.fa {
    margin-right: 5px;
}
.off-canvas-menu .dropdown-menu {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.off-canvas-menu .dropdown-menu li a {
    padding: 10px 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.off-canvas-menu .dropdown-menu li a i.fa {
    margin: 0 0 0 10%}
.off-canvas-menu .nav li .dropdown-menu li a:focus, .off-canvas-menu .nav li .dropdown-menu li a:hover, .off-canvas-menu .nav li .dropdown-menu li.active a {
    background-color: #049dbf;
}
.off-canvas-menu .nav li a, .off-canvas-menu .nav li a:focus, .off-canvas-menu .nav li a:hover {
    background-color: transparent;
}
.off-canvas-menu .nav li.open .dropdown-menu, .off-canvas-menu .nav li.opened .dropdown-menu {
    display: block;
}
.off-canvas-menu .nav li a i.fa-plus {
    margin-left: 10px;
    font-size: 10px;
}
.off-canvas-menu .nav li.open a i.fa-plus:before {
    content: "\f068"}
a.login-button.btn.btn-default {
    display: block;
    margin: 0 auto;
    width: 95px;
    margin-bottom: 30px;
    color: #288feb;
    background-color: #fff;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
a.login-button.btn.btn-default:focus, a.login-button.btn.btn-default:hover {
    box-shadow: none;
}
#pageTitle .section-title h2 {
    color: #fff;
    margin: 26px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    word-wrap: break-word;
}
#pageTitle .section-title h2:before {
    display: none;
}
#pageTitle .breadcrumb {
    margin: 30px 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    text-align: right;
}
#pageTitle .breadcrumb li+li:before {
    content: "\f105";
    font-family: FontAwesome;
}
#pageTitle .breadcrumb li:nth-child(2):before {
    display: none;
}
#pageTitle .breadcrumb li:first-child span {
    margin-right: 5px;
}
#pageTitle .breadcrumb li.active, #pageTitle .breadcrumb li:before {
    color: #fff;
}
#pageTitle .breadcrumb li.active {
    font-weight: 500;
}
#pageTitle .breadcrumb li a {
    -webkit-transition: color .25s;
    transition: color .25s;
}
#pageTitle .breadcrumb li a:hover {
    color: #303030;
}
#banner {
    position: relative;
}
#banner #tubular-container, #banner #tubular-shield {
    z-index: -2;
}
#banner #tubular-container {
    top: 0;
    left: 0;
}
.banner-text {
    color: #1f1f1f;
}
.banner-item {
    padding: 80px 0;
    color: #f8773a;
}
.banner-item>.container, .banner-item>.container>.row, .banner-item>.container>.row>div {
    height: 100%}
.banner-item[data-bg-video]:before {
    opacity: .9;
}
.banner-item-content h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
}
.banner-item-content h1 span {
    display: block;
    font-size: 48px;
    font-weight: 800;
}
.banner-item-content p {
    margin-bottom: 24px;
    font-weight: 400;
}
.banner-item-content .btn:hover {
    color: #fff;
    background-color: #5a6063;
    border: 1.5px solid #5a6063;
}
.owl-item.active .banner-item-content h1 {
    -webkit-animation: fadeInUp 1s ease-out 0;
    animation: fadeInUp 1s ease-out 0;
}
.owl-item.active .banner-item-content a.btn {
    -webkit-animation: fadeInDown 1s ease-out 0;
    animation: fadeInDown 1s ease-out 0;
}
.banner-slider .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
}
.banner-slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #f8773a;
    border-radius: 20px;
    -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
    transition: width .25s ease-in-out, background-color .25s ease-in-out;
}
.banner-slider .owl-page.active {
    width: 15px;
    background-color: #5a6063;
}
.banner-item-img {
    position: relative;
    text-align: right;
}
.banner--slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner--slider-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 30px 150px -20px #303030;
    text-align: center;
}
.banner--slider-nav ul li {
    position: relative;
    display: table-cell;
    width: 1%;
    border-right: 1px solid #e9e9e9;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    z-index: 0;
}
.banner--slider-nav ul li:last-child {
    border-right: 0;
}
.banner--slider-nav ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    margin: 0 auto -15px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    -webkit-transition: margin .25s ease-in-out, border-color .25s;
    transition: margin .25s ease-in-out, border-color .25s;
    z-index: -1;
}
.banner--slider-nav ul li.active:before, .banner--slider-nav ul li:hover:before {
    margin-bottom: 0;
    border-bottom-color: #288feb;
}
.banner--slider-nav ul li p {
    margin-bottom: 0;
    padding: 26px 10px 24px;
    background-color: #fff;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.banner--slider-nav ul li.active p, .banner--slider-nav ul li:hover p {
    color: #fff;
    background-color: #288feb;
}
.banner--slider-nav ul li p small {
    display: block;
    font-weight: 300;
}
#features {
    padding: 80px 0 30px;
}
#features1 {
    padding: 80px 0 30px;
}
#features2 {
    padding: 80px 0 30px;
}
#features3 {
    padding: 80px 0 30px;
}
#features4 {
    padding: 80px 0 30px;
}
.feature--item {
    margin-bottom: 50px;
    text-align: center;
    padding: 0 25px;
}
.feature--icon {
    display: table;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 40px;
}
.feature--icon .fa {
    display: table-cell;
    vertical-align: middle;
}
.feature--content h4 {
    font-weight: 700;
    margin: 15px 0;
}
.feature--content h3 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 1.5rem;
}
.feature--content p {
    margin-bottom: 0;
}
.feature--content a.btn {
    margin-top: 20px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
}
#featuresTab {
    padding: 80px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: transparent;
}
.features-tab--nav {
    margin-bottom: 0;
}
.features-tab--nav ul {
    margin: -10px -2px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.features-tab--nav ul li {
    display: inline-block;
    position: relative;
    margin: 10px 2px 0;
    z-index: 0;
}
.features-tab--nav ul li:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: -15px auto 0;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    -webkit-transition: margin .25s ease-in-out, border-color .25s;
    transition: margin .25s ease-in-out, border-color .25s;
    z-index: -1;
}
.features-tab--nav ul li.active:before {
    margin-top: 0;
    border-top-color: #f7812e;
}
.features-tab--nav ul li.active a {
    background-color: #f7812e;
    color: #fff;
}
.features-tab--item {
    padding: 60px 20px;
    background-color: #fff0;
    border: 0 solid #e9e9e900;
}
.features-tab--item--faq {
    padding: 0;
    background-color: #fff0;
    border: 0 solid #e9e9e900;
}
.features-tab--content a {
    color: #303030;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.features-tab--content a:hover {
    color: #288feb;
}
.features-tab--content h3 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 40px;
    color: #f8773a;
    font-weight: 700;
}
.features-tab--content p {
    margin-bottom: 24px;
}
.features-tab--content p:last-child {
    margin-bottom: 0;
}
.features-tab--content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-tab--content ul:after, .features-tab--content ul:before {
    content: " ";
    display: table;
    clear: both;
}
.features-tab--content ul li {
    float: left;
    width: 50%}
.features-tab--content ul li .fa {
    margin-right: 8px;
    color: #288feb;
}
#pricing {
    padding: 80px 0;
}
.pt-head {
    color: #fff;
    background-color: #288feb;
    text-align: center;
}
.pt-head-empty {
    background-color: transparent;
}
.pt-head .caption {
    display: inline-block;
    margin-bottom: 0;
    padding: 24px 0 7px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    letter-spacing: .12em;
    text-align: center;
}
.pt-price-tag {
    margin-top: 5px;
    padding-bottom: 9px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
}
.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}
.pt-plan {
    position: relative;
    padding: 20px 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.pt-plan:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .2;
}
.pt-features {
    text-align: center;
}
.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.pt-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.pt-footer a.btn-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table {
    padding: 80px 0;
}
.pricing-table .pricing-table-item:first-child {
    font-weight: 700;
}
#services {
    padding: 80px 0;
    overflow: hidden;
}
#services1 {
    padding: 80px 0;
    overflow: hidden;
}
#services2 {
    padding: 80px 0;
    overflow: hidden;
}
#services3 {
    padding: 80px 0;
    overflow: hidden;
}
#services .even {
    margin: 80px 0;
    padding: 80px 0;
}
.service-item-content h2 {
    margin: 0 0 17px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #288feb;
}
.service-item-content h2 span {
    display: block;
    color: #202736;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-indent: 1px;
}
.service-item-content p {
    margin-bottom: 17px;
}
.service-item-content p:last-child {
    margin-bottom: 0;
}
.service-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-item-content ul:after, .service-item-content ul:before {
    content: " ";
    display: table;
    clear: both;
}
.service-item-content ul li {
    float: left;
    width: 50%}
.service-item-content ul li .fa {
    margin-right: 8px;
    color: #288feb;
}
.service-item-content .price {
    margin-top: 24px;
}
.counter-number-holder .counter-number {
    font-size: 42px;
}
#testimonial {
    padding: 80px 0 75px;
}
#testimonial .section-title h2 {
    margin-bottom: 76px;
}
.testimonial-item {
    max-width: 750px;
    margin: 0 auto;
}
.recommender-comment p {
    font-weight: 400;
    text-align: center;
}
.recommender-comment p:last-child {
    margin-bottom: 0;
}
.recommender-img {
    width: 98px;
    margin: 21px auto 23px;
}
.recommender-img img {
    margin: 0 auto;
    border-radius: 50%}
.recommender-info {
    margin-top: 14px;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
.testimonial-slider .owl-pagination {
    margin: 24px 0 5px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.testimonial-slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
    background-color: #f8773a;
    border-radius: 20px;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.testimonial-slider .owl-page.active {
    width: 16px;
    background-color: #5a6063;
}
#team {
    padding: 80px 0;
}
.team-item {
    text-align: center;
}
.team-info h2 {
    margin: 20px 0 5px;
    color: #202736;
    font-size: 20px;
    font-weight: 700;
}
.team-info p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.team-img {
    position: relative;
    display: inline-block;
    max-width: 100%}
.team-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.team-social-links {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}
.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.team-social-links ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.team-social-links ul li a:hover {
    background-color: #288feb;
    border-color: #288feb;
}
#faq {
    padding: 80px 0;
}
.faq-categories h3 {
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 40px;
    color: #5a6063;
    font-weight: 700;
}
.faq-categories h3:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #288feb;
    bottom: 0;
}
.faq-categories ul {
    margin-top: 25px;
}
.faq-categories ul li a {
    background-color: #fff;
    border: 1.5px solid #f7812e;
    color: #f7812e!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%;
    cursor: pointer;
}
.faq-categories ul li a.active {
    background-color: #fff;
    border: 1.5px solid #f7812e;
    color: #f7812e!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%;
    cursor: pointer;
}
.faq-categories ul li a:active {
    background-color: #f7812e;
    border: 1.5px solid #f7812e;
    color: #fff!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%}
.faq-categories ul li a:hover, .faq-categories ul li.active a {
    color: #fff!important;
    background-color: #f7812e;
}
.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    -webkit-transition: right 0;
    transition: right 0;
    z-index: -1;
    border-radius: 11;
}
.faq-categories ul li a:hover:before, .faq-categories ul li.active a:before {
    right: -20px;
    -webkit-transition: right .25s;
    transition: right .25s;
}
.faq-content .panel-group {
    margin-bottom: 0;
}
.accordion .panel {
    border-radius: 0;
}
.accordion .panel-heading {
    padding: 0;
    border-radius: 70px;
}
.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #f8773a;
    border-radius: 5px;
}
.accordion .panel-heading a.collapsed {
    background-color: #5a6063;
    border-radius: 5px;
    margin-bottom: 3px;
}
.accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: hidden;
}
.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff;
}
.accordion .panel-heading a.collapsed h4 i.fa-minus {
    color: #fff;
}
.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067"}
#blog {
    padding: 80px 0;
}
.blog-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog-item-img+.blog-item-content, .blog-page-post-video+.blog-item-content {
    padding-top: 16px;
}
.blog-item-img img {
    width: 100%}
.blog-item-content a {
    color: #303030;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border .25s;
    transition: color .25s, background-color .25s ease-in-out, border .25s;
}
.blog-item-content a:hover {
    color: #288feb;
}
.blog-item-content .btn-custom, .blog-item-content .btn-custom-reverse, .blog-item-content .btn-custom-reverse:hover, .blog-item-content .btn-custom:hover {
    color: #fff;
}
.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.blog-item-content h2 a {
    color: #202736;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px;
}
.blog-item-content .metadata .fa {
    margin-right: 5px;
}
.blog-item-content .metadata a {
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}
.blog-item-content .metadata a:hover {
    color: inherit;
    border-color: #e9e9e9;
}
.blog-item-content .metadata .separator {
    margin: 0 8px 0 7px;
}
.blog-item:hover .blog-item-content h2 a {
    color: #288feb;
}
.blog-item-content p {
    margin-bottom: 12px;
}
#map {
    height: 400px;
}
#contact {
    padding: 80px 0;
    position: relative;
}
#contact:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f0f0f0;
    border-left: 1px solid #e9e9e9;
}
#contactForm {
    padding-left: 50px;
}
#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-color: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
}
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
}
#contactForm input.error, #contactForm textarea.error {
    border-color: #288feb;
}
#contactForm input.valid, #contactForm textarea.valid {
    border-color: #288feb;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #288feb;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0;
}
#contactForm .submit-button:focus, #contactForm .submit-button:hover {
    background-color: #202736;
}
.contact-address h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}
.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #288feb;
    bottom: 0;
}
.contact-address address {
    margin-top: 30px;
}
.contact-address address p {
    margin-bottom: 30px;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 16px;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa {
    font-size: 20px;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}
#contactActions {
    padding: 80px 0;
    background-color: #202736;
    text-align: center;
}
.ca-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #288feb;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}
.ca-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ca-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
}
.ca-holder p {
    color: #fff;
}
.ca-holder a.btn {
    width: 140px;
    padding: 8px 0;
    background-color: #288feb;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}
.ca-holder a.btn:focus, .ca-holder a.btn:hover {
    color: #288feb;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}
.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #202736;
    border: 1px solid #202736;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #288feb;
    background: #288feb;
}
#contactInfo {
    color: #fff;
    background-color: #202736;
    text-align: center;
}
.contact-info--item a {
    position: relative;
    display: block;
    padding: 30px 0;
    background-color: #288feb;
}
.contact-info--item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .2;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.contact-info--item a:hover:before {
    background-color: #fff;
}
.contact-info--item a .fa {
    margin-right: 8px;
}
#footer {
    padding: 29px 0 10px;
    background-color: #5a6063;
    overflow: hidden;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 21px 0 0;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #5a6063;
    bottom: 0;
}
.footer-widget ul {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    color: #fff;
}
.footer-widget ul li {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 4px;
}
.footer-widget ul li a {
    color: #fff;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: .1px solid #004156;
    display: block;
    margin: 1px 0;
    padding-bottom: 5px;
}
.footer-widget a:hover {
    color: #03a9f4;
}
.footer--subscribe-widget {
    margin: 20px 0 26px;
}
.footer--subscribe-widget .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
.footer--subscribe-widget .form-control.error {
    border-color: #ff5252;
}
.footer--subscribe-widget .btn {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #288feb;
    border-radius: 0;
    box-shadow: none;
}
.footer--subscribe-widget .btn:focus, .footer--subscribe-widget .btn:hover {
    outline: 0;
}
.footer--social-widget p {
    color: #fff;
    margin-bottom: 7px;
}
.footer--social-widget ul {
    margin: -6px -5px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.footer--social-widget ul li {
    display: inline-block;
    padding: 6px 5px 0;
}
.footer--social-widget ul li a {
    display: block;
    width: 35px;
    padding: 9px 0;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease;
    transition: background-color .25s ease-in-out, border-color .25s ease;
    text-align: center;
}
.footer--social-widget ul li a:hover {
    border-color: #03a9f4;
}
#copyright {
    padding: 6px 0 18px;
    color: #fff;
    background-color: #f8773a;
    text-align: center;
}
#copyright p {
    margin-bottom: 0;
    font-size: 14px;
}
#copyright p.left {
    float: left;
}
#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}
#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-weight: inherit;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}
#copyright img {
    margin-left: 20px;
    height: 24px;
}
.about-description {
    padding: 80px 0;
}
.about-desc-content a {
    color: #303030;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.about-desc-content a:hover {
    color: #288feb;
}
.about-desc-content p:last-child {
    margin-bottom: 0;
}
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}
.reset-padding {
    padding: 0;
}
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
.row-vc>div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.morphext>.animated {
    display: inline-block;
    text-align: center;
}
.content-desktop {
    display: block;
}
.content-mobile {
    display: none;
}
@media screen and (max-width:768px) {
    .content-desktop {
    display: none;
}
.content-mobile {
    display: block;
}
}@media(min-width:768px) {
    .menu-toggle-btn {
    padding-left: 335px;
}
.navbar-header {
    width: 28%}
}@media(min-width:1024px) {
    .navbar-header {
    width: 15%;
    margin-top: -12px;
}
}@media(min-width:992px) {
    .navbar-header {
    width: 15%;
    margin-top: -13px;
}
}@media(max-width:765px) {
    #desktop-nav {
    display: none!important;
}
}@media(max-width:779px) {
    #info-1 {
    display: none!important;
}
}.orange {
    color: #f7812e;
}
.blue-dark {
    color: #5a6063;
}
.blue-clear {
    color: #f8773a;
}
.blue-clear-b {
    color: #f8773a;
    font-weight: 700;
}
.blue-mint {
    color: #049dbf;
}
.white {
    color: #fff;
}
.text-cta {
    font-size: 20px;
}
.jf-form {
    margin-top: 0;
    width: 100%!important;
    padding: 0;
}
.jf-form>form {
    margin-bottom: 0;
}
.jf-option-box {
    display: none;
    margin-left: 8px;
}
.jf-hide {
    display: none;
}
.jf-disabled {
    background-color: #eee;
    opacity: .6;
    pointer-events: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 0;
}
.form-group {
    padding: 0 8px;
    margin-bottom: 0;
}
.mainDescription {
    margin-bottom: 10px;
}
p.description {
    margin: 0;
}
.responsive img {
    width: 100%}
p.error, p.validation-error {
    padding: 5px;
}
p.error {
    margin-top: 10px;
    color: #a94442;
}
p.server-error {
    font-weight: 700;
}
div.thumbnail {
    position: relative;
    text-align: center;
}
div.thumbnail.selected p {
    color: #fff;
}
div.thumbnail .glyphicon-ok-circle {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    font-size: 32px;
}
.jf-copyright {
    color: #888;
    display: inline-block;
    margin: 16px;
    display: none;
}
.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 6px;
}
.submit .btn.disabled, .submit .btn[disabled] {
    background: 0;
    opacity: .75;
}
.checkbox label>span, .radio label>span {
    display: block;
}
.form-group.col-1 .control-label, .form-group.col-2 .control-label, .form-group.col-3 .control-label, .form-group.inline .control-label {
    display: block;
}
.form-group.inline div.checkbox, .form-group.inline div.radio {
    display: inline-block;
}
.form-group.col-1 div.checkbox, .form-group.col-1 div.radio {
    display: block;
}
.form-group.col-2 div.checkbox, .form-group.col-2 div.radio {
    display: inline-flex;
    width: 48%}
.form-group.col-3 div.checkbox, .form-group.col-3 div.radio {
    display: inline-flex;
    width: 30%}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #5a6063;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #f8773a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f8773a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkbox {
    font-size: 10px;
    width: 97%;
    line-height: 1.2;
    padding-left: 10px;
    color: #f8773a;
    text-align: justify;
    margin-top: 22px;
    margin-bottom: 16px;
}
.sms-box {
    padding: 5px 14px 10px;
    background-color: #f8773a;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    margin-top: 20px;
}
.sms-box:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 25px;
    bottom: -13px;
    border: 12px solid;
    border-color: #f8773a #f8773a transparent transparent;
    margin-bottom: 0;
}
@media screen and (max-width:991px) {
    ul.primary-menu-links>li>span {
    font-size: 13px;
}
.primary-menu-links li a {
    padding: 15px 12px;
}
.primary-social-menu-links li a {
    padding: 15px 8px;
}
.secondary-menu-links>li>a {
    padding: 15px 10px;
}
#pageTitle .breadcrumb {
    margin: -11px 0 30px;
    text-align: left;
}
.banner-item {
    padding-top: 30px;
}
.banner-item:not([data-bg-video])>.container, .banner-item:not([data-bg-video])>.container>.row, .banner-item:not([data-bg-video])>.container>.row>div {
    height: auto;
}
.banner-item-content, .banner-item-img {
    margin-top: 50px;
}
.banner-item-img img {
    margin: 0 auto;
}
.banner--slider-nav {
    display: none;
    height: 0;
}
.banner-slider .owl-buttons {
    display: none;
}
#domainSearch .left-content {
    margin-bottom: 30px;
    text-align: center;
}
#domainSearch .right-content {
    padding-left: 15px;
}
.service-item-content+.service-item-img, .service-item-img+.service-item-content {
    margin-top: 50px;
}
.about-desc-img {
    margin-bottom: 30px;
}
#pricing {
    padding-bottom: 80px;
}
.pricing-table-item {
    margin-bottom: 30px;
}
.pricing-table-item .pt-features {
    text-align: right;
}
.pricing-table-item .pt-features li strong {
    display: block;
    float: left;
}
#blog {
    padding-bottom: 60px;
}
.blog-page-content+.blog-page-sidebar {
    margin-top: 80px;
}
.blog-page-sidebar+.blog-page-content {
    margin-top: 50px;
}
#team>.container>.row>div {
    margin-bottom: 50px;
}
#team>.container>.row>div:last-child {
    margin-bottom: 0;
}
#footer {
    padding-bottom: 0;
}
#dedicatedPricing {
    padding-bottom: 50px;
}
#dedicatedPricing table {
    border: 0;
}
#dedicatedPricing table thead {
    display: none;
}
#dedicatedPricing table tr {
    margin-bottom: 30px;
    display: block;
    border-bottom: 2px solid #ddd;
}
#dedicatedPricing table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
#dedicatedPricing table td:last-child {
    border-bottom: 0;
}
#dedicatedPricing table td span.labelText {
    display: block;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#dedicatedPricing table tbody tr:nth-child(even) td {
    background-color: #fff;
}
#domainPricing {
    padding-bottom: 50px;
}
#domainPricing table {
    border: 0;
}
#domainPricing table thead {
    display: none;
}
#domainPricing table tr {
    margin-bottom: 30px;
    display: block;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
}
#domainPricing table tbody tr:nth-child(even) td {
    background-color: #fff;
}
#domainPricing table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
#domainPricing table td:last-child {
    border-bottom: 0;
}
#domainPricing table td span.labelText {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}
.vps-pricing--tag {
    height: auto!important;
}
.vps-pricing--tag-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.features-tab--nav ul li:before {
    display: none;
}
.features-tab--content+.features-tab--img, .features-tab--img+.features-tab--content {
    margin-top: 50px;
}
.faq-categories {
    margin-bottom: 20px;
    margin-left: -161%;
    min-width: 270px;
    text-align: center;
}
.faq-categories-2 {
    margin-bottom: 20px;
    margin-left: -161%;
    min-width: 270px;
    text-align: center;
}
.faq-categories ul li a:before {
    display: none;
}
.post-comments ul {
    padding-left: 0;
}
.row-vc>div[class*=col-md] {
    display: block;
}
}.mg-t {
    margin-top: 6.5%}
.mg-t-2 {
    margin-top: 3.5%}
@media screen and (max-width:767px) {
    .primary-social-menu-links {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}
.primary-menu-links {
    margin: 0;
}
.primary-menu-links, .primary-menu-links li, .primary-social-menu-links li {
    float: left;
}
#secondaryMenu .navbar-header {
    float: left;
    margin-top: 9px;
}
#secondaryMenu a.navbar-brand {
    margin-top: -2px;
    padding-left: 15px;
}
.secondary-menu-links {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.secondary-menu-links>li:hover>.dropdown-menu {
    display: none;
}
.secondary-menu-links>li.open>.dropdown-menu {
    display: block;
    text-align: center;
}
.registration-links {
    margin: 15px;
}
.banner-item .row {
    display: block;
    width: auto;
}
.banner-item .row>div {
    display: block;
}
.banner-item-img {
    display: none;
}
#domainSearchForm select.form-control {
    border-left: none;
    border-top: 1px solid #e9e9e9;
}
#copyright p.left, #copyright p.right {
    float: none;
    text-align: center;
}
#copyright p.left {
    margin: 0 0 20px;
}
#domainPricing>.container {
    padding: 0 15px;
}
ul.timeline:before {
    display: none;
}
ul.timeline>li {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
}
ul.timeline>li>.timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
}
ul.timeline>li>.timeline-panel {
    float: right;
    width: 100%;
    overflow: hidden;
}
.timeline>li:nth-child(even)>.timeline-panel, .timeline>li:nth-child(odd)>.timeline-panel {
    margin: 0;
}
ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline>li.timeline-inverted>.timeline-badge {
    left: 28px;
}
.testimonial-slider.overload .owl-controls {
    margin-top: 0;
    margin-bottom: 0;
}
.testimonial-slider.overload .owl-page {
    width: auto;
    height: auto;
    margin: 0 16px;
    padding: 0;
    border: 0;
}
.testimonial-slider.overload .owl-page:before {
    bottom: 0;
}
.testimonial-slider.overload .owl-page span {
    display: none;
}
.testimonial-slider.overload .recommender-info {
    margin-top: 50px;
    margin-bottom: 30px;
}
.faq-content {
    margin-top: 30px;
}
.faq-categories ul li a {
    overflow: hidden;
}
#contact.page {
    padding-bottom: 0;
}
#contact:before {
    display: none;
}
.contact-form {
    background-color: #f0f0f0;
    border-top: 1px solid #e9e9e9;
    margin-top: 80px;
    padding: 80px 0;
}
#contactForm {
    padding-left: 15px;
    padding-right: 15px;
}
#contactActions>.container>.row>div {
    margin-bottom: 60px;
}
#contactActions>.container>.row>div:last-child {
    margin-bottom: 0;
}
.post-social-links ul {
    text-align: left;
}
.counter>.container>.row>div {
    margin-bottom: 70px;
}
.counter>.container>.row>div:last-child, .counter>.container>.row>div:nth-last-child(2) {
    margin-bottom: 0;
}
.features-tab--content ul li {
    float: none;
    width: 100%}
}@media screen and (max-width:480px) {
    .primary-menu-links li span.email {
    display: none;
}
#services {
    padding-bottom: 80px;
}
#services .container>.row>div {
    display: block;
}
#subscribeForm .input-box {
    width: 100%}
.service-item-content ul li {
    float: none;
    width: 100%}
.contact-info--item {
    width: 100%}
#copyright img {
    display: block;
    margin: 10px auto;
    max-width: 100%}
.counter>.container>.row>div {
    width: 100%;
    float: none;
}
.counter>.container>.row>div:nth-last-child(2) {
    margin-bottom: 70px;
}
#loginForm p.help-block a {
    float: none!important;
    display: block;
}
}@media screen and (max-width:320px) {
    .primary-social-menu-links li a {
    padding-left: 10px;
    padding-right: 10px;
}
}@media screen and (max-width:991px) {
    .banner-item {
    padding-top: 0;
}
}@media screen and (max-width:991px) {
    .banner-item-content, .banner-item-img {
    margin-top: 10px;
}
}@media screen and (max-width:991px) {
    ul.primary-menu-links>li>span {
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 5%}
}@media screen and (max-width:991px) {
    .navbar {
    border-radius: 4px;
    padding-bottom: 1%!important;
}
}.input-group-addon {
    background-color: transparent;
    background-size: 60px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 25px;
}
.circleRollButton {
    border-radius: 50%;
    margin: 0!important;
    padding: 0;
    font-size: 14px!important;
    font-family: 'Roboto Condensed',  sans-serif!important;
}
.slick-slide {
    margin: 0 20px;
}
.slick-slide img {
    width: 100%}
.slick-slider {
    margin-top: -4%;
    margin-bottom: 2%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    0%, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes rubberBand {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes headShake {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes tada {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}@keyframes jello {
    0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
60%, 80% {
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
60%, 80% {
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateIn {
    0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
    transform-origin: center;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    0% {
    transform-origin: center;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    transform-origin: top left;
}
0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
}
40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    transform-origin: top left;
}
0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
}
40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
}
}@keyframes rollOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50%, to {
    opacity: 0;
}
}@keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50%, to {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.pad-menu {
    padding: 0!important;
    border-top: .5px solid #fff;
}
.pad-item-menu {
    padding: 10px 15px!important;
}
.pad-menu-lang {
    padding: 0!important;
    margin-top: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #049dbf;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #049dbf;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem .8rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #025c8ccc;
    border: 0;
    border-bottom: .5px solid #004366;
}
.mob-sig {
    margin-top: 15px;
    border-top: .5px solid #fff;
    padding-top: 14px;
}
.mg-t {
    margin-top: 5%}
.mgl-t {
    margin-top: 5%}
.mgl-t3 {
    margin-top: -3%}
.pb-n {
    padding-bottom: 2%}
.pb-n-10 {
    padding-bottom: 10%}
.s-flag {
    width: 14%;
    padding: 3%}
.flag {
    width: 13px;
    margin-right: 12%}
.dpd {
    min-width: 126px!important;
    margin-left: -36px!important;
}
.pl {
    padding-left: 1%!important;
}
.ml {
    margin-left: 1%!important;
}
.mgt-5 {
    margin-top: 5%}
@media screen and (min-width:320px) and (max-width:575px) {
    label {
    display: inline-block;
    margin-bottom: .2rem;
}
.desktop-only {
    display: none!important;
}
.mobile-only {
    display: block!important;
}
.ntop {
    margin-top: 0;
}
.ptop {
    padding-top: 40px;
}
.center-mob {
    text-align: center;
}
.less-top-mob {
    margint-top: -15px;
}
}.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.input-flag {
    width: 50px;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
.country-s {
    padding-right: 62px;
}
#radioBtn .notActive {
    color: #3276b1!important;
    background-color: #fff;
}
[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    padding-right: 16px;
    cursor: pointer;
    line-height: 18px;
    font-size: 13px;
    display: inline-block;
    color: #f8773a;
    font-weight: 700;
}
[type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #f8773a;
    border-radius: 100%;
    background: #fff;
}
[type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f8773a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.field-mt {
    margin-top: 0;
}
.ins {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-left: 0;
}
ol.phpfmg_form {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ol.phpfmg_form input, ol.phpfmg_form select, ol.phpfmg_form textarea {
    border: 1px solid #f8773a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ol.phpfmg_form li {
    margin-bottom: 0;
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%}
.form_field, .form_required {
    font-weight: 700;
}
.form_required {
    color: red;
    margin-right: 8px;
}
.form_submit_block {
    padding-top: 3px;
}
.text_box, .text_select {
    height: 32px;
}
.text_area, .text_box, .text_select {
    min-width: 160px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.text_area {
    height: 80px;
}
.form_error_title {
    font-weight: 700;
    color: #f8773a;
    margin-bottom: 0;
}
.form_error {
    background-color: transparent;
    border: 1.5px dashed #f8773a;
    padding: 10px;
    margin-bottom: 0;
}
.form_error_highlight {
    background-color: transparent;
    border-bottom: 2px solid #f7812e;
}
div.instruction_error {
    color: red;
    font-weight: 700;
}
hr.sectionbreak {
    height: 1px;
    color: #ccc;
}
#one_entry_msg {
    background-color: #f4f6e5;
    border: 1px dashed red;
    padding: 10px;
    margin-bottom: 10px;
}
#frmFormMailContainer input[type=submit] {
    background-color: #f8773a;
    font-size: 16px;
    text-transform: uppercase;
}
#frmFormMailContainer input[type=submit]:hover {
    background-color: #5a6063;
}
.contact-form {
    padding-left: 7%;
    padding-right: 7%}
.c-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #f8773a;
}
.na-tabs {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%!important;
    line-height: .5;
    font-size: 14px;
    font-weight: 900;
    border: 1.5px solid #5a6063!important;
    color: #5a6063!important;
    border-radius: 6px!important;
}
.na-tabs:hover {
    display: block;
    background-color: #5a6063;
    margin: 1%;
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid transparent;
    color: #fff!important;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.na-tabs.visited {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%!important;
    line-height: .5;
    font-size: 14px;
    font-weight: 900;
    border: 1.5px solid #5a6063!important;
    color: #5a6063!important;
    border-radius: 6px!important;
    background-color: #fff;
}
.na-tabs.active {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid #f7812e!important;
    color: #fff!important;
    background-color: #f7812e!important;
}
.nav-tabs {
    border-bottom: 0 solid transparent;
}
.pt-n {
    padding-top: 7%}
.mtl-n {
    margin-top: -2%}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.mg-all {
    margin: 8px 17px;
}
.b, strong {
    font-weight: 700;
}
@media(max-width:768px) {
    .mb-50 {
    padding-bottom: 50px;
}
}.panel-body {
    padding: 1.5%}
.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}
.t-co-1 {
    color: #1f1f1f!important;
}
.col_label {
    height: 10px;
}
.msg-error {
    color: #c65848;
}
.g-recaptcha.error {
    border: solid 1.5px #f7812e;
    padding: .2em;
    width: 20em;
    margin-left: 1.1%!important;
}
.bt-w {
    min-width: 130px!important;
    max-width: 210px!important;
}
.ticker {
    width: 394px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
@media(min-width:1281px) {
    .ticker {
    width: 550px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:1025px) and (max-width:1280px) {
    .ticker {
    width: 550px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:768px) and (max-width:1024px) {
    .ticker {
    width: 384px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .ticker {
    width: 374px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:481px) and (max-width:767px) {
    .ticker {
    width: 374px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:320px) and (max-width:480px) {
    .ticker {
    width: 320px!important;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 0;
}
}.bene-list {
    display: block;
    line-height: 1.5em;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 35px;
    padding-inline-end: 15px;
}
.bene-list-item {
    margin-bottom: 1em;
    line-height: 1.4em;
}
.bene-list-sub {
    display: block;
    line-height: 1em;
    list-style-type: none;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 17px;
    padding-inline-end: 5px;
}
.list {
    text-align: left;
    display: inline-block;
}
.orange-li {
    margin-left: -20px;
    color: #f7812e;
}
.orange-li-2 {
    margin-left: -13px;
    color: #f7812e;
}
.hwb {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: -8%}
#topbar {
    margin: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f8773a;
    z-index: 1;
    line-height: 2.5;
}
.error {
    border: 1px solid red!important;
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: -5px;
    left: -4px;
    border: 1px solid #f8773a;
    border-radius: 3px;
    background-color: #fff;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    border: solid #f8773a;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 2.5px;
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    height: 3em;
}
.marquee p {
    display: inline-block;
    padding-left: 0;
    animation: marquee 40s linear infinite;
}
@keyframes marquee {
    0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(-100%, 0);
}
}.tel1 {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    outline: 0!important;
}
.tel1:hover {
    background-color: transparent;
    border: 0;
    color: #03a9f4;
    padding-left: 0;
    font-size: 14px;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0!important;
}
.tel2 {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    outline: 0!important;
}
.tel2:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0!important;
}
.b-subscribe {
    background-color: #f7812e;
    border: 1px solid #f7812e;
    margin-top: 12px;
    margin-bottom: -8px;
    padding: 5px 8px;
}
.b-subscribe:hover {
    background-color: #f8773a;
    border: 1px solid #f8773a;
    margin-top: 12px;
    margin-bottom: -8px;
    padding: 5px 8px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.icon-subscribe {
    font-size: 14px;
    margin-right: 8px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1f3656;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}
._form_3 {
    width: 100%!important;
    font-family: 'Roboto Condensed',  sans-serif!important;
}
._form-label {
    margin-bottom: -1px!important;
}
._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    background: #f8773a!important;
    border: 0!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    color: #fff!important;
    padding: 10px!important;
    text-transform: uppercase;
    width: 100%}
body, html {
    height: 100%}
body {
    font-family: 'Roboto Condensed',  sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #1f1f1f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed',  sans-serif;
    text-transform: inherit;
}
.sub-t {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    color: #f8773a;
}
.sub-t-2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    color: #5a6063;
}
.l1 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600!important;
    font-size: 2.5rem;
    color: #f8773a;
}
.l2 {
    position: relative;
    margin-top: -7px;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.l3 {
    font-size: 1.5rem;
}
.l5 {
    font-size: 1.25rem;
}
.l6 {
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.fl {
    color:  #444444;
    font-size: 16px;
    font-weight: 700;
    margin: 21px 0 0;
    position: relative;
    padding-bottom: 10px;
}
.pd-r {
    padding-top: 1.5%;
    padding-bottom: 5%}
.pd-b {
    padding-bottom: 5%}
.tl {
    position: relative;
    margin-top: -7px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.cta-t {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.uper {
    text-transform: uppercase!important;
    cursor: pointer;
}
.orange {
    color: #f7812e;
}
a, a:active, a:hover, a:link, a:visited {
    color: #5a6063;
    text-decoration: none;
    outline: 0;
}
.section-title h2 {
    position: relative;
    margin-top: -7px;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.section-title h1:before {
    content: " ";
    position: absolute;
    bottom: -79px;
    left: 15%;
    width: 50px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title h2:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 0;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title.text-left h2 {
    text-align: left;
}
.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.section-title span {
    color: #288feb;
}
.bg--lightgray {
    background-color: #f0f5f6;
}
.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg--overlay {
    position: relative;
    z-index: 0;
}
.bg--overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:  500px;
    opacity: .5;
    z-index: -1;
}
a.btn {
    font-weight: 400;
}
a.btn-custom {
    background-color: #f7812e;
    border-radius: 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-orange {
    background-color: white;
    border-radius: 4px;
    border: 1.5px solid #f7812e;
    color: #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
}
a.btn-custom-orange:hover {
    background-color: #f7812e;
    border-radius: 4px;
    color: #fff;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-demo {
    background-color: #f7812e;
    border-radius: 10px;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%}
a.btn-custom-demo:hover {
    background-color: #f8773a;
    border-radius: 10px;
    color: #fff;
    border: 1.5px solid #f8773a;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-orange:focus {
    background-color: #fff;
    border-radius: 4px;
    color: #f7812e;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-blue {
    background-color: #fff;
    border-radius: 10px;
    border: 1.5px solid #f8773a;
    color: #f8773a;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    font-weight: 700;
    font-size: 12px;
    padding-left: 30%;
    padding-right: 30%}
a.btn-custom-blue:hover {
    background-color: #5a6063;
    border-radius: 10px;
    color: #fff;
    border: 1.5px solid #5a6063;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom-blue:focus {
    background-color: #fff;
    border-radius: 10px;
    color: #f7812e;
    border: 1.5px solid #f7812e;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
}
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 1.5px solid #fff00;
}
a.btn-custom-tab {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 1.5px solid #f7812e;
    color: #f7812e;
}
a.btn-custom-tab:hover {
    color: #fff;
    background-color: #f7812e;
    box-shadow: none;
}
a.btn-custom-tab:focus {
    color: #fff;
    background-color: #f7812e;
    box-shadow: none;
}
a.btn-custom.btn-md {
    padding: 9px 10px;
    font-size: 13px;
    background-color: #FF7500;
    border: 1.1px solid #FF7500;
    border-radius: 4px;
    line-height: .5;
    margin: 0 .2%;
    text-transform: inherit;
    border-radius: 50px !important;
}
a.btn-custom:focus, a.btn-custom:hover {
    color: #fff;
    background-color: #5a6063;
    box-shadow: none;
}
a.btn-custom-reverse {
    background-color: #288feb;
    border-radius: 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom-reverse:focus, a.btn-custom-reverse:hover {
    color: #fff;
    background-color: #202736;
    box-shadow: none;
}
a.btn-custom-reverse.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
}
.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>span, .pagination>li.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #288feb;
    border-color: #288feb;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
.t-top {
    font-size: 14px!important;
    text-transform: none!important;
    padding-right: 10px!important;
}
#fakeLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8773a!important;
    z-index: 99999;
}
.spinner1 {
    width: 166px;
    height: 30px;
    position: relative;
    background-image: url(../img/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#backToTop {
    position: fixed;
    right: 29.5px;
    bottom: 98px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
body.scrolling #backToTop {
    opacity: 1;
}
#backToTop a {
    display: block;
    min-width: 36px;
    padding: 6px;
    color: #fff;
    background-color: #f8773a;
    font-size: 24px;
    line-height: 10px;
    text-align: center;
    border-radius: 50px 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
#backToTop a:hover {
    display: block;
    min-width: 36px;
    padding: 6px;
    color: #fff;
    background-color: #049dbf;
    font-size: 24px;
    line-height: 10px;
    text-align: center;
    border-radius: 50px 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
#promo {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: #288feb;
    border: 0;
    border-radius: 0;
    text-align: center;
}
#promo button.close {
    float: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -3px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100;
    opacity: 1;
}
#promo p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    vertical-align: middle;
}
#promo a.btn {
    margin: 0 15px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    background-color: #fff;
    color: #288feb;
}
#promo a.btn:hover {
    background-color: #202736;
    color: #fff;
}
#primaryMenu {
    margin: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #f8773a;
    z-index: 1;
}
#primaryMenu .navbar-toggle {
    border-color: #288feb;
}
#primaryMenu .navbar-toggle .icon-bar {
    background-color: #288feb;
}
.primary-social-menu-links {
    margin-right: 0;
}
.primary-menu-links li a, .primary-social-menu-links a {
    color: #fff;
}
.primary-menu-links>li>a {
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-transform: uppercase;
}
#primaryMenu .nav>li>a:focus, #primaryMenu .nav>li>a:hover {
    background-color: transparent;
    color: #288feb;
}
.primary-social-menu-links li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.primary-social-menu-links li:last-child>a {
    padding-right: 0;
}
ul.primary-menu-links>li>span {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-top: 11px;
    margin-right: 25px;
}
ul.primary-menu-links>li .fa {
    margin-right: 11px;
}
#secondaryMenu {
    margin-bottom: 0;
    border-radius: 0;
    border-style: solid;
    border: 0;
    background-color: #ededed;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}
.is-sticky #secondaryMenu {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .35);
}
#secondaryMenu .navbar-toggle {
    border-color: #288feb;
}
#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #288feb;
}
#secondaryMenu a.navbar-brand {
    display: block;
    padding: 21px 0;
    margin-top: 0;
    margin-left: 0;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
}
#secondaryMenu a.navbar-brand span {
    color: #288feb;
}
.na-top {
    background-color: #ededed;
    color: #5a6063;
}
.na-top:hover {
    display: block;
    background-color: #f8773a;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.na-top-mob {
    background-color: #ededed;
    color: #5a6063;
    width: 100%;
    text-align: left;
}
.na-top:hover {
    background-color: #f8773a;
    color: 3356;
    width: 100%;
    text-align: left;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.secondary-menu-links li a {
    color: #5a6063;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.secondary-menu-links li a .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px;
}
.secondary-menu-links .open>a, .secondary-menu-links .open>a:focus, .secondary-menu-links .open>a:hover, .secondary-menu-links li a:focus, .secondary-menu-links li a:hover, .secondary-menu-links li.active>a, .secondary-menu-links li.active>a:hover {
    color: #5a6063;
    background-color: #dbdbdb;
    border-color: #f8773a00;
}
.secondary-menu-links li:hover>.dropdown-menu {
    display: block;
    min-width: 200px;
    margin-left: -118px;
}
.secondary-menu-links li .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.secondary-menu-links li .dropdown-menu li a {
    padding: 7px 14px;
    line-height: 21px;
    display: block;
}
.nav-link {
    display: block;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.nav-link:hover {
    outline: 0;
    border: 0;
    display: block;
    background-color: #dbdbdb;
    font-weight: 400;
    padding: 32px 12px 33px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.menu-toggle-btn {
    float: right;
    padding: 34px 0 30px;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: initial;
    border: 0;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    outline: 0;
    float: right;
    padding: 34px 0 30px;
    color: #5a6063;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: initial;
    border: 0;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    outline: 0;
}
#secondaryMenu button.menu-toggle-btn:focus, #secondaryMenu button.menu-toggle-btn:hover {
    color: #03a9f4;
    box-shadow: none;
    outline: 0;
}
.off-canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    margin-right: -259px;
    background-color: #ededed;
    z-index: 99991;
    -webkit-transition: margin .4s;
    transition: margin .4s;
    overflow: auto;
}
.off-canvas-menu.menu-open {
    margin-right: 0;
}
.off-canvas-menu-logo a {
    display: block;
    margin-top: 26px;
    margin-bottom: 22px;
    color: #202736;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: -42px;
}
.off-canvas-menu-logo span {
    color: #fff;
}
.logo-w {
    width: 8em;
}
.off-canvas-menu-overlay {
    content: " ";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #303030;
    opacity: .6;
    width: 100%;
    height: 120%;
    z-index: 999;
}
.menu-open+.off-canvas-menu-overlay {
    display: block;
}
.off-canvas-menu--close-btn {
    position: absolute;
    top: 15px;
    right: -2px;
    margin: 15px;
    padding: 0;
    color: #f8773a70;
    background: 0;
    border: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    -webkit-transition: .45s;
    transition: .45s;
}
.off-canvas-menu--close-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.off-canvas-menu ul.nav {
    margin-bottom: 30px;
}
.off-canvas-menu>.nav>li {
    overflow: hidden;
}
.off-canvas-menu .nav li a {
    background: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 0;
    position: relative;
    color: #fff;
    white-space: normal;
    text-transform: initial;
}
.off-canvas-menu .nav>li.active>a, .off-canvas-menu .nav>li.active>a:focus, .off-canvas-menu .nav>li.active>a:hover {
    color: #288feb;
    background-color: #fff;
}
.off-canvas-menu>.nav>li>a>i.fa {
    margin-right: 5px;
}
.off-canvas-menu .dropdown-menu {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.off-canvas-menu .dropdown-menu li a {
    padding: 10px 0;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.off-canvas-menu .dropdown-menu li a i.fa {
    margin: 0 0 0 10%}
.off-canvas-menu .nav li .dropdown-menu li a:focus, .off-canvas-menu .nav li .dropdown-menu li a:hover, .off-canvas-menu .nav li .dropdown-menu li.active a {
    background-color: #049dbf;
}
.off-canvas-menu .nav li a, .off-canvas-menu .nav li a:focus, .off-canvas-menu .nav li a:hover {
    background-color: transparent;
}
.off-canvas-menu .nav li.open .dropdown-menu, .off-canvas-menu .nav li.opened .dropdown-menu {
    display: block;
}
.off-canvas-menu .nav li a i.fa-plus {
    margin-left: 10px;
    font-size: 10px;
}
.off-canvas-menu .nav li.open a i.fa-plus:before {
    content: "\f068"}
a.login-button.btn.btn-default {
    display: block;
    margin: 0 auto;
    width: 95px;
    margin-bottom: 30px;
    color: #288feb;
    background-color: #fff;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
a.login-button.btn.btn-default:focus, a.login-button.btn.btn-default:hover {
    box-shadow: none;
}
#pageTitle .section-title h2 {
    color: #fff;
    margin: 26px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    word-wrap: break-word;
}
#pageTitle .section-title h2:before {
    display: none;
}
#pageTitle .breadcrumb {
    margin: 30px 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    text-align: right;
}
#pageTitle .breadcrumb li+li:before {
    content: "\f105";
    font-family: FontAwesome;
}
#pageTitle .breadcrumb li:nth-child(2):before {
    display: none;
}
#pageTitle .breadcrumb li:first-child span {
    margin-right: 5px;
}
#pageTitle .breadcrumb li.active, #pageTitle .breadcrumb li:before {
    color: #fff;
}
#pageTitle .breadcrumb li.active {
    font-weight: 500;
}
#pageTitle .breadcrumb li a {
    -webkit-transition: color .25s;
    transition: color .25s;
}
#pageTitle .breadcrumb li a:hover {
    color: #303030;
}
#banner {
    position: relative;
    height: 500px;
}
#banner #tubular-container, #banner #tubular-shield {
    z-index: -2;
}
#banner #tubular-container {
    top: 0;
    left: 0;
}
.banner-text {
    color: #1f1f1f;
}
.banner-item {
    padding: 80px 0;
    color: #f8773a;
}
.banner-item>.container, .banner-item>.container>.row, .banner-item>.container>.row>div {
    height: 100%}
.banner-item[data-bg-video]:before {
    opacity: .9;
}
.banner-item-content h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 3.5rem !important;
}
.banner-item-content h1 span {
    display: block;
    font-size: 48px;
    font-weight: 800;
}
.banner-item-content p {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px !important;
}
.banner-item-content .btn:hover {
    color: #fff;
    background-color: #5a6063;
    border: 1.1px solid #5a6063;
}
.owl-item.active .banner-item-content h1 {
    -webkit-animation: fadeInUp 1s ease-out 0;
    animation: fadeInUp 1s ease-out 0;
}
.owl-item.active .banner-item-content a.btn {
    -webkit-animation: fadeInDown 1s ease-out 0;
    animation: fadeInDown 1s ease-out 0;
}
.banner-slider .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
}
.banner-slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #f8773a;
    border-radius: 20px;
    -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
    transition: width .25s ease-in-out, background-color .25s ease-in-out;
}
.banner-slider .owl-page.active {
    width: 15px;
    background-color: #5a6063;
}
.banner-item-img {
    position: relative;
    text-align: right;
}
.banner--slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner--slider-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 30px 150px -20px #303030;
    text-align: center;
}
.banner--slider-nav ul li {
    position: relative;
    display: table-cell;
    width: 1%;
    border-right: 1px solid #e9e9e9;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    z-index: 0;
}
.banner--slider-nav ul li:last-child {
    border-right: 0;
}
.banner--slider-nav ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    margin: 0 auto -15px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    -webkit-transition: margin .25s ease-in-out, border-color .25s;
    transition: margin .25s ease-in-out, border-color .25s;
    z-index: -1;
}
.banner--slider-nav ul li.active:before, .banner--slider-nav ul li:hover:before {
    margin-bottom: 0;
    border-bottom-color: #288feb;
}
.banner--slider-nav ul li p {
    margin-bottom: 0;
    padding: 26px 10px 24px;
    background-color: #fff;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.banner--slider-nav ul li.active p, .banner--slider-nav ul li:hover p {
    color: #fff;
    background-color: #288feb;
}
.banner--slider-nav ul li p small {
    display: block;
    font-weight: 300;
}
#domainSearch {
    position: relative;
    padding: 65px 0 80px;
    background-color: #202736;
}
#domainSearch .left-content {
    color: #fff;
}
#domainSearch .left-content h2 {
    color: inherit;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 6px 0 12px;
}
#domainSearch .left-content p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
#domainSearchForm .form-control {
    width: 100%;
    border: 0;
}
#domainSearchForm input[type=text].form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    border-radius: 0;
}
#domainSearchForm select.form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    box-shadow: none;
    border-left: 1px solid #e9e9e9;
    border-radius: 0;
    line-height: 51px;
}
#domainSearchForm button[type=submit] {
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #288feb;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}
#domainSearchForm button[type=submit]:focus, #domainSearchForm button[type=submit]:hover {
    box-shadow: none;
    outline: 0;
}
#domainSearch .right-content {
    padding: 15px 15px 0 20px;
}
#domainSearch .right-content .domain-ext {
    margin: 20px -10px 0;
}
#domainSearch .right-content .domain-ext>div {
    padding: 0 10px;
}
#domainSearch .right-content a.extension {
    display: block;
    font-weight: 500;
    border-right: 1px dotted #fff;
}
#domainSearch .right-content .domain-ext>div:last-child a.extension {
    border: 0;
}
#domainSearch .right-content a.extension span {
    display: block;
}
#domainSearch .right-content a.extension span.name {
    font-size: 22px;
}
#features {
    padding: 80px 0 30px;
}
#features1 {
    padding: 80px 0 30px;
}
#features2 {
    padding: 80px 0 30px;
}
#features3 {
    padding: 80px 0 30px;
}
.feature--item {
    margin-bottom: 50px;
    text-align: center;
    padding: 0 25px;
}
.feature--icon {
    display: table;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 40px;
}
.feature--icon .fa {
    display: table-cell;
    vertical-align: middle;
}
.feature--content h4 {
    font-weight: 700;
    margin: 15px 0;
}
.feature--content h3 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 1.5rem;
}
.feature--content p {
    margin-bottom: 0;
}
.feature--content a.btn {
    margin-top: 20px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 700;
}
#featuresTab {
    padding: 80px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: transparent;
}
.features-tab--nav {
    margin-bottom: 0;
}
.features-tab--nav ul {
    margin: -10px -2px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.features-tab--nav ul li {
    display: inline-block;
    position: relative;
    margin: 10px 2px 0;
    z-index: 0;
}
.features-tab--nav ul li:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: -15px auto 0;
    border-style: solid;
    border-width: 15px;
    border-color: transparent;
    -webkit-transition: margin .25s ease-in-out, border-color .25s;
    transition: margin .25s ease-in-out, border-color .25s;
    z-index: -1;
}
.features-tab--nav ul li.active:before {
    margin-top: 0;
    border-top-color: #f7812e;
}
.features-tab--nav ul li.active a {
    background-color: #f7812e;
    color: #fff;
}
.features-tab--item {
    padding: 60px 20px;
    background-color: #fff0;
    border: 0 solid #e9e9e900;
}
.features-tab--item--faq {
    padding: 0;
    background-color: #fff0;
    border: 0 solid #e9e9e900;
}
.features-tab--content a {
    color: #303030;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.features-tab--content a:hover {
    color: #288feb;
}
.features-tab--content h3 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 40px;
    color: #f8773a;
    font-weight: 700;
}
.features-tab--content p {
    margin-bottom: 24px;
}
.features-tab--content p:last-child {
    margin-bottom: 0;
}
.features-tab--content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-tab--content ul:after, .features-tab--content ul:before {
    content: " ";
    display: table;
    clear: both;
}
.features-tab--content ul li {
    float: left;
    width: 50%}
.features-tab--content ul li .fa {
    margin-right: 8px;
    color: #288feb;
}
#pricing {
    padding: 80px 0;
}
.pricing--slider .owl-pagination {
    margin: 26px 0 -6px;
    padding: 0 15px;
    text-align: center;
}
.pricing--slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #303030;
    border-radius: 20px;
    -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
    transition: width .25s ease-in-out, background-color .25s ease-in-out;
}
.pricing--slider .owl-page.active {
    width: 20px;
    background-color: #288feb;
}
.pricing--item {
    padding: 0 15px 2px;
}
.pricing--content {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
}
.pt-head {
    color: #fff;
    background-color: #288feb;
    text-align: center;
}
.pt-head-empty {
    background-color: transparent;
}
.pt-head .caption {
    display: inline-block;
    margin-bottom: 0;
    padding: 24px 0 7px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    letter-spacing: .12em;
    text-align: center;
}
.pt-price-tag {
    margin-top: 5px;
    padding-bottom: 9px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
}
.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}
.pt-plan {
    position: relative;
    padding: 20px 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.pt-plan:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .2;
}
.pt-features {
    text-align: center;
}
.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.pt-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.pt-footer a.btn-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing-table {
    padding: 80px 0;
}
.pricing-table .pricing-table-item:first-child {
    font-weight: 700;
}
.pricing-table .pricing--content {
    border-top: 1px solid #e9e9e9;
}
.pricing-table-item .pt-features li strong {
    display: none;
}
.pricing-table .pt-footer a.btn-custom {
    padding-left: 20px;
    padding-right: 20px;
}
#vpsPricing {
    padding: 80px 0;
}
#vpsPricing.bg--img .section-title h2 {
    color: #fff;
}
#vpsPricing.bg--img .section-title h2:before {
    background-color: #fff;
}
.vps-slider-holder {
    padding: 40px 60px;
    background-color: #202736;
}
.vps-ruler {
    background: url(img/ruler.png) center top;
    display: table;
    height: 10px;
    margin: 0 auto 25px;
    width: 100%;
    opacity: .2;
}
#vpsSlider {
    height: 6px;
    border: 0;
    border-radius: 0;
}
#vpsSlider .ui-slider-range {
    background-color: #288feb;
    border-radius: 0;
}
#vpsSlider .ui-slider-handle {
    top: -9px;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    background-color: #fff;
    border-color: #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}
#vpsSlider .ui-slider-handle:after {
    content: " ";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    background-color: #288feb;
    border-radius: 50%}
#vpsSlider .ui-slider-handle em {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100px;
    margin-left: -39px;
    margin-bottom: 15px;
    padding: 5px 0;
    color: #fff;
    background-color: #288feb;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
#vpsSlider .ui-slider-handle em:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #288feb transparent transparent;
}
.vps-pricing--item {
    margin-top: 30px;
    text-align: center;
}
.vps-pricing--content {
    color: #303030;
    background-color: rgba(255, 255, 255, .9);
}
.vps-pricing--item:last-child {
    border: 0;
}
.vps-pricing--name, .vps-pricing--value {
    margin-bottom: 0;
}
.vps-pricing--name {
    position: relative;
    padding: 16px 0 14px;
    background-color: rgba(255, 255, 255, .9);
    font-weight: 700;
}
.vps-pricing--name:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: rgba(255, 255, 255, .9) transparent transparent;
}
.vps-pricing--value {
    padding: 23px 0;
    font-size: 20px;
}
.vps-pricing--tag {
    padding-top: 30px;
}
.vps-pricing--tag-content {
    height: 100%;
    margin: 0;
    padding: 0 15px;
    color: #303030;
    background-color: rgba(255, 255, 255, .9);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.vps-pricing--tag-content p {
    margin-bottom: 0;
}
.vps-pricing--tag-content span {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}
.vps-pricing--tag-content small {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
}
#vpsPricing .action {
    margin-top: 45px;
    text-align: center;
}
#vpsPricing .action a {
    margin: 15px 10px 0;
    width: 150px;
}
#vpsPricing .action a.btn-custom-reverse, #vpsPricing .action a.btn-custom:focus, #vpsPricing .action a.btn-custom:hover {
    color: #303030;
    background-color: #fff;
}
#vpsPricing .action a.btn-custom-reverse:focus, #vpsPricing .action a.btn-custom-reverse:hover {
    color: #fff;
    background-color: #303030;
}
#dedicatedPricing {
    padding: 80px 0;
}
#dedicatedPricing table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}
#dedicatedPricing table thead {
    background-color: #288feb;
    color: #fff;
}
#dedicatedPricing table thead th {
    padding: 15px 10px;
}
#dedicatedPricing table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#dedicatedPricing table td, #dedicatedPricing table th {
    padding: 10px;
}
#dedicatedPricing table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#dedicatedPricing table tbody tr {
    background-color: #fff;
}
#dedicatedPricing table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
#dedicatedPricing table td .labelText {
    display: none;
}
#domainPricing {
    padding: 80px 0;
}
#domainPricing table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#domainPricing table thead {
    background-color: #288feb;
    color: #fff;
}
#domainPricing table thead th {
    padding: 15px 0;
}
#domainPricing table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#domainPricing table td, #domainPricing table th {
    padding: 10px;
    text-align: center;
}
#domainPricing table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#domainPricing table tbody td {
    background-color: #fff;
}
#domainPricing table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
#domainPricing table tbody td:first-child {
    font-weight: 700;
    font-size: 18px;
}
#domainPricing table tbody td .labelText {
    display: none;
}
#services {
    padding: 80px 0;
    overflow: hidden;
}
#services1 {
    padding: 80px 0;
    overflow: hidden;
}
#services2 {
    padding: 80px 0;
    overflow: hidden;
}
#services3 {
    padding: 80px 0;
    overflow: hidden;
}
#services .even {
    margin: 80px 0;
    padding: 80px 0;
}
.service-item-content h2 {
    margin: 0 0 17px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #288feb;
}
.service-item-content h2 span {
    display: block;
    color: #202736;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    text-indent: 1px;
}
.service-item-content p {
    margin-bottom: 17px;
}
.service-item-content p:last-child {
    margin-bottom: 0;
}
.service-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-item-content ul:after, .service-item-content ul:before {
    content: " ";
    display: table;
    clear: both;
}
.service-item-content ul li {
    float: left;
    width: 50%}
.service-item-content ul li .fa {
    margin-right: 8px;
    color: #288feb;
}
.service-item-content .price {
    margin-top: 24px;
}
.counter {
    padding: 40px 0;
    background-color: #f8773a;
    text-align: center;
}
.counter-2 {
    padding: 0;
    background-color: #f8773a;
    text-align: center;
}
.counter.bg--overlay:before {
    background: #ffbc00;
    height:  100%;
    background-image: url(http://web.telintel.com/img/img-animation-banner.png);
    background-size: auto;
    background-repeat: repeat-y;
    background-position: 910px 450px;
    }
.counter-icon i.fa {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    color: #288feb;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}
.counter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counter-holder:hover .counter-icon i.fa {
    border-radius: 50%}
.counter-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
}
.counter-number {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder .counter-number {
    font-size: 42px;
}
#testimonial {
    padding: 80px 0 75px;
}
#testimonial .section-title h2 {
    margin-bottom: 76px;
}
.testimonial-item {
    max-width: 750px;
    margin: 0 auto;
}
.recommender-comment p {
    font-weight: 400;
    text-align: center;
}
.recommender-comment p:last-child {
    margin-bottom: 0;
}
.recommender-img {
    width: 98px;
    margin: 21px auto 23px;
}
.recommender-img img {
    margin: 0 auto;
    border-radius: 50%}
.recommender-info {
    margin-top: 14px;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}
.testimonial-slider .owl-pagination {
    margin: 24px 0 5px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.testimonial-slider .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
    background-color: #f8773a;
    border-radius: 20px;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.testimonial-slider .owl-page.active {
    width: 16px;
    background-color: #5a6063;
}
#team {
    padding: 80px 0;
}
.team-item {
    text-align: center;
}
.team-info h2 {
    margin: 20px 0 5px;
    color: #202736;
    font-size: 20px;
    font-weight: 700;
}
.team-info p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.team-img {
    position: relative;
    display: inline-block;
    max-width: 100%}
.team-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.team-social-links {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}
.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.team-social-links ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.team-social-links ul li a:hover {
    background-color: #288feb;
    border-color: #288feb;
}
#history {
    padding: 80px 0 40px;
}
.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 20px;
    position: absolute;
    content: " ";
    width: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline>li {
    float: left;
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}
.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li>.timeline-panel {
    float: left;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative;
}
.timeline>li:nth-child(odd)>.timeline-panel {
    margin-right: 30px;
}
.timeline>li:nth-child(even)>.timeline-panel {
    margin-left: 30px;
}
.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " "}
.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "}
.timeline>li>.timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body>p, .timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color: #288feb;
    color: #fff;
    font-weight: 700;
}
.timeline-footer p {
    margin-bottom: 0;
}
.timeline-footer>a {
    cursor: pointer;
    text-decoration: none;
}
.timeline>li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline>li:nth-child(2) {
    margin-top: 60px;
}
.timeline>li.timeline-inverted>.timeline-badge {
    left: -12px;
}
.timeline .no-float {
    float: none!important;
}
#gallery {
    padding: 80px 0 50px;
}
.gallery--filter-menu {
    margin-bottom: 60px;
}
.gallery--filter-menu ul {
    margin: -10px -2px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.gallery--filter-menu ul li {
    display: inline-block;
    margin: 10px 2px 0;
}
.gallery--filter-menu ul li.active a {
    background-color: #288feb;
}
.gallery--item {
    margin-bottom: 30px;
}
.gallery--img a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.gallery--img a:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303030;
    opacity: .6;
    -webkit-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
}
.gallery--img a.active:before, .gallery--img a:hover:before {
    top: 0;
}
.gallery--img a:after {
    content: "+";
    position: absolute;
    top: 150%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 42px;
    line-height: 42px;
    font-weight: 100;
    text-align: center;
    -webkit-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
}
.gallery--img a.active:after, .gallery--img a:hover:after {
    top: 50%}
.gallery--img img {
    display: block;
    width: 100%}
#subscribe {
    padding: 80px 0;
    background-color: #202736;
    text-align: center;
}
#subscribe .section-title h2 {
    margin-bottom: 23px;
    color: #fff;
}
#subscribe .section-title h2:before {
    display: none;
}
#subscribe p {
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
#subscribeForm .input-box {
    width: 382px;
    padding: 8px 0 8px 12px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0;
}
#subscribeForm .input-box.error {
    border-color: #a94442;
}
#subscribeForm .input-box.valid {
    border-color: #3c763d;
}
#subscribeForm .submit-button {
    display: block;
    margin: 30px auto 0;
    padding: 12px 20px;
    color: #fff;
    background-color: #202736;
    border: 1px solid #202736;
    font-weight: 400;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease-in-out, border-color .25s ease;
    outline: 0;
    text-transform: uppercase;
}
#subscribeForm .submit-button:hover {
    color: #202736;
    background-color: #fff;
    border-color: #fff;
}
#faq {
    padding: 80px 0;
}
.faq-categories h3 {
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 40px;
    color: #5a6063;
    font-weight: 700;
}
.faq-categories h3:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #288feb;
    bottom: 0;
}
.faq-categories ul {
    margin-top: 25px;
}
.faq-categories ul li a {
    background-color: #fff;
    border: 1.5px solid #f7812e;
    color: #f7812e!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%;
    cursor: pointer;
}
.faq-categories ul li a.active {
    background-color: #fff;
    border: 1.5px solid #f7812e;
    color: #f7812e!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%;
    cursor: pointer;
}
.faq-categories ul li a:active {
    background-color: #f7812e;
    border: 1.5px solid #f7812e;
    color: #fff!important;
    margin-top: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
    width: 90%}
.faq-categories ul li a:hover, .faq-categories ul li.active a {
    color: #fff!important;
    background-color: #f7812e;
}
.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    -webkit-transition: right 0;
    transition: right 0;
    z-index: -1;
    border-radius: 11;
}
.faq-categories ul li a:hover:before, .faq-categories ul li.active a:before {
    right: -20px;
    -webkit-transition: right .25s;
    transition: right .25s;
}
.faq-content .panel-group {
    margin-bottom: 0;
}
.accordion .panel {
    border-radius: 0;
}
.accordion .panel-heading {
    padding: 0;
    border-radius: 70px;
}
.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #f8773a;
    border-radius: 5px;
}
.accordion .panel-heading a.collapsed {
    background-color: #5a6063;
    border-radius: 5px;
    margin-bottom: 3px;
}
.accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: hidden;
}
.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff;
}
.accordion .panel-heading a.collapsed h4 i.fa-minus {
    color: #fff;
}
.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067"}
#blog {
    padding: 80px 0;
}
.blog-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.blog-item-img+.blog-item-content, .blog-page-post-video+.blog-item-content {
    padding-top: 16px;
}
.blog-item-img img {
    width: 100%}
.blog-item-content a {
    color: #303030;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border .25s;
    transition: color .25s, background-color .25s ease-in-out, border .25s;
}
.blog-item-content a:hover {
    color: #288feb;
}
.blog-item-content .btn-custom, .blog-item-content .btn-custom-reverse, .blog-item-content .btn-custom-reverse:hover, .blog-item-content .btn-custom:hover {
    color: #fff;
}
.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.blog-item-content h2 a {
    color: #202736;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px;
}
.blog-item-content .metadata .fa {
    margin-right: 5px;
}
.blog-item-content .metadata a {
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}
.blog-item-content .metadata a:hover {
    color: inherit;
    border-color: #e9e9e9;
}
.blog-item-content .metadata .separator {
    margin: 0 8px 0 7px;
}
.blog-item:hover .blog-item-content h2 a {
    color: #288feb;
}
.blog-item-content p {
    margin-bottom: 12px;
}
#map {
    height: 400px;
}
#contact {
    padding: 80px 0;
    position: relative;
}
#contact:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f0f0f0;
    border-left: 1px solid #e9e9e9;
}
#contactForm {
    padding-left: 50px;
}
#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-color: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
}
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
}
#contactForm input.error, #contactForm textarea.error {
    border-color: #288feb;
}
#contactForm input.valid, #contactForm textarea.valid {
    border-color: #288feb;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #288feb;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0;
}
#contactForm .submit-button:focus, #contactForm .submit-button:hover {
    background-color: #202736;
}
.contact-address h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}
.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 0;
    background-color: transparent;
    bottom: 0;
}
.contact-address address {
    margin-top: 30px;
}
.contact-address address p {
    margin-bottom: 30px;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 16px;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa {
    font-size: 20px;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}
#contactActions {
    padding: 80px 0;
    background-color: #202736;
    text-align: center;
}
.ca-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #288feb;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}
.ca-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ca-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
}
.ca-holder p {
    color: #fff;
}
.ca-holder a.btn {
    width: 140px;
    padding: 8px 0;
    background-color: #288feb;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}
.ca-holder a.btn:focus, .ca-holder a.btn:hover {
    color: #288feb;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}
.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #202736;
    border: 1px solid #202736;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
    transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #288feb;
    background: #288feb;
}
#contactInfo {
    color: #fff;
    background-color: #202736;
    text-align: center;
}
.contact-info--item a {
    position: relative;
    display: block;
    padding: 30px 0;
    background-color: #288feb;
}
.contact-info--item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .2;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.contact-info--item a:hover:before {
    background-color: #fff;
}
.contact-info--item a .fa {
    margin-right: 8px;
}
#footer {
    padding:  0px 0 10px;
    overflow: hidden;
    background:  #ffffff;
    background:  -moz-linear-gradient(top,  #ffffff 0%,  #ffffff 28%,  #F7F7F7 100%);
    background:  -webkit-gradient(left top,  left bottom,  color-stop(0%,  #ffffff),  color-stop(28%,  #ffffff),  color-stop(100%,  #F7F7F7));
    background:  -webkit-linear-gradient(top,  #ffffff 0%,  #ffffff 28%,  #F7F7F7 100%);
    background:  -o-linear-gradient(top,  #ffffff 0%,  #ffffff 28%,  #F7F7F7 100%);
    background:  -ms-linear-gradient(top,  #ffffff 0%,  #ffffff 28%,  #F7F7F7 100%);
    background:  linear-gradient(to bottom,  #ffffff 0%,  #ffffff 28%,  #F7F7F7 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#F7F7F7',  GradientType=0 );
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 21px 0 0;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #5a6063;
    bottom: 0;
}
.footer-widget ul {
    margin:  6px 8px 0px;
    padding: 0;
    list-style: none;
    color: #fff;
}
.footer-widget ul li {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 4px;
}
.footer-widget ul li a {
    color:  #444444;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom:  0px solid #ddd;
    display: block;
    margin: 1px 0;
    padding-bottom: 5px;
}
.footer-widget a:hover {
    color:  #444444;
    font-weight:  bold;
}
.footer--subscribe-widget {
    margin: 20px 0 26px;
}
.footer--subscribe-widget .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
.footer--subscribe-widget .form-control.error {
    border-color: #ff5252;
}
.footer--subscribe-widget .btn {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background-color: #288feb;
    border-radius: 0;
    box-shadow: none;
}
.footer--subscribe-widget .btn:focus, .footer--subscribe-widget .btn:hover {
    outline: 0;
}
.footer--social-widget p {
    color: #fff;
    margin-bottom: 7px;
}
.footer--social-widget ul {
    margin: -6px -5px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.footer--social-widget ul li {
    display: inline-block;
    padding: 6px 5px 0;
}
.footer--social-widget ul li a {
    display: block;
    width: 35px;
    padding: 9px 0;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease;
    transition: background-color .25s ease-in-out, border-color .25s ease;
    text-align: center;
}
.footer--social-widget ul li a:hover {
    border-color: #03a9f4;
}
#copyright {
    padding: 6px 0 18px;
    color:  #444444;
    background-color: #ededed;
    text-align: center;
}
#copyright p {
    margin-bottom: 0;
    font-size: 14px;
}
#copyright p.left {
    float: left;
}
#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}
#copyright p a {
    display: inline-block;
    margin-top: 5px;
    color:  #444444;
    font-weight: inherit;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}
#copyright img {
    margin-left: 20px;
    height: 24px;
}
.about-description {
    padding: 80px 0;
}
.about-desc-content a {
    color: #303030;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.about-desc-content a:hover {
    color: #288feb;
}
.about-desc-content p:last-child {
    margin-bottom: 0;
}
#login {
    padding: 80px 0;
}
#loginForm {
    padding: 30px;
    background-color: #f0f0f0;
    max-width: 360px;
    margin: 0 auto;
}
#loginForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 25px 0 20px;
}
#loginForm p.help-block a {
    color: #202736;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: color .25s;
    transition: color .25s;
}
#loginForm p.help-block a:hover {
    color: #288feb;
}
#loginForm p.help-block a i.fa {
    margin-right: 5px;
}
#loginForm label {
    font-weight: 400;
}
#loginForm input.form-control {
    box-shadow: none;
    border-radius: 0;
}
#loginForm input.error {
    border-color: #288feb;
}
#loginForm .submit-button {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #288feb;
    color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    outline: 0;
}
#loginForm .submit-button:hover {
    background-color: #202736;
}
.aCounter {
    padding: 80px 0 30px;
    background-color: #288feb;
    text-align: center;
}
.aCounter-holder {
    margin-bottom: 50px;
}
.aCounter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #288feb;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}
.aCounter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aCounter-text {
    margin-bottom: 32px;
    padding-bottom: 23px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}
.aCounter-number-holder {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.aCounter-number-holder .counter-number {
    font-size: 36px;
}
.affiliate-signup-btn-holder {
    text-align: center;
    margin-top: 60px;
}
.affiliate-signup-btn-holder a {
    width: 140px;
    padding: 10px 0;
    text-transform: uppercase;
}
#blog.page hr {
    margin: 40px 0 60px;
}
.blog-page-post-video.local {
    background-color: #090709;
}
.blog-page-post-audio audio {
    width: 100%;
    margin-bottom: 10px;
}
.widget.search .form-control {
    padding: 10px 12px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
    height: auto;
}
.widget.search .input-group-addon {
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #202736;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.widget.search .input-group-addon:hover {
    background-color: #288feb;
}
.widget.search .input-group-addon button {
    padding: 12px 14px;
    background-color: transparent;
    border: 0;
}
.widget {
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 0;
}
.widget-title {
    color: #202736;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.widget-title:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #288feb;
    bottom: 0;
}
.widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget.recent-items .left-col img {
    border-color: #e9e9e9;
}
.widget.recent-items a.footer-thumb-link {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.widget.recent-items a.footer-thumb-link:hover {
    color: #288feb;
}
.widget.recent-items .footer-thumb-text {
    color: #999;
}
.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300;
}
.archives ul, .tags ul, .widget.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.archives li, .widget.categories li, .widget.tags li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer;
}
.widget.tags li {
    display: inline-block;
    padding: 20px 25px 0 0;
}
.widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px;
}
.widget.archives li a, .widget.categories li a, .widget.tags li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.widget.archives li:hover a, .widget.categories li:hover a, .widget.tags li:hover a {
    color: #288feb;
}
.blog-item.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700;
}
.blog-item.full-post .category-link {
    color: #737373;
    font-weight: 500;
    margin-left: 10px;
}
.blog-item.full-post:hover a.btn-custom {
    background-color: transparent;
}
.blog-item.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #288feb;
}
.blog-item.full-post .tags li {
    display: inline-block;
}
.blog-item.full-post .tags li a {
    color: #202736;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.blog-item.full-post .tags li strong {
    margin-right: 15px;
}
.blog-item.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-item.full-post .post-author-metadata a {
    color: #202736;
    margin-left: 15px;
    font-weight: 500;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.blog-item.full-post .post-author-metadata a:hover {
    color: #288feb;
}
.post-social-links {
    margin-top: 20px;
}
.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.post-social-links li {
    display: inline-block;
    margin: 0 2px;
}
.post-social-links li a {
    color: #202736;
    border: 1px solid #202736;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
    -webkit-transition: color .25s, border .25s, background .25s;
    transition: color .25s, border .25s, background .25s;
}
.post-social-links li a:hover {
    color: #fff;
    border: 1px solid #288feb;
    background: #288feb;
}
.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.post-comments ul li {
    margin: 25px 0;
}
.comment-thumb a {
    overflow: hidden;
    color: #288feb;
    font-weight: 500;
}
.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.comment-meta {
    margin-top: 15px;
    margin-left: 15px;
}
a.comment-reply {
    background: #288feb;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
}
a.comment-reply:hover {
    color: #fff;
}
.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}
.comment-text a {
    color: #303030;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.comment-text a:hover {
    color: #288feb;
}
.post-comment-form {
    padding-top: 50px;
    margin-top: -26px;
}
.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #288feb;
    border-color: #288feb;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
}
.post-comment-form-group .form-control.submit-btn:hover {
    background: #202736;
    border-color: #202736;
    color: #fff;
}
.post-comment-form-group .form-control.error {
    border-color: #288feb;
}
#f0f {
    height: 100%;
    text-align: center;
}
#f0f>.container, #f0f>.container>.row, #f0f>.container>.row>div {
    height: 100%}
#f0f .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
    font-size: 120px;
}
#f0f .section-title h2:before {
    display: none;
}
#f0f .description p {
    color: #fff;
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
#f0f .description .widget.search {
    padding-bottom: 0;
    border-bottom: 0;
}
#f0f a.btn {
    padding: 10px 30px;
}
#f0f .btn-custom-reverse {
    background-color: #303030;
}
#f0f .btn-custom-reverse:hover {
    color: #303030;
    background-color: #fff;
}
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}
.reset-padding {
    padding: 0;
}
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}
.row-vc>div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.morphext>.animated {
    display: inline-block;
    text-align: center;
}
.content-desktop {
    display: block;
}
.content-mobile {
    display: none;
}
@media screen and (max-width:768px) {
    .content-desktop {
    display: none;
}
.content-mobile {
    display: block;
}
}@media(min-width:768px) {
    .menu-toggle-btn {
    padding-left: 335px;
}
}@media(min-width:768px) {
    .navbar-header {
    width: 28%}
}@media(min-width:1024px) {
    .navbar-header {
    width: 15%;
    margin-top: -12px;
}
}@media(min-width:992px) {
    .navbar-header {
    width: 15%;
    margin-top: -13px;
}
}@media(max-width:765px) {
    #desktop-nav {
    display: none!important;
}
}@media(max-width:779px) {
    #info-1 {
    display: none!important;
}
}.orange {
    color: #5a6063;
}
.blue-dark {
    color: #5a6063;
}
.blue-clear {
    color: #5a6063;
}
.blue-clear-b {
    color: #5a6063;
    font-weight: 700;
}
.blue-mint {
    color: #049dbf;
}
.white {
    color: #fff;
}
.text-cta {
    font-size: 20px;
}
.jf-form {
    margin-top: 0;
    width: 100%!important;
    padding: 0;
}
.jf-form>form {
    margin-bottom: 0;
}
.jf-option-box {
    display: none;
    margin-left: 8px;
}
.jf-hide {
    display: none;
}
.jf-disabled {
    background-color: #eee;
    opacity: .6;
    pointer-events: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 0;
}
.form-group {
    padding: 0 8px;
    margin-bottom: 0;
}
.mainDescription {
    margin-bottom: 10px;
}
p.description {
    margin: 0;
}
.responsive img {
    width: 100%}
p.error, p.validation-error {
    padding: 5px;
}
p.error {
    margin-top: 10px;
    color: #a94442;
}
p.server-error {
    font-weight: 700;
}
div.thumbnail {
    position: relative;
    text-align: center;
}
div.thumbnail.selected p {
    color: #fff;
}
div.thumbnail .glyphicon-ok-circle {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    font-size: 32px;
}
.jf-copyright {
    color: #888;
    display: inline-block;
    margin: 16px;
    display: none;
}
.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 6px;
}
.submit .btn.disabled, .submit .btn[disabled] {
    background: 0;
    opacity: .75;
}
.checkbox label>span, .radio label>span {
    display: block;
}
.form-group.col-1 .control-label, .form-group.col-2 .control-label, .form-group.col-3 .control-label, .form-group.inline .control-label {
    display: block;
}
.form-group.inline div.checkbox, .form-group.inline div.radio {
    display: inline-block;
}
.form-group.col-1 div.checkbox, .form-group.col-1 div.radio {
    display: block;
}
.form-group.col-2 div.checkbox, .form-group.col-2 div.radio {
    display: inline-flex;
    width: 48%}
.form-group.col-3 div.checkbox, .form-group.col-3 div.radio {
    display: inline-flex;
    width: 30%}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ededed;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #f8773a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f8773a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkbox {
    font-size: 10px;
    width: 97%;
    line-height: 1.2;
    padding-left: 10px;
    color: #f8773a;
    text-align: justify;
    margin-top: 22px;
    margin-bottom: 16px;
}
.sms-box {
    padding: 5px 14px 10px;
    background-color: #f8773a;
    color: #fff;
    margin: 10px;
    font-size: 12px;
    margin-top: 20px;
}
.sms-box:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 25px;
    bottom: -13px;
    border: 12px solid;
    border-color: #f8773a #f8773a transparent transparent;
    margin-bottom: 0;
}
@media screen and (max-width:991px) {
    ul.primary-menu-links>li>span {
    font-size: 13px;
}
.primary-menu-links li a {
    padding: 15px 12px;
}
.primary-social-menu-links li a {
    padding: 15px 8px;
}
.secondary-menu-links>li>a {
    padding: 15px 10px;
}
#pageTitle .breadcrumb {
    margin: -11px 0 30px;
    text-align: left;
}
.banner-item {
    padding-top: 30px;
}
.banner-item:not([data-bg-video])>.container, .banner-item:not([data-bg-video])>.container>.row, .banner-item:not([data-bg-video])>.container>.row>div {
    height: auto;
}
.banner-item-content, .banner-item-img {
    margin-top: 50px;
}
.banner-item-img img {
    margin: 0 auto;
}
.banner--slider-nav {
    display: none;
    height: 0;
}
.banner-slider .owl-buttons {
    display: none;
}
#domainSearch .left-content {
    margin-bottom: 30px;
    text-align: center;
}
#domainSearch .right-content {
    padding-left: 15px;
}
.service-item-content+.service-item-img, .service-item-img+.service-item-content {
    margin-top: 50px;
}
.about-desc-img {
    margin-bottom: 30px;
}
#pricing {
    padding-bottom: 80px;
}
.pricing-table-item {
    margin-bottom: 30px;
}
.pricing-table-item .pt-features {
    text-align: right;
}
.pricing-table-item .pt-features li strong {
    display: block;
    float: left;
}
#blog {
    padding-bottom: 60px;
}
.blog-page-content+.blog-page-sidebar {
    margin-top: 80px;
}
.blog-page-sidebar+.blog-page-content {
    margin-top: 50px;
}
#team>.container>.row>div {
    margin-bottom: 50px;
}
#team>.container>.row>div:last-child {
    margin-bottom: 0;
}
#footer {
    padding-bottom: 0;
}
#dedicatedPricing {
    padding-bottom: 50px;
}
#dedicatedPricing table {
    border: 0;
}
#dedicatedPricing table thead {
    display: none;
}
#dedicatedPricing table tr {
    margin-bottom: 30px;
    display: block;
    border-bottom: 2px solid #ddd;
}
#dedicatedPricing table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
#dedicatedPricing table td:last-child {
    border-bottom: 0;
}
#dedicatedPricing table td span.labelText {
    display: block;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#dedicatedPricing table tbody tr:nth-child(even) td {
    background-color: #fff;
}
#domainPricing {
    padding-bottom: 50px;
}
#domainPricing table {
    border: 0;
}
#domainPricing table thead {
    display: none;
}
#domainPricing table tr {
    margin-bottom: 30px;
    display: block;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
}
#domainPricing table tbody tr:nth-child(even) td {
    background-color: #fff;
}
#domainPricing table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
#domainPricing table td:last-child {
    border-bottom: 0;
}
#domainPricing table td span.labelText {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}
.vps-pricing--tag {
    height: auto!important;
}
.vps-pricing--tag-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.features-tab--nav ul li:before {
    display: none;
}
.features-tab--content+.features-tab--img, .features-tab--img+.features-tab--content {
    margin-top: 50px;
}
.faq-categories {
    margin-bottom: 20px;
    margin-left: -161%;
    min-width: 270px;
    text-align: center;
}
.faq-categories-2 {
    margin-bottom: 20px;
    margin-left: -161%;
    min-width: 270px;
    text-align: center;
}
.faq-categories ul li a:before {
    display: none;
}
.post-comments ul {
    padding-left: 0;
}
.row-vc>div[class*=col-md] {
    display: block;
}
}.mg-t {
    margin-top: 6.5%}
.mg-t-2 {
    margin-top: 3.5%}
@media screen and (max-width:767px) {
    .primary-social-menu-links {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}
.primary-menu-links {
    margin: 0;
}
.primary-menu-links, .primary-menu-links li, .primary-social-menu-links li {
    float: left;
}
#secondaryMenu .navbar-header {
    float: left;
    margin-top: 9px;
}
#secondaryMenu a.navbar-brand {
    margin-top: -2px;
    padding-left: 15px;
}
.secondary-menu-links {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.secondary-menu-links>li:hover>.dropdown-menu {
    display: none;
}
.secondary-menu-links>li.open>.dropdown-menu {
    display: block;
    text-align: center;
}
.registration-links {
    margin: 15px;
}
.banner-item .row {
    display: block;
    width: auto;
}
.banner-item .row>div {
    display: block;
}
.banner-item-img {
    display: none;
}
#domainSearchForm select.form-control {
    border-left: none;
    border-top: 1px solid #e9e9e9;
}
#copyright p.left, #copyright p.right {
    float: none;
    text-align: center;
}
#copyright p.left {
    margin: 0 0 20px;
}
#domainPricing>.container {
    padding: 0 15px;
}
ul.timeline:before {
    display: none;
}
ul.timeline>li {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
}
ul.timeline>li>.timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
}
ul.timeline>li>.timeline-panel {
    float: right;
    width: 100%;
    overflow: hidden;
}
.timeline>li:nth-child(even)>.timeline-panel, .timeline>li:nth-child(odd)>.timeline-panel {
    margin: 0;
}
ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline>li.timeline-inverted>.timeline-badge {
    left: 28px;
}
.testimonial-slider.overload .owl-controls {
    margin-top: 0;
    margin-bottom: 0;
}
.testimonial-slider.overload .owl-page {
    width: auto;
    height: auto;
    margin: 0 16px;
    padding: 0;
    border: 0;
}
.testimonial-slider.overload .owl-page:before {
    bottom: 0;
}
.testimonial-slider.overload .owl-page span {
    display: none;
}
.testimonial-slider.overload .recommender-info {
    margin-top: 50px;
    margin-bottom: 30px;
}
.faq-content {
    margin-top: 30px;
}
.faq-categories ul li a {
    overflow: hidden;
}
#contact.page {
    padding-bottom: 0;
}
#contact:before {
    display: none;
}
.contact-form {
    background-color: #f0f0f0;
    border-top: 1px solid #e9e9e9;
    margin-top: 80px;
    padding: 80px 0;
}
#contactForm {
    padding-left: 15px;
    padding-right: 15px;
}
#contactActions>.container>.row>div {
    margin-bottom: 60px;
}
#contactActions>.container>.row>div:last-child {
    margin-bottom: 0;
}
.post-social-links ul {
    text-align: left;
}
.counter>.container>.row>div {
    margin-bottom: 70px;
}
.counter>.container>.row>div:last-child, .counter>.container>.row>div:nth-last-child(2) {
    margin-bottom: 0;
}
.features-tab--content ul li {
    float: none;
    width: 100%}
}@media screen and (max-width:480px) {
    .primary-menu-links li span.email {
    display: none;
}
#services {
    padding-bottom: 80px;
}
#services .container>.row>div {
    display: block;
}
#subscribeForm .input-box {
    width: 100%}
.service-item-content ul li {
    float: none;
    width: 100%}
.contact-info--item {
    width: 100%}
#copyright img {
    display: block;
    margin: 10px auto;
    max-width: 100%}
.counter>.container>.row>div {
    width: 100%;
    float: none;
}
.counter>.container>.row>div:nth-last-child(2) {
    margin-bottom: 70px;
}
#loginForm p.help-block a {
    float: none!important;
    display: block;
}
}@media screen and (max-width:320px) {
    .primary-social-menu-links li a {
    padding-left: 10px;
    padding-right: 10px;
}
}@media screen and (max-width:991px) {
    .banner-item {
    padding-top: 0;
}
}@media screen and (max-width:991px) {
    .banner-item-content, .banner-item-img {
    margin-top: 10px;
}
}@media screen and (max-width:991px) {
    ul.primary-menu-links>li>span {
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 5%}
}@media screen and (max-width:991px) {
    .navbar {
    border-radius: 4px;
    padding-bottom: 1%!important;
}
}.input-group-addon {
    background-color: transparent;
    background-size: 60px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 25px;
}
.circleRollButton {
    border-radius: 50%;
    margin: 0!important;
    padding: 0;
    font-size: 14px!important;
    font-family: 'Roboto Condensed',  sans-serif!important;
}
.slick-slide {
    margin: 0 20px;
}
.slick-slide img {
    width: 100%}
.slick-slider {
    margin-top: -4%;
    margin-bottom: 2%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    0%, 50%, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes pulse {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes rubberBand {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
    0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes headShake {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes tada {
    0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes wobble {
    0% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}@keyframes jello {
    0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
    20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
    20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
    20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
    20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInRightBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}@keyframes flip {
    0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
}
0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInX {
    0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}@keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
}
60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
}@keyframes flipOutX {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
}
}.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
}@keyframes flipOutY {
    0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
}
}.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
60%, 80% {
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes lightSpeedIn {
    0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
60%, 80% {
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}@keyframes lightSpeedOut {
    0% {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateIn {
    0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInDownRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpLeft {
    0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}@keyframes rotateInUpRight {
    0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
    transform-origin: center;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
}
}@keyframes rotateOut {
    0% {
    transform-origin: center;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: center;
}
to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
}
}.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
}@keyframes rotateOutDownLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
}.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}@keyframes rotateOutDownRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}@keyframes rotateOutUpLeft {
    0% {
    transform-origin: left bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: left bottom;
}
to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
}.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
}@keyframes rotateOutUpRight {
    0% {
    transform-origin: right bottom;
    opacity: 1;
}
0%, to {
    -webkit-transform-origin: right bottom;
}
to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
}.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
    transform-origin: top left;
}
0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
}
40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}@keyframes hinge {
    0% {
    transform-origin: top left;
}
0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
}
40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}@keyframes rollIn {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
}
}@keyframes rollOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
}
}.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50%, to {
    opacity: 0;
}
}@keyframes zoomOut {
    0% {
    opacity: 1;
}
50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50%, to {
    opacity: 0;
}
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}@keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}@keyframes zoomOutRight {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInLeft {
    0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInRight {
    0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
    0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.pad-menu {
    padding: 0!important;
    border-top: .5px solid #fff;
}
.pad-item-menu {
    padding: 10px 15px!important;
}
.pad-menu-lang {
    padding: 0!important;
    margin-top: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #5a6063;
    text-decoration: none;
    background-color: #cac7c7;
}
.dropdown-item.active, .dropdown-item:active {
    color: #5a6063;
    text-decoration: none;
    background-color: #dbdbdb;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem .8rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #dbdbdb;
    border: 0;
    border-bottom: .5px solid #004366;
}
.mob-sig {
    margin-top: 15px;
    border-top: .5px solid #fff;
    padding-top: 14px;
}
.mg-t {
    margin-top: 5%}
.mgl-t {
    margin-top: 5%}
.mgl-t3 {
    margin-top: -3%}
.pb-n {
    padding-bottom: 2%}
.pb-n-10 {
    padding-bottom: 10%}
.s-flag {
    width: 14%;
    padding: 3%}
.flag {
    width: 13px;
    margin-right: 12%}
.dpd {
    min-width: 126px!important;
    margin-left: -36px!important;
}
.pl {
    padding-left: 1%!important;
}
.ml {
    margin-left: 1%!important;
}
.mgt-5 {
    margin-top: 5%}
@media screen and (min-width:414px) and (max-width:736px) {
    .card-item {
    height: fit-content;
    padding: 1% 6% 0;
}
#banner-home {
    height: 600px!important;
}
}@media screen and (min-width:375px) and (max-width:812px) {
    .card-item {
    height: fit-content;
    padding: 1% 6% 0;
}
#banner-home {
    height: 600px!important;
}
#banner {
    position: relative;
    height: 560px;
    margin-top: -12px;
}
}@media screen and (min-width:320px) and (max-width:575px) {
    label {
    display: inline-block;
    margin-bottom: .2rem;
}
.pb-mob-10 {
    margin-top: 10%}
.pb-mob-5 {
    margin-top: 5%}
.pb-mob-50 {
    margin-top: 50%}
.card-item {
    height: 350px;
}
.banner-new {
    height: 592px!important;
}
#banner {
    position: relative;
    height: 32rem;
    margin-top: -12px;
}
.l1-new {
    line-height: 1!important;
    margin-top: 0;
    font-weight: 900!important;
    font-size: 2rem!important;
    color: #5a6063;
    padding-top: 6%}
.banner-item-content p {
    line-height: 1.1;
}
.desktop-only {
    display: none!important;
}
.mobile-only {
    display: block!important;
}
}.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.input-flag {
    width: 50px;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
.country-s {
    padding-right: 62px;
}
#radioBtn .notActive {
    color: #3276b1!important;
    background-color: #fff;
}
[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type=radio]:checked+label, [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    padding-right: 16px;
    cursor: pointer;
    line-height: 18px;
    font-size: 13px;
    display: inline-block;
    color: #f8773a;
    font-weight: 700;
}
[type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #f8773a;
    border-radius: 100%;
    background: #fff;
}
[type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f8773a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.field-mt {
    margin-top: 0;
}
.ins {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin-left: 0;
}
ol.phpfmg_form {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ol.phpfmg_form input, ol.phpfmg_form select, ol.phpfmg_form textarea {
    border: 1px solid #f8773a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ol.phpfmg_form li {
    margin-bottom: 0;
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%}
.form_field, .form_required {
    font-weight: 700;
}
.form_required {
    color: red;
    margin-right: 8px;
}
.form_submit_block {
    padding-top: 3px;
}
.text_box, .text_select {
    height: 32px;
}
.text_area, .text_box, .text_select {
    min-width: 160px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.text_area {
    height: 80px;
}
.form_error_title {
    font-weight: 700;
    color: #f8773a;
    margin-bottom: 0;
}
.form_error {
    background-color: transparent;
    border: 1.5px dashed #f8773a;
    padding: 10px;
    margin-bottom: 0;
}
.form_error_highlight {
    background-color: transparent;
    border-bottom: 2px solid #f7812e;
}
div.instruction_error {
    color: red;
    font-weight: 700;
}
hr.sectionbreak {
    height: 1px;
    color: #ccc;
}
#one_entry_msg {
    background-color: #f4f6e5;
    border: 1px dashed red;
    padding: 10px;
    margin-bottom: 10px;
}
#frmFormMailContainer input[type=submit] {
    background-color: #5a6063;
    font-size: 16px;
    text-transform: uppercase;
}
#frmFormMailContainer input[type=submit]:hover {
    background-color: #f8773a;
}
.contact-form {
    padding-left: 7%;
    padding-right: 7%}
.c-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #5a6063;
}
.na-tabs {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%!important;
    line-height: .5;
    font-size: 14px;
    font-weight: 900;
    border: 1.5px solid #5a6063!important;
    color: #5a6063!important;
    border-radius: 6px!important;
}
.na-tabs:hover {
    display: block;
    background-color: #f8773a;
    margin: 1%;
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid transparent;
    color: #fff!important;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease;
    transition: background-color .25s ease-in-out, border .25s ease;
}
.na-tabs.visited {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%!important;
    line-height: .5;
    font-size: 14px;
    font-weight: 900;
    border: 1.5px solid #5a6063!important;
    color: #5a6063!important;
    border-radius: 6px!important;
    background-color: #fff;
}
.na-tabs.active {
    padding: 15px 0;
    max-width: 160px;
    min-width: 210px;
    margin: 1%;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid #5a6063!important;
    color: #fff!important;
    background-color: #5a6063!important;
}
.nav-tabs {
    border-bottom: 0 solid transparent;
}
.pt-n {
    padding-top: 7%}
.pb-n {
    padding-bottom: 5%}
.pb-n-10 {
    padding-bottom: 20px;
}
.mtl-n {
    margin-top: -2%}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.mg-all {
    margin: 8px 17px;
}
.b, strong {
    font-weight: 700;
}
@media(max-width:768px) {
    .mb-50 {
    padding-bottom: 50px;
}
}.panel-body {
    padding: 1.5%}
.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}
.t-co-1 {
    color: #1f1f1f!important;
    background-color: unset;
    border: none;
    padding-left: 0;
}
.col_label {
    height: 10px;
}
.msg-error {
    color: #c65848;
}
.g-recaptcha.error {
    border: solid 1.5px #f7812e;
    padding: 0;
    width: inherit;
    margin-left: .2%!important;
    border-width: 2px!important;
}
.bt-w {
    min-width: 130px!important;
    max-width: 210px!important;
}
.ticker {
    width: 394px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
@media(min-width:1281px) {
    .ticker {
    width: 550px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:1025px) and (max-width:1280px) {
    .ticker {
    width: 550px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:768px) and (max-width:1024px) {
    .ticker {
    width: 384px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .ticker {
    width: 374px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:481px) and (max-width:767px) {
    .ticker {
    width: 374px;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 4%}
}@media(min-width:320px) and (max-width:480px) {
    .ticker {
    width: 320px!important;
    font-size: 14px;
    font-weight: 300;
    line-height: 3.2;
    margin-left: 0;
}
#features2new {
    padding: 15% 0 10px!important;
}
.pfoot {
    padding-left: 10px;
    padding-right: 10px;
}
.pfoot2 {
    margin-bottom: 36px;
}
}.bene-list {
    display: block;
    line-height: 1.5em;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 35px;
    padding-inline-end: 15px;
}
.bene-list-item {
    margin-bottom: 1em;
    line-height: 1.4em;
}
.bene-list-sub {
    display: block;
    line-height: 1em;
    list-style-type: none;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 17px;
    padding-inline-end: 5px;
}
.list {
    text-align: left;
    display: inline-block;
}
.orange-li {
    margin-left: -20px;
    color: #f8773a;
}
.orange-li-2 {
    margin-left: -13px;
    color: #f7812e;
}
.hwb {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: -8%}
#topbar {
    margin: 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #F7F7F7;
    z-index: 1;
    line-height: 2.5;
}
.error {
    border: 1px solid red!important;
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: -5px;
    left: -4px;
    border: 1px solid #f8773a;
    border-radius: 3px;
    background-color: #fff;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    border: solid #f8773a;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 2.5px;
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    height: 3em;
}
.marquee p {
    display: inline-block;
    padding-left: 0;
    animation: marquee 40s linear infinite;
}
@keyframes marquee {
    0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(-100%, 0);
}
}.tel1 {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    outline: 0!important;
}
.tel1:hover {
    background-color: transparent;
    border: 0;
    color: #03a9f4;
    padding-left: 0;
    font-size: 14px;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0!important;
}
.tel2 {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    outline: 0!important;
}
.tel2:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0!important;
}
.b-subscribe {
    background-color: #f7812e;
    border: 1px solid #f7812e;
    margin-top: 12px;
    margin-bottom: -8px;
    padding: 5px 8px;
}
.b-subscribe:hover {
    background-color: #f8773a;
    border: 1px solid #f8773a;
    margin-top: 12px;
    margin-bottom: -8px;
    padding: 5px 8px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}
.icon-subscribe {
    font-size: 14px;
    margin-right: 8px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1f3656;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}
._form_1 {
    width: 100%!important;
    font-family: 'Roboto Condensed',  sans-serif!important;
}
._form-label {
    margin-bottom: -1px!important;
}
._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    background: #f8773a!important;
    border: 0!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    color: #fff!important;
    padding: 10px!important;
    text-transform: uppercase;
    width: 100%}
.b-cont {
    background-color: unset;
    border: unset;
    padding-left: 0;
    font-weight: 700;
}
.intl-tel-input {
    position: relative;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .flag-dropdown {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin: 1px;
    padding: 6px 16px 6px 6px;
}
.intl-tel-input .flag-dropdown .selected-flag:hover {
    background-color: rgba(0, 0, 0, .05);
}
.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
    top: 6px;
    position: relative;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}
.intl-tel-input .flag-dropdown .country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow-y: scroll;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 29px;
    width: 330px;
    max-height: 200px;
}
.intl-tel-input .flag-dropdown .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .flag-dropdown .country-list .country {
    line-height: 16px;
    padding: 4px 10px;
}
.intl-tel-input .flag-dropdown .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .flag-dropdown .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05);
}
.intl-tel-input .flag-dropdown .country-list .flag {
    display: inline-block;
    vertical-align: bottom;
}
.intl-tel-input .flag-dropdown .country-list .country-name, .intl-tel-input .flag-dropdown .country-list .flag {
    margin-right: 6px;
}
.intl-tel-input input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    padding-left: 47px;
    position: relative;
    z-index: 0;
}
.f16 .flag {
    width: 16px;
    height: 16px;
    background: url(../img/flags16.png) no-repeat;
}
.f16 ._African_Union {
    background-position: 0 -16px;
}
.f16 ._Arab_League {
    background-position: 0 -32px;
}
.f16 ._ASEAN {
    background-position: 0 -48px;
}
.f16 ._CARICOM {
    background-position: 0 -64px;
}
.f16 ._CIS {
    background-position: 0 -80px;
}
.f16 ._Commonwealth {
    background-position: 0 -96px;
}
.f16 ._England {
    background-position: 0 -112px;
}
.f16 ._European_Union {
    background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}
.f16 ._Kosovo {
    background-position: 0 -160px;
}
.f16 ._NATO {
    background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}
.f16 ._OPEC {
    background-position: 0 -240px;
}
.f16 ._Red_Cross {
    background-position: 0 -256px;
}
.f16 ._Scotland {
    background-position: 0 -272px;
}
.f16 ._Somaliland {
    background-position: 0 -288px;
}
.f16 ._Tibet {
    background-position: 0 -304px;
}
.f16 ._United_Nations {
    background-position: 0 -320px;
}
.f16 ._Wales {
    background-position: 0 -336px;
}
.f16 .ad {
    background-position: 0 -352px;
}
.f16 .ae {
    background-position: 0 -368px;
}
.f16 .af {
    background-position: 0 -384px;
}
.f16 .ag {
    background-position: 0 -400px;
}
.f16 .ai {
    background-position: 0 -416px;
}
.f16 .al {
    background-position: 0 -432px;
}
.f16 .am {
    background-position: 0 -448px;
}
.f16 .an {
    background-position: 0 -464px;
}
.f16 .ao {
    background-position: 0 -480px;
}
.f16 .aq {
    background-position: 0 -496px;
}
.f16 .ar {
    background-position: 0 -512px;
}
.f16 .as {
    background-position: 0 -528px;
}
.f16 .at {
    background-position: 0 -544px;
}
.f16 .au {
    background-position: 0 -560px;
}
.f16 .aw {
    background-position: 0 -576px;
}
.f16 .az {
    background-position: 0 -592px;
}
.f16 .ba {
    background-position: 0 -608px;
}
.f16 .bb {
    background-position: 0 -624px;
}
.f16 .bd {
    background-position: 0 -640px;
}
.f16 .be {
    background-position: 0 -656px;
}
.f16 .bf {
    background-position: 0 -672px;
}
.f16 .bg {
    background-position: 0 -688px;
}
.f16 .bh {
    background-position: 0 -704px;
}
.f16 .bi {
    background-position: 0 -720px;
}
.f16 .bj {
    background-position: 0 -736px;
}
.f16 .bm {
    background-position: 0 -752px;
}
.f16 .bn {
    background-position: 0 -768px;
}
.f16 .bo {
    background-position: 0 -784px;
}
.f16 .br {
    background-position: 0 -800px;
}
.f16 .bs {
    background-position: 0 -816px;
}
.f16 .bt {
    background-position: 0 -832px;
}
.f16 .bw {
    background-position: 0 -848px;
}
.f16 .by {
    background-position: 0 -864px;
}
.f16 .bz {
    background-position: 0 -880px;
}
.f16 .ca {
    background-position: 0 -896px;
}
.f16 .cg {
    background-position: 0 -912px;
}
.f16 .cf {
    background-position: 0 -928px;
}
.f16 .cd {
    background-position: 0 -944px;
}
.f16 .ch {
    background-position: 0 -960px;
}
.f16 .ci {
    background-position: 0 -976px;
}
.f16 .ck {
    background-position: 0 -992px;
}
.f16 .cl {
    background-position: 0 -1008px;
}
.f16 .cm {
    background-position: 0 -1024px;
}
.f16 .cn {
    background-position: 0 -1040px;
}
.f16 .co {
    background-position: 0 -1056px;
}
.f16 .cr {
    background-position: 0 -1072px;
}
.f16 .cu {
    background-position: 0 -1088px;
}
.f16 .cv {
    background-position: 0 -1104px;
}
.f16 .cy {
    background-position: 0 -1120px;
}
.f16 .cz {
    background-position: 0 -1136px;
}
.f16 .de {
    background-position: 0 -1152px;
}
.f16 .dj {
    background-position: 0 -1168px;
}
.f16 .dk {
    background-position: 0 -1184px;
}
.f16 .dm {
    background-position: 0 -1200px;
}
.f16 .do {
    background-position: 0 -1216px;
}
.f16 .dz {
    background-position: 0 -1232px;
}
.f16 .ec {
    background-position: 0 -1248px;
}
.f16 .ee {
    background-position: 0 -1264px;
}
.f16 .eg {
    background-position: 0 -1280px;
}
.f16 .eh {
    background-position: 0 -1296px;
}
.f16 .er {
    background-position: 0 -1312px;
}
.f16 .es {
    background-position: 0 -1328px;
}
.f16 .et {
    background-position: 0 -1344px;
}
.f16 .fi {
    background-position: 0 -1360px;
}
.f16 .fj {
    background-position: 0 -1376px;
}
.f16 .fm {
    background-position: 0 -1392px;
}
.f16 .fo {
    background-position: 0 -1408px;
}
.f16 .fr {
    background-position: 0 -1424px;
}
.f16 .ga {
    background-position: 0 -1440px;
}
.f16 .gb {
    background-position: 0 -1456px;
}
.f16 .gd {
    background-position: 0 -1472px;
}
.f16 .ge {
    background-position: 0 -1488px;
}
.f16 .gg {
    background-position: 0 -1504px;
}
.f16 .gh {
    background-position: 0 -1520px;
}
.f16 .gi {
    background-position: 0 -1536px;
}
.f16 .gl {
    background-position: 0 -1552px;
}
.f16 .gm {
    background-position: 0 -1568px;
}
.f16 .gn {
    background-position: 0 -1584px;
}
.f16 .gp {
    background-position: 0 -1600px;
}
.f16 .gq {
    background-position: 0 -1616px;
}
.f16 .gr {
    background-position: 0 -1632px;
}
.f16 .gt {
    background-position: 0 -1648px;
}
.f16 .gu {
    background-position: 0 -1664px;
}
.f16 .gw {
    background-position: 0 -1680px;
}
.f16 .gy {
    background-position: 0 -1696px;
}
.f16 .hk {
    background-position: 0 -1712px;
}
.f16 .hn {
    background-position: 0 -1728px;
}
.f16 .hr {
    background-position: 0 -1744px;
}
.f16 .ht {
    background-position: 0 -1760px;
}
.f16 .hu {
    background-position: 0 -1776px;
}
.f16 .id {
    background-position: 0 -1792px;
}
.f16 .mc {
    background-position: 0 -1792px;
}
.f16 .ie {
    background-position: 0 -1808px;
}
.f16 .il {
    background-position: 0 -1824px;
}
.f16 .im {
    background-position: 0 -1840px;
}
.f16 .in {
    background-position: 0 -1856px;
}
.f16 .iq {
    background-position: 0 -1872px;
}
.f16 .ir {
    background-position: 0 -1888px;
}
.f16 .is {
    background-position: 0 -1904px;
}
.f16 .it {
    background-position: 0 -1920px;
}
.f16 .je {
    background-position: 0 -1936px;
}
.f16 .jm {
    background-position: 0 -1952px;
}
.f16 .jo {
    background-position: 0 -1968px;
}
.f16 .jp {
    background-position: 0 -1984px;
}
.f16 .ke {
    background-position: 0 -2000px;
}
.f16 .kg {
    background-position: 0 -2016px;
}
.f16 .kh {
    background-position: 0 -2032px;
}
.f16 .ki {
    background-position: 0 -2048px;
}
.f16 .km {
    background-position: 0 -2064px;
}
.f16 .kn {
    background-position: 0 -2080px;
}
.f16 .kp {
    background-position: 0 -2096px;
}
.f16 .kr {
    background-position: 0 -2112px;
}
.f16 .kw {
    background-position: 0 -2128px;
}
.f16 .ky {
    background-position: 0 -2144px;
}
.f16 .kz {
    background-position: 0 -2160px;
}
.f16 .la {
    background-position: 0 -2176px;
}
.f16 .lb {
    background-position: 0 -2192px;
}
.f16 .lc {
    background-position: 0 -2208px;
}
.f16 .li {
    background-position: 0 -2224px;
}
.f16 .lk {
    background-position: 0 -2240px;
}
.f16 .lr {
    background-position: 0 -2256px;
}
.f16 .ls {
    background-position: 0 -2272px;
}
.f16 .lt {
    background-position: 0 -2288px;
}
.f16 .lu {
    background-position: 0 -2304px;
}
.f16 .lv {
    background-position: 0 -2320px;
}
.f16 .ly {
    background-position: 0 -2336px;
}
.f16 .ma {
    background-position: 0 -2352px;
}
.f16 .md {
    background-position: 0 -2368px;
}
.f16 .me {
    background-position: 0 -2384px;
}
.f16 .mg {
    background-position: 0 -2400px;
}
.f16 .mh {
    background-position: 0 -2416px;
}
.f16 .mk {
    background-position: 0 -2432px;
}
.f16 .ml {
    background-position: 0 -2448px;
}
.f16 .mm {
    background-position: 0 -2464px;
}
.f16 .mn {
    background-position: 0 -2480px;
}
.f16 .mo {
    background-position: 0 -2496px;
}
.f16 .mq {
    background-position: 0 -2512px;
}
.f16 .mr {
    background-position: 0 -2528px;
}
.f16 .ms {
    background-position: 0 -2544px;
}
.f16 .mt {
    background-position: 0 -2560px;
}
.f16 .mu {
    background-position: 0 -2576px;
}
.f16 .mv {
    background-position: 0 -2592px;
}
.f16 .mw {
    background-position: 0 -2608px;
}
.f16 .mx {
    background-position: 0 -2624px;
}
.f16 .my {
    background-position: 0 -2640px;
}
.f16 .mz {
    background-position: 0 -2656px;
}
.f16 .na {
    background-position: 0 -2672px;
}
.f16 .nc {
    background-position: 0 -2688px;
}
.f16 .ne {
    background-position: 0 -2704px;
}
.f16 .ng {
    background-position: 0 -2720px;
}
.f16 .ni {
    background-position: 0 -2736px;
}
.f16 .nl {
    background-position: 0 -2752px;
}
.f16 .no {
    background-position: 0 -2768px;
}
.f16 .np {
    background-position: 0 -2784px;
}
.f16 .nr {
    background-position: 0 -2800px;
}
.f16 .nz {
    background-position: 0 -2816px;
}
.f16 .om {
    background-position: 0 -2832px;
}
.f16 .pa {
    background-position: 0 -2848px;
}
.f16 .pe {
    background-position: 0 -2864px;
}
.f16 .pf {
    background-position: 0 -2880px;
}
.f16 .pg {
    background-position: 0 -2896px;
}
.f16 .ph {
    background-position: 0 -2912px;
}
.f16 .pk {
    background-position: 0 -2928px;
}
.f16 .pl {
    background-position: 0 -2944px;
}
.f16 .pr {
    background-position: 0 -2960px;
}
.f16 .ps {
    background-position: 0 -2976px;
}
.f16 .pt {
    background-position: 0 -2992px;
}
.f16 .pw {
    background-position: 0 -3008px;
}
.f16 .py {
    background-position: 0 -3024px;
}
.f16 .qa {
    background-position: 0 -3040px;
}
.f16 .re {
    background-position: 0 -3056px;
}
.f16 .ro {
    background-position: 0 -3072px;
}
.f16 .rs {
    background-position: 0 -3088px;
}
.f16 .ru {
    background-position: 0 -3104px;
}
.f16 .rw {
    background-position: 0 -3120px;
}
.f16 .sa {
    background-position: 0 -3136px;
}
.f16 .sb {
    background-position: 0 -3152px;
}
.f16 .sc {
    background-position: 0 -3168px;
}
.f16 .sd {
    background-position: 0 -3184px;
}
.f16 .se {
    background-position: 0 -3200px;
}
.f16 .sg {
    background-position: 0 -3216px;
}
.f16 .si {
    background-position: 0 -3232px;
}
.f16 .sk {
    background-position: 0 -3248px;
}
.f16 .sl {
    background-position: 0 -3264px;
}
.f16 .sm {
    background-position: 0 -3280px;
}
.f16 .sn {
    background-position: 0 -3296px;
}
.f16 .so {
    background-position: 0 -3312px;
}
.f16 .sr {
    background-position: 0 -3328px;
}
.f16 .st {
    background-position: 0 -3344px;
}
.f16 .sv {
    background-position: 0 -3360px;
}
.f16 .sy {
    background-position: 0 -3376px;
}
.f16 .sz {
    background-position: 0 -3392px;
}
.f16 .tc {
    background-position: 0 -3408px;
}
.f16 .td {
    background-position: 0 -3424px;
}
.f16 .tg {
    background-position: 0 -3440px;
}
.f16 .th {
    background-position: 0 -3456px;
}
.f16 .tj {
    background-position: 0 -3472px;
}
.f16 .tl {
    background-position: 0 -3488px;
}
.f16 .tm {
    background-position: 0 -3504px;
}
.f16 .tn {
    background-position: 0 -3520px;
}
.f16 .to {
    background-position: 0 -3536px;
}
.f16 .tr {
    background-position: 0 -3552px;
}
.f16 .tt {
    background-position: 0 -3568px;
}
.f16 .tv {
    background-position: 0 -3584px;
}
.f16 .tw {
    background-position: 0 -3600px;
}
.f16 .tz {
    background-position: 0 -3616px;
}
.f16 .ua {
    background-position: 0 -3632px;
}
.f16 .ug {
    background-position: 0 -3648px;
}
.f16 .us {
    background-position: 0 -3664px;
}
.f16 .uy {
    background-position: 0 -3680px;
}
.f16 .uz {
    background-position: 0 -3696px;
}
.f16 .va {
    background-position: 0 -3712px;
}
.f16 .vc {
    background-position: 0 -3728px;
}
.f16 .ve {
    background-position: 0 -3744px;
}
.f16 .vg {
    background-position: 0 -3760px;
}
.f16 .vi {
    background-position: 0 -3776px;
}
.f16 .vn {
    background-position: 0 -3792px;
}
.f16 .vu {
    background-position: 0 -3808px;
}
.f16 .ws {
    background-position: 0 -3824px;
}
.f16 .ye {
    background-position: 0 -3840px;
}
.f16 .za {
    background-position: 0 -3856px;
}
.f16 .zm {
    background-position: 0 -3872px;
}
.f16 .zw {
    background-position: 0 -3888px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
a:not([href]):not([tabindex]) {
    color: #5a6063;
    text-decoration: none;
    cursor: pointer;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}
.banner-new {
    background-repeat: repeat;
    background-size: 40%;
    background-image: url(img/slider-bg-01.jpg);
    height: 600px;
    background: #fff;
    background: -moz-linear-gradient(30deg, #fff 0, #fff 61%, #ebebeb 61%, #b3b3b3 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #fff), color-stop(61%, #fff), color-stop(61%, #ebebeb), color-stop(100%, #b3b3b3));
    background: -webkit-linear-gradient(30deg, #fff 0, #fff 61%, #ebebeb 61%, #b3b3b3 100%);
    background: -o-linear-gradient(30deg, #fff 0, #fff 61%, #ebebeb 61%, #b3b3b3 100%);
    background: -ms-linear-gradient(30deg, #fff 0, #fff 61%, #ebebeb 61%, #b3b3b3 100%);
    background: linear-gradient(30deg, #fff 0, #fff 61%, #ebebeb 61%, #b3b3b3 100%);
}
.l1-new {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 900!important;
    font-size: 3rem;
    color: #5a6063;
}
.l1-tit-top {
    color: #5a6063;
    font-size: 1.2rem;
    font-weight: 900!important;
}
.l1-tit-top:after {
    content: " ";
    border-bottom: 1.5px solid #5a6063;
    display: table-cell;
    width: 55px;
}
.card-item {
    background-color: #fff;
    padding: 6% 6% 5%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 7px 5px 0 #e8e8e8;
    -moz-box-shadow: 6px 7px 5px 0 #e8e8e8;
    box-shadow: 6px 7px 5px 0 #e8e8e8;
    margin-bottom: 30px;
    height: 94%}
.grad-feat {
    background: #f7f7f6;
    background: -moz-linear-gradient(top, #f7f7f6 0, #e8e7e4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f7f7f6), color-stop(100%, #e8e7e4));
    background:  -webkit-linear-gradient(top, , #ffffff 0, #e8e7e4 100%);
    background:  -o-linear-gradient(top, #ffffff 0, #e8e7e4 100%);
    background:  -ms-linear-gradient(top, #ffffff 0, #e8e7e4 100%);
    background:  linear-gradient(to bottom, #ffffff 0, #e8e7e4 150%);
    padding: 80px 0 70px!important;
}
.new-btn {
    border-bottom: 2px solid #fff;
    -webkit-transition: border-width .6s linear;
    border-radius: 0;
    padding: 7px 10px!important;
}
.new-btn:hover {
    border-bottom: 2px solid #5a6063;
    -webkit-transition: border-width .6s linear;
    border-radius: 0;
    padding: 7px 0!important;
}
.new-btn2 {
    border-bottom: 2px solid transparent;
    -webkit-transition: border-width .6s linear;
    border-radius: 0;
    padding: 7px 0!important;
    text-align: left;
}
.new-btn2:hover {
    border-bottom: 2px solid #5a6063;
    -webkit-transition: border-width .6s linear;
    border-radius: 0;
    padding: 7px 0!important;
}
a.btn-custom2 {
    background-color: #5a6063;
    border: 2px solid transparent!important;
    border-radius: 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
a.btn-custom2:hover {
    background-color: #f8773a!important;
    border: 2px solid transparent!important;
    border-radius: 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: inherit;
    color: #fff;
    border-radius: 5px;
}
.firts-tit {
    color: #444;
    border-bottom: 1.2px solid #444;
    font-size: 22px;
    line-height: 2;
}
.secound-tit {
    color: #444;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 0;
}
#features2new {
    padding: 8% 0 10px;
}
.pic-mob {
    width: 120%;
    margin: -3px 0 -50px -34px;
}
#butsignup {
    background-color: #ffffff;
    color: #FF7500;
}
#butsignup:hover {
    background-color: #f8773a;
    color: #fff;
    border: 1px solid #f8773a;
}
#butsignupmob {
    background-color: #5a6063;
    color: #fff;
}
#butsignupmob:hover {
    background-color: #f8773a;
    color: #fff;
}
#banner-home {
    height: 650px;
}
@media(max-width:1024px) and (min-width:768px) {
    #banner-home {
    height: 520px!important;
}
.l1-new {
    line-height: 1.1!important;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 900!important;
    font-size: 2.8rem!important;
    color: #5a6063;
}
.card-item {
    height: 92%}
.banner-new {
    height: 310px!important;
}
}@media(min-width:1024px) and (max-width:1366px) {
    .banner-new {
    height: 450px!important;
}
.card-item {
    height: 96%}
#banner-home {
    height: 620px!important;
}
}.card-item-2 {
    background-color: #fff;
    padding: 10% 6%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 7px 5px 0 #e8e8e8;
    -moz-box-shadow: 6px 7px 5px 0 #e8e8e8;
    box-shadow: 6px 7px 5px 0 #e8e8e8;
    margin-bottom: 30px;
    height: 94%}
.btn-primaryb {
    color: #fff;
    background-color: #5a6063;
    border-color: #5a6063;
}
.btn-primaryb:hover {
    color: #fff;
    background-color: #f8773a;
    border-color: #f8773a;
}
.card-item-3 {
    background-color: #fff;
    padding: 10% 6%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 7px 5px 0 #e8e8e8;
    -moz-box-shadow: 6px 7px 5px 0 #e8e8e8;
    box-shadow: 6px 7px 5px 0 #e8e8e8;
    margin-bottom: 30px;
    height: 100%}
.dualmenu {
    width: 520px;
    background-color: #ededed;
    list-style: unset;
    padding-left: 0;
}
.dualcol {
    padding: 0;
    list-style: unset;
}
.bline {
    border-right: 1px solid #5a60630f;
}
.ntop {
    margin-top: -36px;
}
.grecaptcha-badge {
    display: none!important;
}
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.sweet-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}
@media all and (max-width:540px) {
    .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
}
}.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sweet-alert fieldset {
    border: none;
    position: relative;
}
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s;
}
.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s, max-height .2s;
    transition: padding .25s, max-height .25s;
}
.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}
.sweet-alert .sa-error-container p {
    display: inline-block;
}
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s;
}
.sweet-alert .sa-input-error::after, .sweet-alert .sa-input-error::before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sweet-alert input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5;
}
.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5;
}
.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert.show-input input {
    display: block;
}
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}
.sweet-alert button {
    background-color: #8cd4f5;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
    display: none!important;
}
.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.sweet-alert button:hover {
    background-color: #7ecff4;
}
.sweet-alert button:active {
    background-color: #5dc2f1;
}
.sweet-alert button.cancel {
    background-color: #c1c1c1;
}
.sweet-alert button.cancel:hover {
    background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
    background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important;
}
.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default;
}
.sweet-alert button.confirm[disabled] {
    color: transparent;
}
.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
    border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none!important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
    0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
80% {
    transform: scale(.95);
    -webkit-transform: scale(.95);
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}@keyframes showSweetAlert {
    0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
80% {
    transform: scale(.95);
    -webkit-transform: scale(.95);
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}@-webkit-keyframes hideSweetAlert {
    0% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
}
}@keyframes hideSweetAlert {
    0% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
}
}@-webkit-keyframes slideFromTop {
    0% {
    top: 0;
}
100% {
    top: 50%}
}@keyframes slideFromTop {
    0% {
    top: 0;
}
100% {
    top: 50%}
}@-webkit-keyframes slideToTop {
    0% {
    top: 50%}
100% {
    top: 0;
}
}@keyframes slideToTop {
    0% {
    top: 50%}
100% {
    top: 0;
}
}@-webkit-keyframes slideFromBottom {
    0% {
    top: 70%}
100% {
    top: 50%}
}@keyframes slideFromBottom {
    0% {
    top: 70%}
100% {
    top: 50%}
}@-webkit-keyframes slideToBottom {
    0% {
    top: 50%}
100% {
    top: 70%}
}@keyframes slideToBottom {
    0% {
    top: 50%}
100% {
    top: 70%}
}.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
}
.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s;
}
.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s;
}
.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s;
}
@-webkit-keyframes animateSuccessTip {
    0% {
    width: 0;
    left: 1px;
    top: 19px;
}
54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}@keyframes animateSuccessTip {
    0% {
    width: 0;
    left: 1px;
    top: 19px;
}
54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}@-webkit-keyframes animateSuccessLong {
    0% {
    width: 0;
    right: 46px;
    top: 54px;
}
65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}@keyframes animateSuccessLong {
    0% {
    width: 0;
    right: 46px;
    top: 54px;
}
65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}@-webkit-keyframes rotatePlaceholder {
    0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
}@keyframes rotatePlaceholder {
    0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
}.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
    0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
}
}@keyframes animateErrorIcon {
    0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
}
}.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}
@-webkit-keyframes animateXMark {
    0% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}@keyframes animateXMark {
    0% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}
@-webkit-keyframes pulseWarning {
    0% {
    border-color: #f8d486;
}
100% {
    border-color: #f8bb86;
}
}@keyframes pulseWarning {
    0% {
    border-color: #f8d486;
}
100% {
    border-color: #f8bb86;
}
}.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
    0% {
    background-color: #f8d486;
}
100% {
    background-color: #f8bb86;
}
}@keyframes pulseWarningIns {
    0% {
    background-color: #f8d486;
}
100% {
    background-color: #f8bb86;
}
}.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}@keyframes rotate-loading {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.la-ball-fall, .la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-fall.la-dark {
    color: #333;
}
.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-fall {
    width: 54px;
    height: 18px;
}
.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    -o-animation-delay: -.2s;
    animation-delay: -.2s;
}
.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s;
}
.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.la-ball-fall.la-sm {
    width: 26px;
    height: 8px;
}
.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.la-ball-fall.la-2x {
    width: 108px;
    height: 36px;
}
.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px;
}
.la-ball-fall.la-3x {
    width: 162px;
    height: 54px;
}
.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
@-webkit-keyframes ball-fall {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
}
10% {
    opacity: .5;
}
20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
90% {
    opacity: .5;
}
100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
}
}@-moz-keyframes ball-fall {
    0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
}
10% {
    opacity: .5;
}
20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}
90% {
    opacity: .5;
}
100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
}
}@-o-keyframes ball-fall {
    0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
}
10% {
    opacity: .5;
}
20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}
90% {
    opacity: .5;
}
100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
}
}@keyframes ball-fall {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
}
10% {
    opacity: .5;
}
20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
90% {
    opacity: .5;
}
100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
}
}input[type=checkbox] {
    position: relative;
    cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: -6px;
    left: -4px;
    border: 1px solid #f8773a;
    border-radius: 3px;
    background-color: #fff;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    border: solid #f8773a;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 2.5px;
}
.error {
    border: 1px solid red!important;
    box-shadow: none!important;
}
#mw {
    display: none;
}
.card-item-4-text {
    font-size: 16px;
    color: #444!important;
}
.card-item-4:hover {
    background-color: #fff;
    padding: 11% 12%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 7px 5px 0 #e8e8e8;
    -moz-box-shadow: 6px 7px 5px 0 #e8e8e8;
    box-shadow: 6px 7px 5px 0 #e8e8e8;
    margin-bottom: 30px;
    height: 80%;
    border: 1px solid #adadad;
}
.card-item-4 {
    background-color: #fff;
    padding: 11% 12%;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 80%;
    border: 1px solid #adadad;
    transition: all .5s ease;
}
.card-item-5 {
    background-color: #fff;
    padding: 3% 10%;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 75px;
    border: 1px solid #adadad;
    transition: all .5s ease;
}
.card-item-5:hover {
    background-color: #fff;
    padding: 3% 10%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 7px 5px 0 #e8e8e8;
    -moz-box-shadow: 6px 7px 5px 0 #e8e8e8;
    box-shadow: 6px 7px 5px 0 #e8e8e8;
    margin-bottom: 20px;
    height: 75px;
    border: 1px solid #adadad;
    transition: all .5s ease;
}
.feature--icon-2 {
    display: table;
    width: 45px;
    margin-left: -33px;
    font-size: 36px;
    line-height: 40px;
}

/*/NEW CSSS/*/
.container-fluid {
    width: 100%;
    padding-right: 45px !important;
    padding-left: 45px !important;
    margin-right: auto;
    margin-left: auto;
}

  .container-fluid-2 {
    width: 100%;
    padding-right: 55px !important;
    padding-left: 55px !important;
    margin-right: auto;
    margin-left: auto;
}

.na-top {
    background-color: #ffffff;
    color: #5a6063;
}

.nav-link {
    display: block;
    font-weight: 600;
    padding: 23px 20px 18px;
    border: 0 solid transparent;
    font-size: 15px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out,border .25s ease;
    transition: background-color .25s ease-in-out,border .25s ease;
    white-space: nowrap;
}

.nav-link:hover {
    outline: 0;
    border: 0;
    display: block;
    background-color: #ffffff;
    color: #f8773a;
    font-weight: 600;
    padding: 23px 20px 18px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out,border .25s ease;
    transition: background-color .25s ease-in-out,border .25s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    white-space: pre;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.secondary-menu-links .open>a, .secondary-menu-links .open>a:focus, .secondary-menu-links .open>a:hover, .secondary-menu-links li a:focus, .secondary-menu-links li a:hover, .secondary-menu-links li.active>a, .secondary-menu-links li.active>a:hover {
    color: #5a6063;
    background-color: #f7f7f7;
    border-color: #f8773a00;
}

.secondary-menu-links .open>a, .secondary-menu-links .open>a:focus, .secondary-menu-links .open>a:hover, .secondary-menu-links li a:focus, .secondary-menu-links li a:hover, .secondary-menu-links li.active>a, .secondary-menu-links li.active>a:hover {
    color: #5a6063;
    background-color: #f7f7f7;
    border-color: #f8773a00;
}

.dualmenu {
    width: 650px;
    background-color: #ffffff;
    list-style: unset;
    padding-left: 0;
    padding-bottom: 10px;
}

.secondary-menu-links li .dropdown-menu li a {
    padding: 7px 20px;
    line-height: 21px;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.m-new{
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 10px;
    background-color: #f7812e;
    color: white;
    margin-left: 7px;
}

.m-txt {
    font-size: 12px;
    color: #5a6063;
}


.secondary-menu-links .open>a, .secondary-menu-links .open>a:focus, .secondary-menu-links .open>a:hover, .secondary-menu-links li a:focus, .secondary-menu-links li a:hover, .secondary-menu-links li.active>a, .secondary-menu-links li.active>a:hover {
    color: #f8773a;
    background-color: #f7f7f7;
    border-color: #f8773a00;
}

.is-sticky .secondary-menu-links li:hover>.dropdown-menu {
    display: block;
    min-width: 220px;
    margin-top: -1px;
}


.secondary-menu-links li:hover>.dropdown-menu {
    display: block;
    min-width: 230px;
    margin-left: 4px;
}

.logo-w {
    width: 9em;
    padding-top: 6px;
}

#contbut2 {
   display: none;
}

.is-sticky #contbut {
   display: none;
}

.is-sticky #contbut2 {
   display: block;
}

.is-sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 23px;
    padding-top: 18px;
}

.is-sticky #stick {
   height: 65px;
}

.is-sticky .nav-link:hover {
    outline: 0;
    border: 0;
    display: block;
    background-color: #ffffff;
    color: #f8773a;
    font-weight: 600;
    padding: 18px 20px 21px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out,border .25s ease;
    transition: background-color .25s ease-in-out,border .25s ease;
}

.is-sticky .nav-link{
    outline: 0;
    border: 0;
    display: block;
    background-color: #ffffff;
    color: #5a6063;
    font-weight: 600;
    padding: 18px 20px 21px;
    border: 0 solid transparent;
    font-size: 14px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out,border .25s ease;
    transition: background-color .25s ease-in-out,border .25s ease;
}

.su-txt-men{
    margin: 0px 0px;
    font-weight: bolder;
    padding: 17px 20px;
}

.su-txt-men2{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 20px;
    font-size: 14px;
    font-weight: 300;
}


@media (min-width: 1025px) and (max-width: 1280px) {
.logo-w {
    width: 5em;
    margin-top: 14px;
    margin-left: -11px;
}
  
}


@media screen and (max-width: 767px){
#secondaryMenu a.navbar-brand {
    margin-top: -15px;
    padding-left: 0px;
    width: 8em;
    margin-left: -73px;
}
}


@media screen and (max-width: 575px) and (min-width: 320px){
#banner {
    position: relative;
    height: 32rem;
    margin-top: 0px;
}
}


@media screen and (max-width: 575px) and (min-width: 320px){

.is-sticky #stick {
    height: 80px;
}


}


.off-canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    background-color: white;
    z-index: 99991;
    -webkit-transition: margin .4s;
    transition: margin .4s;
    overflow: auto;
}
    
.off-canvas-menu-logo a {
    display: block;
    margin-top: 26px;
    margin-bottom: 22px;
    color: #202736;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: -54%;
}    

.off-canvas-menu--close-btn {
    position: absolute;
    top: -20px;
    right: -10px;
    margin: 46px;
    padding: 0;
    color: #5a6063;
    background: 0;
    border: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    outline: 0;
    -webkit-transition: .45s;
    transition: .45s;
}


.na-top-mob {
    background-color: #ffffff;
    color: #5a6063;
    width: 100%;
    text-align: left;
}

.nav-link:hover {
    outline: 0;
    border: 0;
    display: block;
    background-color: #D4D4D4;
    color: #f8773a;
    font-weight: 600;
    padding: 23px 20px 18px;
    border: 0 solid transparent;
    font-size: 15px;
    margin-top: 0;
    text-transform: initial;
    -webkit-transition: background-color .25s ease-in-out,border .25s ease;
    transition: background-color .25s ease-in-out,border .25s ease;
}




.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
    border-bottom: .5px solid #ededed;
}


.ti-mob-menu{
   font-weight: 600;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #5a6063;
    text-decoration: none;
    background-color: #D4D4D4;
}


.dropdown-item-3 {
    display: block;
    width: 100%;
    padding: 0.5rem 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
}

.dropdown-toggle::after {
    display: table;
    margin-left: 92%;
    vertical-align: 0.255em;
    content: "˃";
    margin-top: -28px;
    border: unset;
    font-size: 13px;
}

.dropdown-toggle:after:active {
    display: table;
    margin-left: 92%;
    vertical-align: 0.255em;
    content: "˃";
    margin-top: -28px;
    border: unset;
    font-size: 13px;
}

.dropdown-toggle:hover:after {
    display: table;
    margin-left: 92%;
    vertical-align: 0.255em;
    content: "˅";
    margin-top: -28px;
    border: unset;
    font-size: 13px;
}

img.grayscale{
    opacity: 0.4;
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
   cursor: pointer;
}


img.grayscale:hover{
    opacity: 9;
    -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
   cursor: pointer;
}

@media screen and (max-width: 575px) and (min-width: 320px){
.bhide {
display: none;
}
}

@media (min-width: 320px) and (max-width: 480px){

.is-sticky #secondaryMenu {
    box-shadow: 0 1px 6px rgba(0,0,0,.35);
    height: 70px;
}   

.logo-w {
    width: 9em;
    padding-top: 6px;
    padding-left: 30px;
}

.tec-item-a {
    color: #444444 !important;
    padding: 8px 20px 10px !important;
    border: 1px solid #D3D3D3;
}

.tec-item-a.active {
    color: #444444 !important;
    padding: 8px 20px 10px !important;
    background-color: #D9D5D5 !important;
    border: 1px solid #d9d5d5;
}

.tec-item-a:hover {
    color: #444444 !important;
    padding: 8px 20px 10px !important;
    border: 1px solid #d9d5d5;
}


.banner-item-content, .banner-item-img {
    margin-top: 10px;
    text-align: center;
}

  .container-fluid-2 {
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
}

.mt-40-mob{
    margin-top: -41px;
}

.fix-cc-mobile{
    padding: 0px 10px;
}

.cc-card {
    height: unset !important;
}   


#hide2{
    display: none;
}
}

.modal-backdrop {
   background-color: unset;

}


.play-hov:hover{
    opacity: 9 !important;
}


@media (min-width: 768px) and (max-width: 1020px){
.pt-768 {
    padding-top: 34px !important;
}

.pt-ban-768{
    padding-top: 80px !important;
    width: 100% !important;
}

.mt-768{
    margin-top: 10px !important;
}

.cr-ifr{
    width: 380px !important;
}

.t1-fix {
    line-height: 1!important;
    font-weight: 900!important;
    font-size: 2rem!important;
    color: #5a6063;
}

}

.s-caps-bd{
    padding: 4px 12px;
    background-color: #5a6063;
    border: 2px solid #5a6063;
    font-size: 12px;
    border-radius: 17px;
    color: white;
}

.s-txt-bd{
    border-bottom: 1.5px solid #5a6063;
    padding-bottom: 4px;
    padding-left: 4px;
    color: #5a6063;
    line-height: 1.8;
}


/*.dropdown-toggle::after {
    display: table;
    margin-left: 92%;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    margin-top: -14px;
    padding-bottom: 11px;
}


.dropdown-toggle:hover:after {
    display: table;
    margin-left: 92%;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    margin-top: -14px;
    padding-bottom: 11px;
}*/

/*.dual-menu .secondary-menu-links li .dropdown-menu li a {
    padding: 5px 20px;
    line-height: 21px;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
*/


.btn-custom-nl{
    background-color: #ffffff;
    border-radius: 4px;
    border: 1.5px solid #ffffff;
    text-transform: inherit;
    font-weight: 100;
    color: #5a6063;
    width: 200px;
    line-height: 1.5;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl:hover{
    background-color: #00416E;
    border-radius: 4px;
    border: 1.5px solid #00416E;
    text-transform: inherit;
    font-weight: inherit !important;
    color: white !important;
    width: 200px;
    line-height: 1.5;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl-2{
    background-color: #5a6063;
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-transform: inherit;
    font-weight: 200;
    color: white !important;
    width: 200px;
    line-height: 1.5;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl-2:hover{
    background-color: #ECF7FF;
    border-radius: 4px;
    border: 1px solid #ECF7FF;
    text-transform: inherit;
    font-weight: inherit !important;
    color: #5a6063 !important;
    width: 200px;
    line-height: 1.5;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}

.fl-2{
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 15px;
    position: relative;
    padding-bottom: 10px;
}

.b-gray{
    cursor: pointer;
    color: #444444 !important;
    font-weight: bold !important;

}


/*/FIX BIG SCREEN/*/

@media (min-width: 1366px) and (max-width: 1919px) {
  .container-fluid-2 {
    width: 90%;
 
}

.container-fluid {
    width: 90%;

}

a.btn-custom.btn-md {
    white-space: nowrap !important;

}

}

@media (min-width: 1920px) and (max-width: 1920px) {
  .container-fluid-2 {
    width: 70%;
 
}

.container-fluid {
    width: 70%;

}
a.btn-custom.btn-md {
    white-space: nowrap !important;

}
}



@media (min-width: 1921px) and (max-width: 2048px) {
  .container-fluid-2 {
    width: 85%;
 
}

.container-fluid {
    width: 85%;

}
}


@media (min-width: 2049px) and (max-width: 3840px) {
  .container-fluid-2 {
    width: 80%;
 
}

.container-fluid {
    width: 80%;

}
}

.btn-custom-nl{
    background-color: #FFFFFF17;
    border-radius: 50px;
    color: white !important;
    border: 1px solid #ffffff;
    text-transform: inherit;
    font-weight: 100;
    width: 200px;
    line-height: 1.5;
    white-space: pre;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl:hover{
    background-color: #f7812e;
    border-radius: 50px;
    border: 1px solid #f7812e;
    text-transform: inherit;
    font-weight: inherit !important;
    color: white !important;
    width: 200px;
    line-height: 1.5;
    font-weight: 400 !important;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl-2{
    background-color: #f8773a;
    border-radius: 50px;
    border: 1px solid #f8773a;
    text-transform: inherit;
    font-weight: 200;
    color: white !important;
    width: 200px;
    line-height: 1.5;
    white-space: pre;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}


.btn-custom-nl-2:hover{
    background-color: #5a6063;
    border-radius: 50px;
    border: 1px solid #5a6063;
    text-transform: inherit;
    font-weight: inherit !important;
    color: #ffffff !important;
    width: 200px;
    line-height: 1.5;
    -webkit-transition: all 0,2s ease-in;
    -moz-transition: all 0,2s ease-in;
    -o-transition: all 0,2s ease-in;
    transition: all 0,2s ease-in;
}

.fl-2{
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 15px;
    position: relative;
    padding-bottom: 10px;
}

.b-gray{
    cursor: pointer;
    color: #444444 !important;
    font-weight: bold !important;

}


/*/FIX BIG SCREEN/*/

@media (min-width: 1366px) and (max-width: 1919px) {
  .container-fluid-2 {
    width: 90%;
 
}

.container-fluid {
    width: 90%;

}

a.btn-custom.btn-md {
    white-space: nowrap !important;

}

}

@media (min-width: 1920px) and (max-width: 1920px) {
  .container-fluid-2 {
    width: 70%;
 
}

.container-fluid {
    width: 70%;

}
a.btn-custom.btn-md {
    white-space: nowrap !important;

}
}



@media (min-width: 1921px) and (max-width: 2048px) {
  .container-fluid-2 {
    width: 85%;
 
}

.container-fluid {
    width: 85%;

}
}


@media (min-width: 2049px) and (max-width: 3840px) {
  .container-fluid-2 {
    width: 80%;
 
}

.container-fluid {
    width: 80%;

}
}



@media (min-width: 1280px) and (max-width: 1366px) {

  .fix-1366{
    margin-left: -50px;
    margin-right: 40px;
}

  
}



@media (min-width: 1367px) and (max-width: 1920px) {

  .fix-1366{
    margin-left: -50px;
    margin-right: 40px;
}

  
}


@media (min-width: 1366px) and (max-width: 1440px) {

  .fix-1366{
    margin-left: -50px;
    margin-right: 40px;
}

  
}


@media (min-width: 1204px) and (max-width: 1365px) {

  .fix-1366{
    margin-left: -70px;
    margin-right: 40px;
}

  
}


@media (min-width: 1151px) and (max-width: 1280px) {

.nav-link {
    padding: 23px 15px 18px;
}

.nav-link:hover {
    padding: 23px 15px 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 23px 24px 18px;
    white-space: nowrap;
}

.is-sticky .navbar-expand-lg .navbar-nav .nav-link:hover {
    padding: 15px 24px 18px !important;
    white-space: nowrap;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    white-space: pre;
}


.is-sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
  
}



@media (min-width: 1025px) and (max-width: 1150px) {

.nav-link {
    padding: 23px 10px 18px;
}

.nav-link:hover {
    padding: 23px 10px 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 23px 7.7px 18px;
    white-space: nowrap;
}

.is-sticky .navbar-expand-lg .navbar-nav .nav-link:hover {
    padding: 15px 7.7px 18px !important;
    white-space: nowrap;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    white-space: pre;
}


.is-sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
  
}



@media (min-width: 768px) and (max-width: 1024px) {

.cc-card {
    height: 100% !important;
}

.cr-card {
    display: none;
}   

.nav-link {
    padding: 23px 15px 18px;
}

.nav-link:hover {
    padding: 23px 15px 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 23px 7.7px 18px;
    white-space: nowrap;
}

.is-sticky .navbar-expand-lg .navbar-nav .nav-link:hover {
    padding: 15px 7.7px 18px !important;
    white-space: nowrap;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    white-space: pre;
}


.is-sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
  
}


.new-block-2-a {
    color: #444444 !important;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 0px solid #ddd;
    display: block;
    margin: 1px 0;
    padding-bottom: 5px;
}

.new-block-2-b {
    color: #444444 !important;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 0px solid #ddd;
    display: block;
    margin: 1px 0;
    padding-bottom: 5px;
    cursor: text !important;
}

.new-block-2-a:hover {
    color: #444444 !important;
    font-weight: bold !important;
    letter-spacing: -0.1px;
}
    
.new-block{
    padding: 30px;
    border: 1px solid #ece8e8;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 320px;
}

.new-block-2{
    padding: 30px;
    border: 1px solid #ece8e8;
    transition: all 0.2s ease;
    height: 320px;
}

.new-block-title{
    text-align: left;
font: Bold 20px/22px 'Roboto Condensed', sans-serif;
letter-spacing: 0px;
color: #f8773a !important;
    line-height: 1.3;
    height: 50px;
}

.new-block-txt{
    padding: 10px 0px;
    color: #424242;
    line-height: 1.2;
    height: 90px;
    font-size: 15px;
}

.new-block-but{
    background-color: transparent;
    border: 1px solid #444444;
    border-radius: 2px;
    color: #444444 !important;
    padding: 2px 30px;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}


.new-block:hover{
    background-color: #5a6063;
    color: white;
    border: 1px solid #5a6063;
}


.new-block:hover .new-block-txt{
color: white;
}

.new-block:hover .new-block-but{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 2px;
    color: white !important;
    padding: 2px 10px;
    font-size: 10px;
}

.new-block:hover .new-block-title{
color: white !important;
}


.icon-1{
    background-image: url(../img/Icono_NPS.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-1{
    background-image: url(../img/Icono_NPS_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-2{
    background-image: url(../img/Icono_Promo.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-2{
    background-image: url(../img/Icono_Promo_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-3{
    background-image: url(../img/Icono_Notificaciones.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-3{
    background-image: url(../img/Icono_Notificaciones_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
    margin-top: -8px;
}



.icon-4{
    background-image: url(../img/Icono_Leads.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-4{
    background-image: url(../img/Icono_Leads_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-5{
    background-image: url(../img/Icono_Fidelización.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-5{
    background-image: url(../img/Icono_Fidelización_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-6{
    background-image: url(../img/Icono_Multicanal.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-6{
    background-image: url(../img/Icono_Multicanal_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-7{
    background-image: url(../img/Icono_Congestion_Call.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-7{
    background-image: url(../img/Icono_Congestion_Call_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-8{
    background-image: url(../img/Icono_Cobranza.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-8{
    background-image: url(../img/Icono_Cobranza_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-9{
    background-image: url(../img/Icono_Call_Centers.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-9{
    background-image: url(../img/Icono_Call_Centers_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-10{
    background-image: url(../img/Icono_Inclusion_social.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-10{
    background-image: url(../img/Icono_Inclusion_social_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-11{
    background-image: url(../img/Icono_Mujer.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-11{
    background-image: url(../img/Icono_Mujer_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.icon-12{
    background-image: url(../img/Icono_Red_Afiliados.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-12{
    background-image: url(../img/Icono_Red_Afiliados_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
    margin-top: -7px;
}


.icon-12{
    background-image: url(../img/Icono_Red_Afiliados.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-12{
    background-image: url(../img/Icono_Red_Afiliados_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
    margin-top: -7px;
}


.icon-13{
    background-image: url(../img/Icono_IT.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.new-block:hover .icon-13{
    background-image: url(../img/Icono_IT_copy.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center top;
    transition: all 0.2s ease;
}


.tec-item{
    width: 100%;
    background-color: white;

}

.tec-item-a {
    color: #444444 !important;
    padding: 23px 20px 18px;
    border: 1px solid #f2f0f0;
}

.tec-item-a:hover {
    color: #444444 !important;
    padding: 23px 20px 18px;
    border: 1px solid #d9d5d5;
}


.tec-item-a.active {
    color: #444444 !important;
    padding: 23px 20px 18px;
    background-color: #F2F0F0;
    border: 1px solid #F2F0F0;
}

.cl-card{
    height: 100%;
}


.cr-card{
    height: 453px;
    background-color: #E8E8E8;
}


.cc-card{
    max-height: 100%;
    min-height: 453px;
    background-color: #F2F0F0;
    padding: 30px 50px;
}

.new-block-4 {
    padding: 30px;
    border: 1px solid #ece8e8;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}

.new-block-txt-b {
    padding: 10px 0px;
    color: #6c757d;
    line-height: 1.2;
    height: 60px;
    font-size: 15px;
}

.new-block-5 {
    padding: 10px 30px 0px 30px;
    border: 1px solid #ece8e8;
    transition: all 0.2s ease;
}

.card-pro-tit {
    font-weight: 700;
    margin: 5px 0;
    font-size: 20px;
    color: #f8773a;
}


.pl-menu {
    padding-left: 0px !important;
}

.t-menu{
    color: #f8773a !important;
}

.orange-dark {
    color: #ff7500;
}

.subtitle{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}



.carousel-indicators li {
    background-color: #5a6063;
}

.testimonial-item {
    max-width: 630px;
    margin: 30px 0px;
    background-color: white;
    padding: 0 30px 30px;
    border-radius: 5px;
    box-shadow: 6px 4px 4px #00000029;
}


.carousel-control-next, .carousel-control-prev {
    opacity: 5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e);
    border-top: 4px solid #f8773a;
    border-right: 4px solid #f8773a;
    transform: rotate(45deg);
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e);
    border-bottom: 4px solid #f8773a;
    border-left: 4px solid #f8773a;
    transform: rotate(45deg);
}

@media (min-width: 320px) and (max-width: 480px) {
.new-block-txt-b {
    height: 120px;
}
.new-block-txt {
    padding: 10px 0px;
    color: #6c757d;
    line-height: 1.2;
    height: 160px;
    font-size: 15px;
}
}


.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #c4c4c4;
    transition: 0.15s all ease-in-out;
    color: #5a6063;
}

.new-block-txt-c {
    padding: 10px 10px;
    color: #6c757d;
    line-height: 1.2;
    font-size: 15px;
}
 
 .panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    padding: 0px 0px;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #f7f7f7;
    border-radius: 0px;
    border: 0px solid transparent;
    color: #444444;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "\f139";
    font-size: 15px;
    line-height: 10px;
}

.fa-chevron-circle-down:before {
    content: "\f13a";
    font-size: 15px;
}

.panel-group .panel .panel-heading h4 a i {
    font-size: 10px;
    margin-top: 5px;
}
.panel-group .panel .panel-body {
    padding-top: 15px;
    border: 0px solid transparent;
    margin-top: -10px;
    border-radius: 5px;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}

.owl-wrapper-outer {
    overflow: unset !important;
    position: unset !important;
    width: unset !important;
    padding-bottom: 20px !important;
}

.owl-carousel .owl-item {
    float: left;
    width: : 800px !important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}


@media (max-width: 480px) and (min-width: 320px){
.new-block-txt {
    height: 310px !important;
}

}

.carousel-control-next-icon {
    background-image: url();
}

.carousel-control-prev-icon {
    background-image: url();
}

.whytitle{
    text-transform: uppercase;
    text-align: center;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.newblock-but {
    padding: 5px;
    border: 1.5px solid #ece8e8;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 90%;
    border-radius: 5px;
}


.newblock-but:hover {
    padding: 5px;
    border: 1.5px solid white;
    background-color: white;
    transition: all 0.2s ease;
    height: 90%;
    border-radius: 5px;
}

.icon-1b {
    background-image: url(../img/enter-icons/TELINTEL-WEBDRIPS_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-1b{
    background-image: url(../img/enter-icons/TELINTEL-WEBDRIPS_GREY.svg);
}


.icon-2b {
    background-image: url(../img/enter-icons/TELINTEL-WEBSMS_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-2b{
    background-image: url(../img/enter-icons/TELINTEL-WEBSMS_GREY.svg);
}

.icon-2b {
    background-image: url(../img/enter-icons/TELINTEL-WEBSMS_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-2b{
    background-image: url(../img/enter-icons/TELINTEL-WEBSMS_GREY.svg);
}

.icon-3b {
    background-image: url(../img/enter-icons/TELINTEL-WEBEMAIL_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-3b{
    background-image: url(../img/enter-icons/TELINTEL-WEBEMAIL_GREY.svg);
}

.icon-4b {
    background-image: url(../img/enter-icons/TELINTEL-WEBVOICE_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-4b{
    background-image: url(../img/enter-icons/TELINTEL-WEBVOICE_GREY.svg);
}

.icon-5b {
    background-image: url(../img/enter-icons/TELINTEL-WEBLANDING_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-5b{
    background-image: url(../img/enter-icons/TELINTEL-WEBLANDING_GREY.svg);
}

.icon-6b {
    background-image: url(../img/enter-icons/TELINTEL-WEBURL_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-6b{
    background-image: url(../img/enter-icons/TELINTEL-WEBURL_GREY.svg);
}

.icon-7b {
    background-image: url(../img/enter-icons/TELINTEL-WEBPIXEL_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-7b{
    background-image: url(../img/enter-icons/TELINTEL-WEBPIXEL_GREY.svg);
}

.icon-8b {
    background-image: url(../img/enter-icons/TELINTEL-WEBAUTORESPONSE_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-8b{
    background-image: url(../img/enter-icons/TELINTEL-WEBAUTORESPONSE_GREY.svg);
}

.icon-9b {
    background-image: url(../img/enter-icons/TELINTEL-WEBCHATCENTER_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-9b{
    background-image: url(../img/enter-icons/TELINTEL-WEBCHATCENTER_GREY.svg);
}

.icon-10b {
    background-image: url(../img/enter-icons/TELINTEL-WEBOPTIMIZE-DATA_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-10b{
    background-image: url(../img/enter-icons/TELINTEL-WEBOPTIMIZE-DATA_GREY.svg);
}

.icon-11b {
    background-image: url(../img/enter-icons/TELINTEL-WEBIVR_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-11b{
    background-image: url(../img/enter-icons/TELINTEL-WEBIVR_GREY.svg);
}


.icon-12b {
    background-image: url(../img/enter-icons/TELINTEL-WEBCRM_White.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center top;
    transition: all 0.2s ease;
    height: 60px;
    width: 60px;
    margin: 10px 0px;
}

.newblock-but:hover .icon-12b{
    background-image: url(../img/enter-icons/TELINTEL-WEBCRM_GREY.svg);
}


.newblock-but:hover .newblock-but-title {
    /* font: 10px Lato; */
    letter-spacing: 0px;
    color: #5C5C5C !important;
    line-height: 1.1;
    text-transform: uppercase;
}

.newblock-but-title {
    font-size: 12px;
    letter-spacing: 0px;
    color: white !important;
    line-height: 1.1;
    text-transform: uppercase;
}

.imgblock-but{
    max-width: 60%;
    padding: 6px;
    margin: 9px;
}

.sli-grad{
background: rgb(44,44,44);
background: -moz-linear-gradient(115deg, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 82%, rgba(92,92,92,1) 82%);
background: -webkit-linear-gradient(115deg, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 82%, rgba(92,92,92,1) 82%);
background: linear-gradient(115deg, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 82%, rgba(92,92,92,1) 82%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c2c2c",endColorstr="#5c5c5c",GradientType=1);
}

.but-cases{
    background-color: #F2F0F0;
    padding: 10px 60px 10px 20px;
    margin: 10px;
}

.bck-custom {
background: rgb(250,250,250);
background: -moz-linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#e8e8e8",GradientType=1);
}


@media (min-width: 481px) and (max-width: 767px) {
  
.bck-custom {
background: transparent;
}
  
}


@media (min-width: 320px) and (max-width: 480px) {
  
.bck-custom {
background: transparent;
}
  
}


.bck-custom2 {
background: rgb(250,250,250);
background: -moz-linear-gradient(270deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
background: linear-gradient(270deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%, rgba(233,233,233,1) 50%, rgba(232,232,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#e8e8e8",GradientType=1);
}


@media (min-width: 481px) and (max-width: 767px) {
  
.bck-custom2 {
background: transparent;
}
  
}


@media (min-width: 320px) and (max-width: 480px) {
  
.bck-custom2 {
background: transparent;
}
  
}



.new-block-but-5 {
    background-color: transparent;
    border: 1px solid #444444;
    border-radius: 2px;
    color: #444444 !important;
    padding: 2px 10px;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}

.mgb-70{
    margin-bottom: -71px;
}

@media (min-width: 481px) and (max-width: 767px) {
  
.mgb-70{
    margin-bottom: 0px;
}
  
}


@media (min-width: 320px) and (max-width: 480px) {
  
.mgb-70{
    margin-bottom: 0px;
}
  
}




.mgt-70{
    margin-top: -71px;
}

@media (min-width: 481px) and (max-width: 767px) {
  
.mgt-70{
    margin-top: 0px;
}
  
}


@media (min-width: 320px) and (max-width: 480px) {
  
.mgt-70{
    margin-top: 0px;
}
  
}


.l2-tit-top {
    color: #5a6063;
    font-size: 1.2rem !important;
    font-weight: 900!important;
}

.l2-tit-top:after {
    content: " ";
    border-bottom: 1.5px solid #5a6063;
    display: table-cell;
    width: 55px;
}

/*#CO {display:none;} */