
@import "http://fonts.googleapis.com/css?family=Open+Sans";
#top-nav {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 45px;
    min-width: 310px;
    padding-right: 10px;
    white-space: nowrap;
}
#top-nav.fixed {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}
@media (max-width: 767px) {
#top-nav.fixed {
    left: -194px;
}
}
#top-nav .brand {
    background: none repeat scroll 0 0 #323447;
    color: #999;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 194px;
}
#top-nav .brand:focus, #top-nav .brand:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
}
#top-nav .page-title {
    color: #999;
    float: left;
    font-weight: 500;
    line-height: 45px;
}
@media (max-width: 767px) {
#top-nav .page-title {
    display: none;
}
}
#top-nav .navbar-toggle {
    margin: 3px 0 0;
}
#top-nav .navbar-toggle.hide-menu {
    display: block;
    margin-top: 5px;
}
@media (max-width: 767px) {
#top-nav .navbar-toggle.hide-menu {
    display: none;
}
}
#top-nav .navbar-toggle .icon-bar {
    background-color: #999;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-bottom: 3px;
    width: 18px;
}
#top-nav .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}
#top-nav .nav-notification {
    float: right;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 480px) {
#top-nav .nav-notification {
    font-size: 11px;
}
}
#top-nav .nav-notification > li {
    display: block;
    float: left;
    position: relative;
    transition: all 0.2s ease 0s;
}
#top-nav .nav-notification > li.open {
    background: none repeat scroll 0 0 #fcfcfc;
}
#top-nav .nav-notification > li.open .dropdown-menu {
    animation: 0.8s ease 0s normal none 1 fadeInUp;
}
#top-nav .nav-notification > li:last-child {
    border-right: medium none;
}
#top-nav .nav-notification > li:hover {
    background: none repeat scroll 0 0 #fcfcfc;
    transition: all 0.2s ease 0s;
}
#top-nav .nav-notification > li.profile:focus a, #top-nav .nav-notification > li.profile:hover a {
    animation: 0s ease 0s normal none 1 none;
}
#top-nav .nav-notification > li.profile:focus a > strong, #top-nav .nav-notification > li.profile:hover a > strong {
    animation: 0.2s ease-in-out 0s normal none 1 fadeInRight;
    display: inline-block;
}
#top-nav .nav-notification > li.profile:focus a > span, #top-nav .nav-notification > li.profile:hover a > span {
    animation: 0.2s ease-in-out 0s normal none 1 fadeInLeft;
    display: inline-block;
}
#top-nav .nav-notification > li.profile .dropdown-menu {
    border-radius: 2px;
    min-width: 220px;
}
#top-nav .nav-notification > li.profile .dropdown-menu li:first-child {
    margin-bottom: 10px;
}
#top-nav .nav-notification > li.profile .dropdown-menu li:first-child a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}
#top-nav .nav-notification > li.profile .dropdown-menu li:not(:first-child) a {
    transition: all 0.2s ease-in-out 0s;
}
#top-nav .nav-notification > li.profile .dropdown-menu li:not(:first-child) a:focus, #top-nav .nav-notification > li.profile .dropdown-menu li:not(:first-child) a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out 0s;
}
#top-nav .nav-notification > li > a {
    color: #999;
    display: block;
    padding: 13px 15px;
    position: relative;
    transition: all 0.2s ease 0s;
}
#top-nav .nav-notification > li > a:focus, #top-nav .nav-notification > li > a:hover {
    color: #777;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
