@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

@import url('theme.css');
@import url('../vendors/pagepiling/jquery.pagepiling.css');
@import url('../vendors/animsition/css/animsition.min.css');

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

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    *font-weight: 400;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    padding: 0;
    margin: 0;
    *font-weight: 500;
    margin-bottom: 10px;
    color: #404145;
}

p,
li {

    color: #666;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
}

.ie6,
.ie7,
.ie8,
.ie9,
img {
    border: none;
}

body {
    overflow-x: hidden;
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    outline: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

#passw_data .image-upload label {
    margin: 0px;
    margin-top: 16px;
}

#passw_data .image-upload br {
    display: none;
}

#passw_data div :nth-child(5),
#passw_data div :nth-child(6) {
    display: flex;
    gap: 6px;
}



.btn {
    padding: 8px 24px;
    border-radius: 0px;
    font-size: 16px;
}

.btn-sm {
    padding: 5px 15px;
    border-radius: 0px;
    font-size: 14px;
}

.btn-border {
    font-size: 16px;
    border: 2px solid #cd2122;
    color: #000;
    text-transform: uppercase;
}

.btn-warning {
    color: #855c00;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #855c00;
    background-color: #f3b701;
    border-color: #f3b701;
}

.badge {
    padding: 4px 6px;
    margin-left: 3px;
    border-radius: 3px;
    width: 28px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

section {
    padding: 50px 0 50px 0;
}

.relative {
    position: relative;
}

.white {
    color: #fff;
}

.red {
    color: #cd2122;
}

.dark {
    color: #333;
}

.dark_grey {
    color: #333;
}

.anchor {
    color: #007bff;
}

.grey {
    color: #7d7d7d;
}

.bold {
    *font-weight: 700;
}

.extra_bold {
    *font-weight: 900;
}

strong {
    *font-weight: 500;
}

.padding-0 {
    padding: 0px !important;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.pb-80 {
    padding-bottom: 100px;
}

.heebo {
    *font-weight: 400;
}

.mt-0 {
    margin-top: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.btn-deactive {
    color: #7f4523;
    background-color: #ff8a47;
    border-color: #ff8a47;
}

.btn-blue {
    color: #227a7a;
    background-color: #2ad5d5;
    border-color: #2ad5d5;
}

.btn-green {
    color: #fff;
    background-color: #00b074;
    border-color: #00b074;
}

.btn-green:hover {
    color: #fff;
    background-color: #007d52;
    border-color: #00704a;
}

.btn-outline-mercury {
    color: #212529;
    border-color: #e5e5e5;
}

.btn-outline-mercury:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.rounded-3 {
    border-radius: 3px;
}

.rounded-4 {
    border-radius: 4px;
}

.rounded-6 {
    border-radius: 6px;
}

.label-warning {
    background-color: #f8ac59;
    color: #fff;
}

.btn-loading {
    background: #17a2b8 url(../img/loader.gif) 50% 50% no-repeat;
    background-size: 20px 20px;
    color: transparent !important;
}

.table-vertical {}

.table-vertical td,
.table-vertical th {
    vertical-align: middle;
}

.datepicker td,
.datepicker th {
    width: 40px !important;
    height: 34px !important;
}

.wickedpicker {
    z-index: 99999 !important;
}

.wickedpicker__controls {
    background: #fff;
}

.wickedpicker__controls__control {
    width: 50px !important;
}

.datepicker {
    z-index: 99999 !important;
}

.card.shade {
    padding: 20px;
    border: none;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

/* Hover Sweep To Right */

.sweep-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cd2122;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff !important;
}

.sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Shutter In Horizontal */

.shutter-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #7d7d7d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shutter-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shutter-horizontal:hover,
.shutter-horizontal:focus,
.shutter-horizontal:active {
    color: white;
}

.shutter-horizontal:hover:before,
.shutter-horizontal:focus:before,
.shutter-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.form-group {}

.form-group label {
    font-size: 14px;
    *font-weight: 500;
    margin-bottom: 2px;
}

.form-group label span.red {
    font-size: 16px;
    *font-weight: 500;
    color: #e30a0b;
}

input.form-control,
.custom-select {
    height: 45px;
}

.btn-red {
    background: #cd2122;
    color: #fff;
}

.field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Selection */

::-moz-selection {
    background: #7d7d7d;
    color: #fff;
}

::selection {
    background: #7d7d7d;
    color: #fff;
}

/*
@font-face {
    *font-family: 'Playfair Display SC';
    src: url('../fonts/PlayfairDisplaySC-Bold.eot');
    src: url('../fonts/PlayfairDisplaySC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplaySC-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplaySC-Bold.woff') format('woff'), url('../fonts/PlayfairDisplaySC-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplaySC-Bold.svg#PlayfairDisplaySC-Bold') format('svg');
    *font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    *font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    *font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    *font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    *font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    *font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-SemiBold.eot');
    src: url('../fonts/heebo/Heebo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/heebo/Heebo-SemiBold.woff2') format('woff2'), url('../fonts/heebo/Heebo-SemiBold.woff') format('woff'), url('../fonts/heebo/Heebo-SemiBold.ttf') format('truetype'), url('../fonts/heebo/Heebo-SemiBold.svg#Heebo-SemiBold') format('svg');
    *font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    *font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Medium.eot');
    src: url('../fonts/heebo/Heebo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/heebo/Heebo-Medium.woff2') format('woff2'), url('../fonts/heebo/Heebo-Medium.woff') format('woff'), url('../fonts/heebo/Heebo-Medium.ttf') format('truetype'), url('../fonts/heebo/Heebo-Medium.svg#Heebo-Medium') format('svg');
    *font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    *font-family: 'Heebo';
    src: url('../fonts/heebo/Heebo-Regular.eot');
    src: url('../fonts/heebo/Heebo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/heebo/Heebo-Regular.woff2') format('woff2'), url('../fonts/heebo/Heebo-Regular.woff') format('woff'), url('../fonts/heebo/Heebo-Regular.ttf') format('truetype'), url('../fonts/heebo/Heebo-Regular.svg#Heebo-Regular') format('svg');
    *font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
.container {
    /* border:1px solid#ddd; */
}

/* Header */

.header_menu_area {
    background: #fff;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
}

.header_menu_area .logo_light {
    display: none !important;
}

.header_menu_area .logo_dark {
    display: block !important;
}

.header_menu_area .navbar.navbar-expand-lg {
    padding: 5px 5px 0;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a {
    color: #666 !important;
}

.top_header li a {
    color: #666;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav {
    text-align: right;
    margin-left: 0px !important;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li {
    margin-right: 15px;
    text-align: right;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    *font-weight: 500;
}

.logo {
    width: 200px;
}

.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.navbar-expand-lg .navbar-nav {
    float: right;
}

.top_header {
    margin-bottom: 0px;
}

.top_header li {
    display: inline-block;
    margin-left: 20px;
}

.top_header li.notification_div {
    margin-left: 10px;
}

.top_header li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.header_social {}

.header_social a {
    display: inline-block;
    color: #fff;
    padding: 6px;
}

.header_menu_area.white_menu.navbar_fixed {
    top: -72px;
    padding-bottom: 6px;
    z-index: 999999 !important;
}

.header_menu_area.white_menu.navbar_fixed .top_header li {}

.header_menu_area.white_menu.navbar_fixed .top_header li a {
    color: #333;
    *font-weight: 500;
    font-size: 14px;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    *line-height: normal !important
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.dropdown .dropdown_menu a {
    padding: 5px 5px 5px 20px;
    color: #666 !important;
}

.login_tab {}

@media (max-width: 992px) {
    .full_header {
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    }

    .full_header .float-left {
        width: 210px;
    }
}

/*.dropdown-menu a {
    font-size: 15px !important;
    color: #666 !important;
}
.dropdown-menu a:hover {
    background: #f5f5f5 !important;
}*/
.header_social a {
    color: #666 !important;
}

.header_social a i {
    color: #666 !important;
}

.login_menu a {
    color: #666 !important;
}

.signup_menu {
    color: #666 !important;
}

@media (min-width: 992px) {
    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
        top: 30px;
        border-top: 3px solid #00b074;
    }

    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li:hover.submenu .dropdown-menu {
        visibility: visible;
        top: 34px;
        opacity: 1;
    }

    .login_tab .dropdown-toggle::after {
        display: none;
        opacity: 0;
    }

    .login_tab:hover .dropdown-menu {
        visibility: visible;
        top: 30px;
        opacity: 1;
    }

    .login_tab .dropdown-menu {
        display: block;
        min-width: 150px;
        background: #fff;
        border-radius: 0;
        border: none;
        padding: 0;
        left: auto;
        right: -10px;
        top: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        visibility: hidden;
        opacity: 0;
        margin-top: 0;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .08);
    }

    .login_tab .dropdown-menu li {
        display: block;
        margin-left: 0px;
    }

    .login_tab .dropdown-menu li a,
    .login_tab .dropdown-menu a {
        padding: 0 20px;
        display: block;
        *line-height: 42px;
        color: #263a4f;
        *font-family: heebo, sans-serif;
        text-transform: inherit;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        *font-weight: 400;
        font-size: 14px;
    }

    .after_login>a .border {
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        border-color: #666 !important;
        display: inline-block;
        margin-right: 5px;
        color: #666;
    }

    .after_login .fa-angle-down {
        color: #666;
    }

    .count-info .dropdown-menu {
        min-width: 300px !important;
    }

    .after_login .dropdown-menu {
        min-width: 250px;
    }

    .top_header .dropdown-menu p {
        padding: 10px 5px 0px 20px;
        margin-bottom: 0px;
        color: #666 !important;
    }

    .top_header .dropdown-menu hr {
        margin-bottom: 5px;
    }

    .manage_account {}

    .manage_account p {
        margin-bottom: 10px !important;
    }

    .manage_account p .fa {
        float: right;
        margin: 3px 10px 0 0;
    }

    .manage_account a {
        padding: 4px 0 4px 30px !important;
        *line-height: 30px !important;
    }

    .navbar_fixed.header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
        top: 33px;
    }

    .navbar_fixed.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a {
        display: block;
        *line-height: 42px;
        color: #263a4f;
        padding: 8px 20px;
        font-size: 15px;
        border-bottom: 1px solid #f1f1f1;
    }
}

.count-info {}

.count-info .label {
    line-height: 18px;
    padding: 2px 2px;
    position: absolute;
    right: -6px;
    top: 10px;
    font-size: 9px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #fd6074;
}

.count-info>a {
    padding: 4px 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    *line-height: 31px;
    text-align: center;
}

.count-info>a:hover {
    padding: 4px 1px;
    *background: #f5f5f5;
}

.count-info .main_nav {
    padding: 8px 5px !important;
    height: 250px;
    overflow-y: scroll;
    width: 250px;
    word-break: break-all;
    overflow-x: hidden;
}

.count-info .main_nav .dropdown-item {
    padding: 8px 10px !important;
    border-top: 1px solid #e9ecef;
    font-size: 14px !important;
    white-space: initial !important;
    *line-height: normal !important;
}

.count-info .main_nav .dropdown-item:nth-child(1) {
    border-top: none;
}

.count-info .dropdown-messages {}

.count-info .dropdown-messages li {
    border-top: 1px solid #e9ecef;
    padding: 10px 8px;
}

.count-info .dropdown-messages li:nth-child(1) {
    border-top: none;
}

.count-info .dropdown-messages .media {}

.count-info .media img {
    width: 60px;
}

.count-info .media-body {
    font-size: 14px;
    *line-height: 20px;
}

.count-info .media small {}

.side_menu .close-menu {
    background: #fff !important
}

.side_menu .menu-list {
    top: 16vh;
    max-height: 54vh;
}

.nav_height {
    min-height: 128px;
}

.modal-content {
    border: none !important;
}

.modal-header {
    background: #1ab394;
    position: relative;
    color: #fff;
}

.modal-title {
    font-size: 16px;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1 !important;
    box-shadow: none;
}

.modal-header .close:hover {
    color: inherit;
}

/* === Side Menu === */

.login_menu-open .login_sidemenu,
.signup_menu-open .signup_sidemenu,
.menu-is-open1 .new_side_menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 0 0 65px rgb(0 0 0 / 7%);
    box-shadow: 0 0 65px rgb(0 0 0 / 7%);
    z-index: 9999 !important;
}

.new_side_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 50px;
    max-width: 545px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.new_side_menu .close-menu {
    width: 22px;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

.new_side_menu h4 {
    font-size: 18px;
    margin-bottom: 30px;
}

.new_side_menu .other-links {
    border-top: 1px solid#ddd;
    padding-top: 15px;
}

.new_side_menu .other-links .text {
    margin: 15px 0;
}

.new_side_menu .other-links a {
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.new_side_menu .other-links a:hover {
    opacity: 0.9;
}

.new_side_menu .other-links a .fa {
    margin-right: 8px;
}

.new_side_menu .other-links a.facebook {
    background: #3b5998;
}

.new_side_menu .other-links a.google {
    background: #dd4b39;
}

.new_side_menu .other-links a.linkedin {
    background: #0082ca;
}

.new_side_menu .remember {
    margin-top: 25px;
}

.new_side_menu .form-group .form-control {
    background: #fff;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid#ddd;
    height: 43px;
    color: #666;
    outline: none;
    *font-weight: normal;
}

.new_side_menu .forgot_password {
    padding: 8px 0px;
    font-size: 15px;
    float: right;
    color: #333;
    display: inline-block;
    text-decoration: underline;
    font-style: italic;
}

.new_side_menu .by_signing {
    font-size: 13px;
    *font-weight: 500;
    *line-height: normal;
    margin-top: 15px;
}

.new_side_menu .by_signing a {
    color: #007bff;
}

.new_side_menu .country-contact .get_otp {
    padding: 7px 2px;
    display: block;
    border: 1px solid#ddd;
    width: 100%;
    text-decoration: none;
    border-radius: 6px;
}

.resend_otp_new-oldtheme {
    padding: 7px 2px;
    display: block;
    border: 1px solid#ddd;
    width: 100%;
    text-decoration: none;
    border-radius: 6px;
    color: #0b8e34;
    font-style: italic;
    margin-bottom: 0px;
}

.fxt-transformY-50 {}

.fxt-transformY-50 .form-control {
    display: inline-block;
    width: 10%;
    border: 1px solid#ddd !important;
    text-align: center;
}

/* == Home == */

#home {
    /*  background:url(../img/home_bg.jpg) no-repeat; background-size:cover; */
    padding: 0px;
}

/* ===== Banner ===== */

.home_slider {
    padding-top: 0px;
}

#home_full_slider {
    background: #333;
}

.rev_slider .sub_text {
    font-size: 20px !important;
}

.tp-parallax-wrap {
    left: 8% !important;
}

.tp-resizeme h1 {
    *font-family: 'Playfair Display';
    font-size: 36px !important;
    *line-height: 50px !important;
    color: #fff;
    letter-spacing: 0px;
    display: inline-block !important;
}

.tp-resizeme span {}

.tp-resizeme .detail {
    display: block !important;
    font-size: 14px !important;
    color: #fff;
    line-height: 28px !important;
    width: 60%;
    word-break: break-all;

}

.tp-resizeme span {
    margin: 30px 0 0 0 !important;
}

.tp-caption .btn {
    border: 1px solid#fff;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    z-index: 999;
    margin-bottom: 20px;
    margin-top: 80px;
}

@media (max-width: 1500px) {
    .tp-parallax-wrap {
        left: 6% !important;
    }
}

@media (max-width: 768px) {

    /*  

#home_full_slider_forcefullwidth { height:530px !Important;  margin-top:64px; }

.home_slider {  height:580px !Important  } */
    .tp-caption,
    .tp-resizeme .detail {
        display: block !important;
        font-size: 14px !important;
        color: #fff;
        *line-height: 28px !important;
        word-break: break-all;
    }

    .pc_text .content {
        padding: 20px 30px;
    }

    .pc_text .content h2.title {
        font-size: 28px !important;
        *line-height: 40px !important;
    }

    .pc_text .content h3.sub-title {
        font-size: 16px !important;
        *line-height: 28px !important;
    }
}

@media (max-width: 480px) {
    .rev_slider .tp-caption {
        white-space: normal !important;
        width: 380px;
        word-break: break-word !important;
    }

    .tp-resizeme h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .tp-resizeme .detail {
        width: 100%;
    }

    .home_slider .rev_slider li .count {
        font-size: 18px !important;
    }

    .home_slider .rev_slider li .video {
        text-align: left !important;
    }
}

.banner_patch {
    position: relative;
    z-index: 9;
    border-radius: 0 0 6px 6px;
    margin-bottom: 50px;
}

.banner_text {
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
}

/* .banner_patch:before { position:absolute; content:''; background:#cd2122; top:-6px; left:0; width:100%; height:40px; display:block; -ms-transform:skewY(1.5deg); transform:skewY(1.5deg); border-radius:6px; transform-origin:right top; } */

.banner_patch img {
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: -1;
}

.banner_patch h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.banner_patch h1,
.banner_patch p {
    color: #fff;
}

.banner_patch a {
    background: rgba(0, 0, 0, 0.28);
    border: 2px solid#fff;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    transition: 0.5s;
    margin-top: 10px;
}

.banner_patch a:hover {
    background: #fff;
    color: #333;
    transition: all 0.4s ease 0s;
}

.banner_patch a.signup_btn {
    background: #fff;
    color: #333;
}

@media (max-width: 1500px) {
    .banner_patch img {
        top: -89px;
    }

    .banner_text {
        width: 90%;
        margin: 0 auto;
        margin-top: -57px;
    }

    .banner_patch h1 {
        font-size: 30px;
    }
}

@media (max-width: 993px) {
    .banner_patch {
        display: none;
    }
}

.popular_catego {
    margin-top: 30px;
}

#professional_categories {}

#professional_categories .item {
    position: relative;
    border-radius: 12px;
    overflow: visible;
}

