@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Mukta:700);
* {
    box-sizing: border-box;
}
::after,
::before {
    box-sizing: border-box;
}
button:hover .button-text {
    color: #9acd32;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a,
address,
article,
b,
body,
center,
div,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
p,
pre,
s,
section,
small,
span,
table,
td,
textarea,
tr,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
}
article,
footer,
header,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
button,
input,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 14px/26px Poppins, sans-serif;
    font-weight: 300;
    background-color: #fff;
    color: #6e6e6e;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    color: #f63440;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
b {
    font-weight: 900;
}
button {
    border: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    color: #fff;
    padding: 7px 26px;
    background-color: #f63440;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    background-color: #fff;
    height: 50px;
    width: 100%;
    padding-left: 17px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    outline: 0;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border: 1px solid #f63440;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
}
input[type="checkbox"] {
    display: inline;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #b3b7c8;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #b3b7c8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3b7c8;
    opacity: 1;
}
label {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    margin-bottom: 9px;
}
input[type="checkbox"] {
    display: none;
}
button, .my_hover {
    z-index: 1;
    position: relative;
}
button:before, .my_hover:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button:hover:before, .my_hover:hover:before {
    width: 100%;
}
.btn {
    background-image: none;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #c5c5c5;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #333;
}
h1 {
    font-size: 48px;
    line-height: 48px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
    color: #252525;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 30px;
}
h6 {
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.padding-bottom-48 {
    padding-bottom: 48px !important;
}
.padding-top-4 {
    padding-top: 4px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-top-33 {
    padding-top: 33px !important;
}
.padding-left-7 {
    padding-left: 7px !important;
}
.padding-left-2 {
    padding-left: 2px !important;
}
.margin-bottom-58 {
    margin-bottom: 58px !important;
}
.margin-bottom-55 {
    margin-bottom: 55px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-51 {
    margin-bottom: 51px !important;
}
.margin-bottom-52 {
    margin-bottom: 52px !important;
}
.margin-bottom-46 {
    margin-bottom: 46px !important;
}
.margin-bottom-43 {
    margin-bottom: 43px !important;
}
.margin-bottom-42 {
    margin-bottom: 42px !important;
}
.margin-bottom-41 {
    margin-bottom: 41px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-26 {
    margin-bottom: 26px !important;
}
.margin-bottom-14 {
    margin-bottom: 14px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-top-49 {
    margin-top: 49px !important;
}
.margin-top-46 {
    margin-top: 46px !important;
}
.margin-top-44 {
    margin-top: 44px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-38 {
    margin-top: 38px !important;
}
.margin-top-35 {
    margin-top: 35px !important;
}
.margin-top-32 {
    margin-top: 32px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-27 {
    margin-top: 27px !important;
}
.margin-top-24 {
    margin-top: 24px !important;
}
.margin-top-22 {
    margin-top: 22px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-11 {
    margin-top: 11px !important;
}
.margin-top-8 {
    margin-top: 8px !important;
}
.margin-left-52 {
    margin-left: 52px !important;
}
.margin-left-3 {
    margin-left: 3px !important;
}
.margin-right-52 {
    margin-right: 52px !important;
}
.line-height-28 {
    line-height: 28px !important;
}
.line-height-24 {
    line-height: 24px !important;
}
.line-height-36 {
    line-height: 36px !important;
}
.line-height-48 {
    line-height: 48px !important;
}
.line-height-60 {
    line-height: 48px !important;
}
.line-height-76 {
    line-height: 76px !important;
}
.font-size-52 {
    font-size: 52px !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-333 {
    color: #333 !important;
}
.text-6e6 {
    color: #6e6e6e !important;
}
.text-line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: rgba(51, 51, 51, 0.1);
    position: relative;
    top: -7px;
}
.text-line.left {
    left: -14px;
}
.text-line.right {
    right: -7px;
}
.boxed {
    overflow: hidden;
    position: relative;
}
.container-width-93 {
    max-width: 93%;
}
.container-width-94 {
    max-width: 94.7%;
}
.topbar-style-1 #top-bar {
    background-color: #252525;
}
#top-bar,
#top-bar a {
    color: #fff;
    font-weight: 400;
}
#top-bar .top-bar-inner-wrap {
    display: table;
    width: 100%;
    padding: 9px 0 10px 0;
}
#top-bar .top-bar-content,
#top-bar .top-bar-nav {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}
#top-bar .top-bar-content .content {
    letter-spacing: -0.5px;
    line-height: 30px;
}
#top-bar .top-bar-nav {
    text-align: right;
}
#top-bar .top-bar-nav li a {
    color: #fff;
}
#top-bar .top-bar-nav .inner > div {
    display: inline-block;
    margin: 0 13px;
    letter-spacing: -0.5px;
}
#top-bar .top-bar-nav .inner > div:last-child {
    margin-right: 0;
}
#top-bar .top-bar-nav .inner > div i {
    padding-left: 2px;
}
.topbar-style-1 #top-bar .top-bar-inner-wrap {
    padding: 7px 0 8px 0;
}
.topbar-style-2 #top-bar .top-bar-content,
.topbar-style-2 #top-bar .top-bar-left,
.topbar-style-2 #top-bar .top-bar-nav {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
}
.topbar-style-2 #top-bar .top-bar-left {
    text-align: left;
}
.topbar-style-2 #top-bar .top-bar-content {
    text-align: center;
}
.topbar-style-2 #top-bar .top-bar-nav {
    text-align: right;
}
.topbar-style-2 #top-bar,
.topbar-style-2 #top-bar a {
    color: #333;
    font-weight: 400;
}
.topbar-divider #top-bar .top-bar-inner-wrap {
    border-bottom: 1px solid #ebebeb;
}
.topbar-style-2 #top-bar .top-bar-inner-wrap {
    padding: 9px 0 11px 0;
    margin-bottom: 4px;
}
.topbar-style-2 #top-bar .top-bar-nav span {
    font-size: 13px;
    margin: 0 13px;
}
.topbar-style-2 #top-bar .top-bar-nav span:last-child {
    margin-right: 0;
}
.topbar-style-2 #top-bar .top-bar-nav span a {
    padding: 0 3px;
}
#top-bar a:hover {
    color: #f63440;
}
.header {
    position: relative;
    box-shadow: 0 5px 14.25px 0.75px rgba(36, 11, 12, 0.05);
    z-index: 99;
}
#site-header-inner {
    position: relative;
    height: 100%;
    padding: 31px 0 32px;
}
.header-absolute .header {
    position: absolute;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}
.header-absolute #site-header-inner,
.header-style-2.header-center #site-header-inner {
    padding: 36px 0;
}
.header-absolute #mainnav > ul > li > a,
.header-absolute .menu-extra > li,
.header-style-2.header-center #mainnav > ul > li > a,
.header-style-2.header-center .menu-extra > li {
    line-height: 98px;
}
#header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
.header-absolute #header.is-fixed {
    box-shadow: 0 5px 14.25px 0.75px rgba(36, 11, 12, 0.05);
}
.menu-extra {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: none;
}
.has-menu-extra .menu-extra {
    display: block;
}
.menu-extra .box-cart .icon_cart:before,
.menu-extra .box-login .icon_login:before,
.menu-extra .box-search .icon_search:before {
    content: "";
    font-family: FontAwesome;
}
.menu-extra .box-search .icon_search:before {
    content: "\f002";
}
.menu-extra .box-login .icon_login:before {
    content: "\f007";
}
.menu-extra .box-cart .icon_cart:before {
    content: "\f07a";
}
.menu-extra > li {
    display: inline-block;
    line-height: 88px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-extra li a {
    margin: 0 2.5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    color: #333;
    display: inline-block;
    position: relative;
    background: 0 0;
}
.menu-extra li a span {
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -3px;
    background-color: #f63440;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.menu-extra li a.active {
    background: #eee;
    color: #333;
}
.menu-extra li a:hover {
    background: #eee;
    color: #f63440;
}
.menu-extra li.box-search .header-search-form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
}
.menu-extra li.box-search .header-search-form.show {
    opacity: 1;
    visibility: visible;
}
.menu-extra .header-search-form .header-search-field {
    margin: 0;
    padding-top: 13px;
    padding-bottom: 8px;
    padding-left: 28px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}