@media (max-width: 480px) {
#top-nav .nav-notification > li > a {
    padding: 14px 15px;
}
}
#top-nav .nav-notification .dropdown-menu {
    border-color: #f1f5fc;
    border-radius: 2px;
    left: auto;
    right: 0;
    top: 95%;
}
@media (max-width: 480px) {
#top-nav .nav-notification .dropdown-menu.dropdown-1 {
    left: -50px !important;
    right: auto !important;
}
}
@media (max-width: 480px) {
#top-nav .nav-notification .dropdown-menu.dropdown-2 {
    left: -80px !important;
    right: auto !important;
}
}
@media (max-width: 480px) {
#top-nav .nav-notification .dropdown-menu.dropdown-3 {
    left: -120px !important;
    right: auto !important;
}
}
#top-nav .nav-notification .dropdown-menu li {
    border-bottom-color: #f1f5fc;
}
@media (max-width: 480px) {
#top-nav {
    min-width: 310px;
}
}
@media (min-width: 481px) and (max-width: 550px) {
#top-nav {
    min-width: 471px;
}
}
@media (min-width: 551px) and (max-width: 600px) {
#top-nav {
    min-width: 541px;
}
}
@media (min-width: 601px) and (max-width: 670px) {
#top-nav {
    min-width: 591px;
}
}
@media (max-width: 767px) {
#top-nav {
    left: -194px;
}
}
@media (min-width: 768px) and (max-width: 868px) {
#top-nav {
    transition: all 0.5s ease 0s;
}
#top-nav .brand {
    width: 90px;
}
#top-nav .brand .text-toggle {
    display: none;
}
}
.breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 1px 0 #fff;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 10px;
    text-shadow: 0 1px #fff;
}
.breadcrumb li {
    color: #777;
    line-height: 27px;
}
.breadcrumb a {
    color: #777;
    text-decoration: none;
}
aside {
    background-color: #323447;
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    left: 0;
    padding-top: 45px;
    position: absolute;
    width: 194px;
    z-index: 100;
}
aside.fixed {
    position: fixed;
}
aside .size-toggle {
    border-bottom: 1px solid #2c2d3e;
    box-shadow: 0 1px 0 #34364a;
    padding: 10px;
}
@media (max-width: 868px) {
aside .size-toggle {
    display: none;
}
}
aside .size-toggle .btn {
    background-color: transparent;
    color: #e6f1f7;
    transition: all 0.2s ease 0s;
}
aside .size-toggle .btn.pull-right {
    margin-top: -3px;
}
aside .size-toggle .btn .icon-bar {
    background-color: #e6f1f7;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-bottom: 2px;
    transition: all 0.2s ease 0s;
    width: 13px;
}
aside .size-toggle .btn:focus, aside .size-toggle .btn:hover {
    color: #fff;
    transition: all 0.2s ease 0s;
}
aside .size-toggle .btn:focus .icon-bar, aside .size-toggle .btn:hover .icon-bar {
    background-color: #fff;
    transition: all 0.2s ease 0s;
}
aside .sidebar-inner {
    border-right: 1px solid #272938;
}
aside .sidebar-inner .user-block {
    border-bottom: 1px solid #2c2d3e;
    box-shadow: 0 1px 0 #34364a;
    padding: 10px;
}
aside .sidebar-inner .user-block img {
    animation: 0.9s ease 0s normal none 1 fadeInRotate;
    border-radius: 50em;
    float: left;
    height: 45px;
    width: 45px;
}
aside .sidebar-inner .user-block .detail {
    color: #e6f1f7;
    float: left;
    margin-left: 10px;
}
aside .sidebar-inner .user-block ul {
    margin-top: 5px;
}
aside .sidebar-inner .user-block ul li {
    padding: 0;
}
aside .sidebar-inner .user-block ul li a {
    color: #e6f1f7;
    font-size: 11px;
    margin-right: 10px;
    transition: all 0.2s ease 0s;
}
aside .sidebar-inner .user-block ul li a:focus, aside .sidebar-inner .user-block ul li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
aside .sidebar-inner .search-block {
    border-bottom: 1px solid #2c2d3e;
    box-shadow: 0 1px 0 #34364a;
    padding: 10px;
}
aside .sidebar-inner .search-block input[type="text"] {
    background: none repeat scroll 0 0 #272938;
    border: 1px solid #272938;
    box-shadow: none;
}
aside .sidebar-inner .search-block input[type="text"]:focus {
    box-shadow: none;
}
aside .sidebar-inner .search-block .btn {
    background: none repeat scroll 0 0 #272938;
    border: 1px solid #272938;
    color: #ccc;
}
aside .main-menu {
    height: 100%;
}
aside .main-menu > ul {
    list-style: none outside none;
    margin: 0;
}
aside .main-menu > ul > li {
    border-bottom: 1px solid #2c2d3e;
    border-top: 1px solid #34364a;
    position: relative;
    transition: all 0.5s ease 0s;
}
aside .main-menu > ul > li.active {
    border-top: 1px solid #323447;
    transition: all 0.5s ease 0s;
}
aside .main-menu > ul > li.active > a {
    background: none repeat scroll 0 0 #2c2d3e;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    color: #fff;
}
aside .main-menu > ul > li.active .menu-hover {
    opacity: 1;
}
aside .main-menu > ul > li.display {
    transition: all 0.5s ease 0s;
}
aside .main-menu > ul > li.display > a {
    background: none repeat scroll 0 0 #2c2d3e;
    color: #fff;
}
aside .main-menu > ul > li.display .menu-hover {
    opacity: 1;
}
aside .main-menu > ul > li > a {
    color: #e6f1f7;
    display: block;
    font-size: 13px;
    padding: 13px 10px 13px 13px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
}
aside .main-menu > ul > li > a:focus, aside .main-menu > ul > li > a:hover {
    background: none repeat scroll 0 0 #272938;
    color: #fff;
    text-decoration: none;
    transition: color 0.5s ease 0s, background 0.5s ease 0s;
}
aside .main-menu > ul > li > a:focus .menu-hover, aside .main-menu > ul > li > a:hover .menu-hover {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
aside .main-menu > ul > li > a .text {
    margin-left: 10px;
}
aside .main-menu > ul > li > a .badge {
    position: absolute;
    right: 7px;
    top: 12px;
}
aside .main-menu > ul > li > a .menu-hover {
    background: none repeat scroll 0 0 #feffd8;
    bottom: -2px;
    box-shadow: 0 0 20px 0 #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -2px;
    transition: opacity 0.5s ease 0s;
    width: 3px;
}
aside .main-menu > ul > li .dropdown-menu {
    animation: 0.8s ease 0s normal none 1 fadeIn;
}
@media (min-width: 768px) {
aside .main-menu > ul > li .dropdown-menu {
    left: auto;
    right: -160px;
    top: -5px;
}
}
@media (max-width: 767px) {
aside .main-menu > ul > li .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
aside .main-menu > ul > li .dropdown-menu li a {
    color: #e6f1f7;
}
aside .main-menu > ul > li .dropdown-menu li a:hover {
    background: none repeat scroll 0 0 #1d1e29;
    color: #fff;
}
}
aside .main-menu > ul > li .submenu {
    display: none;
}
aside .main-menu > ul > li .submenu.third-level li a {
    padding-left: 40px;
}
aside .main-menu > ul > li .submenu.fourth-level li a {
    padding-left: 60px;
}
aside .main-menu > ul > li .submenu li {
    position: relative;
}
aside .main-menu > ul > li .submenu li a {
    background-color: #383b50;
    color: #fafcfd;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 20px;
    transition: all 0.4s ease 0s;
}
aside .main-menu > ul > li .submenu li a .submenu-label {
    display: inline-block;
    transition: all 0.2s ease 0s;
}
aside .main-menu > ul > li .submenu li a:hover .submenu-label {
    color: #fff;
    transform: translateX(5px);
    transition: all 0.2s ease 0s;
}
aside .main-menu .alert {
    animation: 1.2s ease 0s normal none 1 fadeInUp;
    border-radius: 0;
    text-align: center;
}
@media (max-width: 767px) {
aside {
    left: -194px;
}
}
@media (min-width: 768px) and (max-width: 868px) {
aside {
    width: 90px;
}
aside .brand .text-toggle {
    display: none;
}
aside .slimScrollDiv {
    overflow: visible !important;
}
aside .slimScrollDiv .slimScrollBar, aside .slimScrollDiv .slimScrollRail {
    opacity: 0 !important;
}
aside .sidebar-inner {
    overflow: visible !important;
}
aside .sidebar-inner .size-toggle {
    text-align: center;
}
aside .sidebar-inner .size-toggle .pull-right {
    display: none;
}
aside .sidebar-inner .user-block {
    text-align: center;
}
aside .sidebar-inner .user-block img {
    float: none;
}
aside .sidebar-inner .search-block, aside .sidebar-inner .user-block .detail {
    display: none;
}
aside .sidebar-inner .main-menu > ul > li > a {
    font-size: 11px;
    text-align: center;
}
aside .sidebar-inner .main-menu > ul > li > a .menu-icon {
    display: block;
}
aside .sidebar-inner .main-menu > ul > li > a .text {
    display: block;
    margin-left: 0;
    margin-top: 5px;
}
aside .sidebar-inner .alert, aside .sidebar-inner .main-menu > ul > li > a .badge {
    display: none;
}
}
#wrapper {
    background-color: #00332e;
    min-height: 800px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 768px) {
#wrapper.sidebar-mini #top-nav .brand {
    width: 90px;
}
#wrapper.sidebar-mini #top-nav .brand .text-toggle {
    display: none;
}
#wrapper.sidebar-mini aside {
    width: 90px;
}
#wrapper.sidebar-mini aside .slimScrollDiv {
    overflow: visible !important;
}
#wrapper.sidebar-mini aside .slimScrollDiv .slimScrollBar, #wrapper.sidebar-mini aside .slimScrollDiv .slimScrollRail {
    opacity: 0 !important;
}
#wrapper.sidebar-mini aside .sidebar-inner {
    overflow: visible !important;
}
#wrapper.sidebar-mini aside .sidebar-inner .size-toggle {
    text-align: center;
}
#wrapper.sidebar-mini aside .sidebar-inner .size-toggle .pull-right {
    display: none;
}
#wrapper.sidebar-mini aside .sidebar-inner .user-block {
    text-align: center;
}
#wrapper.sidebar-mini aside .sidebar-inner .user-block img {
    float: none;
}
#wrapper.sidebar-mini aside .sidebar-inner .search-block, #wrapper.sidebar-mini aside .sidebar-inner .user-block .detail {
    display: none;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li:hover .submenu {
    animation: 0.4s ease 0s normal none 1 fadeIn;
    display: block;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li:hover .submenu.fourth-level, #wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li:hover .submenu.third-level {
    display: none;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li > a {
    font-size: 11px;
    padding: 13px 10px;
    text-align: center;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li > a .menu-icon {
    display: block;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li > a .text {
    display: block;
    margin-left: 0;
    margin-top: 5px;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li > a .badge {
    display: none;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: auto;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    right: -160px;
    top: -5px;
    z-index: 1000;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li {
    position: relative;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li:hover .submenu.third-level {
    animation: 0.4s ease 0s normal none 1 fadeIn;
    display: block;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li a {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    padding: 4px 20px;
    text-align: left;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li a .submenu-label {
    color: #333 !important;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li a:hover {
    background-color: #f2f2f2;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu li a:hover .submenu-label {
    color: #222 !important;
}
#wrapper.sidebar-mini aside .sidebar-inner .main-menu > ul > li .submenu.third-level li:hover .submenu.fourth-level {
    animation: 0.4s ease 0s normal none 1 fadeIn;
    display: block;
}
#wrapper.sidebar-mini aside .sidebar-inner .alert {
    display: none;
}
#wrapper.sidebar-mini #main-container, #wrapper.sidebar-mini footer {
    margin-left: 90px;
}
}
@media (max-width: 767px) {
#wrapper.sidebar-display aside {
    left: 0;
}
#wrapper.sidebar-display #top-nav {
    left: 0;
    right: -194px;
}
#wrapper.sidebar-display #main-container, #wrapper.sidebar-display footer {
    left: 194px;
    right: -194px;
}
}
@media (min-width: 768px) {
#wrapper.sidebar-hide aside {
    left: -194px;
}
#wrapper.sidebar-hide #main-container, #wrapper.sidebar-hide footer {
    margin-left: 0;
}
}
body {
    background: none repeat scroll 0 0 #00332e;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    padding-top: 0;
}
body.dark {
    background: none repeat scroll 0 0 #3a3a3a;
}
img {
    max-width: 100%;
}
ul {
    padding: 0;
}
.well {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
}
hr {
    border-bottom-color: #fff;
    border-top-color: #eee;
}
a {
    color: #555;
    transition: all 0.2s ease 0s;
}
a:focus, a:hover {
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.navbar.navbar-fixed-top {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.navbar.navbar-inverse {
    background-color: #111;
}
.list-group-item, a.list-group-item {
    border-color: #f1f5fc;
    color: #777;
}
.pagination {
    margin-bottom: 0;
}
.pagination.pagination-xs > li > a, .pagination.pagination-xs > li > span {
    padding: 2px 7px;
}
.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px;
}
.pagination.pagination-split li a {
    border-radius: 4px;
}
.pagination li.active a, .pagination li.active a:focus, .pagination li.active a:hover {
    background: none repeat scroll 0 0 #5a5a5a;
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}
.pagination li a {
    color: #777;
}
.pagination li a:focus, .pagination li a:hover {
    background: none repeat scroll 0 0 #f2f2f2;
}
.progress {
    border-radius: 10px;
    height: 12px;
}
.progress .progress-bar {
    background-color: #6bafbd;
}
.progress .progress-bar.animated-bar {
    animation: 3s linear 0s normal none 1 progress-start;
}
.progress .progress-bar.progress-bar-success {
    background-color: #65cea7;
}
.progress .progress-bar.progress-bar-warning {
    background-color: #f3ce85;
}
.progress .progress-bar.progress-bar-danger {
    background-color: #fc8675;
}
.badge, .label {
    background-color: #f1f5fc;
    color: #777;
}
.badge-success, .label-success {
    background-color: #65cea7;
    color: #fff;
}
.badge-danger, .label-danger {
    background-color: #fc8675;
    color: #fff;
}
.badge-warning, .label-warning {
    background-color: #f3ce85;
    color: #fff;
}
.badge-info, .label-info {
    background-color: #6bafbd;
    color: #fff;
}
.badge-primary, .label-primary {
    background-color: #424f63;
    color: #fff;
}
.alert {
    background: none repeat scroll 0 0 #fcf3e2;
    border: 1px solid #f3ce85;
    color: #8b6420;
    padding: 10px;
}
.alert.alert-info {
    background: none repeat scroll 0 0 #b2d5dc;
    border: 1px solid #6bafbd;
    color: #0f5d84;
}
.alert.alert-success {
    background: none repeat scroll 0 0 #b2e7d3;
    border: 1px solid #65cea7;
    color: #1b601c;
}
.alert.alert-danger {
    background: none repeat scroll 0 0 #feded9;
    border: 1px solid #fc8675;
    color: #691715;
}
#theme-setting {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
    color: #777;
    display: inline-block;
    padding-bottom: 10px;
    position: fixed;
    right: -212px;
    top: 120px;
    transition: all 0.3s ease-in-out 0s;
    width: 210px;
    z-index: 40;
}
#theme-setting.open {
    right: 0;
    transition: all 0.3s ease-in-out 0s;
}
#theme-setting .title {
    background-color: #fff;
    border-bottom: 1px solid #f1f5fc;
    color: #555;
    padding: 5px;
    text-align: center;
}
#theme-setting strong {
    display: block;
    margin-bottom: 15px;
}
#theme-setting hr {
    border-bottom: 1px solid #fff;
    border-top-color: #f1f5fc;
    margin: 0;
}
#theme-setting .theme-box {
    padding: 10px 20px;
}
#theme-setting a {
    cursor: pointer;
}
#theme-setting input {
    background: none repeat scroll 0 0 #fff;
    color: #626262;
    height: auto;
    width: 180px;
}
#theme-setting-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #f1f5fc;
    border-image: none;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 11px;
    position: fixed;
    right: 0;
    top: 159px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 40;
}
#theme-setting-icon:focus, #theme-setting-icon:hover {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
#theme-setting-icon.open {
    right: 210px;
    transition: all 0.3s ease-in-out 0s;
}
.brand-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}
.gmnoprint img {
    max-width: none;
}
.avatar {
    width: 60px;
}
.grey-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #eee;
    border-color: #dfdfdf;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    padding: 15px;
}
.shortcut-wrapper {
    text-align: center;
}
@media (max-width: 767px) {
.shortcut-wrapper {
    text-align: left;
}
}
.shortcut-link {
    color: #ccc;
    display: inline-block;
    margin-right: 20px;
    text-shadow: 0 1px 0 #fff;
    transition: color 0.2s ease 0s;
}
.shortcut-link .shortcut-icon {
    font-size: 30px;
    position: relative;
}
.shortcut-link .shortcut-icon .shortcut-alert {
    background: none repeat scroll 0 0 #fc8675;
    border: 1px solid #fc8675;
    border-radius: 50em;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 18px;
}
.shortcut-link .text {
    color: #626262;
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
    margin-top: -5px;
}
.shortcut-link:hover {
    color: #626262;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
.headline {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    margin: 20px 0;
    padding: 5px 0 10px;
}
.headline.dark {
    border-bottom: 1px solid #1a1a1a;
}
.headline .line {
    background: none repeat scroll 0 0 #3c8dbc;
    display: block;
    height: 3px;
    margin-bottom: -10px;
    margin-top: 7px;
    width: 50px;
}
.section-header {
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    text-align: center;
}
.section-header span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto;
    width: 30%;
}
@media (max-width: 767px) {
.section-header span {
    padding-left: 20px;
    text-align: left;
    width: 100%;
}
}
.section-header hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #eee;
    position: absolute;
    width: 35%;
}
.section-header hr.right {
    right: 0;
    top: 0;
}
.chart-container {
    height: 250px;
    margin-bottom: 20px;
    width: 100%;
}
.notification-label {
    background: none repeat scroll 0 0 #fc8675;
    border-radius: 50em;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 15px;
    line-height: 9px;
    padding: 2px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: none;
    top: 7px;
    width: 15px;
}
#main-container {
    margin-left: 194px;
    min-height: 800px;
    padding-top: 45px;
    position: relative;
}
@media (max-width: 480px) {
#main-container {
    min-width: 310px;
}
}
@media (min-width: 481px) and (max-width: 550px) {
#main-container {
    min-width: 471px;
}
}
@media (min-width: 551px) and (max-width: 600px) {
#main-container {
    min-width: 541px;
}
}
@media (min-width: 601px) and (max-width: 670px) {
#main-container {
    min-width: 591px;
}
}
@media (max-width: 767px) {
#main-container {
    left: 0;
    margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 868px) {
#main-container {
    margin-left: 90px;
    transition: margin-left 0.5s ease 0s;
}
}
#main-container.fade-out {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease 0s;
}
.container-left {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100px;
}
.theme-color, .theme-pattern {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 5px 0 -5px 5px;
    width: 25px;
}
.theme-layout {
    color: #626262;
    cursor: pointer;
}
.theme-layout:focus, .theme-layout:hover {
    color: #3c8dbc !important;
    text-decoration: none;
}
#scroll-to-top {
    background: none repeat scroll 0 0 rgba(60, 141, 188, 0.5);
    border-radius: 50em;
    bottom: -1000px;
    color: #fff;
    cursor: pointer;
    padding: 10px 14px;
    position: fixed;
    right: 3px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1049;
}
#scroll-to-top:focus, #scroll-to-top:hover {
    background: none repeat scroll 0 0 #3c8dbc;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}