#professional_categories .item p {
    position: relative;
    background: rgb(0 0 0 / 75%);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 0px 8px 0;
    width: 100%;
    text-transform: uppercase;
}

.why_all {
    margin-top: 30px;
    margin-bottom: 40px;
}

.why_all .col-lg-12 h1 {
    font-size: 50px !important;
}

.why_all .col-lg-12 p {
    font-size: 18px;
    *font-weight: 500;
    *line-height: 28px;
}

.why_all .card {
    padding: 20px;
    border: none;
    margin-bottom: 10px;
    height: 100%;
}

.why_all .talents_icon {
    width: 100px;
    margin: 10px 0 20px 0;
    background: #f8e691;
    border-radius: 50%;
    padding: 22px;
}

.why_all img {}

.why_all h4 {
    font-size: 17px;
}

.why_all ul {
    padding-left: 15px;
}

.why_all p,
.why_all li {
    font-size: 14px;
    *line-height: 22px;
}

.parallax {
    background: #f1fdf7;
    padding: 60px 0;
}

.fingertips h3 {
    font-size: 21px !important;
    width: 100%;
    margin-bottom: 20px;
}

.fingertips p {
    margin-bottom: 20px;
}

.fingertips p strong {
    font-size: 18px;
    color: #333;
}

/* 

.how_it_works  { }

.how_it_works .card { padding:20px;  border: none;

    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);

    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);

    margin-bottom: 10px; }

.how_it_works img { width:60px; margin:10px 0 20px 0; }

.how_it_works h4 { font-size:18px; }

.how_it_works p { font-size:14px; *line-height:22px; }

*/

.talent_tab {
    padding: 60px 0;
}

.talent_tab .nav {
    margin-bottom: 50px;
}

.talent_tab .nav li {
    display: inline-block;
    margin: 0 6px;
}

.talent_tab .nav li a {
    font-size: 30px;
    background: none;
    border: 1px solid#404145;
    color: #404145;
    border-radius: 6px;
    padding: 16px 20px 10px 20px;
}

.talent_tab .nav li a.active {
    background: #404145;
}

.talent_tab .nav li a span {
    display: block;
    font-size: 15px;
}

.talent_tab .card {
    padding: 20px;
    border: none;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    height: 100%;
}

.talent_tab img {
    width: 60px;
    margin: 10px 0 20px 0;
}

.talent_tab h3 {
    margin: 50px 0;
}

.talent_tab h4 {
    font-size: 18px;
}

.talent_tab p {
    font-size: 14px;
    *line-height: 22px;
}

.exclusive_artists {}

/*

.exclusive_artists .item { position:relative; overflow:hidden; margin:0 20px !important; }

.exclusive_artists .item img { border-radius:12px; }

.exclusive_artists .item p { font-size:22px; color:#333; margin-top:15px; *font-weight:500; }

.exclusive_artists .item p span { font-size:15px; display:block; *font-weight:normal; }

 */

.exclusive_artists .item {
    position: relative;
    margin: 0 20px !important;
}

#exclusive_artists {}

#exclusive_artists .badge_wrap {
    margin: -8px 0 4px 0;
    min-height: 18px;
}

#exclusive_artists .post_thumb {
    background: none;
    position: relative;
    margin-bottom: 10px;
}

#exclusive_artists .post_thumb img {
    background: none;
    position: relative;
    width: 100%;
}

#exclusive_artists .post_thumb a {
    display: block;
}

#exclusive_artists .post_thumb:after {
    content: '';
    background: url(../img/shadow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
}

#exclusive_artists .post_details {
    position: relative;
}

#exclusive_artists .post_details .hi_re_btn {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 70%;
    margin: -44px auto 16px auto;
    -webkit-box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
}

#exclusive_artists .post_details .hi_re_btn .btn {
    background: #ff7854;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    *line-height: 29px;
    margin: 0 6px;
    /* background: linear-gradient(262deg, #ff7854, #fd267d); */
    color: #fff;
    border: none;
}

#exclusive_artists .post_details .hi_re_btn .btn svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

#exclusive_artists .post_details .hi_re_btn .close_btn {
    background: #ffba25;
}

#exclusive_artists .post_details .hi_re_btn .close_btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

#exclusive_artists .post_details .btn {
    border: 1px solid#ddd;
    color: #666;
    border-radius: 4px;
    *font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 8px 16px 6px 16px;
}

#exclusive_artists .post_details .popover_btn {
    border: none;
    color: #fff;
    margin-top: 6px;
    font-size: 14px;
    padding: 2px;
    text-shadow: 2px 2px 2px #000;
}

#exclusive_artists .post_details .hi_re_btn .btn-info {
    background: #11b0b8 !important;
    *line-height: 34px;
}

#exclusive_artists .post_details .hi_re_btn .btn-info .fa {
    font-size: 18px;
}

#exclusive_artists .option_3 {}

#exclusive_artists .option_3 .title_1 a,
#exclusive_artists .post_thumb .talent_name_det a {
    color: #fff;
}

#exclusive_artists .option_3 .title_1 p,
#exclusive_artists .post_thumb .talent_name_det p {
    color: #fff;
}

#exclusive_artists .post_thumb {
    overflow: hidden;
}

#exclusive_artists .post_thumb .talent_name_det {
    position: absolute;
    width: 100%;
    margin-top: -48px;
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#exclusive_artists .post_thumb .talent_name_det .rating .btn {
    padding: 0 5px;
}

#exclusive_artists .item .card:hover .talent_name_det {
    margin-top: -99px;
}

/* RATING - Form */

.rating-form {}

.rating-form .form-group {
    position: relative;
    border: 0;
}

.rating-form .form-legend {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /*background: green;*/
}

.rating-form .form-item {
    position: relative;
    margin: auto;
    /* width:117px; */
    direction: rtl;
    /*background: green;*/
}

.rating-form .form-legend+.form-item {
    padding-top: 10px;
}

.rating-form input[type='radio'] {
    position: absolute;
    left: -9999px;
}

.rating-form label {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
}

.rating-form .rating-star {
    display: inline-block;
    position: relative;
}