.menu-extra .header-search-form .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.header-style-2 .nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.header-style-2.has-menu-extra .nav-wrap {
    right: 50%;
    transform: translate(50%, -50%);
}
.header-style-1 .nav-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header-style-1.has-menu-extra .nav-wrap {
    right: 187px;
}
.header-center #logo,
.header-style-1 #logo {
    margin-left: 15px;
}
.header-center .menu-extra,
.header-style-1 .menu-extra {
    right: 15px;
}
#mainnav {
    width: max-content;
}
#mainnav > ul {
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav ul li {
    position: relative;
}
#mainnav > ul > li {
    display: inline-block;
}
#mainnav > ul > li > a {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    line-height: 88px;
    margin: 0 16.8px;
    display: block;
}
#mainnav > ul > li.active > a,
#mainnav > ul > li > a:hover {
    color: #f63440;
}
#mainnav ul.submenu {
    position: absolute;
    top: 150%;
    left: 0;
    width: 230px;
    background: #fff;
    box-shadow: 0 5px 14.25px 0.75px rgba(0, 0, 0, 0.05);
    padding: 15px 10px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f63440;
}
#mainnav ul.submenu > li > a {
    font-weight: 400;
    line-height: 45px;
    color: #636363;
    padding: 0 0 0 32px;
    display: block;
    margin-bottom: 2px;
}
#mainnav ul.submenu li ul {
    position: absolute;
    left: 220px;
    top: -15px !important;
}
#mainnav ul.submenu > li.active > a,
#mainnav ul.submenu > li > a:hover {
    background: #f5f5f5;
}
#mainnav > ul.menu li:hover > ul.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#mainnav ul.right-submenu {
    left: auto;
    right: 0;
}
.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 0;
    margin: 0 20px 0 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-button:after,
.mobile-button:before {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}
.mobile-button span,
.mobile-button:after,
.mobile-button:before {
    background-color: #f63440;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}
.mobile-button.active span {
    opacity: 0;
}
.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.btn-submenu {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    background: #333;
    width: 48px;
    height: 47px;
    text-align: center;
}
.btn-submenu:before {
    content: "\f107";
}
.btn-submenu.active:before {
    content: "\f106";
}
#mainnav-mobi {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #222;
}
#mainnav-mobi ul {
    margin: 0;
    padding: 0;
    display: block;
}
#mainnav-mobi ul li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 0;
    position: relative;
    border-top: 1px solid #333;
}
#mainnav-mobi ul li.active > a {
    color: #f63440;
}
#mainnav-mobi ul li a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
}
#mainnav-mobi ul li a:hover {
    color: #f63440;
}
#mainnav-mobi > ul > li > a {
    padding: 0 20px;
}
#mainnav-mobi ul.submenu > li > a {
    padding: 0 40px;
}
#mainnav-mobi ul.submenu li ul.submenu > li > a {
    padding: 0 60px;
}
.page-title {
    position: relative;
    padding: 76px 0 77px 0;
    text-align: center;
    background: #e6faf8;
}
.page-title .page-title-heading .title {
    margin-bottom: 23px;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    margin: 0 9px 0 7px;
}
.breadcrumbs ul li:before {
    content: ">";
    position: absolute;
    top: 0;
    right: -12px;
}
.breadcrumbs ul li:last-child:before {
    content: "";
    background-color: transparent;
}
.breadcrumbs ul li a {
    color: #6e6e6e;
    font-weight: 400;
}
.breadcrumbs ul li a:hover {
    color: #f63440;
}
.blog-posts {
    padding: 108px 0 0 0;
}
.blog-posts .post-wrap {
    margin-bottom: 31px;
}
article {
    margin-bottom: 27px;
}
article .title-post {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
article .title-post:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
}
article ul li {
    display: inline-block;
    line-height: 30px;
}
article .meta-post {
    margin-bottom: 10px;
}
article .meta-post li {
    font-weight: 300;
}
article .meta-post .author a {
    font-weight: 400;
}
article .meta-post .date {
    float: right;
}
article .meta-post .date {
    margin-right: 21px;
}
article .featured-post {
    margin-bottom: 25px;
}
article .entry-post {
    padding-left: 2px;
}
article .more-link a,
div .more-link a{
    position: relative;
    display: inline-block;
    color: #f63440;
    font-weight: 500;
    line-height: 46px;
}
article .more-link a:after,
div .more-link a:after {
    content: "\f101";
    font-family: FontAwesome;
    color: #f63440;
    position: absolute;
    top: 0;
    right: -12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
article .more-link a:hover:after,
div .more-link a:hover:after{
    right: -20px;
}
.blog-posts.style1 {
    padding: 62px 0 70px 0;
}
.post-wrap.style1 {
    margin: 0 70px 25px 0;
}
.featured-post img {
    width: 100%;
}
.post-wrap.style1 article .title-post {
    padding-bottom: 15px;
    margin-bottom: 11px;
}
.post-wrap.style1 article .featured-post {
    margin-bottom: 23px;
}
.post-wrap.style1 article.margin_bottom30 {
    margin-bottom: 30px;
}
.blog-posts.style2 {
    padding: 63px 0 68px 0;
}
.post-wrap.style2 {
    margin: 0 70px 39px 0;
}
.post-wrap.style2 article {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 29px;
    margin-bottom: 24.5px;
}
.post-wrap.style2 article:last-child {
    border-bottom: 0;
    padding: 0;
}
.post-wrap.style2 article .featured-post {
    float: left;
    margin: 7px 50px 0 0;
}
.post-wrap.style2 article .content-post {
    overflow: hidden;
}
.post-wrap.style2 article .content-post .title-post {
    padding: 0;
    margin-bottom: 2px;
}
.post-wrap.style2 article .content-post .title-post:after {
    width: 0;
    height: 0;
}
.post-wrap.style2 article .content-post .title-post h2 {
    font-size: 18px;
    line-height: 28px;
}
.post-wrap.style2 article .meta-post {
    margin-bottom: 13px;
}
.post-wrap.style3 article {
    margin-bottom: 0;
}
.post-wrap.style3 article .featured-post {
    position: relative;
    margin: 0;
}
.post-wrap article .featured-post img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-wrap.style3 article .content-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px 20px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-wrap.style3 article .title-post {
    padding: 0;
    margin-bottom: 5px;
}
.post-wrap.style3 article .title-post h2 {
    font-size: 26px;
    color: #fff;
}
.post-wrap.style3 article .title-post h2 a {
    color: #fff;
}
.post-wrap.style3 article .title-post:after {
    background-color: transparent;
    height: 0;
}
.post-wrap.style3 article .meta-post {
    margin-bottom: 7px;
}
.post-wrap.style3 article .meta-post li,
.post-wrap.style3 article .meta-post li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.post-wrap.style3 article .meta-post li {
    margin-right: 0;
    float: none;
    position: relative;
    padding: 0 9.5px;
}
.post-wrap.style3 article .meta-post li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 11px;
    margin: 9px 0 0 -3px;
    background-color: #fff;
}
.post-wrap.style3 article .meta-post li:first-child:before {
    width: 0;
    background-color: transparent;
}
.post-wrap.style3 article p {
    color: #fff;
    font-weight: 300;
}
.post-wrap.style3 article .more-link a {
    line-height: 36px;
    font-weight: 700;
    margin-top: 25px;
}
.post-wrap.style3 article .more-link a:after {
    content: "";
}
.post-wrap.style3 article .more-link a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f63440;
    left: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-wrap.style3 article .meta-post li:hover a,