.main-header {
    padding: 20px;
}
.main-header .page-title {
    float: left;
}
.main-header .page-title span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-shadow: 0 1px 0 #fff;
}
.main-header .page-stats {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {
.main-header .page-stats {
    display: none;
}
}
.main-header .page-stats li {
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    padding: 0 20px;
}
.main-header .page-stats li:last-child {
    border-right: medium none;
}
.main-header .page-stats li .sparkline {
    float: right;
    margin-top: 5px;
}
@media (max-width: 979px) {
.main-header .page-stats li .sparkline {
    display: none;
}
}
.main-header .page-stats li .value {
    float: left;
    margin-right: 20px;
}
.main-header .page-stats li .value span {
    color: #bbb;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.main-header .page-stats li .value h4 {
    color: #777;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0;
}
.chart {
    display: inline-block;
}
svg {
    width: 100% !important;
}
.toolbar {
    float: right;
}
.toolbar > ul {
    display: block;
    list-style: none outside none;
    margin: 0 -15px 0 0;
}
.toolbar > ul > li {
    display: inline-block;
    float: right;
}
.toolbar > ul > li .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-width: 0 0 0 1px;
    color: #626262;
    margin-left: -4px;
    margin-top: -10px;
    padding: 10px 12px;
    text-shadow: none;
}
.toolbar > ul > li .btn-group > .btn:first-child {
    border-radius: 0 4px 0 0;
}
.toolbar > ul > li .dropdown-menu {
    left: auto;
    right: 0;
}
.toolbar .label {
    font-size: 11px;
}
.toolbar .progress {
    height: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    width: 120px;
}
.toolbar .progress .progress-bar {
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
}
.toolbar .accordion-toggle.collapsed i:before {
    content: ".";
}
.toolbar .accordion-toggle i:before {
    content: ".";
}
.task-list li.removed {
    border-top: 0 none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    transition: opacity 0.25s linear 0s, padding-top 0.1s linear 0.25s, padding-bottom 0.1s linear 0.25s, border-top 0.1s linear 0.25s, height 0.1s linear 0.25s;
}
.task-list li.selected {
    background: none repeat scroll 0 0 #f1f5fc;
    color: #ccc;
    text-decoration: line-through;
}
.task-list li .task-del:focus, .task-list li .task-del:hover {
    text-decoration: none;
}
.alert-animated {
    background-color: #00332e;
    border: 1px solid #f1f5fc;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}
.alert-inner {
    background-color: #fff;
    border: 1px solid #f1f5fc;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.alert-message {
    animation: 20s ease 0s normal none infinite text-moving;
    position: relative;
    text-shadow: 0 1px #fff;
}
.activity-icon {
    background: none repeat scroll 0 0 #999;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50em;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 59px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 59px;
}
.activity-icon [class*="fa-"] {
    line-height: 55px;
}
.activity-icon.small {
    font-size: 20px;
    height: 42px;
    width: 42px;
}
.activity-icon.small [class*="fa-"] {
    line-height: 38px;
}
.img-demo {
    background: none repeat scroll 0 0 #3a3a3a;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 40px;
    min-width: 40px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: auto;
}
.img-demo img {
    height: 40px;
    width: 40px;
}
.img-demo.product {
    float: none;
    height: 200px;
    margin-right: 0;
    max-width: 200px;
    width: 100%;
}
@media (min-width: 481px) and (max-width: 979px) {
.img-demo.product {
    float: none;
    height: 180px;
    margin-right: 0;
    width: 100%;
}
}
.img-demo.product [class*="fa-"] {
    font-size: 40px;
    line-height: 200px;
}
@media (min-width: 481px) and (max-width: 979px) {
.img-demo.product [class*="fa-"] {
    font-size: 40px;
    line-height: 180px;
}
}
.chat {
    list-style: none outside none;
    margin: 0;
}
.chat li {
    margin: 15px 0;
}
.chat li:first-child {
    margin-top: 0;
}
.chat li.left .chat-body {
    background-color: #fff;
    margin-left: 70px;
}
.chat li.left .chat-body:before {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #f1f5fc;
    border-top: 1px solid #f1f5fc;
    content: "";
    display: inline-block;
    height: 16px;
    left: -8px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 16px;
}
.chat li.right .chat-body {
    background-color: #fff;
    margin-right: 70px;
}
.chat li.right .chat-body:before {
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #f1f5fc;
    border-top: 1px solid #f1f5fc;
    content: "";
    display: inline-block;
    height: 16px;
    position: absolute;
    right: -8px;
    top: 10px;
    transform: rotate(45deg);
    width: 16px;
}
.chat li img {
    border-radius: 50em;
    height: 45px;
    width: 45px;
}
.chat li .chat-body {
    border: 1px solid #f1f5fc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 11px;
    padding: 10px;
    position: relative;
}
.chat li .chat-body .header {
    border-bottom: 1px solid #f1f5fc;
    padding-bottom: 5px;
}
.chat li .chat-body p {
    margin: 0;
}
.chat-toolbar {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #f1f5fc;
    padding: 7px 10px;
}
.chat-toolbar .btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f1f5fc;
    border-radius: 4px;
    color: #626262;
    display: inline-block;
    padding: 2px 7px;
    transition: all 0.2s ease 0s;
}
.chat-toolbar .btn:focus, .chat-toolbar .btn:hover {
    color: #3c8dbc;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
.image-wrapper img {
    transition: all 0.4s ease 0s;
}
.image-wrapper.active, .image-wrapper:hover {
}
.image-wrapper.active img, .image-wrapper:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
}
.image-wrapper.active .image-overlay, .image-wrapper:hover .image-overlay {
    opacity: 0.9;
    transform: translateX(0%);
    transition: all 0.4s ease 0s;
}
.image-wrapper.active .image-overlay .image-overlay-inner a, .image-wrapper:hover .image-overlay .image-overlay-inner a {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.4s ease 0s;
}
.image-overlay {
    background-color: #3c8dbc;
    background-image: linear-gradient(to bottom, #5fa4cc, #3c8dbc);
    border: 6px solid #296282;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.image-overlay.left {
    transform: translateX(-100%);
}
.image-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image-overlay .image-info {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.image-overlay .image-info .image-time {
    bottom: 15px;
    position: absolute;
}
.image-overlay .image-info .image-like {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.ribbon-wrapper {
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 75px;
}
.ribbon-wrapper .ribbon-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    left: -5px;
    line-height: 17px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    top: 11px;
    transform: rotate(45deg);
    width: 107px;
}
.ribbon-wrapper .ribbon-inner.blue {
    background: none repeat scroll 0 0 #5276b3;
}
.ribbon-wrapper .ribbon-inner .yellow {
    background: none repeat scroll 0 0 #faa732;
}
.ribbon-wrapper .ribbon-inner .green {
    background: none repeat scroll 0 0 #76b752;
}
.icons-list {
    list-style: none outside none;
    margin: 0;
}
.icons-list li {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
}
.zoomOverlay {
    background: none repeat scroll center center rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear 0s;
}
.carousel-custom .carousel-inner .item img {
    display: block;
    margin: 0 auto 20px;
}
.carousel-custom .carousel-indicators {
    left: 90%;
}
@media (max-width: 480px) {
.carousel-custom .carousel-indicators {
    display: none;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.carousel-custom .carousel-indicators {
    top: 0;
}
}
.carousel-custom .carousel-indicators li {
    background: none repeat scroll 0 0 #eee;
}
.carousel-custom .carousel-indicators li.active {
    background: none repeat scroll 0 0 #65cea7;
}
.error-heading {
    animation: 0.8s ease-out 0s normal none 1 bounceInDown;
    font-size: 180px;
    font-weight: 400;
}
@media (max-width: 480px) {
.error-heading {
    font-size: 160px;
}
}
.map {
    height: 450px;
    margin-bottom: 30px;
    width: 100%;
}
footer {
    background: none repeat scroll 0 0 #fefefe;
    color: #777;
    margin-left: 194px;
    padding: 10px 15px;
    position: relative;
    transition: all 0.5s ease 0s;
}
footer.dark {
    background: none repeat scroll 0 0 #1a1a1a;
}
@media (max-width: 767px) {
footer {
    left: 0;
    margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 868px) {
footer {
    margin-left: 90px;
    transition: all 0.5s ease 0s;
}
}
footer h5 {
    color: #fff;
    margin-top: 20px;
    text-shadow: none;
}
footer .footer-brand {
    font-size: 18px;
    margin-right: 20px;
}
footer .footer-brand span {
    font-size: 16px;
}
footer p {
    display: inline-block;
}
footer hr {
    border-bottom: 1px solid #575757;
    border-top: 1px solid #242424;
    margin-bottom: 0;
}
@media (max-width: 480px) {
footer hr {
    margin-bottom: 10px;
}
}
.row.row-merge {
    margin: 0;
}
.row.row-merge [class*="col-"] {
    padding: 0;
}
.slider.slider-horizontal .slider-track {
    height: 5px;
}
.slider.slider-horizontal .slider-selection {
    background: none repeat scroll 0 0 #65cea7;
}
.slider.slider-horizontal .slider-handle {
    margin-top: -11px;
}
.slider.slider-vertical {
    margin-right: 10px;
}
.slider.slider-vertical .slider-track {
    width: 5px;
}
.slider.slider-vertical .slider-selection {
    background: none repeat scroll 0 0 #65cea7;
}
.slider.slider-vertical .slider-handle {
    margin-left: -11px;
}
.slider-handle {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    height: 25px;
    opacity: 1;
    width: 25px;
}
.social-connect {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f1f5fc;
    border-radius: 50em;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.4s linear 0s;
    width: 25px;
}
.social-connect:focus, .social-connect:hover {
    border-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.search-options {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    max-width: 920px;
    padding: 10px;
}
@media (max-width: 767px) {
.search-options {
    text-align: center;
}
}
.search-options .search-pager {
    float: right;
}
@media (max-width: 767px) {
.search-options .search-pager {
    float: none;
    margin-top: 20px;
    text-align: center;
}
}
.search-filter {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 0 #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.search-filter ul {
    margin: 0;
    padding: 0;
}
.search-filter ul li {
    display: inline-block;
    margin-right: 10px;
}
.search-filter ul li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
}
.search-filter ul li a {
    color: #777;
    display: block;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}
.search-filter ul li a:focus, .search-filter ul li a:hover {
    color: #3c8dbc;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.search-container .search-header {
    border-bottom: 1px solid #f1f5fc;
    padding-bottom: 5px;
}
.loading-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.loading-overlay.active {
    display: block;
}
.loading-overlay .loading-icon {
    animation: 0.8s linear 0s normal none infinite spin;
    color: #fff;
    left: 50%;
    position: absolute;
    top: 45%;
}
.facebook-hover:hover {
    background: none repeat scroll 0 0 #3b5998 !important;
}
.twitter-hover:hover {
    background: none repeat scroll 0 0 #00aced !important;
}
.google-plus-hover:hover {
    background: none repeat scroll 0 0 #d14836 !important;
}
.rss-hover:hover {
    background: none repeat scroll 0 0 #ff8300 !important;
}
.tumblr-hover:hover {
    background: none repeat scroll 0 0 #3b5998 !important;
}
.dribbble-hover:hover {
    background: none repeat scroll 0 0 #ea4c89 !important;
}
.linkedin-hover:hover {
    background: none repeat scroll 0 0 #007fb1 !important;
}
.pinterest-hover:hover {
    background: none repeat scroll 0 0 #e0242a !important;
}
.custom-grid {
    margin-bottom: -999px !important;
    padding-bottom: 999px !important;
}
.btn {
    transition: all 0.3s ease 0s;
}
.btn.btn-transparent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.btn.quick-btn {
    border-radius: 6px;
    font-size: 40px;
    padding: 5px 20px;
}
.btn.quick-btn span {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.corSisloc {
    color: #FFFFFF;
}
.corSisloc:focus, .corSisloc:hover {
    color: #FFFFFF;
}
.btn.btn-sisloc {
    background: none repeat scroll 0 0 #00508F;
    border: 1px solid #2e3744;
}
.btn.btn-sisloc.active, .btn.btn-sisloc:active, .btn.btn-sisloc:focus, .btn.btn-sisloc:hover {
    background: none repeat scroll 0 0 #00496B;
    transition: all 0.3s ease 0s;
}
.btn.btn-primary {
    background: none repeat scroll 0 0 #424f63;
    border: 1px solid #2e3744;
}
.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    background: none repeat scroll 0 0 #343e4e;
    transition: all 0.3s ease 0s;
}
.btn.btn-info {
    background: none repeat scroll 0 0 #6bafbd;
    border: 1px solid #4c99a9;
}
.btn.btn-info.active, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:hover {
    background: none repeat scroll 0 0 #52a2b2;
    transition: all 0.3s ease 0s;
}
.btn.btn-success {
    background: none repeat scroll 0 0 #65cea7;
    border: 1px solid #3ec291;
}
.btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover {
    background: none repeat scroll 0 0 #4ac598;
    transition: all 0.3s ease 0s;
}
.btn.btn-warning {
    background: none repeat scroll 0 0 #f3ce85;
    border: 1px solid #eebb57;
}
.btn.btn-warning.active, .btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:hover {
    background: none repeat scroll 0 0 #f0c164;
    transition: all 0.3s ease 0s;
}
.btn.btn-danger {
    background: none repeat scroll 0 0 #fc8675;
    border: 1px solid #fb5a43;
}
.btn.btn-danger.active, .btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-danger:hover {
    background: none repeat scroll 0 0 #fb6752;
    transition: all 0.3s ease 0s;
}
.open .dropdown-toggle.btn-primary {
    background: none repeat scroll 0 0 #384354;
    border-color: #343e4e;
}
.open .dropdown-toggle.btn-info {
    background: none repeat scroll 0 0 #59a5b5;
    border-color: #52a2b2;
}
.open .dropdown-toggle.btn-success {
    background: none repeat scroll 0 0 #52c89c;
    border-color: #4ac598;
}
.open .dropdown-toggle.btn-warning {
    background: none repeat scroll 0 0 #f1c56e;
    border-color: #f0c164;
}
.open .dropdown-toggle.btn-danger {
    background: none repeat scroll 0 0 #fb705c;
    border-color: #fb6752;
}
.open > .dropdown-menu.slidedown {
    animation: 0.9s linear 0s normal none 1 slidedown;
    overflow: hidden;
}
.dropdown-menu {
    font-size: 12px;
}
.dropdown-menu.dark {
    background: none repeat scroll 0 0 #1a1a1a;
}
.dropdown-menu.dark .divider {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #0a0c0e;
}
.dropdown-menu.dark li {
    background: none repeat scroll 0 0 #1a1a1a;
}
.dropdown-menu.dark li a {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}
.dropdown-menu.dark li a:focus, .dropdown-menu.dark li a:hover {
    background: none repeat scroll 0 0 #3c8dbc;
}
.dropdown-menu li a {
    padding: 4px 20px;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover {
    background: none repeat scroll 0 0 #3c8dbc;
    color: #fff;
}
.dropdown-menu li a img {
    border-radius: 50em;
    float: left;
    height: 40px;
    width: 40px;
}
.dropdown-menu li a .detail {
    float: left;
    margin-left: 10px;
    white-space: normal;
}
.dropdown-menu li a .detail p {
    margin-top: 0;
}
.dropdown-menu.message {
    padding: 0;
    width: 280px;
}
.dropdown-menu.message li {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu.message li:first-child a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px 2px 0 0;
    color: #777;
}
.dropdown-menu.message li:first-child a:focus, .dropdown-menu.message li:first-child a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #777;
}
.dropdown-menu.message li:last-child {
    border: medium none;
}
.dropdown-menu.message li:last-child a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 0 2px 2px;
    color: #777;
}
.dropdown-menu.message li a {
    padding: 10px;
}
.dropdown-menu.message li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-menu.message li a img {
    border-radius: 50em;
    float: left;
    height: 40px;
    width: 40px;
}
.dropdown-menu.message li a .detail {
    float: left;
    margin-left: 10px;
    white-space: normal;
}
.dropdown-menu.message li a:focus, .dropdown-menu.message li a:hover {
    background-color: #efefef;
    color: #626262;
    transition: all 0.2s ease 0s;
}
.dropdown-menu.task {
    padding: 0;
    top: 95%;
    width: 250px;
}
.dropdown-menu.task li {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu.task li:first-child a {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    color: #777;
}
.dropdown-menu.task li:first-child a:focus, .dropdown-menu.task li:first-child a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #777;
}
.dropdown-menu.task li:last-child {
    border: medium none;
}
.dropdown-menu.task li:last-child a {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    color: #777;
}
.dropdown-menu.task li a {
    cursor: pointer;
    padding: 10px;
}
.dropdown-menu.task li a:focus, .dropdown-menu.task li a:hover {
    background-color: #eee;
    color: #777;
    transition: all 0.2s ease 0s;
}
.dropdown-menu.task .progress {
    height: 10px;
    line-height: 10px;
    margin: 0;
}
.dropdown-menu.task .progress .progress-bar {
    font-size: 11px;
}
.dropdown-menu.notification {
    padding: 0;
    top: 95%;
    width: 250px;
}
.dropdown-menu.notification li {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu.notification li:first-child a {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    color: #777;
}
.dropdown-menu.notification li:first-child a:focus, .dropdown-menu.notification li:first-child a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #777;
}
.dropdown-menu.notification li:last-child {
    border: medium none;
}
.dropdown-menu.notification li:last-child a {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    color: #777;
}
.dropdown-menu.notification li a {
    cursor: pointer;
    padding: 10px;
    position: relative;
}
.dropdown-menu.notification li a:focus, .dropdown-menu.notification li a:hover {
    background-color: #eee;
    color: #777;
    transition: all 0.2s ease 0s;
}
.dropdown-menu.notification li a .notification-icon {
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    text-align: center;
    width: 20px;
}
.dropdown-menu.notification li a .time {
    position: absolute;
    right: 5px;
    top: 12px;
}
.dropdown-demo {
    display: inline-block;
    height: 180px;
    position: relative;
    width: 200px;
}
.dropdown-demo > .dropdown-menu {
    display: block;
    position: static;
    text-shadow: none;
}
.panel {
    background: none repeat scroll 0 0 #fff;
    position: relative;
}
.panel.panel-dark, .panel.panel-dark .panel-heading {
    background: none repeat scroll 0 0 #111 !important;
    border-color: #060606 !important;
}
.panel.panel-dark .panel-heading .tool-bar li a {
    color: #fff;
}
.panel.panel-dark .panel-footer {
    background: none repeat scroll 0 0 #111 !important;
    border-color: #060606 !important;
}
.panel.panel-default {
    border-color: #f1f5fc;
}
.panel.panel-default .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f1f5fc;
}
.panel.panel-default .panel-heading {
    background: none repeat scroll 0 0 #fff;
    border-color: #f1f5fc;
    color: #777;
}
.panel.panel-default .panel-title a {
    font-size: 12px;
}
.panel.panel-default .panel-title a:focus, .panel.panel-default .panel-title a:hover {
    color: #aaa;
    text-decoration: none;
}
.panel.panel-default .panel-footer {
    background: none repeat scroll 0 0 #fff;
    border-color: #f1f5fc;
    color: #777;
}
.panel .tool-bar {
    float: right;
    list-style: none outside none;
    margin-bottom: 0;
}
.panel .tool-bar li {
    display: inline-block;
    float: left;
}
.panel .tool-bar li:last-child a {
    margin-right: -15px;
}
.panel .tool-bar li a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: -10px 0;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.panel .tool-bar li a:hover {
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease 0s;
}
.panel.bg-primary .panel-footer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.07);
    border-color: #2e3744;
}
.panel.bg-info .panel-footer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.07);
    border-color: #4c99a9;
}
.panel.bg-success .panel-footer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.07);
    border-color: #3ec291;
}
.panel.bg-warning .panel-footer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.07);
    border-color: #eebb57;
}
.panel.bg-danger .panel-footer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.07);
    border-color: #fb5a43;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f1f5fc;
}
.panel-stat1 {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
.panel-stat1:hover .value {
    transform: scale(1.2);
    transition: -moz-transform 0.4s ease 0s;
}
.panel-stat1:hover .title {
    transform: scale(0.85);
    transition: -moz-transform 0.4s ease 0s;
}
.panel-stat1 .value {
    font-size: 60px;
    transition: all 0.4s ease 0s;
}
.panel-stat1 .title {
    font-size: 16px;
    margin-top: -15px;
    transition: all 0.4s ease 0s;
}
.panel-stat2 {
    cursor: pointer;
    overflow: hidden;
}
.panel-stat2:hover .value {
    transform: scale(1.2);
    transition: all 0.4s ease 0s;
}
.panel-stat2:hover .title {
    transform: scale(0.85);
    transition: all 0.4s ease 0s;
}
.panel-stat2:hover .stat-icon {
    opacity: 0.4;
    transform: scale(1.5) rotate(60deg) translateX(30px) translateY(-15px);
    transition: all 0.8s ease 0s;
}
.panel-stat2 .stat-icon {
    display: inline-block;
    float: left;
    font-size: 50px;
    line-height: 83px;
    transition: all 0.8s ease 0s;
}
.panel-stat2 .value {
    font-size: 60px;
    transition: all 0.4s ease 0s;
}
.panel-stat2 .title {
    font-size: 16px;
    margin-right: 10px;
    margin-top: -15px;
    transition: all 0.4s ease 0s;
}
.panel-stat3 {
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 25px 20px;
    position: relative;
}
.panel-stat3 .stat-icon {
    font-size: 30px;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 20px;
}
.panel-stat3 .refresh-button {
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.2s ease 0s;
}
.panel-stat3 .refresh-button:hover {
    color: #fff;
    transition: all 0.2s ease 0s;
}
.panel-overview {
    padding: 0;
}
.panel-overview:after, .panel-overview:before {
    content: "";
    display: table;
    line-height: 0;
}
.panel-overview:after {
    clear: both;
}
.panel-overview .overview-icon {
    display: inline-block;
    float: left;
    font-size: 70px;
    padding: 10px;
    text-align: center;
    width: 50%;
}
.panel-overview .overview-value {
    display: inline-block;
    float: left;
    padding: 15px 10px 10px;
    text-align: center;
    width: 50%;
}
.panel-tab {
    background: none repeat scroll 0 0 #00332e;
}
.panel-tab:after, .panel-tab:before {
    content: "";
    display: table;
    line-height: 0;
}
.panel-tab:after {
    clear: both;
}
.tab-bar {
    list-style: none outside none;
    margin: 0;
}
.tab-bar:after, .tab-bar:before {
    content: "";
    display: table;
    line-height: 0;
}
.tab-bar:after {
    clear: both;
}
.tab-bar.right > li {
    float: right;
}
.tab-bar.right > li.active:first-child a {
    border-right: medium none;
}
.tab-bar.grey-tab {
    background: none repeat scroll 0 0 #e6e6e6;
}
.tab-bar.grey-tab li.active a {
    background: none repeat scroll 0 0 #00332e;
    border: medium none transparent;
}
.tab-bar.grey-tab li.active a:focus, .tab-bar.grey-tab li.active a:hover {
    border: medium none transparent;
}
.tab-bar.grey-tab li a {
    border: medium none transparent;
    border-radius: 0;
    color: #bbb;
    text-shadow: 0 1px 0 #fff;
}
.tab-bar.bg-danger li:not(.active) a, .tab-bar.bg-info li:not(.active) a, .tab-bar.bg-primary li:not(.active) a, .tab-bar.bg-success li:not(.active) a, .tab-bar.bg-warning li:not(.active) a {
    color: #fff;
    text-shadow: none;
    transition: color 0.2s ease 0s;
}
.tab-bar.bg-danger li:not(.active) a:focus, .tab-bar.bg-danger li:not(.active) a:hover, .tab-bar.bg-info li:not(.active) a:focus, .tab-bar.bg-info li:not(.active) a:hover, .tab-bar.bg-primary li:not(.active) a:focus, .tab-bar.bg-primary li:not(.active) a:hover, .tab-bar.bg-success li:not(.active) a:focus, .tab-bar.bg-success li:not(.active) a:hover, .tab-bar.bg-warning li:not(.active) a:focus, .tab-bar.bg-warning li:not(.active) a:hover {
    color: #eee;
    transition: color 0.2s ease 0s;
}
.tab-bar > li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
}
.tab-bar > li.active:first-child a {
    border-left: medium none;
}
.tab-bar > li.active a {
    background: none repeat scroll 0 0 #fff;
    color: #777;
}
.tab-bar > li a {
    color: #ccc;
    display: block;
    padding: 10px;
    text-shadow: 0 1px #fff;
    transition: color 0.2s ease 0s;
}
.tab-bar > li a:focus, .tab-bar > li a:hover {
    color: #777;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
.wizard-steps {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 0;
}
.wizard-steps:after, .wizard-steps:before {
    content: "";
    display: table;
    line-height: 0;
}
.wizard-steps:after {
    clear: both;
}
.wizard-steps li {
    display: inline-block;
    float: left;
    padding: 0 5px 0 20px;
    position: relative;
}
.wizard-steps li.active {
    background: none repeat scroll 0 0 #65cea7;
}
.wizard-steps li.active:after {
    border-left-color: #65cea7;
}
.wizard-steps li.active a {
    color: #fff;
    font-weight: 700;
    transition: all 0.2s ease 0s;
}
.wizard-steps li a {
    color: #ccc;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
}
.wizard-steps li a:focus, .wizard-steps li a:hover {
    text-decoration: none;
}
.wizard-steps li:after, .wizard-steps li:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
}
.wizard-steps li:after {
    border-color: transparent transparent transparent #00332e;
    border-width: 18px;
    z-index: 2;
}
.wizard-steps li:before {
    border-color: transparent transparent transparent #eee;
    border-width: 20px;
    right: -40px;
    top: -2px;
    z-index: 1;
}
.tab-left:after, .tab-left:before {
    content: "";
    display: table;
    line-height: 0;
}
.tab-left:after {
    clear: both;
}
.tab-left .tab-bar {
    float: left;
}
.tab-left .tab-bar > li {
    border-right: 1px solid #eee;
    display: block;
    float: none;
    margin-right: -1px;
}
.tab-left .tab-bar > li.active {
    border-right: 1px solid #fff;
    z-index: 2;
}
.tab-left .tab-bar > li.active:first-child a {
    border-top: medium none;
}
.tab-left .tab-bar > li.active a {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tab-left .tab-content {
    border-left: 1px solid #eee;
    overflow: auto;
    padding: 15px 20px;
}
.tab-right:after, .tab-right:before {
    content: "";
    display: table;
    line-height: 0;
}
.tab-right:after {
    clear: both;
}
.tab-right .tab-bar {
    float: right;
}
.tab-right .tab-bar > li {
    border-left: 1px solid #eee;
    display: block;
    float: none;
    margin-left: -1px;
}
.tab-right .tab-bar > li.active {
    border-left: 1px solid #fff;
    z-index: 2;
}
.tab-right .tab-bar > li.active:first-child a {
    border-top: medium none;
}
.tab-right .tab-bar > li.active a {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tab-right .tab-content {
    border-right: 1px solid #eee;
    overflow: auto;
    padding: 15px 20px;
}
.table.table-vertical-center td, .table.table-vertical-center th {
    vertical-align: middle;
}
.table thead > tr {
    border: 1px solid #eee;
}
.table thead > tr > th {
    border-color: #eee;
}
.table tbody > tr {
    border: 1px solid #eee;
}
.table tbody > tr.selected > td {
    background: none repeat scroll 0 0 #f1f5fc;
}
.table tbody > tr > td {
    border-color: #eee;
}
table td.text-center, table th.text-center {
    text-align: center;
}
table td.text-right, table th.text-right {
    text-align: right;
}
table.table-borderless td, table.table-borderless th {
    border: medium none !important;
}
table.dataTable tr.odd td.sorting_1 {
    background-color: #00332e;
}
table.dataTable tr.even td.sorting_1 {
    background-color: #fff;
}
table.dataTable tr.odd {
    background-color: #00332e;
}
.paging_full_numbers {
    margin-top: 5px;
}
.paging_full_numbers .ui-button {
    border: 1px solid #eee;
}
.paging_full_numbers .ui-state-disabled {
    cursor: default !important;
    opacity: 0.35;
}
table.dataTable thead th .DataTables_sort_wrapper span {
    right: 6px !important;
}
table.dataTable thead th .DataTables_sort_wrapper span:before {
    color: #777;
    font-family: FontAwesome;
}
table.dataTable thead th .DataTables_sort_wrapper span.ui-icon-carat-2-n-s:before {
    content: ".";
}
table.dataTable thead th .DataTables_sort_wrapper span.ui-icon-triangle-1-n {
    top: 60% !important;
}
table.dataTable thead th .DataTables_sort_wrapper span.ui-icon-triangle-1-n:before {
    content: ".";
}
table.dataTable thead th .DataTables_sort_wrapper span.ui-icon-triangle-1-s {
    top: 30% !important;
}
table.dataTable thead th .DataTables_sort_wrapper span.ui-icon-triangle-1-s:before {
    content: ".";
}
form.form-border .form-group {
    border-bottom: 1px solid #f1f5fc;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
form.form-border .form-group:first-child {
    padding-top: 0;
}
form.form-border .form-group:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.input-icon input[type="text"] {
    padding-left: 20px;
}
button, input, label, select, textarea.form-control {
    font-size: 12px;
}
.uneditable-input, 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"] {
    border-radius: 4px;
    font-size: 12px;
    margin: 0;
}
textarea.form-control {
    margin: 0;
}
.uneditable-input:focus, 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, select[multiple]:focus, textarea.form-control:focus {
    border-color: rgba(250, 167, 34, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(250, 167, 34, 0.6);
}
input.dial[type="text"] {
    box-shadow: none;
}
.select-box {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-size: 12px;
    height: 200px !important;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    width: 40%;
}
.select-box-option {
    display: inline-block;
    height: 200px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100px;
}
.help-btn {
    border-radius: 50em;
    padding: 0 6px;
}
.upload-file {
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    position: relative;
}
.upload-file input[type="file"] {
    opacity: 0;
    position: absolute;
}
.upload-file label {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    left: 0;
    max-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear 0s;
}
.upload-file label:before {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    bottom: 0;
    content: attr(data-title);
    display: inline-block;
    line-height: 26px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.upload-file label [class*="icon-"] {
    border-radius: 4px 0 0 4px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    left: 0;
    line-height: 13px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
}
.upload-file label span {
    color: #777;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
}
.upload-file label span:before {
    content: attr(data-title);
}
.form-horizontal .label-checkbox {
    padding-top: 5px;
}
input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    height: 15px;
    opacity: 0;
    position: absolute;
    width: 15px;
    z-index: 2;
}
input[type="radio"] {
    margin-top: 0;
}
input[type="checkbox"]:checked + .custom-checkbox, input[type="radio"]:checked + .custom-radio {
    background-color: #f5f8fc;
}
input[type="checkbox"] + .custom-checkbox, input[type="checkbox"]:disabled + .custom-checkbox, input[type="radio"] + .custom-radio, input[type="radio"]:disabled + .custom-radio {
    background-color: #fafafa;
    border-radius: 3px;
    display: inline-block;
    line-height: 13px;
    margin-right: 3px;
    position: relative;
}
input[type="checkbox"]:hover + .custom-checkbox, input[type="radio"]:hover + .custom-radio {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"] + .custom-checkbox:before {
    border-radius: 3px;
}
input[type="checkbox"]:disabled + .custom-checkbox, input[type="radio"]:disabled + .custom-radio {
    background-color: #ccc;
    border-radius: 3px;
}
input[type="checkbox"] + .custom-checkbox, input[type="radio"] + .custom-radio {
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    content: "";
    display: inline-block;
    font-family: fontAwesome;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
input[type="checkbox"]:checked + .custom-checkbox:before {
    border-color: rgba(0, 0, 0, 0.2);
    color: #7a7a7a;
    content: ".";
    font-size: 12px;
    text-shadow: 0 1px #fff;
}
input[type="radio"] + .custom-radio, input[type="radio"]:disabled + .custom-radio {
    border-radius: 50em;
    line-height: 0;
}
input[type="radio"] + .custom-radio:before {
    border-radius: 50em;
}
input[type="radio"]:checked + .custom-radio:before {
    background-color: #777;
    border-color: #adb8c0;
    content: "";
    display: block;
    height: 11px;
    left: 2px;
    position: absolute;
    text-shadow: 0 1px #fff;
    top: 2px;
    width: 11px;
}
input[type="radio"]:checked + .custom-radio.blue:before {
    color: #09c;
}
input[type="checkbox"]:disabled:active + .custom-checkbox, input[type="radio"]:disabled:active + .custom-radio {
    box-shadow: none;
}
input[type="checkbox"]:active + .custom-checkbox, input[type="radio"]:active + .custom-radio {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}
input[type="radio"]:active + .custom-radio {
    border-radius: 50em;
}
.label-checkbox, .label-radio {
    cursor: auto;
    display: block;
    margin-bottom: 0;
}
.label-radio {
    padding-top: 6px;
}
.label-checkbox.inline, .label-radio.inline {
    display: inline-block;
    margin-right: 5px;
}
.label-radio.inline {
    padding-top: 5px;
}
#overlay {
    background: none repeat scroll 0 0 #000;
    bottom: -100px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#overlay.transparent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.overlay-inner {
    left: 45%;
    position: absolute;
    top: 40%;
}
@media (max-width: 767px) {
.overlay-inner {
    left: 35%;
}
}
@media (max-width: 600px) {
.overlay-inner {
    left: 25%;
}
}
@media (max-width: 480px) {
.overlay-inner {
    left: 17%;
}
}
@media (max-width: 400px) {
.overlay-inner {
    left: 5%;
}
}
@media (max-width: 767px) {
.overlay-inner.style2 {
    left: 45%;
}
}
@media (max-width: 480px) {
.overlay-inner.style2 {
    left: 42%;
}
}
#fountainTextG {
    width: 240px;
}
.fountainTextG {
    animation-duration: 1.82s;
    animation-iteration-count: infinite;
    animation-name: bounce_fountainTextG;
    color: #000;
    float: left;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transform: scale(0.5);
}
#fountainTextG_1 {
    animation-delay: 0.52s;
}
#fountainTextG_2 {
    animation-delay: 0.65s;
}
#fountainTextG_3 {
    animation-delay: 0.78s;
}
#fountainTextG_4 {
    animation-delay: 0.91s;
}
#fountainTextG_5 {
    animation-delay: 1.04s;
}
#fountainTextG_6 {
    animation-delay: 1.17s;
}
#fountainTextG_7 {
    animation-delay: 1.3s;
}
#fountainTextG_8 {
    animation-delay: 1.43s;
}
#fountainTextG_9 {
    animation-delay: 1.56s;
}
#fountainTextG_10 {
    animation-delay: 1.69s;
}
@keyframes bounce_fountainTextG {
0% {
    color: #000;
    transform: scale(1);
}
100% {
    color: #fff;
    transform: scale(0.5);
}
}
@keyframes bounce_fountainTextG {
0% {
    color: #000;
    transform: scale(1);
}
100% {
    color: #fff;
    transform: scale(0.5);
}
}
#followingBallsG {
    height: 20px;
    position: relative;
    width: 256px;
}
.followingBallsG {
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-name: bounce_followingBallsG;
    background-color: #000;
    border-radius: 10px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
#followingBallsG_1 {
    animation-delay: 0s;
}
#followingBallsG_2 {
    animation-delay: 0.32s;
}
#followingBallsG_3 {
    animation-delay: 0.64s;
}
#followingBallsG_4 {
    animation-delay: 0.96s;
}
.login-wrapper {
    animation: 1s ease 0s normal none 1 bounceInDownSmall;
    margin-left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}