.rating-form input[type='radio']+label:before {
    content: attr(data-value);
    position: absolute;
    right: 30px;
    top: 2px;
    font-size: 18px;
    opacity: 0;
    direction: ltr;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* .rating-form input[type='radio']:checked + label:before { right:21px; opacity:1; } */

.rating-form input[type='radio']+label:after {
    /* content:"/5"; */
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 18px;
    opacity: 0;
    direction: ltr;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rating-form input[type='radio']:checked+label:after {
    /*right: 5px;*/
    /* opacity:1; */
}

.rating-form label .fa {
    font-size: 20px;
    *line-height: 30px;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rating-form label:hover .fa-star-o,
.rating-form label:focus .fa-star-o,
.rating-form label:hover~label .fa-star-o,
.rating-form label:focus~label .fa-star-o,
.rating-form input[type='radio']:checked~label .fa-star-o {
    opacity: 0;
}

.rating-form label .fa-star {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.rating-form label:hover .fa-star,
.rating-form label:focus .fa-star,
.rating-form label:hover~label .fa-star,
.rating-form label:focus~label .fa-star,
.rating-form input[type='radio']:checked~label .fa-star {
    opacity: 1;
}

.rating-form input[type='radio']:checked~label .fa-star {
    color: gold;
}

.rating-form .ir {
    position: absolute;
    left: -9999px;
}

/* RATING - Form - Action */

.rating-form .form-action {
    opacity: 0;
    position: absolute;
    left: 5px;
    bottom: -40px;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rating-form input[type='radio']:checked~.form-action {
    cursor: pointer;
    opacity: 1;
}

.rating-form .btn-reset {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    border: 0;
    font-size: 10px;
    font-size: 1rem;
    background: #fff;
    color: #333;
    cursor: auto;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rating-form .btn-reset:hover,
.rating-form .btn-reset:focus {
    background: gold;
}

.rating-form input[type='radio']:checked~.form-action .btn-reset {
    cursor: pointer;
}

/* RATING - Form - Output */

.rating-form .form-output {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.no-js .rating-form .form-output {
    right: 5px;
    opacity: 1;
}

.rating-form input[type='radio']:checked~.form-output {
    right: 5px;
    opacity: 1;
}

.current_jobs {
    margin: 40px 0 0 0;
    width: 85%;
    margin: 0 auto;
}

.current_jobs .item,
.current_jobs .inner {
    padding: 15px 20px;
}

.current_jobs .item .card h4,
.current_jobs .inner .card h4 {
    font-size: 18px;
    margin: 10px 0;
}

.current_jobs .item .card td,
.current_jobs .inner .card td {
    padding: 6px;
    font-size: 15px;
}

.current_jobs .item .card p,
.current_jobs .inner .card p {
    font-size: 14px;
}

.current_jobs .item .card .btn,
.current_jobs .inner .card .btn {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 6px;
}

.current_jobs .item .card .btn-light,
.current_jobs .inner .card .btn-light {
    background: #f0f0f0;
    color: #333;
}

.current_jobs .item .card .description,
.current_jobs .inner .card .description {
    font-size: 14px;
    *line-height: normal;
}

.current_jobs .prof_logo {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
}

#counter {
    position: relative;
    padding: 40px 0;
    margin-top: 50px;
}

#counter .col-md-3 {
    border-left: 1px solid #dfdfdf;
    padding: 20px 0;
}

#counter .col-md-3:first-child {
    border-left: 0px;
}

#counter .thumb .counter-value {
    font-size: 46px;
    *font-weight: 600;
    display: block;
    color: #404145;
}

#counter .thumb h4 {
    font-size: 16px;
    text-transform: uppercase;
    *font-weight: 500;
    display: block;
    color: #404145;
    letter-spacing: 1px;
}

#counter .thumb .counter_icon {
    width: 80px;
    height: 81px;
    background-size: cover !important;
    margin: 10px auto;
}

/* #counter .thumb .icon_1 { background:url(../img/icon/members.png) no-repeat; }

#counter .thumb .icon_2 { background:url(../img/icon/jobs.png) no-repeat; }

#counter .thumb .icon_3 { background:url(../img/icon/success.png) no-repeat; }

#counter .thumb .icon_4 { background:url(../img/icon/brands.png) no-repeat; } */

.testimonials {}

.testimonials h4 {
    margin-top: 10px;
}

.testimonials h4 span {
    *font-weight: normal;
}

.testimonials .post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.testimonials .post .post-image {
    flex: 1;
    margin: 0;
    max-width: 35%;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.testimonials .post .post-image img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.testimonials .post .post-content {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    max-width: 65%;
    position: relative;
}

.testimonials .post .post-content p {
    *font-family: 'Playfair Display';
    font-size: 26px;
    *line-height: 36px;
    color: #003912;
    font-style: italic;
}

.customNavigation {
    position: absolute;
    top: 20%;
    transform: translateY(-42%);
    z-index: 9;
    left: 0px;
    right: 0px;
}

.customNavigation .btn {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #333 !important;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.customNavigation .prev {
    left: 0px;
}

.customNavigation .next {
    right: 0px;
}

.customNavigation .btn:hover {
    background: #f9f9f9;
    cursor: pointer;
}

@media (max-width: 768px) {
    .testimonials .post {
        display: block;
        margin-bottom: 0px;
    }

    .testimonials .post .post-image {
        margin-bottom: 20px;
    }

    .testimonials .post:last-child {}

    .testimonials .post .post-image,
    .testimonials .post .post-content {
        max-width: 100%;
        padding: 0px;
    }

    .testimonials .post:nth-child(2n+2) .post-image,
    .testimonials .post:nth-child(2n+2) .post-image {
        order: 0;
        max-width: 100%;
    }

    .testimonials .post .post-content p {
        font-size: 20px;
        *line-height: 30px;
    }
}

.home_blogs {
    padding: 50px 15px;
}

.home_blogs .col-sm-6 {}

.home_blogs .anchor {
    margin-top: 15px;
}

.home_blogs #our_blogs {
    margin-top: 15px;
}

.home_blogs .item {
    padding: 0 6px;
}

.home_blogs .item img {
    border-radius: 6px;
}

.home_blogs .item h4 {
    font-size: 16px;
    *font-weight: 600;
    margin: 10px 0 5px 0;
}

.home_blogs .item p {
    font-size: 14px;
    *line-height: normal;
}

.our_clients {
    margin: 30px 0 80px 0;
}

.our_clients .col-md-2 {
    padding: 10px 20px;
}

.our_clients .col-md-2:nth-child(1),
.our_clients .col-md-2:nth-child(3),
.our_clients .col-md-2:nth-child(5),
.our_clients .col-md-2:nth-child(8),
.our_clients .col-md-2:nth-child(10) {
    background: #f4f4f4;
}

.our_clients .col-md-2:nth-child(2),
.our_clients .col-md-2:nth-child(4),
.our_clients .col-md-2:nth-child(6),
.our_clients .col-md-2:nth-child(9) {
    background: #eaeaea;
}

.our_clients .col-md-2:nth-child(7) {
    background: #000;
}

.our_clients .col-md-2:nth-child(11) {
    background: #fb2a01;
}

.write_us {
    background: #f5f5f5;
    margin-top: 90px;
    padding: 40px 0;
}

.write_us .btn {
    margin-top: 20px;
    padding: 8px 40px;
}

/* == Success Stories  == */

#success_stories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#success_stories #cust_append {
    max-width: 90%;
    margin: 0 auto;
}

#success_stories .post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 30px;
}

#success_stories .post .post-image {
    flex: 1;
    margin: 0;
    max-width: 30%;
}

#success_stories .post .post-image img {
    width: 100%;
}

#success_stories .post .post-content {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    max-width: 70%;
    position: relative;
}

#success_stories .post .post-content h2 {
    *font-weight: bold;
    font-size: 30px;
}

#success_stories .post .post-content p strong {
    font-style: italic;
}

#success_stories .post:nth-child(2n+2) .post-image {
    order: 2;
}

#success_stories .post:nth-child(2n+2) .post-content {
    padding-left: 0;
}

#success_stories .post:nth-child(2n+2) .post-content a.underline.red {
    left: 0px;
}

@media (max-width: 768px) {
    #success_stories .post {
        display: block;
        margin-bottom: 0px;
    }

    #success_stories .post .post-image {
        margin-bottom: 20px;
    }

    #success_stories .post:last-child {}

    #success_stories .post .post-image,
    #success_stories .post .post-content {
        max-width: 100%;
        padding: 0px;
    }

    #success_stories .post:nth-child(2n+2) .post-image,
    #success_stories .post:nth-child(2n+2) .post-image {
        order: 0;
        max-width: 100%;
    }
}

/* == Talent Profile  == */

#talent_profile_page {}

.propic_vid {}

.propic_vid .nav {
    margin-top: 10px;
}

.propic_vid .nav li {
    float: left;
    width: 25%;
    padding: 6px;
}

.unlisted {
    padding: 0px;
}

.unlisted li {
    display: inline-block;
    margin-right: 5px;
}

.talent_id {}

.talent_id li {
    font-size: 14px;
}

.physical_attributes {
    margin-bottom: 15px;
}

.physical_attributes li {
    float: left;
    width: 25%;
    margin: 2px 0px;
    padding: 0 4px;
}

.trophy li {
    float: left;
    width: 16%;
    margin: 2px 0px;
    padding: 0 8px;
}

.profiles_menus li {
    float: left;
    width: 25%;
    margin: 2px 0px;
    border: 1px solid#ddd;
    text-align: center;
}

.profiles_menus li:last-child {
    text-align: right;
}

.profiles_menus li a {
    font-size: 16px;
    padding: 8px 15px;
}

#cand_app {}

#cand_app .col-md-6 {
    margin-bottom: 20px;
}

#cand_app .prof_detail {
    float: none;
    margin: 0px;
    padding-left: 5px;
}

#cand_app .prof_detail p {
    font-size: 15px;
}

#cand_app .prof_detail .btn-audition {
    color: #666;
    padding: 6px 5px;
    margin-bottom: 6px;
}

#cand_app .prof_detail .btn-audition img,
#cand_app .prof_detail .btn-audition svg {
    width: 26px;
    height: 26px;
    margin-top: -4px;
}

#cand_app .action_btns .btn {
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid#ddd;
    margin-bottom: 3px;
    padding: 8px 18px;
    border-radius: 4px;
    color: #666;
}

#cand_app .action_btns .btn:hover {
    background: #f5f5f5;
}

#cand_app .talent_listing .badge_wrap {
    margin: -8px 0 4px 0;
    min-height: 18px;
}

#cand_app .talent_listing .post_thumb {
    background: none;
    position: relative;
}

#cand_app .talent_listing .post_thumb:after {
    content: '';
    background: url(../img/shadow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
}

#cand_app .talent_listing .post_details {
    position: relative;
}

#cand_app .talent_listing .post_details .hi_re_btn {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 70%;
    margin: -44px auto 16px auto;
    -webkit-box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
}

#cand_app .talent_listing .post_details .hi_re_btn .btn {
    background: #ff7854;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    *line-height: 29px;
    margin: 0 6px;
    /* background: linear-gradient(262deg, #ff7854, #fd267d); */
    color: #fff;
    border: none;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

#cand_app .talent_listing .post_details .hi_re_btn .close_btn {
    background: #ffba25;
}

#cand_app .talent_listing .post_details .hi_re_btn .close_btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

#cand_app .talent_listing .post_details .btn {
    border: 1px solid#ddd;
    color: #666;
    border-radius: 4px;
    *font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 8px 16px 6px 16px;
}

#cand_app .talent_listing .post_details .popover_btn {
    border: none;
    color: #fff;
    margin-top: 6px;
    font-size: 14px;
    padding: 2px;
    text-shadow: 2px 2px 2px #000;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn-info {
    background: #11b0b8 !important;
    *line-height: 34px;
}

#cand_app .talent_listing .post_details .hi_re_btn .btn-info .fa {
    font-size: 18px;
}

#cand_app .talent_listing .option_3 {}

#cand_app .talent_listing .option_3 .title_1 a,
#cand_app .talent_listing .post_thumb .talent_name_det a {
    color: #fff;
}

#cand_app .talent_listing .option_3 .title_1 p,
#cand_app .talent_listing .post_thumb .talent_name_det p {
    color: #fff;
}

#cand_app .talent_listing .post_thumb {
    overflow: hidden;
}

#cand_app .talent_listing .post_thumb .talent_name_det {
    position: absolute;
    margin-top: -28px;
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#cand_app .talent_listing .post_thumb .talent_name_det .rating .btn {
    padding: 0 5px;
}

#cand_app .talent_listing .col-lg-4 .card:hover .talent_name_det {
    margin-top: -99px;
}

/* ===== Talents ===== */

.search_name {
    margin-top: 10px;
}

.search_name input[type="text"] {
    width: calc(100% - 53px);
    float: left;
    height: 40px;
    padding: 6px 10px;
}

.search_name .name_search {
    background: #fc2626;
    color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    width: 45px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    float: right;
    padding: 0 !important;
    *font-family: FontAwesome;
}