.post-wrap.style3 article .title-post:hover h2 a {
    color: #f63440;
}
.post-wrap.style3 article:hover .content-post {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.post-wrap.style3 article .more-link a:hover:before {
    width: 0%;
}
.post-wrap.style3 article:hover .featured-post img,
.post-wrap.style4 article:hover .featured-post img {
    transform: scale(1.1);
}
.post-wrap.style4 article,
.post-wrap.style4 article .featured-post {
    margin: 0;
}
.post-wrap.style4 article .content-post {
    padding-top: 20px;
}
.post-wrap.style4 article .meta-post {
    margin: 0;
}
.post-wrap.style4 article .meta-post li {
    float: none;
    position: relative;
    line-height: 28px;
    margin: 0;
    padding: 0 17px 0 22px;
}
.post-wrap.style4 article .meta-post li,
.post-wrap.style4 article .meta-post li a {
    font-size: 12px;
    font-weight: 200;
    color: #222;
}
.post-wrap.style4 article .meta-post li:before {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
    background-color: #c5c5c5;
    opacity: 0.7;
}
.post-wrap.style4 article .meta-post li:first-child {
    padding-left: 0;
}
.post-wrap.style4 article .meta-post li:first-child:before {
    width: 0;
    height: 0;
}
.post-wrap.style4 article .title-post {
    padding: 0;
    margin: 0;
}
.post-wrap.style4 article .title-post:after {
    height: 0;
    background-color: transparent;
}
.post-wrap.style4 article .title-post h2 {
    font-size: 18px;
}
.post-wrap.style4 article .more-link a {
    letter-spacing: -0.2px;
    padding-right: 6px;
    line-height: 43px;
}
.post-wrap.style4 article .entry-post {
    padding-left: 0;
}
.post-wrap.style4 article .more-link a:after {
    content: "\f178";
}
.post-wrap.style4 article .meta-post li a:hover {
    color: #f63440;
}
.grid-posts {
    padding: 72px 0 69px 0;
}
.grid-posts.style2 {
    padding-top: 70px;
}
.grid {
    margin: 0 -15px;
    overflow: hidden;
}
.grid.three article {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 32px;
}
.grid article .featured-post {
    margin-bottom: 22px;
}
.grid article .entry-post {
    padding-left: 0;
}
.grid article .title-post {
    margin-bottom: 6px;
    padding: 0;
}
.grid article .title-post:after {
    width: 0;
    height: 0;
}
.grid article .title-post h2 {
    font-size: 18px;
    line-height: 30px;
}
.blog-posts.blog-detail {
    padding: 63px 0 70px 0;
}
.post-wrap.detail {
    margin-right: 70px;
    margin-bottom: 68px;
}
.post-wrap.detail article .title-post {
    padding-bottom: 13px;
    margin-bottom: 11px;
}
.post-wrap.detail article .title-post h2 {
    line-height: 34px;
}
.post-wrap.detail article p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 9px;
}
.post-wrap.detail article .box-detail h3 {
    line-height: 50px;
}
.direction ul > li {
    display: inline-block;
}
.direction .social-icon ul li a {
    line-height: 30px;
    color: #6e6e6e;
    font-weight: 300;
}
.direction .social-icon ul li a:hover {
    color: #f63440;
}
.direction .social-icon ul li {
    display: inline-block;
}
.direction .social-icon ul li a {
    margin: 0 4px 0 14px;
}
.flat-pagination {
    padding-top: 40px;
}
.flat-pagination li {
    display: inline-block;
    margin-right: 5px;
}
.blog-pagination.text-center .flat-pagination li {
    margin: 0 3px;
}
.flat-pagination li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: 0 0;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #6e6e6e;
}
.flat-pagination li a:hover,
.flat-pagination li.active a {
    background: #f63440;
    border: 1px solid #f63440;
    color: #fff;
}
.blog-pagination.center {
    text-align: center;
    position: relative;
    float: right;
    width: 65%;
}
.widget {
    margin-bottom: 49px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget ul li a {
    color: #c5c5c5;
}
.widget .widget-title {
    margin-bottom: 14px;
}
.sidebar.style2 {
    margin: -7px 0 0 100px;
}
.widget.widget-search {
    margin-bottom: 33px;
}
.widget.widget-search .search-form {
    position: relative;
}
.widget.widget-search label {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    font-weight: 300;
}
.widget.widget-search input[type="search"] {
    color: #333;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}
.widget.widget-search .search-form .search-submit {
    background-color: transparent;
    background-size: 14px 15px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 0;
    border-radius: 0;
    border: 0;
    opacity: 0.7;
}
.widget.widget-search .search-form .search-submit:hover {
    opacity: 1;
}
.widget.widget_categories ul li a {
    line-height: 40px;
}
.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li.active a {
    font-weight: 500;
    color: #333;
}
.widget.widget-news-latest {
    margin-bottom: 37px;
}
.widget.widget-news-latest .widget-title {
    margin-bottom: 20px;
}
.widget.widget-news-latest ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
    margin-bottom: 16px;
}
.widget.widget-news-latest ul li:last-child {
    border-bottom: 0;
}
.widget.widget-news-latest ul li h6 {
    line-height: 28px;
    margin-bottom: 6px;
}
.widget.widget-news-latest ul li h6 a {
    font-weight: 400;
    color: #333;
}
.widget.widget-news-latest ul li .post_meta {
    line-height: 20px;
    color: #c5c5c5;
    display: block;
}
.widget.widget-news-latest ul li h6 a:hover {
    color: #f63440;
}
.flat-social li {
    display: inline-block;
}
.flat-social li a {
    font-size: 18px;
    line-height: 45px;
    color: #333;
    margin: 0 0 0 17px;
}
.flat-social li a:hover {
    color: #f63440;
}
.footer {
    padding: 55px 0 9px 0;
}
.widget.widget-link ul li a {
   /* line-height: 36px;*/
    font-weight: 500;
    color: #333;
}
.widget.widget-link.link-login {
    margin: 3px 0 0 31px;
}
.widget.widget-link ul li a:hover {
    color: #f63440;
}
.footer-bottom {
    border-top: 1px solid #ebebeb;
    padding: 14px 0;
}
.footer-bottom .copyright {
    line-height: 30px;
    font-weight: 400;
}
.footer-bottom .copyright a {
    color: #333;
    font-weight: 500;
}
.footer-bottom .copyright a:hover {
    color: #f63440;
}
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}
.parallax .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}