.login-wrapper.fadeOutUp {
    animation: 0.5s ease-out 0s normal none 1 fadeOutUp;
    opacity: 0;
}
.login-wrapper .login-widget {
    margin: 20px auto 0;
    width: 400px;
}
@media (max-width: 480px) {
.login-wrapper .login-widget {
    width: 100%;
}
}
.login-wrapper .login-widget .widget {
    box-shadow: 0 1px 15px -4px #000;
}
.blog-container a:not(.btn) {
    color: #999;
    transition: all 0.2s linear 0s;
}
.blog-container a:focus:not(.btn), .blog-container a:hover:not(.btn) {
    color: #777;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
.blog-container .post-like {
    cursor: pointer;
    float: right;
}
.blog-container .post-like.liked {
    color: #3c8dbc;
}
.blog-container .post-like.liked [class*="icon-"]:before {
    content: ".";
}
.blog-container .post-like:hover {
    color: #3c8dbc;
    text-decoration: none;
}
.popular-post img {
    height: 50px;
    width: 50px;
}
.category {
    list-style: none outside none;
    margin-bottom: 30px;
    padding: 0;
}
.category li {
    border-bottom: 1px solid #ccc;
}
.category li a {
    color: #777;
    display: block;
    padding: 10px;
    transition: all 0.4s ease 0s;
}
.category li a:focus, .category li a:hover {
    color: #3c8dbc;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.blog-tag {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    color: #777;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease 0s;
}
.blog-tag:hover {
    background-color: #3c8dbc;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease 0s;
}
.photo-stream {
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 0;
}
.photo-stream li {
    display: inline-block;
}
.photo-stream li a {
    border: 1px solid #3c8dbc;
    display: inline-block;
    transition: all 0.2s ease 0s;
}
.photo-stream li a:focus, .photo-stream li a:hover {
    box-shadow: 0 0 0 10px #3c8dbc inset;
    opacity: 0.5;
    transition: all 0.2s ease 0s;
}
.photo-stream li a img {
    float: left;
    height: 60px;
    width: 60px;
}
@media (max-width: 480px) {
.share-blog {
    text-align: center;
}
.share-blog .pull-left, .share-blog .pull-right {
    float: none !important;
}
}
@media (max-width: 480px) {
.share-blog span {
    display: block;
}
}
.comment-list li {
    margin-bottom: 30px;
}
.comment-list li .media-heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.comment-list li .media-heading a {
    color: #777;
    font-weight: 500;
    transition: all 0.2s ease 0s;
}
@media (max-width: 480px) {
.comment-list li .media-heading a {
    display: block;
}
}
.comment-list li .media-heading a:focus, .comment-list li .media-heading a:hover {
    color: #3c8dbc;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.comment-list li .media-heading small {
    float: right;
}
@media (max-width: 480px) {
.comment-list li .media-heading small {
    float: none;
}
}
.timeline-wrapper {
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}
.timeline-wrapper:before {
    background-color: #e7eaef;
    border: medium solid #e2e3e7;
    bottom: 0;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline-wrapper .timeline-start {
    display: inline-block;
    position: relative;
}
.timeline-wrapper .timeline-icon {
    border-radius: 50em;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
}
.timeline-wrapper .timeline-info {
    float: left;
    position: relative;
    text-align: center;
    width: 65px;
}
.timeline-wrapper .time {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f1f5fc;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: #999;
    margin-top: 10px;
    padding: 5px;
}
.timeline-wrapper .timeline-panel {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f1f5fc;
    margin-left: 75px;
}
.timeline-wrapper .timeline-panel img {
    width: 200px;
}
.timeline-wrapper .timeline-date {
    background: none repeat scroll 0 0 #3c8dbc;
    border: 1px solid #3c8dbc;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
}
.menu-grid .menu-header {
    border-bottom: 1px solid #3c485a;
    box-shadow: 0 1px 0 #48566c;
    font-size: 18px;
    padding: 10px 20px;
}
.menu-grid .menu-header .btn {
    color: #fff;
}
.menu-grid .navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #fff;
}
.menu-grid .inbox-menu {
    margin-bottom: 0;
    transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
.menu-grid .inbox-menu {
    height: auto !important;
}
}
@media (max-width: 767px) {
.menu-grid .inbox-menu {
    max-height: 0;
}
.menu-grid .inbox-menu.menu-display {
    height: auto;
    max-height: 350px;
    transition: all 0.5s ease 0s;
}
}
.menu-grid .inbox-menu > li {
    border-bottom: 1px solid #3c485a;
    box-shadow: 0 1px 0 #48566c;
}
.menu-grid .inbox-menu > li.active > a, .menu-grid .inbox-menu > li.active > a:focus, .menu-grid .inbox-menu > li.active > a:hover {
    background: none repeat scroll 0 0 #384354;
}
.menu-grid .inbox-menu > li > a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    transition: all 0.2s ease 0s;
}
.menu-grid .inbox-menu > li > a:focus, .menu-grid .inbox-menu > li > a:hover {
    background: none repeat scroll 0 0 #3c485a;
    transition: all 0.2s ease 0s;
}
.menu-grid .inbox-menu > li .submenu > li {
    border-bottom: 1px solid #445166;
}
.menu-grid .inbox-menu > li .submenu > li:last-child {
    border-bottom: medium none;
    box-shadow: none;
}
.menu-grid .inbox-menu > li .submenu > li.active > a, .menu-grid .inbox-menu > li .submenu > li.active > a:focus, .menu-grid .inbox-menu > li .submenu > li.active > a:hover {
    background: none repeat scroll 0 0 #343e4e;
}
.menu-grid .inbox-menu > li .submenu > li > a {
    background: none repeat scroll 0 0 #3e4a5d;
    color: #fff;
    display: block;
    padding: 10px 20px;
    transition: all 0.2s ease 0s;
}
.menu-grid .inbox-menu > li .submenu > li > a:focus, .menu-grid .inbox-menu > li .submenu > li > a:hover {
    background: none repeat scroll 0 0 #384354;
    transition: all 0.2s ease 0s;
}
.inbox-panel {
    border-radius: 0;
    margin-bottom: 0;
}
.inbox-panel .inbox-item {
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.inbox-panel .inbox-item:hover {
    background: none repeat scroll 0 0 #f7f7f7;
    transition: all 0.2s ease 0s;
}
.inbox-panel .inbox-item.selected {
    background: none repeat scroll 0 0 #f1f5fc;
    border: 1px solid #e4ecf9;
    color: #ccc;
    transition: all 0.2s ease 0s;
}
.inbox-panel .inbox-item.selected:hover {
    background: none repeat scroll 0 0 #f1f5fc;
    color: #ccc;
}
.inbox-panel .inbox-item .not-starred:hover, .inbox-panel .inbox-item .starred {
    color: #f3ce85;
}
.inbox-panel .inbox-item .from {
    display: inline-block;
    font-weight: 700;
    height: 19px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}
.inbox-panel .inbox-item .detail {
    display: inline-block;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
}
@media (max-width: 480px) {
.inbox-panel .inbox-item .detail {
    width: 65%;
}
}
.inbox-panel .inbox-item .attachment {
    margin-right: 15px;
}
.inbox-panel .panel-footer .pagination {
    margin: 2px 0 0;
}
.inbox-panel .panel-footer .pagination li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0 10px;
}
.inbox-panel .panel-footer .pagination li a .large {
    font-size: 140%;
}
.inbox-action {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: 700;
}
.inbox-action.active {
    background: none repeat scroll 0 0 #65cea7;
    color: #fff;
}
.inbox-action.active a {
    color: #fff;
}
.inbox-action.active a:focus, .inbox-action.active a:hover {
    background-color: #65cea7;
}
.inbox-action a {
    color: #777;
    display: block;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.inbox-action a:focus, .inbox-action a:hover {
    background-color: #f2f2f2;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.gallery-container .gallery-item {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 33.3333%;
}
@media (max-width: 1200px) {
.gallery-container .gallery-item {
    width: 50%;
}
}
@media (max-width: 600px) {
.gallery-container .gallery-item {
    width: 100%;
}
}
.gallery-container .gallery-item .image-wrapper {
    padding-top: 60%;
    width: 100%;
}
.gallery-container .gallery-item .image-wrapper img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pricing-widget {
    border: 1px solid #f1f5fc;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin: 20px 0;
    position: relative;
    transition: all 0.4s ease 0s;
}
.pricing-widget.active {
    z-index: 2;
}
.pricing-widget.active:not(.pricing-title), .pricing-widget:hover:not(.pricing-title) {
    box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9);
    transition: all 0.4s ease 0s;
}
.pricing-widget.active:not(.pricing-title) .pricing-cost, .pricing-widget:hover:not(.pricing-title) .pricing-cost {
    color: #999;
    transition: all 0.3s ease 0s;
}
.pricing-widget .pricing-head {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #f1f5fc;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    min-height: 31px;
    padding: 6px 20px;
}
.pricing-widget .pricing-body {
    background: none repeat scroll 0 0 #fff;
    color: #626262;
}
.pricing-widget .pricing-cost {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #f1f5fc;
    color: #777;
    font-size: 18px;
    min-height: 125px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pricing-widget .pricing-cost strong {
    font-size: 30px;
}
.pricing-widget .pricing-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pricing-widget .pricing-list [class*="icon-"] {
    margin-right: 30px;
}
.pricing-widget .pricing-list.text-center li {
    text-align: center;
}
.pricing-widget .pricing-list li {
    border-bottom: 1px solid #f1f5fc;
    padding: 10px;
}
.pricing-widget .pricing-list li:last-child {
    border-bottom: medium none;
    box-shadow: none;
    min-height: 84px;
    padding-top: 40px;
}
.pricing-widget .pricing-list li:last-child [class*="icon-"] {
    margin-right: 5px;
}
#wrapper .chat-wrapper {
    position: relative;
}
#wrapper .chat-wrapper .chat-sidebar {
    border-bottom: 1px solid #eee;
    bottom: 0;
    height: 100%;
    left: 194px;
    overflow-y: auto;
    padding-bottom: 50px;
    position: fixed;
    top: 45px;
    transition: all 0.5s ease 0s;
    width: 250px;
}
@media (max-width: 767px) {
#wrapper .chat-wrapper .chat-sidebar {
    left: -250px;
    transition: all 0.5s ease 0s;
}
}
@media (max-width: 868px) and (min-width: 768px) {
#wrapper .chat-wrapper .chat-sidebar {
    left: 90px !important;
    transition: all 0.5s ease 0s;
}
}
#wrapper .chat-wrapper .chat-sidebar .friend-list {
    list-style: none outside none;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li {
    border-bottom: 1px solid #eee;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li.active a {
    background-color: #f1f5fc;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a {
    display: block;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a img {
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a .friend-name, #wrapper .chat-wrapper .chat-sidebar .friend-list li a .friend-name:hover {
    color: #777;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a .last-message {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a .time {
    position: absolute;
    right: 8px;
    top: 10px;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a .chat-alert {
    font-size: 10px;
    padding: 3px 5px;
    position: absolute;
    right: 8px;
    top: 27px;
}
#wrapper .chat-wrapper .chat-sidebar .friend-list li a:hover {
    background-color: #eee;
    transition: all 0.2s ease 0s;
}
#wrapper .chat-wrapper .chat-inner {
    height: 100%;
    left: 444px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 40px;
    transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
#wrapper .chat-wrapper .chat-inner {
    left: 0;
    transition: all 0.5s ease 0s;
}
}
@media (max-width: 868px) and (min-width: 768px) {
#wrapper .chat-wrapper .chat-inner {
    left: 340px !important;
    transition: all 0.5s ease 0s;
}
}
#wrapper .chat-wrapper .chat-inner .chat-header {
    border-bottom: 1px solid #eee;
    height: 40px;
    left: 444px;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 45px;
    transition: all 0.5s ease 0s;
    z-index: 10;
}
@media (max-width: 767px) {
#wrapper .chat-wrapper .chat-inner .chat-header {
    left: 0;
    transition: all 0.5s ease 0s;
}
}
@media (max-width: 868px) and (min-width: 768px) {
#wrapper .chat-wrapper .chat-inner .chat-header {
    left: 340px !important;
    transition: all 0.5s ease 0s;
}
}
#wrapper .chat-wrapper .chat-inner .chat-header .navbar-toggle {
    color: #777;
    float: left;
    margin-top: 0;
}
#wrapper .chat-wrapper .chat-inner .chat-header .navbar-toggle .notification-label {
    right: 2px;
    top: 4px;
}
#wrapper .chat-wrapper .chat-inner .chat-header .btn {
    margin-top: 8px;
}
#wrapper .chat-wrapper .chat-inner .chat-body {
    padding-bottom: 20px;
}
#wrapper .chat-wrapper .chat-inner .chat-message {
    padding: 60px 20px 115px;
}
#wrapper .chat-wrapper .chat-inner .chat-box {
    border-top: 1px solid #eee;
    bottom: 0;
    left: 444px;
    padding: 15px;
    position: fixed;
    right: 0;
    transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