.talent_listing {}

.talent_listing .col-lg-4 {
    margin-bottom: 30px;
}

.talent_listing .col-lg-4 .card {
    padding: 14px;
}

.talent_listing .post_details {
    margin-top: 10px;
    text-align: center;
}

.talent_listing .post_details .title {
    font-size: 19px;
}

.talent_listing .post_details p {
    font-size: 15px;
}

.talent_listing .col-lg-4:hover .post_thumb img {
    opacity: 0.9;
}

.talent_listing .post_thumb {
    position: relative;
    background: #000;
}

.talent_listing .col-lg-4:hover .hover_bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.hover_bg {
    content: '';
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    height: 40px;
    width: 130px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hover_bg a {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.talent_listing>.row>.col-lg-4:nth-child(2),
.talent_listing>.row>.col-lg-4:nth-child(3) {}

.talent_listing>.row>.col-lg-4:hover .talent_hover {
    right: -270px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.talent_hover {
    width: 284px;
    position: absolute;
    left: auto;
    right: -260px;
    top: 0px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

.talent_hover:after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: auto;
    left: 0px;
    top: 10px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .6em solid #000;
    border-color: transparent transparent #fff #fff;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: -3px 3px 4px 0 rgba(0, 0, 0, .1);
}

.talent_listing>.row>.col-lg-4:nth-child(1) .talent_hover {
    /* visibility:visible; opacity:1;  */
}

.talent_listing>.row>.col-lg-4:nth-child(3) .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(6) .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(9) .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(12) .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(15) .talent_hover {
    left: -260px;
    right: auto;
}

.talent_listing>.row>.col-lg-4:nth-child(3):hover .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(6):hover .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(9):hover .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(12):hover .talent_hover,
.talent_listing>.row>.col-lg-4:nth-child(15):hover .talent_hover {
    left: -270px;
    right: auto;
}

.talent_listing>.row>.col-lg-4:nth-child(3) .talent_hover:after,
.talent_listing>.row>.col-lg-4:nth-child(6) .talent_hover:after,
.talent_listing>.row>.col-lg-4:nth-child(9) .talent_hover:after,
.talent_listing>.row>.col-lg-4:nth-child(12) .talent_hover:after,
.talent_listing>.row>.col-lg-4:nth-child(15) .talent_hover {
    left: auto;
    right: -17px;
    top: 32px;
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.talent_hover #demo {
    overflow: hidden;
    position: relative;
}

.talent_hover #demo img {
    width: 100%;
}

.talent_pic {
    width: 256px;
    height: 337px;
    background-size: contain !important;
}

.talent_det {
    position: absolute;
    left: auto;
    left: 20px;
    bottom: 70px;
    z-index: 99;
}

.talent_det p a {
    color: #fff;
    display: block;
    font-size: 24px;
}

.talent_det p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    text-shadow: 2px 2px 2px #000;
}

.talent_hover .btn {
    font-size: 15px;
    border-radius: 4px;
    padding: 8px 20px;
    margin: 15px 0 0 0;
    background: #fee63c;
    border-color: #fee63c;
    color: #6a5301;
    *font-weight: 500;
}

.talent_hover .btn:hover {
    background: #f2db39;
    border-color: #f2db39;
}

.video_list {
    padding: 0 10px;
    margin-top: 10px;
}

.video_list .col-lg-4 {
    padding: 0 5px;
}

.tabs_li .nav-tabs {
    border-bottom: none;
}

.tabs_li .nav-tabs li {
    margin: 0 5px;
}

.tabs_li .nav-tabs li a {
    padding: 6px 20px;
    background: #f5f5f5;
}

/* ===== Talents View ===== */

.talent_view {}

.talent_view .talent_listing {}

.talent_view .talent_listing .card {
    padding: 6px;
}

.gen_info {
    margin-bottom: 20px;
}

.gen_info .col-md-4 {
    margin-bottom: 20px;
}

.gen_info h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.gen_info span {
    color: #666;
    font-size: 15px;
}

.project_detail>h2 {
    border-left: 4px solid #f00;
    display: inline-block;
    font-size: 17px;
    *font-weight: 600;
    margin-bottom: 15px;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 5px;
}

/* ===== Job Post ===== */

#post_job {}

#post_job .card {
    display: block;
    padding: 30px 40px;
    border-radius: 20px;
    border: none;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background: #fff;
}

#post_job .card .col-lg-7 h2 {
    margin-top: 40px;
}

#post_job form {}

#post_job form label {
    color: #333;
}

#post_job form .form-inline {
    margin-top: 8px;
}

#post_job form .form-inline .form-check {
    /* border:1px solid#ddd; padding:6px 15px 6px 6px;  border-radius:6px; */
    margin-left: 6px;
}

#post_job form .form-inline .form-check label {
    margin-top: 5px;
}

#post_job form .submit {}

#post_job form .submit .btn {
    border-radius: 20px;
}

#post_job .nav {
    margin-bottom: 30px;
    border: none !important;
    padding-left: 0px;
}

#post_job .nav li {
    /* display:inline-block; float:left; */
    width: 100%;
    text-align: center;
}

#post_job .nav {
    width: 100%;
}

#post_job .nav li:nth-child(1) {
    /*text-align: left;*/
}

#post_job .nav li:last-child {
    text-align: center;
}

#post_job .nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 2px solid#999;
    text-transform: capitalize;
    color: #000;
}

#post_job .nav li:focus {
    outline: none;
    border: none;
}

/*#post_job .nav li a.active,
#post_job .nav .nav-link:focus,
#post_job .nav .nav-link:hover {
    border: none;
    background: none;
    border-bottom: 4px solid#0044ff;
}*/
fieldset {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    position: relative;
}

legend {
    font-size: 18px;
    color: #383838;
    *font-weight: bold;
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.add_requirement {}

.add_requirement .btn {
    font-size: 14px;
    transition: all 0.5s ease-in-out 0s;
}

fieldset .actions {
    position: absolute;
    right: 6px;
    top: -36px;
}

fieldset .actions .btn {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
}

fieldset .actions .btn .fa {
    margin-right: 5px;
}

fieldset .actions .btn.btn-sm .fa {
    margin-right: 0px;
}

.job_preview {}

.job_preview .job_title {
    margin-bottom: 20px;
}

.job_preview .prof_logo {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
}

.card-btn-group {
    margin: 20px 0;
}

.card-btn-group .btn {
    margin-right: 15px;
    font-size: 14px;
    *font-weight: 600;
    padding: 12px 25px;
}

.card-btn-group .btn .fa {
    margin-right: 5px;
}

/* ===== Select With Search ===== */

.simple-select {
    color: #34495e;
    box-sizing: border;
    position: relative;
}

.simple-select.modal-open .simple-select-modal {
    display: block;
}

.simple-select.modal-open .selected {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.simple-select select {
    display: none;
}

.simple-select .selected {
    position: relative;
    background-color: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
}

.simple-select .selected:hover {
    border-color: #95a5a6;
}

.simple-select .selected:hover::before {
    border-top-color: #95a5a6;
}

.simple-select .selected::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #bdc3c7;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.simple-select .simple-select-modal {
    background-color: #fff;
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #bdc3c7;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.simple-select .simple-select-modal .simple-select-result {
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
}

.simple-select .simple-select-modal input {
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.simple-select .simple-select-modal span {
    display: block;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

.simple-select .simple-select-modal span:hover {
    background-color: #ecf0f1;
}

.simple-select .simple-select-modal span.not-found {
    cursor: default;
}

.simple-select .simple-select-modal span.not-found:hover {
    background-color: #fff;
}

/* ===== Job Listing ===== */

.job_listing {
    margin: 10px 0;
}

.job_listing .inner .card {
    margin-bottom: 30px;
}

.job_listing .inner .card p {
    font-size: 14px;
}

.job_listing .inner .card h4 {
    *font-family: "Heebo";
}

.job_title {
    font-size: 20px;
}

.prof_detail {
    float: left;
    margin-left: 15px;
}

.prof_detail h4 {
    margin-bottom: 0px;
    font-size: 18px;
    display: block;
}

.star-rating-1 {}

.star-rating-1 label {
    margin-top: 0px;
    margin-bottom: 0px;
}

.job_listing .inner .card .text-right {}

.job_listing .inner .card .text-right .btn {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 20px;
    *font-weight: 500;
}

.job_listing .inner .card .text-right .btn .fa {
    margin-right: 5px;
}

.job_listing .inner .card .text-right .btn-warning {
    background: #fee63c;
    border-color: #fee63c;
    color: #927201;
}

.job_listing .inner .card .text-right .btn-warning:hover {
    background: #f2db39;
    border-color: #f2db39;
}

.job_listing .inner .card .text-right .btn-later {
    background: #27da7f;
    border-color: #27da7f;
}

.job_listing .inner .card .text-right .btn-later:hover {
    background: #24c874;
    border-color: #24c874;
}

.job_listing .inner .card .text-right .save_job {
    background: #189d60;
    border-color: #189d60;
    color: #fff;
}

.job_listing .inner .card .text-right .save_job:hover {
    background: #168f57;
    border-color: #168f57;
}

.job_listing .inner .card .text-right .btn-jobsaved {
    background: #f76754;
    border-color: #f76754;
    color: #fff;
}

.job_listing .inner .card .text-right .btn-jobsaved:hover {
    background: #ea6250;
    border-color: #ea6250;
}

.job_listing .inner .card .text-right .btn-applied {
    background: #ffab68;
    border-color: #ffab68;
}

.job_listing .inner .card .text-right .btn-applied:hover {
    background: #f4a464;
    border-color: #f4a464;
}

.slider-price input {
    background: transparent;
    border: transparent;
    color: #1a1f2b;
    text-align: left;
    word-spacing: 0;
}

.ui-slider-horizontal {
    margin-top: 5px;
    height: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    *font-weight: normal;
    color: #454545;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    outline: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background: #b1ecff;
    width: 100%;
    border-radius: 10px;
}

.slider-price {
    position: absolute;
    right: 0px;
    top: -3px;
}

.slider-price p {
    text-align: right;
    width: 100%;
    *font-weight: bold;
}

.slider-price p input {
    text-align: right;
    width: 100%;
    *font-weight: bold;
    font-size: 13px;
}

.pm-range-slider .ui-widget-header {
    background: #17b5ea;
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    top: 0px !important;
    height: 6px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #17b5ea !important;
    color: #454545;
    width: 15px !important;
    height: 15px !important;
}

/* ===== Job Details ===== */

.job_details_ {}

.job_details_ .job_cart {
    padding: 30px;
}

.job_details_ .job_cart fieldset {}

.job_details_ .job_cart fieldset .col-lg-4 p {
    margin-bottom: 10px;
}

.yl-item {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.yl-thumbnail img {
    width: 100%;
}

.grtyoutube-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.grtyoutube-popup-content {
    margin-top: 150px;
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.grtyoutube-popup-close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #FFF;
    font-size: 25px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.grtyoutube-iframe {
    width: 100%;
    height: 565px;
}

@media (max-width: 767px) {
    .grtyoutube-iframe {
        width: 100%;
        height: 350px;
    }
}

.grtyoutube-dark-theme {
    background: rgba(0, 0, 0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
    background: url('../img/icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
    background: rgba(255, 255, 255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
    background: url('icon-close-black.png') no-repeat;
}

@media (max-width: 1400px) {
    .grtyoutube-popup-content {
        margin-top: 50px;
    }
}

/* ===== Talent Login ===== */

#login_register {
    background: #f5f5f5;
}

#login_register .card {
    border: none;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.14);
}

#login_register .card .right_div {
    padding: 30px 80px 0 80px;
}

#login_register .card .right_div h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

#login_register .card .right_div .other-links {
    border-top: 1px solid#ddd;
    padding-top: 15px;
}

#login_register .card .right_div .other-links .text {
    margin: 15px 0;
}

#login_register .card .right_div .other-links a {
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

#login_register .card .right_div .other-links a:hover {
    opacity: 0.9;
}

#login_register .card .right_div .other-links a .fa {
    margin-right: 8px;
}

#login_register .card .right_div .other-links a.facebook {
    background: #3b5998;
}

#login_register .card .right_div .other-links a.google {
    background: #dd4b39;
}

#login_register .card .right_div .other-links a.linkedin {
    background: #0082ca;
}