#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.loader:after,
.loader:before {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
    border-radius: 50%;
    background: #f63440;
}
.loader:after {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
.switcher-container {
    position: fixed;
    left: -220px;
    top: 100px;
    width: 220px;
    background-color: #000;
    z-index: 99999999;
}
.switcher-container h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 30px;
    margin: 0;
}
.switcher-container h2 a {
    background-color: #f63440;
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: 0;
    color: #fff;
}
.switcher-container h2 a.active:after {
    position: absolute;
    right: 21px;
    top: 0;
    content: "\f104";
    color: #fff;
    font-size: 22px;
}
.switcher-container h2 a.active i {
    display: none;
}
.switcher-container h2 a:focus,
.switcher-container h2 a:hover {
    text-decoration: none;
}
.switcher-container h2 i {
    margin-top: 10px;
    font-size: 25px;
    color: #fff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.switcher-container h2 i:hover {
    color: #fff;
}
.switcher-container h3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
}
.switcher-container .selector-box {
    color: #fff;
    overflow: hidden;
}
.switcher-container .layout-switcher {
    margin: 0 0 10px 0;
    overflow: hidden;
}
.switcher-container .layout-switcher a.layout {
    float: left;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    margin-left: 10px;
}
.switcher-container .layout-switcher a.layout:first-child {
    margin-left: 0;
}
.switcher-container .layout-switcher a.layout:hover {
    color: #fff;
    cursor: pointer;
}
.switcher-container .color-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
}
.sw-light {
    background-color: #fff;
    color: #000 !important;
}
.sw-pattern.pattern {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #000;
    width: 100%;
    z-index: -1;
    padding: 20px 0 30px 20px;
}
.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.sw-pattern.pattern a.current:before {
    position: absolute;
    left: 12px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    text-shadow: 0 0 2px #000;
}
.text-wrap {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.home-boxed .boxed {
    z-index: 0;
    width: 92.708%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
}
.flex-next {
    display: none;
} /*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
main {
    display: block;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
b {
    font-weight: inherit;
}
b {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
video {
    display: inline-block;
}
img {
    border-style: none;
}
button,
input,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
menu {
    display: block;
}
[hidden] {
    display: none;
}
@media print {
    *,
    ::after,
    ::before,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td {
        background-color: #fff !important;
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
a {
    color: #0275d8;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

img {
    vertical-align: middle;
}
[role="button"] {
    cursor: pointer;
}
[role="button"],
a,
button,
input,
label,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
    line-height: inherit;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    cursor: not-allowed;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    resize: vertical;
}
input[type="search"] {
    -webkit-appearance: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}
.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table .table {
    background-color: #fff;
}
.table-sm td {
    padding: 0.3rem;
}
.table-active,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-info,
.table-info > td {
    background-color: #d9edf7;
}
.table-danger,
.table-danger > td {
    background-color: #f2dede;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}
.col-form-label-lg {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.form-check-input:only-child {
    position: static;
}
.has-danger .col-form-label,
.has-danger .form-check-label {
    color: #d9534f;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.btn.active,
.btn:active {
    background-image: none;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info.active,
.btn-info:active {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger.active,
.btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}
.btn-link {
    font-weight: 400;
    color: #0275d8;
    border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link:disabled {
    color: #636c72;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none;
}
.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.show > a {
    outline: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5em 1em;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.tab-content > .active {
    display: block;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-info .card-footer,
.card-info .card-header {
    background-color: transparent;
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}
.card-danger .card-footer,
.card-danger .card-header {
    background-color: transparent;
}
.card-img {
    border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    width: 100%;
}
@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}
.carousel-item-next,
.carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.carousel-item-next {
    position: absolute;
    top: 0;
}
@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.align-top {
    vertical-align: top !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
}
@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.m-0 {
    margin: 0 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem 0.25rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem 1rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem 1.5rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem 3rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem 1rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem 3rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem 1rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3 {
        margin-left: 1rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem 3rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5 {
        margin-left: 3rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem 1rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem 3rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto {
        margin-left: auto !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1 {
        margin-left: 0.25rem !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2 {
        margin-left: 0.5rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem 1rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3 {
        margin-left: 1rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4 {
        margin-left: 1.5rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem 3rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5 {
        margin-left: 3rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem 1rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem 3rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto {
        margin-left: auto !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem 1rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3 {
        margin-left: 1rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem 3rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5 {
        margin-left: 3rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem 1rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem 3rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto {
        margin-left: auto !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
.font-weight-bold {
    font-weight: 700;
}
.text-white {
    color: #fff !important;
}
.text-info {
    color: #5bc0de !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}
.text-danger {
    color: #d9534f !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
#mainnav-mobi ul li a:hover,
#mainnav-mobi ul li.active > a,
#mainnav > ul > li.active > a,
#mainnav > ul > li > a:hover,
#top-bar a:hover,
.breadcrumbs ul li a:hover,
.countdown.style-1 .square .numb,
.direction .social-icon ul li a:hover,
.filter-shop ul.flat-filter-search li.search-product.active:after,
.filter-shop.icon-right li.filter-list.active:before,
.flat-filter.style-1 li a:hover,
.flat-filter.style-2 li a:hover,
.flat-filter.style-2 li.active a,
.flat-filter.style-3 li.active a,
.flat-icon-box.style-1 .icon-wrap,
.flat-social li a:hover,
.footer-bottom .copyright a:hover,
.iconbox .box-header .icon i,
.menu-extra li a:hover,
.owl-theme .owl-nav [class*="owl-"],
.post-wrap.style3 article .meta-post li:hover a,
.post-wrap.style3 article .title-post:hover h2 a,
.post-wrap.style4 article .meta-post li a:hover,
.product-detail .product-categories a:hover,
.widget.widget-link ul li a:hover,
.widget.widget-news-latest ul li h6 a:hover,
.wrap-error .content-error a,
a:focus,
a:hover,
article .more-link a,
article .more-link a:after {
    color: #7cc576;
}
#mainnav ul.submenu:before,
.flat-filter.style-1 li.active a,
.flat-icon-box.w55 .icon-wrap:before,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.go-top,
.menu-extra li a span,
.mobile-button span,
.mobile-button:after,
.mobile-button:before,
.post-wrap.style3 article .more-link a:before,
.product .product-item .add-to-cart,
.product-detail .add-to-cart a,
.product.style4 .product-item .add-to-cart:hover,
.switcher-container h2 a,
.title-section .title:before,
.widget.widget-price .ui-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #7cc576;
}
.flat-filter.style-1 li.active a,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.widget.widget-price .ui-button {
    border-color: #7cc576;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border: 1px solid #7cc576;
}
.shop-search .search-form input[type="search"]:focus,
.wrap-contact.style2 input[type="email"]:focus,
.wrap-contact.style2 input[type="text"]:focus,
.wrap-contact.style2 textarea:focus {
    border-bottom-color: #7cc576;
}
#mainnav-mobi ul li a:hover,
#mainnav-mobi ul li.active > a,
#mainnav > ul > li.active > a,
#mainnav > ul > li > a:hover,
#top-bar a:hover,
.breadcrumbs ul li a:hover,
.countdown.style-1 .square .numb,
.direction .social-icon ul li a:hover,
.filter-shop ul.flat-filter-search li.search-product.active:after,
.filter-shop.icon-right li.filter-list.active:before,
.flat-filter.style-1 li a:hover,
.flat-filter.style-2 li a:hover,
.flat-filter.style-2 li.active a,
.flat-filter.style-3 li.active a,
.flat-icon-box.style-1 .icon-wrap,
.flat-social li a:hover,
.footer-bottom .copyright a:hover,
.iconbox .box-header .icon i,
.menu-extra li a:hover,
.owl-theme .owl-nav [class*="owl-"],
.post-wrap.style3 article .meta-post li:hover a,
.post-wrap.style3 article .title-post:hover h2 a,
.post-wrap.style4 article .meta-post li a:hover,
.product-detail .product-categories a:hover,
.widget.widget-link ul li a:hover,
.widget.widget-news-latest ul li h6 a:hover,
.wrap-error .content-error a,
a:focus,
a:hover,
article .more-link a,
article .more-link a:after {
    color: #cfc300;
}
#mainnav ul.submenu:before,
.flat-filter.style-1 li.active a,
.flat-icon-box.w55 .icon-wrap:before,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.go-top,
.menu-extra li a span,
.mobile-button span,
.mobile-button:after,
.mobile-button:before,
.post-wrap.style3 article .more-link a:before,
.product .product-item .add-to-cart,
.product-detail .add-to-cart a,
.product.style4 .product-item .add-to-cart:hover,
.switcher-container h2 a,
.title-section .title:before,
.widget.widget-price .ui-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #cfc300;
}
.flat-filter.style-1 li.active a,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.widget.widget-price .ui-button {
    border-color: #cfc300;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border: 1px solid #cfc300;
}
.shop-search .search-form input[type="search"]:focus,
.wrap-contact.style2 input[type="email"]:focus,
.wrap-contact.style2 input[type="text"]:focus,
.wrap-contact.style2 textarea:focus {
    border-bottom-color: #cfc300;
}
#mainnav-mobi ul li a:hover,
#mainnav-mobi ul li.active > a,
#mainnav > ul > li.active > a,
#mainnav > ul > li > a:hover,
#top-bar a:hover,
.breadcrumbs ul li a:hover,
.countdown.style-1 .square .numb,
.direction .social-icon ul li a:hover,
.filter-shop ul.flat-filter-search li.search-product.active:after,
.filter-shop.icon-right li.filter-list.active:before,
.flat-filter.style-1 li a:hover,
.flat-filter.style-2 li a:hover,
.flat-filter.style-2 li.active a,
.flat-filter.style-3 li.active a,
.flat-icon-box.style-1 .icon-wrap,
.flat-social li a:hover,
.footer-bottom .copyright a:hover,
.iconbox .box-header .icon i,
.menu-extra li a:hover,
.owl-theme .owl-nav [class*="owl-"],
.post-wrap.style3 article .meta-post li:hover a,
.post-wrap.style3 article .title-post:hover h2 a,
.post-wrap.style4 article .meta-post li a:hover,
.product-detail .product-categories a:hover,
.widget.widget-link ul li a:hover,
.widget.widget-news-latest ul li h6 a:hover,
.wrap-error .content-error a,
a:focus,
a:hover,
article .more-link a,
article .more-link a:after {
    color: #f8b334;
}
#mainnav ul.submenu:before,
.flat-filter.style-1 li.active a,
.flat-icon-box.w55 .icon-wrap:before,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.go-top,
.menu-extra li a span,
.mobile-button span,
.mobile-button:after,
.mobile-button:before,
.post-wrap.style3 article .more-link a:before,
.product .product-item .add-to-cart,
.product-detail .add-to-cart a,
.product.style4 .product-item .add-to-cart:hover,
.switcher-container h2 a,
.title-section .title:before,
.widget.widget-price .ui-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #f8b334;
}
.flat-filter.style-1 li.active a,
.flat-pagination li a:hover,
.flat-pagination li.active a,
.widget.widget-price .ui-button {
    border-color: #f8b334;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border: 1px solid #f8b334;
}
.shop-search .search-form input[type="search"]:focus,
.wrap-contact.style2 input[type="email"]:focus,
.wrap-contact.style2 input[type="text"]:focus,
.wrap-contact.style2 textarea:focus {
    border-bottom-color: #f8b334;
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-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);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        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);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -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;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        -ms-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        -ms-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        -ms-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        -ms-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}
@font-face {
    font-family: flexslider-icon;
    font-weight: 400;
    font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: 0;
}
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0 0 20px;
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: 600px;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}
.flex-direction-nav a:before {
    font-family: fontawesome;
    font-size: 16px;
    display: inline-block;
    content: "\f053";
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(36, 122, 178, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.flex-direction-nav a.flex-next:before {
    content: "\f054";
}
.flexslider:hover .flex-direction-nav a:hover:before {
    background: rgba(36, 122, 178, 0.8);
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-search:before {
    content: "\f002";
}
.fa-user:before {
    content: "\f007";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-home:before {
    content: "\f015";
}
.fa-road:before {
    content: "\f018";
}
.fa-repeat:before {
    content: "\f01e";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-list:before {
    content: "\f03a";
}
.fa-image:before {
    content: "\f03e";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus:before {
    content: "\f067";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-key:before {
    content: "\f084";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-feed:before {
    content: "\f09e";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-info:before {
    content: "\f129";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-toggle-up:before {
    content: "\f151";
}
.fa-toggle-right:before {
    content: "\f152";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-toggle-left:before {
    content: "\f191";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-support:before {
    content: "\f1cd";
}
.fa-send:before {
    content: "\f1d8";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-map:before {
    content: "\f279";
}
.fa-edge:before {
    content: "\f282";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-fa:before {
    content: "\f2b4";
} /*! jQuery UI - v1.12.1 - 2018-04-08
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}
.ui-widget-header a {
    color: #333;
}
.ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}
.ui-button,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-button:active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}
.ui-icon-background {
    border: #003eff;
    background-color: #fff;
}
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-zoom {
    cursor: pointer;

    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: rgba(52, 52, 60, 0.8);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 35px;
    height: 35px;
    line-height: 1.4;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 26px;
    border-radius: 3px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-item {
    -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);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
@media only screen and (max-width: 1366px) {
    .instagram-wrap.style-1 .text-wrap {
        left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .flat-image-box.col2 .item {
        width: 47.5%;
    }
    .post-wrap.detail,
    .post-wrap.style2 {
        margin-right: 0;
    }
    .grid.three article:nth-child(7) {
        clear: both;
    }
}
@media only screen and (max-width: 991px) {
    .menu-extra > li,
    .switcher-container {
        display: none;
    }
    .header-style-2 #site-header-inner {
        padding: 20px 0;
    }
    .mobile-button {
        display: block;
    }
    .header-style-2 .mobile-button {
        margin-top: 0;
    }
    .product-fourcolumn .product .product-item {
        width: 50%;
    }
    .product-content .product .product-item {
        border-right: 0;
    }
    .product.style2 .product-item {
        margin-bottom: 47px;
    }
    .footer {
        padding: 35px 0;
    }
    .blog-posts,
    .flat-row {
        padding: 35px 0 !important;
    }
    .flat-row.no-padding {
        padding: 0 !important;
    }
    .divider.h120,
    .divider.h160,
    .divider.h73,
    .divider.h97 {
        height: 35px;
    }
    .product-fourcolumn .product .product-item:nth-child(3) {
        clear: both;
    }
    .font-size-32 {
        font-size: 22px !important;
    }
    .font-size-30 {
        font-size: 20px !important;
    }
    .line-height-36 {
        line-height: 24px !important;
    }
    .flat-gallery.style-1 h2 {
        font-size: 28px;
    }
    .flat-image-box.style-2 .title {
        font-size: 38px;
    }
    .flat-image-box.col2 .item {
        width: 46.5%;
    }
    .product.style4 .product-item .product-thumb img {
        width: 100%;
    }
    .post-wrap.style2 article .featured-post {
        margin: 0 0 25px 0;
        float: none;
    }
    .sidebar.style2 {
        margin: 0;
    }
    .product-detail .inner {
        padding-left: 0;
    }
    .product-detail .size ul,
    .product-detail ul.flat-color-list {
        padding-left: 10px;
    }
    .flat-tabs.style-1 .content-inner > .inner.max-width-40,
    .flat-tabs.style-1 .content-inner > .inner.max-width-83 {
        max-width: 100%;
    }
    .title-section,
    .widget {
        margin: 0 0 35px 0 !important;
    }
    .widget .widget-title {
        margin-bottom: 14px !important;
    }
    .blog-posts .post-wrap,
    .margin-bottom-10 {
        margin-bottom: 0 !important;
    }
    .flat-filter.style-2 li:first-child,
    .padding-left-2,
    article .entry-post {
        padding-left: 0 !important;
    }
    article .meta-post .date {
        margin: 0 0 0 15px;
    }
    .post-wrap.style1,
    .post-wrap.style2 {
        margin: 0;
    }
    .post-wrap.style1 article .title-post,
    article .title-post {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .post-wrap.style2 article .content-post .title-post {
        margin-bottom: 13px;
    }
    .post-wrap.style2 article {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
    .grid.three article {
        width: 50%;
    }
    .grid.three article:nth-child(5) {
        clear: both;
    }
    .flat-image-box.row2 .item {
        margin-top: 12px;
    }
    .countdown .square {
        margin-bottom: 20px;
    }
    .flat-filter.style-2 li {
        padding: 0 25px;
    }
    .owl-theme .owl-nav {
        display: none !important;
    }
    .divider.h102,
    .divider.h115,
    .divider.h56,
    .divider.h68,
    .divider.h99 {
        height: 35px;
    }
    .product-fourcolumn {
        margin-bottom: 0;
    }
    .footer .widget {
        margin-bottom: 0 !important;
    }
    .flat-row.flat-iconbox,
    .flat-row.row-best-sale.style1,
    .flat-row.row-image-box {
        padding: 35px 0 0 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .flat-image-box.div-h20 .item {
        margin-top: 20px;
    }
    .flat-filter li {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .flat-filter li:first-child {
        margin-top: 0;
    }
    .flat-filter.style-1 li a {
        width: 100%;
        border-left: 1px solid rgba(110, 110, 110, 0.5);
    }
    .flat-icon-box .inner {
        margin: 17.5px 0;
    }
    .widget {
        margin-bottom: 35px;
    }
    .widget.widget-link.link-login {
        margin: 0 0 35px 0;
    }
    .flat-filter.style-2 {
        text-align: center;
    }
    .flat-filter.style-2 li:first-child {
        padding-left: 37px;
    }
    .product-top-menu .filter-shop {
        position: relative;
        margin: 30px 0 0 0;
        text-align: center;
    }
    .product-top-menu .filter-shop ul.flat-filter-search {
        float: none;
    }
    .divider.h0 {
        height: 20px;
    }
    .flat-image-box.style-1 .thumb img {
        width: 100%;
    }
    .wrap-contact .contact-email,
    .wrap-contact .contact-name {
        width: 100%;
        margin-bottom: 20px;
    }
    .sidebar {
        display: none;
    }
    .post-wrap.style1 {
        margin-right: 0;
    }
    .grid.three article {
        width: 50%;
    }
    .grid.three article:last-child,
    .grid.three article:nth-child(3) {
        clear: both;
    }
    .filter-shop ul.flat-filter-search {
        float: none !important;
    }
    .flat-tabs.style-1 .image-left .text-wrap,
    .flat-tabs.style-1 .image-right .text-wrap {
        padding: 15px;
    }
    .text-line {
        background-color: transparent;
        width: 0;
    }
    .topbar-style-2 #top-bar .top-bar-content {
        display: none;
    }
    .blog-pagination.center {
        float: none;
    }
    .footer .widget {
        margin: 15px 0 15px 0 !important;
    }
    .margin-top-32 {
        margin-top: 20px !important;
    }
    .margin-top-40 {
        margin-top: 0 !important;
    }
    .flat-filter.style-2 li {
        padding: 0;
    }
    .flat-image-box.row2 .item {
        margin-top: 20px;
    }
    .post-wrap.style3 article .content-post {
        padding: 15px 10px;
    }
    .flat-row.row-image-box.style2 {
        padding: 35px 0 !important;
    }
}
@media only screen and (max-width: 479px) {
    .product-fourcolumn .product .product-item {
        width: 100%;
    }
    .product.style2 .product-item .product-thumb {
        padding: 50px 0 0 0;
    }
    #top-bar {
        display: none;
    }
    .flat-image-box.style-2 .title {
        font-size: 30px;
    }
    article .meta-post .date {
        margin: 0 5px;
    }
    .grid.three article {
        width: 100%;
    }
    .direction ul > li {
        float: none !important;
    }
    .flat-tabs.style-1 .menu-tab li {
        display: block;
        margin-bottom: 15px;
    }
    .flat-tabs.style-1 .menu-tab li {
        border: 1px solid #e1e1e1;
    }
    .flat-tabs.style-1 .menu-tab li:after {
        background-color: transparent;
    }
    .flat-grid-box.col2 .grid-item {
        width: 100%;
    }
    .flat-tabs.style-1 .image-left .thumb {
        padding: 15px;
    }
    .flat-image-box.style-2 .text-wrap {
        margin-top: 0;
    }
    .product.style4 .product-item {
        margin-bottom: 0;
    }
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 87px 0 63px 0;
    overflow: hidden;
}
.flat-row.flat-error {
    padding: 180px 0 189px 0;
}
.flat-row.flat-iconbox {
    padding: 36px 0 20px 0;
}
.flat-row.flat-contact {
    padding: 32px 0 73px 0;
}
.flat-row.main-shop {
    padding: 79px 0 65px 0;
}
.flat-row.main-shop.style1 {
    padding: 62px 0 67px 0;
}
.flat-row.main-shop.shop-4col {
    padding: 70px 0 70px 0;
}
.flat-row.shop-detail {
    padding: 62px 0 34px 0;
}
.flat-row.shop-detail.style-1 {
    padding: 67px 0 49px 0;
}
.flat-row.shop-detail-content {
    padding: 45px 0 0 0;
}
.flat-row.shop-detail-content.style-1 {
    padding: 33px 0 0 0;
}
.flat-row.row-image-box {
    padding: 71px 0 29px 0;
}
.flat-row.row-image-box.style1 {
    padding: 69px 0 28px 0;
}
.flat-row.row-image-box.style2 {
    padding: 48px 0 50px 0;
}
.flat-row.row-product-new {
    padding: 20px 0 70px 0;
}
.flat-row.row-product-new.style1 {
    padding: 49px 0 70px 0;
}
.flat-row.row-animation-box {
    padding: 99px 0 102px 0;
}
.flat-row.row-product-project {
    padding: 51px 0 24px 0;
}
.flat-row.row-product-project.style-1 {
    padding: 49px 0 24px 0;
}
.flat-row.row-product-project.shop-collection {
    padding: 22px 0 24px 0;
}
.flat-row.row-product-project.shop-collection.style1 {
    padding: 20px 0 28px 0;
}
.flat-row.row-icon-box {
    padding: 33px 0 26px 0;
}
.flat-row.row-icon-box.style-1 {
    padding: 44px 0 46px 0;
}
.flat-row.row-icon-box.style-2 {
    padding: 72px 0 46px 0;
}
.flat-row.row-icon-box.style-3 {
    padding: 29px 0 26px 0;
}
.flat-row.row-new-latest {
    padding: 52px 0 67px 0;
}
.flat-row.row-new-latest.style-1 {
    padding: 52px 0 56px 0;
}
.flat-row.row-best-sale {
    padding: 50px 0 67px 0;
}
.flat-row.row-best-sale.style1 {
    padding: 111px 0 00px 0;
}
.flat-row.row-instagram {
    padding: 23px 0 71px 0;
}
.flat-title {
    margin-bottom: 40px;
}
.title-section {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}
.title-section.margin_bottom_17 {
    margin-bottom: 17px;
}
.title-section .title {
    font-size: 32px;
    line-height: 66px;
    font-weight: 500;
    color: #333;
    position: relative;
}
.title-section .title:before {
    content: "";
    width: 60px;
    height: 2.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f63440;
    margin: 0 auto;
}
.title-section.width-before-17 .title:before {
    width: 17%;
}
.title-section.style-2 {
    margin-bottom: 31px;
}
.title-section.style-2 .title {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
}
.title-section.style-2 .title:before {
    background-color: transparent;
    width: 0;
    height: 0;
}
.divider {
    clear: both;
    display: block;
    height: 49px;
}
.divider.h0 {
    height: 0;
}
.divider.h1 {
    height: 1px;
}
.divider.h20 {
    height: 20px;
}
.divider.h23 {
    height: 23px;
}
.divider.h32 {
    height: 32px;
}
.divider.h40 {
    height: 40px;
}
.divider.h42 {
    height: 42px;
}
.divider.h43 {
    height: 43px;
}
.divider.h54 {
    height: 54px;
}
.divider.h56 {
    height: 56px;
}
.divider.h68 {
    height: 68px;
}
.divider.h73 {
    height: 73px;
}
.divider.h97 {
    height: 97px;
}
.divider.h99 {
    height: 99px;
}
.divider.h102 {
    height: 102px;
}
.divider.h115 {
    height: 115px;
}
.divider.h120 {
    height: 120px;
}
.divider.h160 {
    height: 160px;
}
.line-shadow {
    box-shadow: 0 5px 12.75px 2.25px rgba(36, 11, 12, 0.3);
}
.data-effect .data-effect-item {
    position: relative;
    overflow: hidden;
}
.overlay-effect {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flat-grid-box.col2 .grid-item {
    width: 100%;
    float: left;
}
.flat-grid-box.border-width.border-width-1 .grid-row {
    border-top: 1px solid #e1e1e1;
}
.flat-grid-box.border-width.border-width-1 .grid-row:first-child {
    border-top: 0;
}
.flat-grid-box.has-padding .grid-row {
    padding: 36px 0 52px 0;
}
.flat-accordion .flat-toggle {
    margin-bottom: 15px;
}
.flat-accordion .flat-toggle .toggle-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #111;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 11px;
    cursor: pointer;
}
.flat-accordion .flat-toggle .toggle-content {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
}
.flat-accordion .flat-toggle .toggle-content p {
    line-height: 24px;
    margin-bottom: 25px;
}
.wrap-error .header-error {
    font-size: 130px;
    line-height: 130px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}
.wrap-error .content-error h2 {
    line-height: 50px;
    font-size: 30px;
}
.wrap-error .content-error p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}
.wrap-error .content-error a {
    position: relative;
    color: #f63440;
    font-weight: 600;
}
.wrap-error .content-error a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f63440;
}
.wrap-countdown {
    margin-bottom: 55px;
}
.countdown .square {
    display: inline-block;
}
.countdown .square .numb {
    font-size: 48px;
    line-height: 90px;
    font-weight: 500;
    color: #333;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0 35px 18px 35px;
}
.countdown .square .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.countdown.style-1 .square .numb {
    color: #f63440;
    margin: 0 15px 8px 15px;
}
.countdown.style-1 .square .text {
    text-transform: uppercase;
}
.flat-button button {
    margin: 0 9px;
}
.iconbox .box-header {
    margin-bottom: 5px;
}
.iconbox .box-header.nomargin {
    margin: 0;
}
.iconbox .box-header .icon i {
    font-size: 30px;
    line-height: 30px;
    color: #f63440;
    font-weight: 400;
}
.iconbox .box-content p {
    font-weight: 400;
    line-height: 24px;
}
.flat-map {
    height: 383px;
}
.infobox {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    padding: 15px 30px;
    width: 230px;
}
.infobox p {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.wrap-contact {
    width: 100%;
}
.wrap-contact .contact-email,
.wrap-contact .contact-name {
    float: left;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.wrap-contact .contact-message,
.wrap-contact .form-submit {
    padding-left: 15px;
    padding-right: 15px;
}
.wrap-contact.style2 .contact-email input[type="email"],
.wrap-contact.style2 .contact-message textarea,
.wrap-contact.style2 .contact-name input[type="text"] {
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    line-height: 37px;
    padding-left: 0;
}
.wrap-contact.style2 .contact-email input[type="email"],
.wrap-contact.style2 .contact-name input[type="text"] {
    height: 37px;
}
.wrap-contact label {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
}
.wrap-contact.style2 .contact-message {
    margin-bottom: 33px;
}
.wrap-contact.style2 .contact-message textarea {
    height: 84px;
    padding: 38px 0 0 0;
}
.wrap-contact.style2 input[type="email"]:focus,
.wrap-contact.style2 input[type="text"]:focus,
.wrap-contact.style2 textarea:focus {
    border-bottom: 1px solid #f63440;
}
.wrap-contact .form-submit button {
    padding: 7px 51px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
}
.filter-shop {
    margin-bottom: 48px;
}
.filter-shop.bottom_68 {
    margin-bottom: 68px;
}
.filter-shop ul.flat-filter-search li {
    color: #333;
    font-size: 16px;
    line-height: 21px;
}
.filter-shop ul.flat-filter-search {
    float: right;
}
.filter-shop ul.flat-filter-search li {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    cursor: pointer;
}
.filter-shop ul.flat-filter-search li a {
    font-weight: 500;
}
.filter-shop ul.flat-filter-search li a:focus {
    color: #333;
}
.filter-shop ul.flat-filter-search li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
}
.filter-shop ul.flat-filter-search li:last-child:after {
    content: "";
}
.filter-shop ul.flat-filter-search li.search-product:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
}
.filter-shop ul.flat-filter-search li.search-product.active:after {
    content: "\f00d";
    color: #f63440;
}
.filter-shop ul.flat-filter-search li.search-product a {
    margin-right: 10px;
}
.filter-shop.icon-right li.filter-list:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    margin: -2px -8px 0 0;
}
.filter-shop.icon-right li.filter-list.active:before {
    content: "\f106";
    color: #f63440;
}
.product-fourcolumn .product .product-item {
    width: 25%;
}
.product-fourcolumn {
    margin-bottom: 13px;
}
.product-content .product {
    width: 100%;
}
.product-content .product .product-item {
    border-right: 1px solid #efefef;
    text-align: center;
    float: left;
    position: relative;
    margin-bottom: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-content.product-fourcolumn .product .product-item:nth-child(9) {
    clear: both;
}
.product-content .product .product-item:hover {
    -webkit-box-shadow: 0 5px 19px 1px rgba(36, 11, 12, 0.15);
    box-shadow: 0 5px 19px 1px rgba(36, 11, 12, 0.15);
    z-index: 9;
}
.product .product-item .product-info,
.product .product-item .product-thumb {
    position: relative;
}
.product .product-item .product-thumb {
    padding: 68px 0 57px 0;
}
.product .product-item .new {
    font-size: 18px;
    line-height: 35px;
    width: 87px;
    text-align: center;
    background-color: #7cc576;
    color: #fff;
    display: block;
    position: absolute;
    top: 27px;
    left: 25px;
}
.product .product-item .sale {
    background-color: #f63440;
}
.product .product-item .product-info {
    padding: 0 35px 35px 35px;
}
.product .product-item .product-title {
    font-size: 15px;
    line-height: 27px;
    color: #333;
    font-weight: 500;
}
.flat-color-list {
    margin-top: 2px;
}
.flat-color-list.width-14 {
    margin-top: 6px;
}
.flat-color-list li {
    display: inline-block;
    margin: 0 4px;
}
.flat-color-list li a {
    position: relative;
}
.flat-color-list li a {
    width: 12px;
    height: 12px;
    background-color: transparent;
    display: block;
    border-radius: 50%;
}
.flat-color-list.width-14 li a {
    width: 14px;
    height: 14px;
}
.flat-color-list li a.red {
    background-color: #ee1313;
}
.flat-color-list li a.black {
    background-color: #000;
}
.flat-color-list li a:after,
.flat-color-list li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.flat-color-list li a.red:before {
    border-color: #ee1313;
}
.flat-color-list li a.black:before {
    border-color: #000;
}
.flat-color-list li a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1.25);
}
.flat-color-list li a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1.5);
}
.flat-color-list.icon-left li {
    display: block;
    position: relative;
    margin: 5px 0;
}
.flat-color-list.icon-left li > a {
    display: inline-block;
}
.flat-color-list.icon-left li > span {
    display: inline-block;
    padding-left: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-color-list.icon-left li:hover > span {
    color: #333;
    font-weight: 500;
}
.product .product-item .add-to-cart {
    background: #f63440;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.product .product-item .add-to-cart a {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    display: block;
}
.product .product-item:hover .add-to-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.product .product-item .add-to-cart:hover {
    background-color: #333;
    cursor: pointer;
}
.product.style2 .product-item {
    margin-bottom: 60px;
}
.product.style2 .product-item .product-thumb {
    padding: 50px 0 0 0;
}
.product.style2 .product-item .product-title {
    font-size: 16px;
}
.product.style2 .product-item .product-info {
    margin-top: 0;
}
.product.style2 .product-item .new {
    font-size: 14px;
    line-height: 26px;
    width: 90px;
    top: 20px;
    left: 20px;
}
.product.style2 .product-item .product-info {
    padding: 20px 35px 40px 35px;
}
.product.style2 .product-item .add-to-cart a {
    line-height: 46px;
}
.product.style3 .product-item {
    margin-bottom: 48.3px;
}
.product.style3 .product-item .product-title {
    font-size: 14px;
    line-height: 26px;
}
.product.style3 .product-item .product-thumb {
    padding: 47px 0 1px 0;
}
.product.style3 .product-item .new {
    font-size: 14px;
    line-height: 25px;
    width: 55px;
    top: 17px;
    left: 19px;
}
.product.style3 .product-item ul.flat-color-list li a {
    font-size: 14px;
    line-height: 30px;
}
.product.style3 .product-item ul.flat-color-list li a {
    margin: 0 2.5px;
}
.product.style3 .product-item .product-info {
    padding: 0 15px 10px 15px;
}
.product.style3 .product-item .add-to-cart a {
    line-height: 46px;
}
.product.style4 .product-item .product-thumb {
    padding: 0;
}
.product.style4 .product-item {
    border: none;
    margin-bottom: 42px;
}
.product.style4 .product-item .add-to-cart {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: auto;
    background-color: #fff;
}
.product.style4 .product-item:hover .add-to-cart {
    transform: translate(59px, -50%);
}
.product.style4 .product-item .add-to-cart a {
    line-height: 45px;
    padding: 0 29px;
    color: #333;
}
.product.style4 .product-item .add-to-cart:hover {
    background-color: #f63440;
}
.product.style4 .product-item .add-to-cart:hover a {
    color: #fff;
}
.product.style4 .product-item:hover {
    box-shadow: none;
}
.product.style4 .product-item .new {
    font-size: 14px;
    line-height: 26px;
    width: 65px;
    top: 20px;
    left: 20px;
}
.product.style4 .product-item .product-info {
    padding: 16px 0 0 0;
}
.product.style4 .product-item .product-title {
    font-size: 16px;
    line-height: 26px;
}
.product.style4 .product-item:nth-child(5) {
    clear: both;
}
.widget.widget-price {
    padding-bottom: 31px;
}
.widget.widget-price .widget-title {
    margin-bottom: 29px;
}
.widget.widget-price #slide-range {
    margin-bottom: 10px;
}
.widget.widget-price .ui-button {
    border: 1px solid #f63440;
    background-color: #f63440;
}
.widget.widget-price .ui-widget-content {
    background: #d6d6d6;
}
.widget.widget-price .ui-widget-header {
    background: #333;
}
.widget.widget-price .amount {
    line-height: 21px;
    color: #333;
}
.widget.widget-price .amount input[type="text"] {
    width: 75%;
    border: none;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    font-weight: 300;
    letter-spacing: 0;
    padding-left: 0;
}
.shop-search {
    position: relative;
    margin: 0 0 68px 0;
    z-index: 1;
}
.shop-search .search-form,
.shop-search .search-form input {
    height: 57px;
}
.shop-search .search-form label {
    display: block;
    margin: 0;
}
.shop-search .search-form input,
.shop-search .search-form label {
    padding-left: 0;
    font-size: 24px;
    color: #c5c5c5;
    font-weight: 300;
}
.shop-search .search-form input,
.shop-search .search-form label {
    line-height: 57px;
}
.shop-search .search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ebebeb;
}
.shop-search .search-form input[type="search"]:focus {
    border-color: transparent;
    border-bottom-color: #f63440;
}
.wrap-flexslider .inner {
    padding-top: 7px;
}
.flexslider.has-relative .slides > li {
    position: relative;
}
.flexslider.has-relative .slides > li:hover .flat-icon.style-1 span.fa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.flexslider.style-1 {
    margin: 0;
}
.flexslider.style-2 {
    margin: 0;
    padding-left: 99px;
}
.product-detail .inner {
    padding-left: 38px;
}
.product-detail .price {
    margin-top: 19px;
}
.product-detail .size {
    margin-top: 13px;
}
.product-detail .product-color span,
.product-detail .size span {
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    font-weight: 500;
}
.product-detail .size ul,
.product-detail .size ul li {
    display: inline-block;
}
.product-detail .size ul {
    padding-left: 70px;
}
.product-detail .size ul li {
    padding: 0 8.5px;
}
.product-detail .size ul li:first-child {
    padding-left: 0;
}
.product-detail .size ul li a {
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.product-detail .size ul li a:hover {
    color: #333;
}
.product-detail .product-color {
    margin-top: 14px;
}
.product-detail ul.flat-color-list {
    display: inline-block;
    padding-left: 49px;
    padding-top: 1px;
}
.product-detail ul.flat-color-list li {
    display: inline-block;
    margin: 0 15.6px;
}
.product-detail ul.flat-color-list li:first-child {
    margin-left: 0;
}
.product-detail .product-quantity {
    margin-top: 33px;
}
.product-detail .product-quantity > div {
    display: inline-block;
}
.product-detail .quantity input {
    width: 68px;
    height: 45px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 0;
    padding-left: 16px;
    font-weight: 300;
}
.product-detail .quantity input:focus {
    border-color: #ebebeb;
}
.product-detail .quantity {
    position: relative;
}
.product-detail .quantity > span {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    width: 26px;
    height: 50%;
    line-height: 20px;
    border-left: 1px solid #ebebeb;
    font-size: 0;
    cursor: pointer;
}
.product-detail .quantity > span:before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    color: #333;
}
.product-detail .add-to-cart {
    margin-left: 6px;
}
.product-detail .add-to-cart a {
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 0 30px;
    line-height: 44px;
    background-color: #f63440;
}
.product-detail .add-to-cart a:hover {
    background-color: #333;
}
.product-detail .product-categories {
    margin-top: 27px;
}
.product-detail .product-categories span {
    color: #6e6e6e;
    font-weight: 400;
}
.product-detail .product-categories a {
    color: #333;
    font-weight: 400;
}
.product-detail .product-categories a:hover {
    color: #f63440;
}
.flat-tabs .menu-tab li {
    display: inline-block;
}
.flat-tabs .menu-tab li {
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-tabs .menu-tab li:hover {
    color: #333;
}
.flat-tabs .menu-tab li.active {
    color: #333;
    font-weight: 500;
}
.flat-tabs .content-tab .title {
    font-size: 24px;
    line-height: 26px;
}
.flat-tabs .content-inner > .inner {
    padding: 39px 0 35px 0;
}
.flat-tabs .content-tab table {
    width: 100%;
}
.flat-tabs .content-tab table td {
    font-size: 14px;
    line-height: 36px;
    color: #6e6e6e;
    font-weight: 300;
}
.flat-tabs.has-border .content-tab {
    border: 1px solid #e1e1e1;
}
.flat-tabs.style-1 .menu-tab {
    text-align: center;
}
.flat-tabs.style-1 .menu-tab li {
    margin-right: 4px;
}
.flat-tabs.style-1 .menu-tab li:last-child {
    margin-right: 0;
}
.flat-tabs.style-1 .menu-tab li {
    text-align: center;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    padding: 0 19px;
    line-height: 37px;
    position: relative;
}
.flat-tabs.style-1 .menu-tab li:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    margin-bottom: -3px;
    opacity: 0;
    visibility: hidden;
}
.flat-tabs.style-1 .menu-tab li.active:after {
    opacity: 1;
    visibility: visible;
}
.flat-tabs.style-1 .content-tab .title {
    color: #333;
    margin-bottom: 13px;
}
.flat-tabs.style-1 .image-left .thumb {
    padding-right: 20px;
}
.flat-tabs.style-1 .image-left .text-wrap {
    padding: 100px 100px 0 15px;
}
.flat-tabs.style-1 .image-right .thumb {
    padding-left: 15px;
}
.flat-tabs.style-1 .image-right .text-wrap {
    padding: 96px 15px 0 99px;
}
.flat-tabs.style-1 .content-inner > .inner.max-width-40 {
    max-width: 40%;
    margin: 0 auto;
}
.flat-tabs.style-1 .content-inner > .inner.max-width-83 {
    max-width: 83%;
    margin: 0 auto;
}
.flat-tabs.style-1 .content-inner > .inner.max-width-77 {
    max-width: 77%;
    margin: 0 auto;
}
.flat-tabs .content-tab table tr td:first-child {
    width: 61.7%;
    padding-left: 36px;
}
.flat-image-box.row2 .item {
    margin-top: 20px;
}
.flat-image-box.row2.h24 .item {
    margin-top: 24px;
}
.flat-image-box.row2 .item:first-child {
    margin-top: 0;
}
.flat-image-box.col2 {
    width: 100%;
}
.flat-image-box.col2 .item {
    width: 48.2%;
    float: left;
    margin-left: 20px;
}
.flat-image-box.col2 .item:first-child {
    margin-left: 0;
}
.flat-image-box.style-1 .thumb {
    position: relative;
}
.flat-image-box.style-1 .thumb img {
    transition: all 0.3s ease;
}
.flat-image-box.style-1 .thumb:hover img {
    transform: scale(1.1);
}
.flat-image-box.style-2 .thumb {
    position: relative;
}
.flat-image-box.style-2 .text-wrap {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(-6%, -50%);
    margin-top: -18px;
    margin-left: 12px;
}
.flat-image-box.style-2 .title {
    font-size: 48px;
    line-height: 60px;
}
.flat-image-box.absolute-left .text-wrap {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    z-index: 2;
}
.flat-image-box.absolute-left.offset-32 .text-wrap {
    transform: translate(32px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-image-box.absolute-left.offset-32 .item:hover .text-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate(32px, 25px);
}
.flat-image-box.absolute-right .text-wrap {
    left: auto;
    transform: translate(0, -50%);
    margin: 0;
    right: 11%;
    margin-top: 19px;
}
.flat-image-box.absolute-right.offset-v-5 .text-wrap {
    margin-top: -5px;
}
.flat-image-box.absolute-right.offset-h-82 .text-wrap {
    right: 0;
    transform: translate(-82%, -50%);
}
.flat-image-box.absolute-center .text-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 19px;
    z-index: 2;
}
.flat-icon.style-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.flat-icon.style-1 span.fa {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    display: block;
    width: 82px;
    height: 82px;
    line-height: 80px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
}
.flat-icon.style-1 span.fa:hover {
    color: #f63440;
}
.flat-icon.style-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 22px 20px;
}
.flat-icon.style-2 span.fa {
    display: inline-block;
    color: #333;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #fff;
    padding-left: 4px;
    margin-right: 10px;
}
.flat-icon.style-2 span.text {
    color: #333;
    font-weight: 300;
    display: inline-block;
}
.flat-filter.max-width-682 {
    margin: 0 auto;
    max-width: 682px;
}
.flat-filter li {
    display: inline-block;
    float: left;
}
.flat-filter.style-1 li a {
    color: #6e6e6e;
    border-top: 1px solid rgba(110, 110, 110, 0.5);
    border-bottom: 1px solid rgba(110, 110, 110, 0.5);
    border-right: 1px solid rgba(110, 110, 110, 0.5);
    display: block;
    line-height: 41px;
    padding: 10px;
    background-color: transparent;
}
.flat-filter.style-1 li:first-child a {
    border-left: 1px solid rgba(110, 110, 110, 0.5);
}
.flat-filter.style-1 li a:hover {
    color: #f63440;
}
.flat-filter.style-1 li.active a:hover {
    color: #fff;
}
.flat-filter.style-1 li.active a {
    background-color: #f63440;
    color: #fff;
    border-color: #f63440;
}
.product-top-menu {
    position: relative;
}
.product-top-menu .filter-shop {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 9px;
}
.flat-filter.style-2 li {
    padding: 0 37px;
}
.flat-filter.style-2 li:first-child {
    padding-left: 2px;
}
.flat-filter.style-2 li a {
    border: none;
    color: #c5c5c5;
    font-weight: 500;
    font-size: 16px;
    width: auto;
    line-height: 26px;
}
.flat-filter.style-2 li a:hover,
.flat-filter.style-2 li.active a {
    background-color: transparent;
    color: #f63440;
}
.flat-filter.style-3 li {
    padding: 0 25px;
}
.flat-filter.style-3 li a {
    line-height: 30px;
}
.flat-filter.style-3 li.active a {
    color: #f63440;
    font-weight: 500;
}
.flat-icon-box .icon-wrap {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
.flat-icon-box .desc {
    font-weight: 400;
    color: #6e6e6e;
}
.flat-icon-box.style-1 .icon-wrap {
    color: #f63440;
}
.flat-icon-box.style-1 .text-wrap .heading {
    line-height: 31px;
}
.flat-icon-box.icon-left .icon-wrap {
    float: left;
    margin: 2px 10px 0 0;
}
.flat-icon-box.w55 .icon-wrap {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.flat-icon-box.icon-left .text-wrap {
    overflow: hidden;
}
.flat-icon-box.w55 .icon-wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #f63440;
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-icon-box.w55:hover .icon-wrap:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.flat-icon-box.w55:hover .icon-wrap {
    color: #fff;
}
.flat-icon-box.style-2 .icon-wrap {
    font-size: 40px;
    line-height: 61px;
    color: #333;
    margin: 0 19px 0 0;
}
.flat-icon-box.style-2 .text-wrap .heading {
    font-size: 14px;
    line-height: 28px;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    text-align: center;
    background-color: transparent;
    color: #f63440;
    width: 48px;
    height: 48px;
    font-size: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*="owl-"]:after {
    font-size: 48px;
    line-height: 48px;
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}
.owl-theme .owl-nav .owl-next:after {
    content: "\f105";
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #333;
}
.flat-gallery.style-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}
.flat-gallery.style-1 h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
.flat-gallery.style-1 .thumb img {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.flat-gallery.style-1 .thumb:hover img {
    transform: scale(1.05);
}
.flat-gallery.has-absolute .thumb {
    position: relative;
    overflow: hidden;
}
.flat-gallery.has-absolute .text-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.flat-gallery.has-absolute .text-wrap.absolute-left {
    left: 51px;
}
.flat-gallery.has-absolute .text-wrap.absolute-right {
    right: 67px;
}
.instagram-wrap.style-1 .thumb {
    position: relative;
}
.instagram-wrap.style-1 .text-wrap {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products li {
    float: left;
    padding: 0 17.5px;
    margin-bottom: 45px;
}
.products li.first {
    clear: both;
}
.products li h2 {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.products li .product-info {
    text-align: center;
    padding: 24px 0 0;
    background-color: #fff;
    position: relative;
}
.products li .product-info .add_to_cart_button {
    position: absolute;
    left: 0;
    top: -35px;
    opacity: 0;
    width: 100%;
    line-height: 35px;
    background-color: #dcdcdc;
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.products li:hover .product-info .add_to_cart_button {
    opacity: 1;
}
.products li .price {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    color: #1c63b8;
    display: block;
    margin: 0;
}
.products li h2:hover {
    color: #1c63b8;
}
.products li .product-info .add_to_cart_button:hover {
    background-color: #1c63b8;
    color: #fff;
}
a {
    text-decoration: none !important;
    color: #0b0b0b;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* --------------------------------------------------------------
                        Modal window
-------------------------------------------------------------- */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .56);
    z-index: 9999;
    overflow: auto;
}