#wrapper .chat-wrapper .chat-inner .chat-box {
    left: 0;
    transition: all 0.5s ease 0s;
}
}
@media (max-width: 868px) and (min-width: 768px) {
#wrapper .chat-wrapper .chat-inner .chat-box {
    left: 340px !important;
    transition: all 0.5s ease 0s;
}
}
@media (max-width: 767px) {
#wrapper .chat-wrapper.sidebar-display .chat-sidebar {
    left: 0;
    transition: all 0.5s ease 0s;
}
#wrapper .chat-wrapper.sidebar-display .chat-inner, #wrapper .chat-wrapper.sidebar-display .chat-inner .chat-box, #wrapper .chat-wrapper.sidebar-display .chat-inner .chat-header {
    left: 250px;
    right: -250px;
    transition: all 0.5s ease 0s;
}
}
@media (min-width: 768px) {
#wrapper.sidebar-mini .chat-wrapper .chat-sidebar {
    left: 90px !important;
}
#wrapper.sidebar-mini .chat-wrapper .chat-inner, #wrapper.sidebar-mini .chat-wrapper .chat-inner .chat-box, #wrapper.sidebar-mini .chat-wrapper .chat-inner .chat-header {
    left: 340px !important;
}
}
@media (max-width: 767px) {
#wrapper.sidebar-display .chat-wrapper.sidebar-display .chat-sidebar {
    left: 194px;
}
#wrapper.sidebar-display .chat-wrapper.sidebar-display .chat-inner, #wrapper.sidebar-display .chat-wrapper.sidebar-display .chat-inner .chat-box, #wrapper.sidebar-display .chat-wrapper.sidebar-display .chat-inner .chat-header {
    left: 444px;
    right: -444px;
}
#wrapper.sidebar-display .chat-wrapper .chat-inner, #wrapper.sidebar-display .chat-wrapper .chat-inner .chat-box, #wrapper.sidebar-display .chat-wrapper .chat-inner .chat-header {
    left: 194px;
    right: -194px;
}
}
.gallery-header {
    background: none repeat scroll 0 0 #e6e6e6;
    padding: 10px;
}
@media (max-width: 767px) {
#movieSlider {
    margin-bottom: 20px;
}
}
#movieSlider .carousel-inner .item {
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.8s ease 0s;
}
@media (max-width: 400px) {
#movieSlider .carousel-inner .item {
    height: 200px;
}
}
@media (min-width: 401px) and (max-width: 480px) {
#movieSlider .carousel-inner .item {
    height: 250px;
}
#movieSlider .carousel-inner .item h2 {
    font-size: 17px;
}
}
@media (min-width: 481px) and (max-width: 979px) {
#movieSlider .carousel-inner .item {
    height: 300px;
}
}
@media (min-width: 980px) {
#movieSlider .carousel-inner .item {
    height: 350px;
}
}
#movieSlider .carousel-inner .item .slide-caption {
    animation: 0s ease 0s normal none 1 none;
}
#movieSlider .carousel-inner .item.active {
    opacity: 1;
    transition: opacity 0.8s ease 0s;
}
#movieSlider .carousel-inner .item.left.active {
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    z-index: 1;
}
#movieSlider .carousel-inner .item.left.next {
    opacity: 1;
    transition: opacity 0.8s ease 0s;
}
#movieSlider .carousel-inner .item.right.active {
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    z-index: 1;
}
#movieSlider .carousel-inner .item.right.prev {
    opacity: 1;
    transition: opacity 0.8s ease 0s;
}
#movieSlider .carousel-inner .item img {
    left: 0;
    position: absolute;
    width: 100%;
}
@media (min-width: 1200px) {
#movieSlider .carousel-inner .item img {
    top: -50px;
}
}
#movieSlider .carousel-control {
    background-image: none;
    z-index: 2;
}
#movieSlider .carousel-control:focus, #movieSlider .carousel-control:hover {
    opacity: 1;
}
#movieSlider .carousel-control span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
}
#featuredMovie {
    height: 350px;
}
@media (max-width: 767px) {
#featuredMovie {
    height: auto;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#featuredMovie {
    height: 300px;
}
}
@media (min-width: 980px) {
#featuredMovie {
    height: 350px;
}
}
#featuredMovie .featured-name {
    animation: 2s ease 0s normal none infinite text-color-animation;
}
.navbar-nav > li {
    border-bottom: 2px solid transparent;
    transition: border-color 0.4s ease 0s;
}
.navbar-nav > li.active {
    border-bottom: 2px solid #3c8dbc;
}
.navbar-nav > li:focus, .navbar-nav > li:hover {
    border-bottom-color: #3c8dbc;
    transition: border-color 0.4s ease 0s;
}
.movie-news {
    list-style: none outside none;
}
.movie-news li {
    border-bottom: 1px solid #1a1a1a;
    display: block;
    margin-bottom: 10px;
    padding: 0 15px;
}
.movie-news li img {
    float: left;
    margin-right: 15px;
    width: 130px;
}
.movie-news li .news-wrapper .news-header {
    color: #3c8dbc;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.jcarousel-wrapper {
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
}
.jcarousel-wrapper .jcarousel {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jcarousel-wrapper .jcarousel > ul > li {
    border-color: transparent;
    border-radius: 4px;
    float: left;
    position: relative;
}
.jcarousel-wrapper .jcarousel > ul > li a {
    display: block;
    padding: 10px 15px;
}
.jcarousel-wrapper .jcarousel > ul > li ul {
    width: auto;
}
.jcarousel-wrapper .jcarousel > ul > li ul > li {
    float: none;
    height: auto;
    width: auto;
}
.movie-jcarousel > ul > li {
    transition: all 0.2s ease 0s;
}
.movie-jcarousel > ul > li:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
}
.movie-list {
    list-style: none outside none;
}
.movie-list li {
    border-bottom: 1px solid #1a1a1a;
    display: block;
    padding: 15px;
}
.movie-list li:last-child {
    border-bottom: medium none;
}
.movie-list li img {
    float: left;
    margin-right: 10px;
    width: 70px;
}
.jcarousel-control-next {
    background-color: #111;
    border-radius: 0;
    box-shadow: none;
    color: #777;
    height: 25px;
    line-height: 23px;
    right: 0;
    text-shadow: none;
    top: -40px;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.jcarousel-control-next:hover {
    background-color: #3c8dbc;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.jcarousel-control-prev {
    background-color: #111;
    border-radius: 0;
    box-shadow: none;
    color: #777;
    height: 25px;
    left: auto;
    line-height: 23px;
    right: 32px;
    text-shadow: none;
    top: -40px;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.jcarousel-control-prev:hover {
    background-color: #3c8dbc;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#lockScreen {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
#lockScreen.in .modal-dialog {
    transform: translate(0px, 0px);
    transition: all 0.5s ease-out 0s;
}
#lockScreen .modal-dialog {
    display: table-cell;
    transform: translate(0px, -40px);
    vertical-align: middle;
    width: 270px !important;
}
#lockScreen .modal-dialog .modal-content {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
}
#lockScreen .modal-dialog .modal-content .input-group {
    margin: 0 auto;
    width: 270px;
}
#lockScreen .lock-screen-img {
    text-align: center;
}
#lockScreen .lock-screen-img img {
    border-radius: 50em;
    height: 70px;
    width: 70px;
}
.fc-event {
    background: none repeat scroll 0 0 #6bafbd;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.fc-header-title h2 {
    font-size: 14px;
    line-height: 37px;
}
.fc-header {
    position: relative;
}
.fc-header td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fc-header-right {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    text-align: right;
    top: -43px;
    width: 100%;
}
.fc-header-center {
    left: 10%;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80%;
}
.fc-button {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin-top: -3px;
    position: relative;
}
.fc-button.fc-button-next, .fc-button.fc-button-prev {
    border-radius: 50em;
    height: 25px;
    padding: 0 0.3em;
    width: 28px;
}
.fc-button-today {
    display: none;
}
.fc-header-left {
    position: relative;
    width: 100%;
}
.fc-header .fc-header-left .fc-corner-left {
    float: left;
}
.fc-header .fc-header-left .fc-corner-right {
    float: right;
}
.gritter-info .gritter-title {
    color: #6bafbd;
}
.gritter-success .gritter-title {
    color: #65cea7;
}
.gritter-warning .gritter-title {
    color: #f3ce85;
}
.gritter-danger .gritter-title {
    color: #fc8675;
}
@media (max-width: 480px) {
#gritter-notice-wrapper {
    right: 0;
}
}
.custom-popup {
    background-color: rgba(0, 0, 0, 0.9);
    color: #777;
    padding: 15px;
    text-align: center !important;
}
.custom-popup.full-width {
    width: 100%;
}
.custom-popup.light {
    background-color: #00332e;
}
.custom-popup {
    transform: scale(0.8);
}
.popup_visible .custom-popup {
    transform: scale(1);
}
.parsley-error-list {
    list-style: none outside none;
}
.parsley-error {
    border-color: #f53535;
    color: #b94a48;
}
.parsley-error:focus {
    border-color: #f53535 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(245, 53, 53, 0.6) !important;
}
.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    max-width: 600px;
    padding: 0;
    position: relative;
}
.dd-list {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}
.dd-handle {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    color: #777;
    display: block;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.dd-handle:hover {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #777;
    transition: all 0.2s ease 0s;
}
.dd-item > button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 1;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}
.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}
.dd-item > button[data-action="collapse"]:before {
    content: "-";
}
.dd-empty, .dd-placeholder {
    background: none repeat scroll 0 0 #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}
.dd-empty {
    background-color: #e5e5e5;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-position: 0 0px, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed #bbb;
    min-height: 100px;
}
.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.nestable-lists {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 2px 0;
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}
#nestable-menu {
    margin: 20px 0;
    padding: 0;
}
.dd-hover > .dd-handle {
    background: none repeat scroll 0 0 #2ea8e5 !important;
}
.dd3-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    color: #777;
    display: block;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.dd3-content:hover {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #777;
    transition: all 0.2s ease 0s;
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}
.dd3-item > button {
    margin-left: 30px;
}
.dd3-handle {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 30px;
}
.dd3-handle:before {
    color: #777;
    content: ".";
    display: block;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 3px;
    width: 100%;
}
.dd3-handle:hover {
    background: none repeat scroll 0 0 #eee;
}
.spinner .input-group-btn > .btn + .btn {
    border-radius: 0 0 2px !important;
    height: 18px;
    margin-left: 0;
}
.spinner .input-group-btn .btn {
    border-radius: 0 2px 0 0 !important;
    height: 17px;
    line-height: 1px;
}
.chosen-container {
    width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"], .chosen-container-single .chosen-single {
    height: 25px;
}
.tagsinput {
    width: 100% !important;
}
.dropzone .dz-default.dz-message {
    background-image: none;
    left: 0;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.dropzone .dz-default.dz-message span {
    display: inline;
    font-size: 30px;
}
.minicolors-theme-default .minicolors-input {
    height: auto;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-left: 12px;
}
.seperator {
    padding-top: 10px;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.relative {
    position: relative;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scrollable {
    overflow-y: auto;
}
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
.circle {
    border-radius: 50em;
}
.no-padding {
    padding: 0 !important;
}
.p-top-xs {
    padding-top: 5px;
}
.p-top-sm {
    padding-top: 10px;
}
.p-top-md {
    padding-top: 20px;
}
.padding-xs {
    padding: 5px !important;
}
.padding-sm {
    padding: 10px !important;
}
.padding-md {
    padding: 20px !important;
}
.padding-lg {
    padding: 40px !important;
}
.paddingLR-xs {
    padding: 0 5px;
}
.paddingLR-sm {
    padding: 0 10px;
}
.paddingLR-md {
    padding: 0 20px;
}
.paddingLR-lg {
    padding: 0 40px;
}
.paddingTB-xs {
    padding: 5px 0;
}
.paddingTB-md {
    padding: 20px 0;
}
.paddingTB-lg {
    padding: 40px 0;
}
.no-margin {
    margin: 0 !important;
}
.margin-xs {
    margin: 5px !important;
}
.margin-sm {
    margin: 10px !important;
}
.margin-md {
    margin: 20px !important;
}
.margin-lg {
    margin: 40px !important;
}
.m-top-none {
    margin-top: 0;
}
.m-top-xs {
    margin-top: 5px;
}
.m-top-sm {
    margin-top: 10px;
}
.m-top-md {
    margin-top: 20px;
}
.m-top-lg {
    margin-top: 40px;
}
.m-left-xs {
    margin-left: 5px;
}
.m-left-sm {
    margin-left: 10px;
}
.m-left-md {
    margin-left: 20px;
}
.m-left-lg {
    margin-left: 40px;
}
.m-right-xs {
    margin-right: 5px;
}
.m-right-sm {
    margin-right: 10px;
}
.m-right-md {
    margin-right: 20px;
}
.m-right-lg {
    margin-right: 40px;
}
.m-bottom-xs {
    margin-bottom: 5px;
}
.m-bottom-sm {
    margin-bottom: 10px;
}
.m-bottom-md {
    margin-bottom: 20px;
}
.m-bottom-lg {
    margin-bottom: 40px;
}
.m-bottom-none {
    margin-bottom: 0;
}
.no-shadow {
    box-shadow: none !important;
}
.middle {
    vertical-align: middle;
}
.rounded {
    border-radius: 6px;
}
.no-rounded {
    border-radius: 0;
}
.no-border {
    border: medium none !important;
}
.border {
    border: 1px solid #eee;
}
.border-top {
    border-top: 1px solid #eee;
}
.border-left {
    border-left: 1px solid #eee;
}
.border-right {
    border-right: 1px solid #eee;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.width-100 {
    width: 100%;
}
.box-sizing {
    box-sizing: border-box;
}
.primary-font {
    color: #3c8dbc;
}
.text-white {
    color: #fff;
}
.text-primary {
    color: #424f63;
}
.text-info {
    color: #6bafbd;
}
.text-success {
    color: #65cea7;
}
.text-warning {
    color: #f3ce85;
}
.text-danger {
    color: #fc8675;
}
.font-normal {
    font-weight: 400 !important;
}
.text-shadow-white {
    text-shadow: 0 1px 0 #fff;
}
.bg-white {
    background-color: #fff;
}
.bg-light {
    background-color: #f1f5fc;
}
.bg-dark {
    background-color: #222;
}
.bg-grey {
    background-color: #eee;
    text-shadow: 0 1px #fff;
}
.bg-primary {
    background-color: #424f63;
    color: #becfdf;
}
.bg-primary a {
    color: #becfdf;
}
.bg-primary a:focus, .bg-primary a:hover {
    color: #fff;
}
.bg-warning {
    background-color: #f3ce85;
    color: #fff;
}
.bg-info {
    background-color: #6bafbd;
    color: #fff;
}
.bg-success {
    background-color: #65cea7;
    color: #fff;
}
.bg-danger {
    background-color: #fc8675 !important;
    color: #fff !important;
}
.shadow-pulse {
    animation: 1s linear 0s normal none infinite shadow-pulse;
}
.no-animation * {
    animation: 0s ease 0s normal none 1 none !important;
    transform: none !important;
}
.preload * {
    animation: 0s ease 0s normal none 1 none !important;
}
.transition-delay1 {
    transition-delay: 0.5s !important;
}
.transition-delay2 {
    transition-delay: 1s !important;
}
.transition-delay3 {
    transition-delay: 1.5s !important;
}
.fadeInUp {
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.fadeInDown {
    animation-duration: 1s;
    animation-name: fadeInDown;
}
.fadeInLeft {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}
.fadeInRight {
    animation-duration: 1s;
    animation-name: fadeInRight;
}
.fadeInUpLarge {
    animation-duration: 1s;
    animation-name: fadeInUpLarge;
}
.fadeInDownLarge {
    animation-duration: 1s;
    animation-name: fadeInDownLarge;
}
.fadeInLeftLarge {
    animation-duration: 1s;
    animation-name: fadeInLeftLarge;
}
.fadeInRightLarge {
    animation-duration: 1s;
    animation-name: fadeInRightLarge;
}
.bounceInDown {
    animation-duration: 1s;
    animation-name: bounceInDown;
}
.bounceIn {
    animation-duration: 1s;
    animation-name: bounceIn;
}
.flipInH {
    animation-duration: 1s;
    animation-name: flipInH;
}
.flipInV {
    animation-duration: 1s;
    animation-name: flipInV;
}
.animation-delay1 {
    animation-delay: 0.1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay2 {
    animation-delay: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay3 {
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay4 {
    animation-delay: 0.7s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay5 {
    animation-delay: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay6 {
    animation-delay: 1.1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay7 {
    animation-delay: 1.3s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay8 {
    animation-delay: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay9 {
    animation-delay: 1.7s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
.animation-delay10 {
    animation-delay: 1.9s;
    animation-fill-mode: both;
    animation-timing-function: ease;
}
@keyframes bounce_followingBallsG {
0% {
    background-color: #000;
    left: 0;
}
50% {
    background-color: #fff;
    left: 236px;
}
100% {
    background-color: #000;
    left: 0;
}
}
@keyframes bounce_followingBallsG {
0% {
    background-color: #000;
    left: 0;
}
50% {
    background-color: #fff;
    left: 236px;
}
100% {
    background-color: #000;
    left: 0;
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInLeft {
0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInUpLarge {
0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInUpLarge {
0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInDownLarge {
0% {
    opacity: 0;
    transform: translateY(-50px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInDownLarge {
0% {
    opacity: 0;
    transform: translateY(-50px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fadeInLeftLarge {
0% {
    opacity: 0;
    transform: translateX(100px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInLeftLarge {
0% {
    opacity: 0;
    transform: translateX(100px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInRightLarge {
0% {
    opacity: 0;
    transform: translateX(-100px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes fadeInRightLarge {
0% {
    opacity: 0;
    transform: translateX(-100px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes slidedown {
0% {
    max-height: 0;
}
100% {
    max-height: 500px;
}
}
@keyframes slidedown {
0% {
    max-height: 0;
}
100% {
    max-height: 500px;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeInRotate {
0% {
    opacity: 0;
    transform: translateX(-20px) rotate(-60deg);
}
100% {
    opacity: 1;
}
}
@keyframes fadeInRotate {
0% {
    opacity: 0;
    transform: translateX(-20px) rotate(-60deg);
}
100% {
    opacity: 1;
}
}
@keyframes fadeInUp100 {
0% {
    opacity: 0;
    transform: translateY(100px) scale(0.6);
}
100% {
    opacity: 1;
}
}
@keyframes fadeInUp100 {
0% {
    opacity: 0;
    transform: translateY(100px) scale(0.6);
}
100% {
    opacity: 1;
}
}
@keyframes shadow-pulse {
0% {
    box-shadow: 0 0 3px transparent;
}
50% {
    box-shadow: 0 0 6px #323232;
}
100% {
    box-shadow: 0 0 3px transparent;
}
}
@keyframes shadow-pulse {
0% {
    box-shadow: 0 0 3px transparent;
}
50% {
    box-shadow: 0 0 6px #323232;
}
100% {
    box-shadow: 0 0 3px transparent;
}
}
@keyframes text-moving {
0% {
    left: 110%;
}
40%, 50%, 60%, 70% {
    left: 0;
}
100% {
    left: -150%;
}
}
@keyframes text-moving {
0% {
    left: 110%;
}
40%, 50%, 60%, 70% {
    left: 0;
}
100% {
    left: -150%;
}
}
@keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.7);
}
50% {
    opacity: 1;
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}
@keyframes bounceIn {
0% {
    opacity: 0;
    transform: scale(0.7);
}
50% {
    opacity: 1;
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}
@keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-1000px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-20%);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInDown {
0% {
    opacity: 0;
    transform: translateY(-1000px);
}
60% {
    opacity: 1;
    transform: translateY(30px);
}
80% {
    transform: translateY(-20px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInDownSmall {
0% {
    opacity: 0;
    transform: translateY(-100px);
}
60% {
    opacity: 1;
    transform: translateY(20px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounceInDownSmall {
0% {
    opacity: 0;
    transform: translateY(-100px);
}
60% {
    opacity: 1;
    transform: translateY(20px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes fadeOutUp {
0% {
    opacity: 1;
    transform: translateY(0px);
}
50% {
    transform: translateY(-40px);
}
100% {
    opacity: 0;
    transform: translateY(-50px);
}
}
@keyframes fadeOutUp {
0% {
    opacity: 1;
    transform: translateY(0px);
}
50% {
    transform: translateY(-40px);
}
100% {
    opacity: 0;
    transform: translateY(-50px);
}
}
@keyframes progress-start {
0% {
    width: 0;
}
}
@keyframes progress-start {
0% {
    width: 0;
}
}
@keyframes flipInH {
0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg);
}
33% {
    transform: perspective(1000px) rotateY(-10deg);
}
66% {
    transform: perspective(1000px) rotateY(10deg);
}
100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
}
}
@keyframes flipInH {
0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg);
}
33% {
    transform: perspective(1000px) rotateY(-10deg);
}
66% {
    transform: perspective(1000px) rotateY(10deg);
}
100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
}
}
@keyframes flipInV {
0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
}
33% {
    transform: perspective(1000px) rotateX(-10deg);
}
66% {
    transform: perspective(1000px) rotateX(10deg);
}
100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
}
}
@keyframes flipInV {
0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
}
33% {
    transform: perspective(1000px) rotateX(-10deg);
}
66% {
    transform: perspective(1000px) rotateX(10deg);
}
100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
}
}
@keyframes text-color-animation {
50% {
    color: #fff;
}
}
@keyframes text-color-animation {
50% {
    color: #fff;
}
}