#login_register .card .right_div .remember {
    margin-top: 25px;
}

#login_register .form-group .form-control {
    background: #fff;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid#ddd;
    height: 43px;
    color: #666;
    outline: none;
    *font-weight: normal;
}

#login_register .forgot_password {
    padding: 8px 0px;
    font-size: 15px;
    float: right;
    color: #333;
    display: inline-block;
    text-decoration: underline;
    font-style: italic;
}

#login_register .by_signing {
    font-size: 13px;
    *font-weight: 500;
    *line-height: normal;
    margin-top: 15px;
}

#login_register .by_signing a {
    color: #007bff;
}

@media (min-width: 1360px) {
    #login_register .card .right_div {
        flex: 0 0 60%;
        max-width: 60%;
    }

    #login_register .card .left_div {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.login_bg {
    background: #333 url(../img/login.jpg) center no-repeat;
    background-size: cover !important;
    height: 100%;
}

.different_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.different_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.different_login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-login li {
    margin: 0px 5px 0;
    display: inline-block;
}

.btn-login li a {
    border-radius: 5px;
    padding: 6px 40px;
    color: #fff;
    display: block;
}

.btn-login li a i {
    margin-right: 12px;
    font-size: 18px;
    margin-left: 0;
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}

.btn-google {
    background: #d85040;
    border-color: #d85040;
}

.btn-google:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}

/* ===== OTP ===== */

.fxt-content {
    padding: 40px 80px;
    -webkit-box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 7%);
}

.fxt-otp-logo {
    display: block;
    margin-bottom: 15px;
}

.fxt-content .fxt-header h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.fxt-content .fxt-header p {
    color: #999898;
}

.fxt-content .fxt-header p span {
    display: block;
}

.fxt-content .fxt-form {
    text-align: center;
}

.fxt-content .fxt-form .form-control {
    text-align: center;
    font-size: 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}

.fxt-content .fxt-form .fxt-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.fxt-content .fxt-form .fxt-form-row .fxt-form-col {
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
}

.fxt-content .fxt-form .fxt-form-row .fxt-form-col:last-child {
    margin-right: 0;
}

.fxt-content .fxt-form .fxt-form-btn {
    width: 100%;
}

.fxt-content .fxt-btn-fill {
    *font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    *font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #5a49f8;
    padding: 10px 36px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fxt-content .fxt-btn-fill:hover {
    background-color: #4634e7;
    border-color: #4634e7;
}

.fxt-content .fxt-btn-fill:focus {
    outline: none;
}

.fxt-content .fxt-footer {
    text-align: center;
}

.fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #63bbff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

/* ===== User Dashboard ===== */

.user_dashbord {
    padding-bottom: 80px;
}

.user_dashbord .row .card {
    padding: 40px;
    border: none;
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 8%);
    background: #fff;
}

.card {
    background: #fff;
}

.user_dashbord .row .card img {
    width: 140px;
    margin: 0px auto 40px auto;
}

/* ===== Talent Register ===== */

#talent_login {
    padding: 0px;
}

@media (min-width: 1360px) {
    #talent_login .container {
        max-width: 1250px;
    }

    #talent_login .container .col-lg-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    #talent_login .container .col-lg-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.register_profile {}

.register_profile .card {
    border-radius: 0px;
    padding: 20px;
}

.country-contact {}

.country-contact .input-group,
.country-contact .input-group .intl-tel-input {
    display: block;
    width: 100%;
    position: relative;
}

.country-contact .get_otp {
    *font-weight: bold;
    color: #0b8e34;
    display: inline-block;
    text-decoration: underline;
    font-style: italic;
    padding: 4px 0px;
    margin-bottom: 0px;
}

.country-contact .input-group-addon {
    display: none;
    padding: 6px 12px;
    font-size: 14px;
    *line-height: 1;
    color: #555;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.card_bg {
    background: #f4f7fc;
    padding: 12px;
}

.card_bg>.card {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    border: none;
}

.featured_talent {
    background: #f4f7fc;
}

.featured_talent .row {
    margin-bottom: 20px;
}

.featured_talent h4 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 15px 0;
}

.featured_talent .post_thumb {
    padding-right: 0px;
}

.featured_talent .post_details {
    text-transform: capitalize;
}

.featured_talent .post_details p {
    margin-bottom: 0px;
    *line-height: normal;
}

.featured_talent .post_details strong {
    *font-weight: 500;
    color: #000;
}

.featured_talent .post_details .post_att_state {
    font-size: 15px;
}

.featured_talent .post_details .post_attribute {
    font-size: 14px;
    color: #999;
}

/* ===== Talent ===== */

.pic_wrap {}

.pic_wrap .card {
    padding: 6px;
}

.skill_set {}

.skill_set .form-group,
.skill_set .custom-control {
    margin-right: 15px;
    margin-bottom: 10px;
}

.skill_set input[type="checkbox"] {
    display: none;
}

.skill_set input+label {
    display: inline-block;
    border: 1px solid#666;
    padding: 8px 20px 8px 45px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.skill_set input+label:after {
    position: absolute;
    content: '';
    opacity: 0.5;
    left: 10px;
    top: 9px;
    width: 18px;
    height: 18px;
    *line-height: 1;
    border: 2px solid #862929;
    border-radius: 50%;
}

.skill_set input+label:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 9.5px;
    opacity: 0;
}

.skill_set input:checked+label {
    box-shadow: 0px 4px 15px 0px rgba(34, 34, 34, 0.41);
    border-color: #862929;
    background: #862929;
    color: #fff;
}

.skill_set input:checked+label:before {
    opacity: 1;
}

.skill_set input:checked+label:after {
    opacity: 1;
    border-color: #fff;
}

#talent_profile {}

#talent_profile .nav {
    border-bottom: 4px solid#333;
}

#talent_profile .nav li {
    margin: 0 3px;
}

#talent_profile .nav li a {
    background: #333;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

#talent_profile .nav li a.active {
    background: #cd2122;
}

.talent_cate {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 15px 0 30px 0;
    font-size: 18px;
}

/* ===== Talent Profile Signup ===== */

.talent_profile_signup {}

.talent_profile_signup .form-inline .form-check {
    margin-left: 0px !important;
    margin-right: 15px !important;
}

.talent_profile_signup .form-inline .form-check label {}

.talent_profile_signup fieldset {
    border: 1px dashed#ddd !important;
}

.profile_pic_listing {}

.profile_pic_listing>div {
    margin-bottom: 30px;
}

.profile_pic_listing>div .thumb {
    position: relative;
}

.profile_pic_listing>div .thumb .dropdown {}

.profile_pic_listing>div .thumb .dropdown {
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: center;
    *line-height: 46px;
}

.profile_pic_listing>div .thumb .dropdown>a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: rgb(0 0 0 / 47%);
}

.profile_pic_listing>div .thumb .dropdown>a .fa {
    font-size: 18px;
    color: #fff;
}

.profile_pic_listing>div .thumb .dropdown .dropdown-toggle::after {
    display: none;
}

.profile_pic_listing>div .thumb .dropdown .dropdown-menu {
    border: none;
    padding: 0px;
    border-radius: 0px;
    width: 200px;
    left: auto !important;
    right: 0px;
    top: 11px !important;
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 8%);
}

.profile_pic_listing>div .thumb .dropdown .dropdown-menu a {
    padding: 8px 15px;
    display: block;
}

.profile_pic_listing>div .thumb .dropdown .dropdown-menu a .fa {
    margin-right: 5px;
}

.job_list_body_left_body_single label {
    color: black;
    /* padding-right: 10px; */
}

.job_list_body_left_body_single input {
    /* color:black; */
    float: right;
    border-radius: 5px;
}

/* ===== Footer ===== */

footer {
    background: #333;
    padding-top: 30px;
}

footer h4 {
    font-size: 18px;
    color: #999;
}

footer ul {
    padding-left: 0px;
}

footer li a {
    padding-bottom: 8px;
    display: inline-block;
}

footer li a:hover {
    color: #999;
}

footer .copyright {
    background: #303030;
    padding-top: 20px;
}

footer .copyright p {
    color: #999;
    font-size: 15px;
}

.footer_title {
    float: right;
}

footer .company_logo {
    background-image: url(../img/abc.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 35px;
    float: right;
    margin-top: -8px;
}

footer .company_logo:hover {
    background: url(../img/abc.png) 0px 44px;
}

.footer_social {}

.footer_social ul {
    padding-left: 0px;
}

.footer_social li {
    margin-bottom: 8px;
    list-style: none;
}

.footer_social li a {
    display: block;
    color: #666;
}

/* Placeholder */

.form-group::-webkit-input-placeholder {
    color: #999;
}

.form-group:-moz-placeholder {
    color: #999;
}

.form-group::-moz-placeholder {
    color: #999;
}

.form-group:-ms-input-placeholder {
    color: #999;
}

/* Scroll Bar */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff;
}

::-webkit-scrollbar {
    width: 4px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #666;
}

/* ===== Responsive Media Screens ===== */

.lg_img {}

.sm_img {
    display: none;
}

/* Responsive Navigation */

/*

#sidebar { height:100vh; background:#fff; padding-top:80px; display:none;  }

#sidebar .signup_menu { display:none; }

#sidebar ul { padding-left:0px; }

#sidebar.active { left:0; }

#sidebarCollapse,

#dismiss { display:none; }

#content { min-height:100vh; transition:all 0.3s;  }

*/

.owl-controls {
    text-align: center;
}

.owl-pagination {
    margin-top: 20px;
}

.owl-pagination .owl-page.active,
.owl-pagination .owl-page:hover {
    width: 12px;
    height: 12px;
    background: #333;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: #ddd;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media (min-width: 1360px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 1650px) {}

@media (max-width: 1450px) {}

@media (max-width: 1400px) {}

@media (max-width: 1300px) {}

@media (max-width: 1100px) {
    .logo {
        width: 200px;
        display: inline-block;
    }

    .navbar-shrink .logo {
        width: 150px;
    }

    .navbar-nav>li {
        margin-left: 10px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 993px) {
    .full_header.mobile_menu.navbar_fixed {
        top: -71px;
        padding: 10px 15px;
    }

    .full_header .float-right .bar_menu {
        background: #fff;
    }

    .full_header .float-right .bar_menu i {
        color: #666;
    }

    .res_logo {
        width: 180px;
        margin: 0 auto;
        display: block;
        margin-top: -20px;
    }

    .res_nav {
        margin-top: 20px;
    }

    .res_nav li {
        display: block;
        list-style: none;
    }

    .res_nav li a {
        display: block;
        padding: 6px 15px;
        border-bottom: 1px solid#ddd;
        text-transform: uppercase;
        font-size: 16px;
        text-align: left;
    }

    .res_nav li a .fa {
        float: right;
        margin: 8px 8px 0 0;
    }

    .dropdown_menu {
        position: relative;
        top: 0px;
        background: #f5f5f5;
        left: 0px !important;
        width: 100%;
    }

    .dropdown_menu a {
        padding-left: 30px !important;
        background: #f5f5f5;
    }

    .top_header {
        display: none;
    }

    #content {
        padding-left: 0px;
    }

    #sidebar {
        width: 250px;
        position: fixed !important;
        display: block;
        top: 0;
        left: -250px;
        padding: 60px 0 0 0 !important;
        height: 100vh !important;
        z-index: 9999;
        transition: all 0.3s;
    }

    #sidebar.active {
        left: 0;
    }

    #sidebarCollapse {
        display: block;
    }

    #dismiss {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

    .menu_overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1200;
        top: 0px;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .menu_overlay.active {
        display: block;
        opacity: 1;
    }

    .login_menu {
        width: 40px;
        height: 36px;
        border-radius: 4px;
        font-size: 20px;
        border: none;
        background: none;
        outline: none !important;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 9;
    }

    .login_menu .fa {
        color: #7d7d7d;
    }

    #sidebar .signup_menu {
        display: block;
        border-bottom: 1px solid#ddd;
        margin-bottom: 20px;
    }

    #sidebar .signup_menu ul {
        margin-bottom: 0px;
    }

    #sidebar .signup_menu li {
        margin-left: 0px;
        float: none !important;
        width: 100% !important;
    }

    #sidebar .signup_menu .dropdown_menu {
        width: 95%;
        padding: 0px;
    }

    #sidebar .signup_menu .dropdown_menu a {
        width: 100%;
        padding: 6px 10px;
        text-align: left;
    }
}