.modal_saf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    min-height: 400px;
    background-color: #f2f2f2;
    padding: 40px;

}

.modal_saf .close {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 41px;
    line-height: 21px;
    color: red;
    cursor: pointer;
}

.modal_saf .subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: black;
}

.modal_saf .descr {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: black;
}

.modal_mini {
    min-height: 140px;
}

.error {
    border: 1px solid red;
}

label.error {
    border: none;
    text-align: center;
    margin-bottom: 15px;
}

#consultation,
#thanks {
    display: none;
}

.feed-form {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    width: 300px;
}

.feed-form .valid, .contact-form .valid {
    height: 50px;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 15px;
    border: none;
    padding: 0 20px;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.feed-form_mt25 {
    margin-top: 25px;
}

.feed-form .notvalid, .contact-form .notvalid{
    background:rgba(255,0,0,.2);
}

@media (max-width: 575px) {
    .modal_saf {
        width: 300px;
        padding: 40px 10px;
        margin-top: 50px;
    }

    .feed-form {
        width: 100%;
    }

    .modal_saf .close {
        top: 5px;
        right: 10px;
        font-size: 30px;
    }
}

.messenger{
    text-align:center;
    display:none;
    color:#f00;
    margin:15px 0;
}
.disp-non {
    display: block;
}
.disp-activ {
    display: none;
}

.product-content .product .product-item img {
    height: 300px;
}

.img-fluid {
    width: 100%;
    height: 800px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