@media (max-width: 800px) {
    .lg_img {
        display: none;
    }

    .sm_img {
        display: block;
    }

    /* .navbar { background: rgba(255, 255, 255, 0.97) !important; }

.navbar-nav>li>a { text-align:center; font-size:16px;  padding:8px 4px; border-bottom:1px solid#ddd; }



.dropdown_menu  { border:none; background: #f9f9f9; left:aito; width:100%; }    

.dropdown_menu a {  padding:8px 10px; font-size:15px; } */
    #home .container-fluid {
        height: auto;
        overflow: auto;
    }

    #home .container-fluid .row {
        position: relative;
    }

    .disclaimer {
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .navbar {
        width: 100%;
        background: #fff;
        top: -1px;
        padding: 10px 15px 10px 15px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .navbar-shrink {
        padding: 10px 15px 8px 15px;
    }

    .our_team .col-lg-4 {
        margin-bottom: 30px;
    }

    .team_pop .modal-content {
        padding: 10px 20px 40px 20px;
    }

    .team_pop .close {
        font-size: 22px;
        position: absolute;
        z-index: 999;
        top: 8px;
        right: 10px;
    }

    .team_pop .modal-body .col-lg-3 img {
        width: 160px;
    }

    .team_pop .modal-body .col-lg-9 p {
        position: relative;
        bottom: 0px;
        margin-top: 20px;
        font-size: 22px;
    }

    #about,
    #contact,
    #products {
        padding-top: 90px;
    }

    .features {
        margin: 20px 0 50px 0px;
    }

    #contact .map iframe {
        height: 250px;
    }

    #contact .col-lg-7 {
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 30px;
    }
}

@media (max-width: 380px) {}

@media (max-width: 340px) {}

/* Owl Carousel */

.owl-carousel .owl-wrapper: after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    *line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-item .item {
    margin: 0 5px
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

/* Light Box */

.lb-loader,
.lightbox {
    text-align: center;
    *line-height: 0
}

body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    *font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    background: #fff;
    width: 100%
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    *line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    *line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/*!

Animate.css - http://daneden.me/animate

Licensed under the MIT license - http://opensource.org/licenses/MIT



Copyright (c) 2013 Daniel Eden

*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

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

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    *font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    *line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    *line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    *line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.update_btn_new {
    font-size: 12px;
    padding: 10px 10px;
}

.job_list_body_main .sticky {
    top: 0px !important;
}

.close:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.form-group.remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group.submit .btn-primary {
    color: #fff;
    background-color: #1586ff;
    border-color: #1586ff;
}

.submit .btn-success {
    color: #fff;
    background-color: #1586ff;
    border-color: #1586ff;
}

.recommened_job_sec {
    padding-bottom: 20px;
}

.carousel-inner .drop_sec {
    width: 250px !important;
}

footer ul li a {
    color: #666;
}

.slider-price p input {
    position: relative;
    color: #0096c7 !important;
}

.job_list_body_left_body .form-group {
    margin-top: 15px;
}

.client_pay {
    padding: 10px 8px !important;
}

.tp-caption .btn {
    display: inline-block !important;
    margin-top: 115px;
}

.record_popup .modal-header .close {
    top: -40px;
}

.slider_text_box .content {
    padding-top: 45px;
}

.view_det_tab {
    padding: 5px 15px !important;
}

.view_det_tab {
    padding: 5px 15px;
}

.footer-menus-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.manage_account {
    padding: 10px;
}

.manage_account span {
    font-size: 14px;
    color: #000;
    padding-left: 32px;
    position: relative;
    word-break: break-word;
}

.manage_account span i {
    color: #227BDC !important;
    text-align: left;
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 20px;
}

.manage_account span a {
    color: #f00 !important;
    text-align: left !important;
    padding: 0 !important;
    display: inline-block !important;
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    position: relative !important;
}

/*.manage_account span a:before{position: absolute;content: '\f0c1';font-family: FontAwesome;color: #227BDC !important;left: -32px;font-size: 18px;}*/
.top_header {
    display: flex;
    align-content: center;
    justify-content: flex-end;
}

.footer-menus-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.slider_text_box .content {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#post_job .nav li a.active {
    border-bottom: 4px solid #0096C7 !important;
}

.form-group {
    position: relative;
}

.mark_as_read {
    text-align: right;
    color: #027fea !important;
    text-decoration: underline;
}

.form-group i {
    cursor: pointer;
    color: #000;
    font-weight: 500 !important;
    padding-left: 5px;
    top: 3px;
    position: inherit;
    right: -20px;
    font-size: 12px;
    width: auto;
}

.company_form_sec_single label i {
    color: #000;
    font-weight: 400 !important;
    padding-left: 10px;
    top: 0px;
    position: absolute;
    *right: -25px;
}

.address_cont i {
    color: #000;
    font-weight: 400 !important;
    padding-left: 10px;
    top: 0px;
    position: absolute;
    *right: -25px;
}

.information_div {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 11;
    width: 200px;
}

.information_div p {
    text-align: center;
    position: relative;
    color: #000;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    border: none;
}

.form-group i:hover .information_div {
    display: block;
}

.new_client_set i:hover .information_div {
    display: block;
}

.talent_setting_input_display i:hover .information_div {
    display: block;
}

.company_form_sec_single label i:hover .information_div {
    display: block;
}

.address_cont i:hover .information_div {
    display: block;
}

.form-group label {
    margin-bottom: 8px;
    position: relative;
}

.filter-option {
    display: none !important;
}

.show-tick .btn-light {
    display: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-info {
    background-color: #1565c0;
    border-color: #1565c0;
    border-radius: 4px;
}

.text-right .btn-warning {
    color: #ffffff;
    background-color: #1565c0;
    border-color: #1565c0;
    border-radius: 4px;
}

.analyse_popup_check_single .check-profile-slugdiv:hover span.yescheckmark {
    background-color: #17a2b8 !important;
}

.analyse_popup_check_single .check-profile-slugdiv span.yescheckmark {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.choices__input {
    height: 45px !important;
    display: inline-block !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    vertical-align: middle !important;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.choices input {
    background: none;
    height: 45px !important;
}

.text-right .btn-warning {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.multiselect-search {
    flex: 0 0 96% !important;
}

.form-group span.fa-fw {
    top: inherit !important;
}

.popular_catego h2 {
    font-size: 22px !important;
}

.popular_catego .customNavigation {
    top: 0px !important;
}

.exclusive_artists .bold {
    font-size: 21px !important;
}

.current_jobs h1 {
    font-size: 21px !important;
}

.our_clients .bold {
    font-size: 21px !important;
}

#post_job .nav li a.active {
    border: none;
    background: none;
    border-bottom: 4px solid#0096c7;
}

section#post_job {
    padding: 0 0 50px 0;
}

.full_header .count-info>a svg {
    stroke: #212529;
}

.talent_setting_input_display select {
    background: #fff !important;
}

.muliple-language-cls {
    display: none !important;
}

.testimonials .customNavigation {
    top: 50%;
    transform: translateY(-50%);
}

#botmanWidgetRoot {
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9 !important;
    *min-width: 80px !important;
}

/*#botmanWidgetRoot div{min-width: 110px !important;}*/
#toggle_form_area .form-group label {
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
    display: block;
}

.form-inline .form-check input[type=radio] {
    margin: 0 10px 0 0 !important;
    margin-top: -2px !important;
}

.popular_catego {
    display: none !important;
}

.card .form-group .select2-container {
    width: 100% !important;
}

.new_multi_select_box .choices__inner {
    padding: 0px;
}

.new-sub button.multiselect {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
}

.new-sub button.multiselect {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
}

.new-sub .btn-group {
    width: 100% !important;
}

.add_btn_admin {
    display: inline-block !important;
    position: relative !important;
    z-index: 9999 !important;
}

.removecatsubcatbtn {
    position: relative;
    background: #dc3545;
    padding: 5px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-bottom: -2rem;
}

.removecatsubcatbtn i {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
}

.skill_div {
    display: flex;
    align-items: center;
}

#project-form .form-group i {
    top: 6px;
    left: 165px;
}

#toggle_form_area .form-group i {
    top: 6px;
    left: 110px;
    right: auto;
}

.information_div-projectinfo {
    left: 140px !important;
    width: 10px !important;
}

#previousworklocationgeoData {
    padding-left: 0px;
    margin-top: 10px;
}

#previousworklocationgeoData li {
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 20px;
    margin: 6px;
}

#previousworklocationgeoData li p {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}

#previousworklocationgeoData li .btndelete {
    border: none;
    background: none;
    outline: none;
    color: #f00;
    padding: 6px;
    opacity: 1;
}

#previousworklocationgeoDataPw {
    padding-left: 0px;
    margin-top: 10px;
}

#previousworklocationgeoDataPw li {
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 20px;
    margin: 6px;
}

#previousworklocationgeoDataPw li p {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}

#previousworklocationgeoDataPw li .btndelete {
    border: none;
    background: none;
    outline: none;
    color: #f00;
    padding: 6px;
    opacity: 1;
}

.drop_owl_sec .dropdown-toggle::after:after {
    display: none;
}

.video_popup_modal .modal-body {
    padding: 0px;
}

.hgt {
    height: 43px !important;
}

.select2-container {
    width: 100% !important;
}

.dropdown-toggle:after {
    display: none !important;
}

.my_projects_sec_left_btm_single_inner_right ul li a.view_jobs {
    padding: 8px 12px !important;
}

.gallery_sec_single img {
    height: 500px !important;
}

.preview_jobs_right_btn_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.preview_jobs_right_btn_inner ul {
    display: block;
}

.preview_jobs_right_btn_inner ul li {
    display: inline-block;
    margin-right: 10px;
}

.preview_jobs_right_btn_inner ul li a.back_btn {
    background: #a0a0a0;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 11px;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid #FFFFFF;
    padding: 5px 30px;
}

.preview_jobs_right_btn_inner ul li a.blue_btn {
    background: #007feb;
    color: #fff;
    margin-bottom: 0px;
}

.preview_jobs_right_btn_inner ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 8px 35px;
    border: 1px solid #fff;
    display: inline-block;
}

.choices__input.is-hidden {
    display: none !important;
    padding: 0 !important;
}

.choices__inner {
    padding: 0px !important;
}

.select2-search__field {
    font-size: 14px !important;
}

.mfp-close:focus {
    outline: none;
}

#latest_requirements .owl-item .inner .text-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub_menu {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
}






































































.exclusive_artists {
    display: none;
}

.parallax {
    display: block;
}

.about_counter {
    display: none;
}

@media only screen and (min-width:1501px) and (max-width:1600px) {}

@media only screen and (min-width:1401px) and (max-width:1500px) {}

@media only screen and (min-width:1301px) and (max-width:1400px) {}

@media only screen and (min-width:1200px) and (max-width:1300px) {}

@media only screen and (min-width:991px) and (max-width:995px) {
    .head-html {
        overflow: hidden !important;
    }

    .login_menu {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .new_side_menu {
        padding: 20px;
        max-width: 500px;
    }

    .signup_sidemenu h3 {
        font-size: 20px;
        margin: 0px;
    }

    .new_side_menu .form-group .form-control {
        height: 30px;
    }

    .login_menu-open .login_sidemenu,
    .signup_menu-open .signup_sidemenu,
    .menu-is-open1 .new_side_menu {
        height: 100%;
        overflow: scroll;
    }

    .signup_sidemenu .btn {
        padding: 5px 20px;
    }

    .new_side_menu .close-menu {
        margin-bottom: 15px;
    }

    /*Home page*/

    .customNavigation .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why_all {
        margin-top: 30px;
    }

    .why_all .col-lg-12 h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
    }

    .why_all .col-lg-12 p {
        font-size: 14px;
    }

    .why_all .card {
        padding: 15px;
        margin-bottom: 20px;
        height: 100%;
    }

    .why_all ul {
        padding-left: 0;
    }

    .why_all li {
        font-size: 14px;
        line-height: 22px;
    }

    .talent_tab .nav li {
        margin: 0 15px 15px 0;
    }

    .talent_tab .nav li a {
        font-size: 20px;
        padding: 10px 15px;
        width: 100%;
    }

    .talent_tab h3 {
        margin: 10px 0;
    }

    .talent_tab h3 {
        margin: 10px 0;
        font-size: 20px;
        line-height: inherit;
    }

    .talent_tab .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .talent_tab {
        padding: 20px 0 40px 0;
    }

    .exclusive_artists .bold {
        font-size: 20px !important;
        margin: 15px 0 10px 0;
    }

    #counter {
        padding: 20px 0;
        margin-top: 0;
    }

    .popular_catego .customNavigation {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 50% !important;
        transform: translateY(-50%);
    }

    section.home_slider {
        padding: 0px;
    }

    .testimonials h4 {
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    .testimonials .post .post-content p {
        font-size: 14px;
    }

    .post-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .parallax {
        padding: 30px 0 0 0;
    }

    .testimonials .post {
        padding: 0px;
    }

    .tp-fullwidth-forcer {
        height: 465px !important;
    }

    #counter .thumb .counter-value {
        font-size: 25px;
    }

    #counter .thumb h4 {
        font-size: 12px;
    }

    .tp-resizeme .detail {
        width: 100%;
    }

    .tp-caption .btn {
        margin-top: 210px !important;
        position: relative !important;
    }

    .slider_text_box .content {
        width: 75%;
    }

    .home_slider .rev_slider li .count {
        display: none !important;
    }

    .tp-parallax-wrap {
        top: 80px !important;
    }

    /*.rev_slider .tp-mask-wrap .tp-caption{background: none !important;}
.tp-bgimg{height: 100% !important;}
#home_full_slider {height: 40% !important;}*/
    .tp-resizeme .detail {
        width: 65%;
        position: relative !important;
        padding-right: 20px !important;
        overflow: hidden !important;
        font-size: 18px !important;
        margin-right: 20px !important;
    }

    .tp-resizeme h1 {
        font-size: 25px !important;
    }

    .why_all .row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    #home_full_slider {
        height: 45% !important;
    }

    .parallax .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #pills-tabContent .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tp-resizeme span {
        margin: 60px 0 0 0 !important;
    }

    .banner_patch {
        display: none;
    }

    #post_job .nav li a {
        font-size: 14px;
    }
}

@media only screen and (min-width:996px) and (max-width:1199px) {

    .banner_patch {
        margin-bottom: 0px;
    }

    .banner_patch h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .banner_text .row {
        top: -8px;
    }

    .banner_patch p {
        font-size: 12px;
        top: -20px;
    }

    .banner_patch a {
        font-size: 14px;
    }


}

@media only screen and (min-width:715px) and (max-width:991px) {
    .tp-resizeme .detail {
        font-size: 12px !important
    }

    .tp-resizeme h1 {
        font-size: 30px !important;
    }

    .tp-caption .btn {
        margin-top: 275px !important;
    }

    .tp-parallax-wrap {
        left: 3% !important;
    }

    .our_clients .col-md-2 {
        text-align: center;
    }

    .footer-menus-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .tp-caption .btn {
        margin-top: 250px !important;
    }

    .tp-resizeme h1 {
        font-size: 24px !important;
    }

    .tp-resizeme .detail {
        font-size: 10px !important;
        line-height: inherit !important;
    }


}

@media only screen and (min-width:768px) and (max-width:991px) {
    .nav_height {
        min-height: 0px !important;
    }

    #post_job .nav li a {
        font-size: 14px;
    }

    .nav_height {
        min-height: 0px;
    }

    /*.footer-menus-row{display: block !important;}*/
    .head-html {
        overflow: hidden !important;
    }

    .login_menu {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .new_side_menu {
        padding: 20px;
        max-width: 500px;
    }

    .signup_sidemenu h3 {
        font-size: 20px;
        margin: 0px;
    }

    .new_side_menu .form-group .form-control {
        height: 30px;
    }

    .login_menu-open .login_sidemenu,
    .signup_menu-open .signup_sidemenu,
    .menu-is-open1 .new_side_menu {
        height: 100%;
        overflow: scroll;
    }

    .signup_sidemenu .btn {
        padding: 5px 20px;
    }

    .new_side_menu .close-menu {
        margin-bottom: 15px;
    }


    .full_header {
        background: #fff;
    }

    .nav02 {
        top: 10px;
    }

    .count-info .label {
        top: 0px;
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .dropdown.show {
        display: inline-block !important;
    }

    .dropdown-menu {
        left: auto !important;
        right: 0px !important;
    }

    .count-info>a:hover {
        background: #ffffff;
    }

    .manage_account span {
        padding-left: 0px;
    }

    /*.count-info .main_nav{height: auto;}*/
    .dropdown-menu .main_nav.show {
        height: 250px;
    }

    .user_dashbord {
        padding: 30px 0 !important;
    }

    .user_dashbord h2 {
        font-size: 25px;
    }

    .user_dashbord .row .card {
        margin: 0 0 20px 0;
        height: 100%;
    }

    footer ul {
        padding-left: 0px !important;
    }

    .footer-menus {
        margin-bottom: 20px;
    }

    #botmanWidgetRoot {
        line-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9 !important;
    }

    /*#botmanWidgetRoot div{min-width: 110px !important;}*/
    .mobile-closed-message-avatar {
        text-align: center;
    }

    footer h4 {
        font-size: 14px;
    }

    .footer_social li {
        margin-bottom: 0;
    }

    .footer_social li a {
        font-size: 14px;
    }

    section#post_job {
        padding: 20px 0;
    }

    #post_job .nav li a {
        font-size: 12px;
    }

    .select2-container {
        width: 100% !important;
    }

    .form-group .btn-group {
        width: 100% !important;
    }

    .logo {
        width: 150px;
    }

    .manage_account span i {
        display: none;
    }


    /*Home page*/

    .customNavigation .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why_all {
        margin-top: 30px;
    }

    .why_all .col-lg-12 h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
    }

    .why_all .col-lg-12 p {
        font-size: 14px;
    }

    .why_all .card {
        padding: 15px;
        margin-bottom: 20px;
        height: 100%;
    }

    .why_all ul {
        padding-left: 0;
    }

    .why_all li {
        font-size: 14px;
        line-height: 22px;
    }

    .talent_tab .nav li {
        margin: 0 15px 15px 0;
    }

    .talent_tab .nav li a {
        font-size: 20px;
        padding: 10px 15px;
        width: 100%;
    }

    .talent_tab h3 {
        margin: 10px 0;
    }

    .talent_tab h3 {
        margin: 10px 0;
        font-size: 20px;
        line-height: inherit;
    }

    .talent_tab .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .talent_tab {
        padding: 20px 0 40px 0;
    }

    .exclusive_artists .bold {
        font-size: 20px !important;
        margin: 15px 0 10px 0;
    }

    #counter {
        padding: 20px 0;
        margin-top: 0;
    }

    .popular_catego .customNavigation {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 50% !important;
        transform: translateY(-50%);
    }

    section.home_slider {
        padding: 0px;
        height: 460px !important;
    }

    .testimonials h4 {
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    .testimonials .post .post-content p {
        font-size: 14px;
    }

    .post-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .parallax {
        padding: 30px 0 0 0;
    }

    .testimonials .post {
        padding: 0px;
    }

    .tp-fullwidth-forcer {
        height: 465px !important;
    }

    #counter .thumb .counter-value {
        font-size: 25px;
    }

    #counter .thumb h4 {
        font-size: 12px;
    }

    .tp-resizeme .detail {
        width: 100%;
    }

    .tp-caption .btn {
        margin-top: 210px !important;
        position: relative !important;
    }

    .slider_text_box .content {
        width: 75%;
    }

    .home_slider .rev_slider li .count {
        display: none !important;
    }

    .tp-parallax-wrap {
        top: 80px !important;
    }

    /*.rev_slider .tp-mask-wrap .tp-caption{background: none !important;}
.tp-bgimg{height: 100% !important;}
#home_full_slider {height: 40% !important;}*/
    .tp-resizeme .detail {
        width: 65%;
        position: relative !important;
        padding-right: 20px !important;
        overflow: hidden !important;
        font-size: 18px !important;
        margin-right: 20px !important;
    }

    .tp-resizeme h1 {
        font-size: 25px !important;
    }

    .why_all .row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    #home_full_slider {}

    .parallax .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #pills-tabContent .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #post_job .card .col-lg-7 h2 {
        margin-top: 40px;
        text-align: left;
    }

    #post_job form .form-inline .form-check {
        margin-left: 10px;
        padding-left: 0px;
        display: flex;
        align-items: center;
    }

    #toggle_form_area .form-group label {
        font-size: 12px !important;
    }

    #post_job form .form-inline .form-check label {
        padding-left: 5px;
    }

    #toggle_form_area .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #toggle_form_area .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #toggle_form_area .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #toggle_form_area .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #post_job .nav li a {
        font-size: 12px;
    }

    #nav-tabContent-new {
        margin: 0;
    }


    .preview_jobs_left {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .preview_jobs_left ul {
        height: auto;
    }

    .preview_jobs_main .row .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .preview_jobs_main .row .col-lg-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    #toggle_form_area .form-group i {
        top: 2px;
        right: 0;
        left: auto
    }

    .information_div {
        top: 25px;
        left: -185px;
    }

    .talent_brow_cont_heart i.favrioutactive {
        font-weight: 900 !important;
    }

    .view_details_page_sec_main .view_details_btns .reject_btn {
        font-size: 18px !important
    }




}

/*@media only screen and (max-width:767px) {
    .count-info .dropdown-menu.show{display: none;}
}*/



@media only screen and (min-width:320px) and (max-width:767px) {
    .count-info .dropdown-menu {
        left: auto !important;
        right: 0px !important;
    }

    .count-info .main_nav {
        width: 100% !important;
    }

    .mark_as_read {
        font-size: 12px !important;
    }

    .manage_account span {
        font-size: 11px !important;
    }

    .manage_account span a {
        font-size: 12px !important;
    }





    .new_side_menu {
        padding: 18px;
    }

    .nav_height {
        min-height: 30px;
    }

    .all_head_right ul li {
        padding-left: 10px;
    }

    .head-html {
        overflow: hidden !important;
    }

    .client_pay {
        left: -225px;
        top: 30px;
    }

    .talent_settings_body_single_right_show {
        display: block;
    }

    .talent_settings_body_single_right_show a {
        padding-top: 15px;
    }

    .talent_settings_body_single {
        padding: 15px;
    }

    .nav_height {
        height: 0px !important;
        min-height: 0px !important;
    }

    footer {
        display: block !important;
    }

    .footer-menus-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .footer-menus h4 {
        padding-left: 30px;
    }

    .login_menu {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .new_side_menu {
        padding: 20px;
        max-width: 300px;
    }

    .signup_sidemenu h3 {
        font-size: 20px;
        margin: 0px;
    }

    .new_side_menu .form-group .form-control {
        height: 30px;
    }

    .login_menu-open .login_sidemenu,
    .signup_menu-open .signup_sidemenu,
    .menu-is-open1 .new_side_menu {
        height: 100%;
        overflow: scroll;
    }

    .signup_sidemenu .btn {
        padding: 5px 20px;
    }

    .new_side_menu .close-menu {
        margin-bottom: 15px;
    }

    .new_side_menu h4 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .form-group.submit .btn-primary {
        padding: 5px 20px;
    }

    .form-group.remember {
        display: block;
    }

    .new_side_menu .forgot_password {
        float: left;
    }

    .remember .btn-link {
        padding: 0;
        font-size: 14px;
    }

    .popular_catego h2 {
        font-size: 16px !important;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .manage_account span i {
        display: none;
    }

    .full_header {
        background: #fff;
        position: relative;
        display: inline-block;
    }

    .nav02 {
        top: 10px;
    }

    .count-info .label {
        top: 0px;
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .dropdown.show {
        display: inline-block !important;
    }

    .dropdown-menu {
        right: auto !important;
    }

    .count-info>a:hover {
        background: #ffffff;
    }

    .manage_account span {
        padding-left: 0px;
    }

    .count-info .main_nav {
        top: 45px;
        height: 200px;
    }

    .user_dashbord {
        padding: 30px 0 !important;
    }

    .user_dashbord h2 {
        font-size: 25px;
    }

    .user_dashbord .row .card {
        margin: 0 0 20px 0;
        height: auto;
    }

    footer ul {
        padding-left: 30px !important;
    }

    .footer-menus {
        margin-bottom: 20px;
    }

    #botmanWidgetRoot {
        line-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-closed-message-avatar {
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }


    .talent_profile_signup {
        padding: 90px 0 0 0;
    }

    #post_job .nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }

    #post_job .nav li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #post_job .nav li a {
        font-size: 14px;
        padding: 0 0 10px 0;
    }

    #post_job .nav li:last-child {
        grid-column: 1/3;
        text-align: center;
    }

    #post_job .card {
        padding: 15px;
    }

    #post_job form .form-inline {
        display: grid;
        grid-template-columns: 1fr;
    }

    .form-check-input {
        margin-top: 10px;
    }

    .bootstrap-select .choices {
        margin-bottom: 0px;
    }

    .input-group-text {
        margin-bottom: 10px;
    }

    .full_header.content-white .float-left .logo img {
        width: 100%;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 100% !important;
    }

    .submit .btn {
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fieldset {
        padding: 10px !important;
        margin: 0 !important;
    }

    .form-control {
        font-size: 12px;
    }

    .count-info>a svg {
        stroke: #212529 !important;
    }

    /*.tp-bgimg.defaultimg{background: none !important;}*/
    .logo {
        width: 150px;
    }

    /*.circular-chart{max-width: 30% !important;}*/


    /*Home page*/

    .customNavigation .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why_all {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .why_all .col-lg-12 h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
    }

    .why_all .col-lg-12 p {
        font-size: 14px;
    }

    .why_all .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .why_all ul {
        padding-left: 0;
    }

    .why_all li {
        font-size: 14px;
        line-height: 22px;
    }

    .talent_tab .nav li {
        margin: 0 0 15px 0;
    }

    .talent_tab .nav li a {
        font-size: 20px;
        padding: 10px 15px;
        width: 270px;
    }

    .talent_tab h3 {
        margin: 10px 0;
    }

    .talent_tab h3 {
        margin: 10px 0;
        font-size: 20px;
        line-height: inherit;
    }

    .talent_tab .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .talent_tab {
        padding: 20px 0 40px 0;
    }

    .exclusive_artists .bold {
        font-size: 20px !important;
        margin: 15px 0 10px 0;
    }

    #counter {
        padding: 20px 0;
        margin-top: 0;
    }

    .popular_catego .customNavigation {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 50% !important;
        transform: translateY(-50%);
    }

    section.home_slider {
        padding: 0px;
    }

    .testimonials h4 {
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    .testimonials .post .post-content p {
        font-size: 14px;
    }

    .post-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .parallax {
        padding: 30px 0 0 0;
    }

    .testimonials .post {
        padding: 0px;
    }

    .tp-fullwidth-forcer {
        height: 640px;
    }

    #counter .thumb .counter-value {
        font-size: 25px;
    }

    #counter .thumb h4 {
        font-size: 12px;
    }

    .tp-resizeme .detail {
        width: 100%;
    }

    .tp-caption .btn {
        margin-top: 420px;
        position: relative !important;
    }

    .slider_text_box .content {
        width: 75%;
    }

    .home_slider .rev_slider li .count {
        display: none !important;
    }

    .tp-parallax-wrap {
        top: 80px !important;
    }

    .rev_slider .tp-mask-wrap .tp-caption {
        background: none !important;
    }


    #post_job .card .col-lg-7 h2 {
        margin-top: 40px;
        text-align: center;
    }

    #post_job form .form-inline .form-check {
        margin-left: 0;
        padding-left: 0px;
        display: flex;
        align-items: center;
    }

    #toggle_form_area .form-group label {
        font-size: 12px !important;
    }

    #post_job form .form-inline .form-check label {
        padding-left: 15px;
    }

    #job_listing_section .card-body h3 {
        font-size: 20px;
    }

    #job_listing_section .card-body {
        padding: 0px;
    }

    .dropzone.dz-clickable {
        text-align: center !important;
    }

    #toggle_form_area .form-group i {
        top: 2px;
        right: 0;
        left: auto
    }

    .information_div {
        top: 25px;
        left: -185px;
    }

    .gallery_sec_single img {
        height: 200px !important;
    }

    .profile_pic_listing>div .thumb .dropdown .dropdown-menu a {
        padding: 5px 15px;
        font-size: 12px;
    }

    .profile_pic_listing>div .thumb .dropdown .dropdown-menu {
        right: auto !important;
    }

    .banner_patch p {
        font-size: 13px;
    }

    .current_jobs {
        width: 100%;
    }

    .mark_as_read {
        font-size: 10px !important;
    }


    .tp-bgimg.defaultimg {
        background-position: 60% 100% !important;
        *transition: all 0.7s ease-in-out 0s;
    }

    /*.processing-revslide .tp-bgimg.defaultimg[data-bgposition="center center"] {background-position: 60% 100% !important;transition:all 0.7s ease-in-out 0s;}*/
    /*[data-bgposition="center center"]*/
    .home_slider .rev_slider li .slider_text_box {
        position: relative;
        z-index: 25 !important;
        top: -70px !important;
    }



}

@media only screen and (min-width:250px) and (max-width:319px) {
    .count-info .dropdown-menu {
        left: auto !important;
        right: 0px !important;
    }

    .count-info .main_nav {
        width: 100% !important;
    }

    .mark_as_read {
        font-size: 12px !important;
    }

    .manage_account span {
        font-size: 11px !important;
    }

    .manage_account span a {
        font-size: 12px !important;
    }





    .tp-caption .btn {
        margin-top: 270px !important;
    }

    .tp-resizeme h1 {
        font-size: 25px !important;
    }

    .gallery_sec_single img {
        height: 200px !important;
    }

    .nav_height {
        min-height: 10px;
    }

    .head-html {
        overflow: hidden !important;
    }

    .full_header .float-left {
        width: 170px;
        display: inline-block;
    }

    .full_header .float-left {
        width: 55px !important;
    }

    .full_header {
        background: #fff;
    }

    .nav02 {
        top: 10px;
    }

    .count-info .label {
        top: 0px;
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .dropdown.show {
        display: inline-block !important;
    }

    .dropdown-menu {
        left: auto !important;
        right: 0px !important;
    }

    .count-info>a:hover {
        background: #ffffff;
    }

    .manage_account span {
        padding-left: 0px;
    }

    .count-info .main_nav {
        height: 200px;
    }

    .user_dashbord h2 {
        font-size: 25px;
    }

    .user_dashbord .row .card {
        margin: 0 0 20px 0;
    }

    footer ul {
        padding-left: 30px !important;
    }

    .footer-menus {
        margin-bottom: 20px;
    }

    #botmanWidgetRoot {
        line-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-closed-message-avatar {
        text-align: center;
    }

    .full_header .float-left {
        width: 80px !important;
    }

    .logo {
        width: 130px;
    }

    .full_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        position: relative;
        display: inline-block;
    }

    .footer-menus-row {
        display: block !important;
    }

    .footer-menus h4 {
        padding-left: 30px;
    }

    .manage_account span i {
        display: none;
    }

    #post_job .nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 0;
    }

    #job_listing_section .actions {
        position: initial;
    }

    #job_listing_section .actions .btn-danger {
        font-size: 20px;
    }

    #post_job .nav li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #post_job .nav li a {
        font-size: 10px;
        padding: 0 0 10px 0;
    }

    #post_job .nav li:last-child {
        grid-column: 1/3;
        text-align: center;
    }

    #post_job .card {
        padding: 15px;
    }

    .information_div {
        top: 25px;
        left: -110px;
    }

    #post_job form .form-inline {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .form-check-input {
        margin-top: 10px;
    }

    .bootstrap-select .choices {
        margin-bottom: 0px;
    }

    .input-group-text {
        margin-bottom: 10px;
    }

    .full_header.content-white .float-left .logo img {
        width: 150px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 100% !important;
    }

    .submit .btn {
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .login_menu {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .fingertips p strong {
        font-size: 16px;
    }

    .fingertips p {
        font-size: 14px;
    }



    /*Home page*/

    .customNavigation .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why_all {
        margin-top: 30px;
    }

    .why_all .col-lg-12 h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
    }

    .why_all .col-lg-12 p {
        font-size: 14px;
    }

    .why_all .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .why_all ul {
        padding-left: 0;
    }

    .why_all li {
        font-size: 14px;
        line-height: 22px;
    }

    .talent_tab .nav li {
        margin: 0 0 15px 0;
    }

    .talent_tab .nav li a {
        font-size: 20px;
        padding: 10px 15px;
        width: 100%;
    }

    .talent_tab h3 {
        margin: 10px 0;
    }

    .talent_tab h3 {
        margin: 10px 0;
        font-size: 20px;
        line-height: inherit;
    }

    .talent_tab .card {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .talent_tab {
        padding: 20px 0 40px 0;
    }

    .exclusive_artists .bold {
        font-size: 20px !important;
        margin: 15px 0 10px 0;
    }

    #counter {
        padding: 20px 0;
        margin-top: 0;
    }

    .popular_catego .customNavigation {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 50% !important;
        transform: translateY(-50%);
    }

    section.home_slider {
        padding: 0px;
    }

    .testimonials h4 {
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
    }

    .testimonials .post .post-content p {
        font-size: 14px;
    }

    .post-content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .parallax {
        padding: 30px 0 0 0;
    }

    .testimonials .post {
        padding: 0px;
    }

    .tp-fullwidth-forcer {
        height: 640px;
    }

    #counter .thumb .counter-value {
        font-size: 25px;
    }

    #counter .thumb h4 {
        font-size: 12px;
    }

    .tp-resizeme .detail {
        width: 100%;
    }

    .tp-caption .btn {
        margin-top: 530px !important;
        position: relative !important;
    }

    .slider_text_box .content {
        width: 75%;
    }

    .home_slider .rev_slider li .count {
        display: none !important;
    }

    .tp-parallax-wrap {
        top: 10px !important;
    }

    .rev_slider .tp-mask-wrap .tp-caption {
        background: none !important;
    }

    section#post_job {
        padding: 20px 0;
    }

    #post_job .card .col-lg-7 h2 {
        margin-top: 40px;
        text-align: center;
    }

    #post_job form .form-inline .form-check {
        margin-left: 0;
        padding-left: 0px;
        display: flex;
        align-items: center;
    }

    #toggle_form_area .form-group label {
        font-size: 12px !important;
    }

    #post_job form .form-inline .form-check label {
        padding-left: 15px;
    }

    #job_listing_section .card-body h3 {
        font-size: 20px;
    }

    #job_listing_section .card-body {
        padding: 0px;
    }

    .dropzone.dz-clickable {
        text-align: center !important;
    }

    .form-group i {
        left: 80px;
    }

    #toggle_form_area .form-group i {
        top: 2px;
        left: 80px;
    }

    .rev_slider .tp-caption {
        width: 330px;
    }

    .current_jobs .inner {
        padding: 0;
    }

    .tp-bgimg.defaultimg {
        *background-position: 60% 100% !important;
        *transition: all 0.7s ease-in-out 0s !important;
    }

    .home_slider .rev_slider li .slider_text_box {
        position: relative;
        z-index: 25 !important;
        top: -80px !important;
    }

    .tp-caption .btn {
        margin-top: 480px !important;
        position: relative !important;
    }




}

.nav_height {
    background: #fff;
}

.navbar_fixed .sub_menu {
    box-shadow: none;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

/*.home_slider .rev_slider li{transition: all 0.5s ease-in-out 0s !important;}
#home_full_slider{transition: all 0.5s ease-in-out 0s !important;}
.rev_slider>ul{transition: all 0.5s ease-in-out 0s !important;}
.slotholder{transition: all 0.5s ease-in-out 0s !important;}*/


.resend_vefictn_lnk {
    display: inline-block !important;
    position: relative !important;
    padding: 7px 10px !important;
    color: #fff !important;
    background: #227bdc !important;
    height: auto !important;
    width: auto !important;
    border-radius: 5px !important;
}

.mfp-iframe-scaler iframe {
    width: 75% !important;
    height: 75% !important;
    right: 0px !important;
    left: 0px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 auto !important;
}



table.table.table-flush-spacing td input {
    top: 8px !important;
    left: 20px !important;
}

.form-check-label {
    margin-bottom: 5px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}


.only-home-nav-height .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}


.talent_list_new_sec_body_right_single_cont_sec {
    height: 85px !important;
}

.show-content-list {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.show-content-list input {
    top: 10px;
    position: relative;
}

#client_rejection_template .form-group.submit .btn-primary {
    margin-left: 20px !important;
    margin-top: 10px !important;
}