/* ----------------------------------
  1. Reset default browser styles
  2. Basic classes and elements 
  3. Typography
  4. Header
  5. List and Navigation
  6. Buttons
  7. Sliders
  8. Main Content Elements
  9. Main Content
  10. Forms
  11. Icons
  12. Footer
-------------------------------------*/
body, a, td, th, h1, h2, h3, h4, h5, p, label, input, select, button, span, strong, div {
    font-family: "Open Sans", sans-serif;
}

    a:focus, a:hover, .tabs.variation_2 .tabs_conrain.table-gui .btn-reg, .table-2 .btn-reg, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn > .btn-reger .tabs_nav li.ui-tabs-active a, .tabs.variation_2 .tabs_conrainer .tabs_nav li a:hover, #owl-demo-5 .owl-item .item a, .post_text a:hover h4, .writers_list li a:hover h4 {
        text-decoration: none;
    }

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.txtbold {
    font-weight: bold;
}

.txtuppercase {
    text-transform: uppercase;
}

.mrg15 {
    margin: 15px 0;
}

.mrauto {
    margin: 0 auto;
}

.color3 {
    color: #3497E0;
}

.title_tabfindcardLaisuat {
    font-size: 20px;
    padding: 15px 0;
    text-transform: uppercase;
}
/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

.modal-backdrop {
    position: INHERIT;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000;
}



.tabsearch .tab-pane {
    height: 478px !important;
}

.deal {
    width: 20px !important;
    height: 10px !important;
    position: absolute;
    margin: 13px 5px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

article, aside, audio, canvas, command, datalist, details, embed, div, div, footer, header, hgroup, keygen, meter, nav, output, progress, div, source, video, main {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, div, div, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, div, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

iframe {
    width: 100%;
}

a {
    text-decoration: none;
    outline: none !important;
}

b, strong {
    font-weight: bold !important;
}

ul, ol {
    list-style: none;
}

q {
    quotes: none;
}

table, table td {
    padding: 5px;
    border: 1px solid;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    max-width: 100%;
}

embed {
    vertical-align: top;
}



button::-moz-focus-inner {
    border: 0;
}

html, body {
    height: 100%;
}

/* -----------------------------------

  2. Basic classes and elements 

------------------------------------- */

body {
    font: 14px/21px 'Roboto', 'sans-serif';
    color: #3e454c;
    background: #fff;
    background-attachment: fixed;
    overflow-x: hidden;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.wrapper_container {
    background: #fff;
}

.wrapper {
    overflow: hidden;
}

.relative, .wrapper_container {
    position: relative;
}

.absolute {
    position: absolute;
}

.t_align_l {
    text-align: left;
}

.t_align_c {
    text-align: center;
}

.t_align_r {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.d_inline_b {
    display: inline-block;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

::selection {
    background: #ed1b24;
    color: #fff;
}

::-moz-selection {
    background: #ed1b24;
    color: #fff;
}

::-o-selection {
    background: #ed1b24;
    color: #fff;
}

::-ms-selection {
    background: #ed1b24;
    color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    background: #52585e;
}

::-webkit-scrollbar-thumb {
    background: #ed1b24;
}

.w100 {
    width: 100%;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.header input::-webkit-input-placeholder {
    color: #bfbfc2;
}

.header input::-moz-placeholder {
    color: #bfbfc2;
}

[class*="header_"] input::-moz-placeholder {
    color: #f2f2f2;
}

[class*="header_"] input::-webkit-input-placeholder {
    color: #f2f2f2;
}

.clearfix:after,
.row:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.boxed_layout {
    width: 1200px;
    margin: 0 auto;
    background: #e2e2e2;
    -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,.17);
    box-shadow: 0 0 45px 0 rgba(0,0,0,.17);
}

.wide_layout {
    width: 100%;
}

/* -----------------------------------

  3. Typography

------------------------------------- */

h1, h2, h3, h4, h5 {
    line-height: 1.3em;
    font-weight: bold;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

a,
button {
    -webkit-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}

p {
    font-weight: 300;
}

    p a {
        color: #0C76EE;
    }

        p a:hover {
            text-decoration: underline;
        }

.required {
    color: #0C76EE;
}

/* Typography-page */

.typography li h1,
.typography li h2,
.typography li h3,
.typography li h4,
.typography li h5,
.typography li h6 {
    font-weight: 600;
    color: #3e454c;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.typography li {
    margin-top: 25px;
}

    .typography li h1 {
        font-size: 36px;
    }

    .typography li h2 {
        font-size: 30px;
    }

    .typography li h3 {
        font-size: 24px;
    }

    .typography li h4 {
        font-size: 18px;
    }

    .typography li h5 {
        font-size: 16px;
    }

    .typography li h6 {
        font-size: 14px;
    }

/* -----------------------------------

  4. Header

------------------------------------- */

.header {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
}

    .header[class*="header_"] {
        background-color: #3e454c;
    }


    /* Sticky menu */

    .header.scrolled {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

/* Pre Header */

.pre_header {
    text-align: center;
    padding: 20px;
    background: #383e44;
}

/* Header top part */

.h_top_part {
    background: #f2f2f2;
}

[class*="header_"] .h_top_part {
    border-bottom: 1px solid #4b5158;
    background: none;
}

.header_top {
    text-align: justify;
    padding: 6px 0;
}

    .header_top:after {
        content: '';
        width: 100%;
        display: inline-block;
    }

.login_block > ul > li,
.login_block > ul > li > a {
    color: #212428;
    font-size: 13px;
}

.header[class*="header_"] .login_block > ul > li > a {
    color: #f2f2f2;
}

.header_top nav,
.header_top .login_block,
.mobile_menu nav ul li,
.header_top .head_weather_info {
    display: inline-block;
}

.login_block > ul {
    font-size: 0;
}

    .login_block > ul > li {
        display: inline-block;
        position: relative;
    }

        .login_block > ul > li:hover > a {
            background: #0D92FF;
            color: #fff;
        }

.login_block ul li:hover a i {
    color: #f2f2f2;
}

.h_bot_part_container {
    width: 100%;
    display: table;
}

    .h_bot_part_container > div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        float: none;
        padding: 0;
    }

/* Header-2 */

.header.header_2 .head_weather_info {
    color: #b0b2b4;
    font-size: 13px;
}

    .header.header_2 .head_weather_info span {
        padding: 0 5px 0 10px;
        color: #e1e2e3;
    }

        .header.header_2 .head_weather_info span:after {
            content: "\f185";
            font-family: FontAwesome;
            padding-left: 3px;
        }

/* Header-3 */

.header_3 .menu_wrap {
    background: #3e454c;
    width: 100%;
}

/* Header-4 Header-5 */



.header_4 .header_top,
.header_5 .header_top {
    margin-bottom: -26px;
}

.header_4 .h_bot_part .logo,
.header_5 .h_bot_part .logo {
    padding-top: 0;
}



.header_4 .header_top,
.header_5 .header_top {
    padding: 0;
}

    .header_4 .header_top nav,
    .header_5 .header_top nav {
        padding-top: 6px;
    }

.header_5 .h_top_part {
    border: none;
}

.header_5 .menu_wrap {
    padding: 40px 0;
    background: #3e454c;
}

.header.header_5 .main_menu > ul > li > a {
    padding: 15px 13px;
}

.header_5 .menu_wrap.sticky {
    padding: 10px 0;
}

.header_5 .searchform_wrap {
    background: #3e454c;
}


/* Logo */

.h_bot_part {
    padding: 20px 0;
}

    .h_bot_part .logo {
        padding-top: 15px;
        width: 30%;
    }

.header.header_2 .h_bot_part .logo,
.header_3 .menu_wrap .logo {
    padding-top: 0;
    width: 100%;
}

/* Main Navigation */
.tabsearch {
    width: 100%;
    float: left;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
}

    .tabsearch .nav {
        width: 10%;
        float: left;
        border: 0;
    }

    .tabsearch .tab-content {
        width: 90%;
        float: left;
        overflow: auto;
        padding: 10px;
        box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    }

    .tabsearch .nav-tabs li {
        width: 100%;
        margin-top: 100px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .tabsearch .nav-tabs a {
        border: 0 !important;
        border-radius: 0;
        color: black;
    }

    .tabsearch .nav-tabs .active a {
        border: 0 !important;
        border-radius: 0;
        border-left: 2px solid #5db2ff !important;
        color: #5db2ff !important;
    }

        .tabsearch .nav-tabs .active a:hover {
            border: 0 !important;
            border-radius: 0;
            border-left: 2px solid #5db2ff !important;
            color: #5db2ff;
        }

    .tabsearch .nav-tabs li a {
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        transform: rotate(-90deg);
    }

    .tabsearch .tab-content .active {
        overflow: hidden;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: none;
}

.nav-tabs > li > a:hover {
    border: none;
}

.menu_wrap {
    z-index: 189;
    width: inherit;
    position: relative;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu_border {
    border-bottom: 2px solid #3e454c;
}

[class*="header_"] .menu_wrap {
    background: #383e44;
}

.menu_wrap .menu_border_wrap {
    margin-bottom: -2px;
}

.header_6 .menu_wrap .menu_border_wrap {
    margin-bottom: 0;
}

.header_3 .menu_wrap {
    padding: 20px 0;
    background: #3e454c;
}

.menu_wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header_3 .menu_wrap.sticky {
    padding: 10px 0;
}

.spacer {
    display: none;
    height: 0;
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
}

.menu_wrap2 {
    background: #383e44;
}

.menu_wrap.type_3 {
    padding: 9px 0;
    border-bottom: 1px solid #e6e5e7;
}

.main_menu {
    float: left;
}

.header.header_2 .main_menu {
    float: none;
    text-align: center;
}

    .header.header_2 .main_menu > ul {
        display: inline-block;
    }

.main_menu > ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.main_menu > ul > li {
    float: left;
    position: relative;
}

    .main_menu > ul > li > a {
        display: block;
        padding: 14px 18px;
        text-transform: uppercase;
        font-size: 16px;
    }

[class*="header_"] .main_menu > ul > li > a {
    color: #f2f2f2;
    margin-bottom: 0;
    border: none;
    padding: 15px 18px;
}

.header.header_3 .main_menu > ul > li > a {
    padding: 15px 13px;
}

.main_menu > ul > li:hover > a,
.main_menu > ul > li.current > a,
.main_menu > ul > li[class*="current_"] > a {
    background: #0C76EE;
    color: #fff;
}

.main_menu > ul > li.current > a {
    border-bottom: 2px solid #0C76EE;
}

.header[class*="header_"]:not(.header_6) .main_menu > ul > li > a:hover,
.header[class*="header_"]:not(.header_6) .main_menu > ul > li.current > a {
    border: none;
}

.menu_wrap.type_2 .main_menu > li > a {
    padding: 20px 30px;
}

.main_menu.type_2 > ul > li > a {
    padding: 9px 10px 10px;
}

.main_menu.type_3 > ul > li > a {
    padding: 10px 20px;
}

.main_menu ul li .plus {
    display: none;
}

.sub_menu_wrap {
    position: absolute;
    left: 0;
    width: 535px;
    background: #3e454c;
    text-align: left;
    padding: 30px 20px;
    -webkit-transform: rotate3d(1,0,0,-90deg);
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    z-index: 999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.menu_border_wrap .sub_menu_wrap {
    top: calc(100% - 2px);
}

.sub_menu_wrap ul li.current > a {
    padding-left: 15px;
    padding-right: 15px;
    background: #484e56;
}

.sub_menu_wrap.sub_menu_inner ul li.current > a,
.sub_menu_wrap.sub_menu_inner_2 ul li.current > a {
    background: #4f555d;
}

.sub_menu_wrap.type_2 {
    min-width: 220px;
    width: auto;
    padding: 20px 0;
}

.sub_menu_wrap .sub_menu_wrap {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
    background: #484e56;
    -webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    -o-transform: rotate3d(0,1,0,90deg);
    -ms-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg);
}

.main_menu > ul > li:hover > .sub_menu_wrap:not(.sub_menu_inner),
.sub_menu_wrap ul li:hover .sub_menu_wrap.sub_menu_inner,
.sub_menu_inner ul li:hover .sub_menu_wrap.sub_menu_inner_2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.sub_menu_wrap .sub_menu_wrap.sub_menu_inner_2 {
    left: initial;
    right: 100%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.sub_menu_wrap:before {
    right: auto;
    left: 16px;
}

.sub_menu_wrap > div {
    float: left;
}

.sub_menu, .main_menu > ul > li > a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sub_menu_wrap ul li:hover > a,
.select_list > li:hover {
    background: #484e56;
}

.sub_menu_wrap.sub_menu_inner ul li:hover > a,
.sub_menu_wrap.sub_menu_inner_2 ul li:hover > a {
    background: #4f555d;
}

.sub_menu_wrap > div > div {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub_menu_wrap ul li:hover > a {
    padding-left: 15px;
    padding-right: 15px;
}

.sub_menu_wrap[class*="type_"] ul li {
    padding: 0 20px;
}

.sub_menu_wrap ul > li:last-child > a {
    border-bottom: none;
}

.sub_menu_wrap > div {
    margin-left: 30px;
    min-width: 145px;
}

    .sub_menu_wrap > div:first-child {
        margin-left: 0;
    }

.sub_menu_wrap ul li a {
    display: block;
    padding: 7.7px 0;
    white-space: pre;
    border-bottom: 1px solid #565c64;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sub_menu_wrap ul li a,
.sub_menu_wrap > div > div {
    color: #f2f2f2;
}

.sub_menu_wrap > div > div {
    font-weight: normal;
}

.search_box {
    float: right;
}

.shopping_button:hover .shopping_cart,
.login_button.shop_button:hover .shopping_cart {
    opacity: 1;
    visibility: visible;
}

.shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    min-width: 260px;
    background: #f2f2f2;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header_3 .shopping_cart,
.header_4 .shopping_cart {
    margin-top: 6px;
}

.header_6 .shopping_cart,
.header_2 .shopping_cart {
    margin-top: 0;
}

.shopping_cart .sc_header {
    padding: 12px 20px 9px;
    color: #212428;
}

.shopping_cart .total_price {
    padding: 12px 20px;
    line-height: 1.2em;
    background: #f9f9f9;
    color: #212428;
}

    .shopping_cart .total_price ul li {
        margin-bottom: 10px;
    }

        .shopping_cart .total_price ul li:last-child {
            color: #0C76EE;
            font-weight: bold;
            margin-bottom: 0;
        }

        .shopping_cart .total_price ul li span {
            display: inline-block;
        }

            .shopping_cart .total_price ul li span:first-child {
                min-width: 70px;
            }

            .shopping_cart .total_price ul li span:last-child {
                font-size: 15px;
            }

.shopping_cart .sc_footer {
    padding: 20px;
}

    .shopping_cart .sc_footer button:first-child {
        margin-bottom: 3px;
    }

.header.header_2 .searchform_wrap,
.header.header_3 .searchform_wrap {
    background: #3e454c;
}

.searchform_wrap > div {
    position: relative;
    height: inherit;
}

    .searchform_wrap > div:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.searchform_wrap form {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

/* -----------------------------------

  5. Lists and navigations

------------------------------------- */

.mobile_menu nav ul li {
    margin-left: 8px;
}

    .mobile_menu nav ul li:before {
        content: ".";
        margin: 0px 8px 0 0;
        top: 0;
        font-size: 25px;
        color: #e6e6e7;
        line-height: 0px;
        position: relative;
        top: -3px;
    }

.mobile_menu.var2 nav ul li:before {
    color: #212428;
}

.mobile_menu nav ul li:first-child {
    margin-left: 0;
}

    .mobile_menu nav ul li:first-child:before {
        display: none;
    }

.mobile_menu nav ul li a {
    color: #f2f2f2;
    font-size: 13px;
}

.mobile_menu.var2 nav ul li a {
    color: #212428;
}

.mobile_menu nav ul li a:hover {
    text-decoration: underline;
}

.dropdown_list {
    position: absolute;
    top: 100%;
    margin-top: 6px;
    left: 0;
    padding: 0;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header.header_2 .dropdown_list {
    left: 0;
}

.dropdown_list:before {
    border-bottom-color: #34495e;
}

.dropdown_list > li a,
.sort_list > li a {
    display: block;
    padding: 7px 15px;
    background: #f2f2f2;
    color: #212428;
}

.dropdown_list > li img {
    margin-right: 6px;
}

.dropdown_list > li a:hover,
.sort_list > li a:hover {
    background: #f9f9f9;
    color: #0C76EE !important;
}

.sort_list {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: rotate3d(1,0,0,90deg);
    -moz-transform: rotate3d(1,0,0,90deg);
    -o-transform: rotate3d(1,0,0,90deg);
    -ms-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .sort_list > li a {
        text-transform: uppercase;
        font-size: 13px;
    }

    .sort_list.opened {
        -webkit-animation: wicket .5s ease;
        -moz-animation: wicket .5s ease;
        -o-animation: wicket .5s ease;
        -ms-animation: wicket .5s ease;
        animation: wicket .5s ease;
        -webkit-transform: rotate3d(1,0,0,0deg);
        -moz-transform: rotate3d(1,0,0,0deg);
        -o-transform: rotate3d(1,0,0,0deg);
        -ms-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg);
        visibility: visible;
    }

    .sort_list.closed {
        -webkit-animation: wicketout .5s ease;
        -moz-animation: wicketout .5s ease;
        -o-animation: wicketout .5s ease;
        -ms-animation: wicketout .5s ease;
        animation: wicketout .5s ease;
        visibility: visible;
    }

/* Lists */

.list_variants h3 {
    margin-bottom: 0;
}

[class*="default_list_"] {
    margin-top: 25px;
}

    [class*="default_list_"] li {
        margin-top: 15px;
    }

        [class*="default_list_"] li a:hover {
            text-decoration: underline;
        }

        [class*="default_list_"] li:hover:before,
        .default_list_numb li:hover span {
            color: #0C76EE;
        }

        [class*="default_list_"] li:first-child {
            margin-top: 0;
        }

    [class*="default_list_"] li {
        font-weight: 300;
        color: #3e454c;
        display: block;
        vertical-align: middle;
        overflow: hidden;
    }

        [class*="default_list_"] li:before {
            font-family: FontAwesome;
            float: left;
            padding-right: 10px;
            vertical-align: middle;
            font-weight: bold;
        }

.default_list_numb li span {
    float: left;
    vertical-align: middle;
    padding-right: 10px;
}

.default_list_arrow li:before {
    content: "\f105";
    font-size: 14px;
}

.default_list_check li:before {
    content: "\f00c";
    font-size: 10px;
}

.default_list_disk li:before {
    content: "\f111";
    font-size: 8px;
}

.default_list_plus li:before {
    content: "\f196";
    font-size: 11px;
}

.default_list_minus li:before {
    content: "\f147";
    font-size: 11px;
}

.default_list_numb li {
    list-style-position: inside;
}

    .default_list_numb li a {
        padding-left: 7px;
    }

/* Product List */

.products_list ul li {
    padding: 15px 20px;
    line-height: 1.2em;
}

.products_list.var2 ul li {
    padding: 0 0 30px 0;
}

    .products_list.var2 ul li:last-child {
        padding: 0;
    }

.products_list ul li > div {
    position: relative;
}

.products_list ul li img,
.products_list ul li .product_description {
    display: inline-block;
}

.products_list ul li img {
    margin-right: 10px;
}

.products_list ul li .product_description {
    width: 120px;
    color: #3e454c;
}

    .products_list ul li .product_description a {
        color: #3d3f43;
        display: block;
        font-size: 13px;
    }

.products_list.var2 ul li .product_description a {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.products_list ul li .product_description a:hover {
    color: #0C76EE;
}

.products_list ul li .product_description .price {
    color: #0C76EE;
    font-weight: 600;
}

.products_list ul li .product_description .rating_list {
    margin-top: 5px;
}

/* Activity List */

.activity_list li {
    background: #f2f2f2;
    padding: 10px 20px 20px 20px;
}

.tabs_content > [id*="tab-"] .activity_list li {
    margin-top: 0;
}

.activity_list li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.activity_list li:nth-child(2n) {
    background: #f9f9f9;
}

.activity_list li .post_photo {
    min-width: 80px;
    text-align: right;
    vertical-align: top;
    float: left;
}

.activity_list li .post_text {
    padding-left: 20px;
    overflow: hidden;
}

    .activity_list li .post_text a {
        color: #212428;
        display: inline-block;
        font-weight: 600;
    }

        .activity_list li .post_text a h5,
        .activity_list li .post_text h5 {
            line-height: 21px;
        }

        .activity_list li .post_text a:hover h5 {
            text-decoration: underline;
        }

    .activity_list li .post_text span {
        color: #b4b5b8;
        font-weight: 300;
    }

        .activity_list li .post_text span.var2 {
            font-weight: normal;
        }

    .activity_list li .post_text .event_activity {
        padding-top: 0;
    }

    .activity_list li .post_text p {
        padding: 5px 10px;
        border-left: 2px solid #d1d1d3;
        margin-top: 5px;
    }

        .activity_list li .post_text p a {
            color: #0C76EE;
            font-weight: 300;
        }

    .activity_list li .post_text .iframe_video_container {
        margin-top: 10px;
    }

    .activity_list li .post_text p.var2,
    .activity_list li .post_text p.var3 {
        margin-top: 10px;
        border: none;
        padding: 0;
    }

    .activity_list li .post_text p.var3 {
        margin-top: 0;
    }

/* -----------------------------------

  6. Buttons

------------------------------------- */

.button {
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

    .button.full_width {
        width: 100%;
    }

    .button.button_orange,
    .button.search_button:hover,
    .shopping_button:hover,
    .close_search_form:hover,
    .button.button_grey:hover {
        background: #0C76EE;
    }

        .button.button_orange:hover,
        .button.button_grey {
            background: #3e454c;
        }

            .button.button_grey[class*="button_type_icon_"] i,
            .button.button_orange[class*="button_type_icon_"]:hover i {
                background: #383e44;
            }

        .button.button_orange[class*="button_type_icon_"] i {
            background: #0C76EE;
        }

    .button.button_grey_light {
        background: #f2f2f2;
        color: #212428;
    }

    .button.button_white {
        background: #fff;
        color: #212428;
    }

    .button.button_grey_light[class*="button_type_icon_"] i,
    .button.button_grey_light[class*="button_type_icon_"] span {
        background: #e2e6e7;
    }

    .button.button_grey_light:hover,
    .button.button_white:hover {
        background: #0C76EE;
        color: #fff;
    }

    .button.button_grey_light[class*="button_type_icon_"]:hover i,
    .button.button_grey[class*="button_type_icon_"]:hover i,
    .button.button_grey_light[class*="button_type_icon_"]:hover span {
        background: #0C76EE;
        color: #fff;
    }

    .button.search_button:hover i,
    .shopping_button:hover i.fa-shopping-cart,
    .close_search_form:hover i {
        color: #f2f2f2;
    }

    .button.btn-email {
        padding: 10px 11px 9px;
    }

    .button.search_button,
    .button.shop_button {
        background-color: transparent;
        color: #b0b2b4;
        padding: 15px 10px;
    }

.header_6 .button.search_button,
.header_6 .button.shop_button {
    padding: 16px 10px;
}

.button.button_type_2 {
    padding: 8px 20px;
}

.button.button_type_3 {
    padding: 2px 10px;
    font-size: 13px;
}

.button.button_type_4 {
    padding: 13px 22px;
    font-size: 20px;
    font-weight: bold;
}

.button.button_type_icon_small {
    padding: 2px 30px 2px 11px;
    font-size: 13px;
    position: relative;
}

    .button.button_type_icon_small i {
        padding: 2px 7px;
    }

.button.button_type_icon_medium {
    padding: 8px 57px 8px 20px;
    font-size: 16px;
    position: relative;
}

    .button.button_type_icon_medium i,
    .button.button_type_icon_medium span {
        padding: 8px 12px 8px 11px;
    }

.button.button_type_icon_big {
    padding: 13px 70px 13px 22px;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

    .button.button_type_icon_big i {
        padding: 13px 16px;
    }

.button[class*="button_type_icon_"] i,
.button[class*="button_type_icon_"] span {
    font-family: FontAwesome;
    margin: 0 !important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-weight: bold;
    font-style: inherit;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}

.button[class*="button_type_icon_"] span {
}

.button.icon[class*="button_type_icon_"] {
    padding: 0;
}

    .button.icon[class*="button_type_icon_"] i {
        left: 0;
        right: inherit;
        position: relative;
    }

.shopping_button,
.search_button {
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .shopping_button > i,
    .search_button > i {
        font-size: 18px;
    }

[class*="s_form_wrap"] .search_button {
    margin-top: 9px;
}

.close_search_form {
    background-color: transparent;
    position: absolute;
    right: 15px;
    color: #b0b2b4;
    z-index: 99;
    display: block;
    top: 0;
}

.header.header_2 .close_search_form {
    right: 0;
    top: 4px;
}

.searchform_wrap.type_2 .close_search_form {
    right: 28px;
}

.searchform_wrap.type_3 .close_search_form {
    right: 0;
}

#menu_button {
    padding: 15px;
    width: 100%;
    display: none;
    background: #383e44;
}

#menu_button {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

    #menu_button:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 16px;
        color: #fff;
        margin-right: 5px;
    }

    #menu_button.active {
        background: #0C76EE;
    }

        #menu_button.active > span,
        .close_product:hover {
            color: #0C76EE;
        }

.login_button:hover .popup,
.lang_button:hover .dropdown_list {
    opacity: 1;
    visibility: visible;
}

.login_button > a,
.lang_button > a {
    padding: 9px 10px;
    background: transparent;
}

.login_button a i {
    margin-right: 7px;
    color: #b0b2b4;
}

.lang_button a img {
    margin: 5px 7px 0 0;
}

.close_product {
    font-weight: 300;
    background-color: transparent;
    color: #b0b2b4;
    position: absolute;
    right: 0;
    top: 0;
}

.button.banner_button {
    padding: 2px 11px;
    text-transform: none;
    font-size: 12px;
}

.button.view_button {
    padding: 1px 11px;
    background: #f2f2f2;
    color: #3e454c;
    font-size: 12px;
}

    .button.view_button:hover {
        background: #0C76EE;
        color: #fff;
    }

.button.sport {
    background: #854ec2;
}

.button.travel {
    background: #00ada7;
}

.button.business {
    background: #13b7ff;
}

.button.health {
    background: #0C76EE;
}

.button.fashion {
    background: #a13d63;
}

.button.entertainment {
    background: #ec2913;
}

.button.food {
    background: #96ca2d;
}

.button.education {
    background: #70b85d;
}

.button.politics {
    background: #4a80dc;
}

.button.tech {
    background: #d1008b;
}

#sort_button {
    color: #b0b1b4;
}

    #sort_button:hover {
        color: #0C76EE;
    }

    #sort_button.active {
        color: #0C76EE;
    }

#load_more,
.more_news_button {
    color: #212428;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    #load_more:hover,
    .more_news_button:hover {
        color: #0C76EE;
    }

/* -----------------------------------

  7. Sliders

------------------------------------- */

/* Flex */

.flex_playlist .flex_container,
.flex_playlist .thumbnails_container {
    float: none;
    width: 100%;
}

.flex_container {
    width: 65.8%;
    float: left;
    overflow: hidden;
}

    .flex_container .scale_image_container {
        margin-bottom: 0;
    }

.thumbnails_container {
    float: right;
    background: #3e454c;
    width: 34.2%;
    height: 450px;
    overflow-y: scroll;
}

    .thumbnails_container.type_2 {
        height: 420px;
    }

    .thumbnails_container > ul > .active, .thumbnails_container > ul > li:hover {
        background: #383e44;
    }

    .thumbnails_container > ul > li {
        padding: 20px;
        cursor: pointer;
    }

        .thumbnails_container > ul > li .post_text h4 {
            color: #f2f2f2;
        }

        .thumbnails_container > ul > li .scale_image_container {
            float: right;
            margin-left: 20px;
            margin-bottom: 0;
        }

.carousel {
    background: #3e454c;
    padding: 10px 5px !important;
    margin-top: -1px;
}

.gallery_post .carousel li {
    padding: 0 5px;
}

.product_page .carousel li {
    margin: 0 5px;
}

.carousel li img {
    opacity: 0.5;
    height: 60px;
}

.carousel li.flex-active-slide img {
    opacity: 1;
}

.slider li h5 {
    color: #fff;
}

.slider li > div {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

slider li > div {
    color: #fff;
}

.slider .jackbox_button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 5px 8px;
}

/* Revolution */

.rev_slider,
.tp-banner-container {
    width: 100%;
    position: relative;
}

    .rev_slider .caption_type_1 .caption_inner {
        padding: 17px 0 25px;
    }

.caption_type_1.var2 {
    bottom: 10px;
    z-index: 1;
}

    .caption_type_1.var2 .caption_inner {
        padding: 15px 0 10px;
    }

        .caption_type_1.var2 .caption_inner .event_date {
            color: #fff;
            line-height: 21px;
        }

        .caption_type_1.var2 .caption_inner a h2 {
            display: inline-block;
            font-size: 30px;
        }

.rev_slider ul li {
    z-index: 1 !important;
}

.rev_slider .rev_caption {
    padding: 0 20px;
}

.tp-banner-container:hover .tparrows {
    opacity: 1;
}

.tp-leftarrow.default {
    left: 20px !important;
}

    .tp-leftarrow.default:before {
        content: "\f104";
    }

.tp-rightarrow.default {
    right: 20px !important;
}

    .tp-rightarrow.default:before {
        content: "\f105";
    }

.tparrows {
    position: absolute;
    top: calc(50% - 20px) !important;
    margin-top: 0 !important;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
    display: block;
    background: #f2f2f2;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #212428;
    font-family: FontAwesome;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .tparrows:hover {
        background: #0C76EE;
        color: #fff;
    }

/* Layer Slider */

.layer_slide_text.caption_inner {
    width: 320px;
}

.layer_slide_text .event_date {
    color: #fff;
    line-height: 22px;
}

.layer_slide_text .button {
    float: left;
    margin-right: 10px;
    line-height: 21px;
}

.layer_slide_text.caption_inner h2 {
    padding-top: 10px;
    color: #fefeff;
}

.ls-nav-next,
.ls-nav-prev {
    position: absolute;
    bottom: 10px;
}

.ls-nav-next {
    right: 10px;
}

.ls-nav-prev {
    right: 55px;
}

.ls-nav-next,
.ls-nav-prev {
    display: inline-block;
    background: #f2f2f2;
    padding: 9px 16px !important;
    text-align: center;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    color: #212428;
    font-family: FontAwesome;
    font-weight: bold;
    z-index: 9;
    font-size: 22px;
}

    .ls-nav-prev:hover,
    .ls-nav-next:hover {
        background: #0C76EE;
        color: #fff;
    }

    .ls-nav-prev:before,
    .ls-nav-next:before {
        display: block;
    }

    .ls-nav-prev:before {
        content: "\f104";
    }

    .ls-nav-next:before {
        content: "\f105";
    }



/* -----------------------------------

  8. Main content elements

------------------------------------- */

/* Popup */

.popup {
    background: #f2f2f2;
    padding: 20px 0 0;
    position: absolute;
    font-size: 14px;
    right: 0;
    overflow: hidden;
    width: 260px;
    position: absolute;
    top: 100%;
    margin-top: 6px;
    min-width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header.header_2 .popup {
    left: 0;
}

.popup a.button {
    margin-bottom: 20px;
    width: 100%;
}

.popup h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #3e454c;
}

.popup .button_type_1 {
    width: 100%;
    display: block;
    font-size: 16px;
}

    .popup .button_type_1:first-child {
        margin-bottom: 20px;
    }

.popup div a {
    color: #212428;
}

    .popup div a:hover {
        color: #0C76EE;
    }

.popup ul li {
    margin-bottom: 15px;
}

    .popup ul li:nth-child(2n) {
        margin-bottom: 25px;
    }

.popup form {
    padding: 0 20px;
}

.popup .login_footer {
    padding: 30px 20px 0;
    background-color: #f9f9f9;
}

.popup label {
    color: #3e454c;
    display: inline-block;
    margin-bottom: 5px;
}

.popup input {
    width: 100%;
}

    .popup input[type="checkbox"] {
        display: none;
    }

/* Banner hover options */

.scale_image_container {
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .scale_image_container.var2 .caption_type_1 {
        top: calc(50% - 54px);
    }

        .scale_image_container.var2 .caption_type_1 .caption_inner {
            max-width: 360px;
        }

    .scale_image_container.var2 {
        margin-bottom: 0;
    }

.half_column .scale_image_container,
.one_third_column .scale_image_container {
    margin-bottom: 0;
}

.scale_image_container:hover .scale_image, .scale_image2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scale_image, .scale_image2 {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale_image2 {
    width: 363px;
    height: 245px !important;
}

.caption_type_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.caption_inner {
    background: #cccccc;
    padding: 17px 20px 20px;
}

.scale_image_container:hover .caption_type_1 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* Banners boxes */

.half_column {
    width: 50%;
    padding: 0 0 0 5px;
    float: left;
    margin-top: 30px;
}

    .half_column:first-child {
        padding: 0 5px 0 0;
    }

.one_third_column {
    width: 33.30%;
    padding: 0 5px 0 5px;
    float: left;
    margin-top: 10px;
}

.two_third_column .scale_image_container {
    margin-bottom: 0;
}

.one_third_column.one_third_var2 {
    margin-top: 30px;
    padding: 0 0 0 10px;
    width: 34.2%;
}

    .one_third_column.one_third_var2 .scale_image_container:last-child {
        margin-top: 10px;
    }

.two_third_column {
    width: 65.7%;
    float: left;
    margin-top: 30px;
}

/* Rating progress bar */

.canvas {
    padding: 5px 2px 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0C76EE;
}

    .canvas.canvas_small {
        padding: 5px 2px 0 5px;
    }

    .canvas .circle {
        display: inline-block;
        color: #fff;
        font-weight: bold;
    }

/* Video wrapper */

.iframe_video_container {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

    .iframe_video_container > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

/* Posts elements */

.post_image_buttons a {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.post_image_buttons .buttons_container {
    left: 0;
    bottom: 0;
    position: absolute;
}

    .post_image_buttons .buttons_container .button {
        left: inherit;
        position: relative;
        float: left;
    }

.post_image_buttons .button {
    left: 0;
    z-index: 2;
}

.post_image_buttons .icon_box {
    padding: 2px 8px;
    background: rgba(255,255,255,0.8);
    color: #212428;
    font-size: 13px;
    right: 0;
    z-index: 2;
}

    .post_image_buttons .icon_box:hover {
        background: #0C76EE color: #fff;
    }

.scale_image_container .event_date {
    color: #fff;
    text-align: right;
}

.event_date,
.event_info,
.event_activity {
    font-size: 12px;
    color: #D6D3D3;
}

    .event_info a {
        color: #b0b1b4;
        margin-left: 15px;
    }

        .event_info a:first-child {
            margin-left: 0;
        }

        .event_info a:hover {
            color: #3e454c;
        }

.event_date {
    text-transform: uppercase;
}

.event_activity {
    padding-top: 5px;
}

.event_date span {
    text-transform: none;
}

.post_text {
    padding-top: 5px;
}

    .post_text .post_theme,
    .post_text .post_title {
        vertical-align: middle;
        display: inline-block;
    }

        .post_text .post_title h2,
        .post_text .post_title a,
        .small_post_list h4 {
            color: #212428;
        }

            .post_text .post_title a:hover,
            .small_post_list h4:hover {
                text-decoration: underline;
            }

    .post_text .post_theme {
        padding: 0 4px;
        background: #0C76EE;
        color: #fff;
        margin: 2px 5px 0 0;
        line-height: 16px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .post_text p {
        padding-top: 5px;
    }

.load_more_block,
.more_news {
    display: none;
}

.load_more_wrapper {
    margin-top: 30px;
    text-align: center;
}

.small_post_list li {
    margin-top: 30px;
}

    .small_post_list li:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: ".";
    }

.small_post_list.var2 li {
    margin-top: 20px;
}

.small_post_list.var2 h3 {
    margin-bottom: 0;
}

.small_post_list.var3 {
    margin-top: -30px;
}


.small_post_list li .scale_image_container {
    margin-bottom: 10px;
}

.small_post_list li .event_date {
    padding-top: 2px;
}

.small_post_list li .post_text .post_theme {
    float: left;
}

.small_post_list li .post_text h4 {
    display: inline;
}


.load_more_block .small_post_list {
    margin-top: 0;
}

.vertical_post_list.small_post_list {
    margin-top: 20px;
}

    .vertical_post_list.small_post_list li {
        margin-top: 20px;
    }

/* Tabs */

.tabs {
    border-top: 1px solid #3e454c;
    padding-top: 6px;
}

.section_title.section_title_var2,
.section_title_var2 {
    border: none;
    padding-top: 0;
}

.tabs.variation_2 {
    border-top: 1px solid #00ADA7;
}

    .tabs.variation_2.variation_3 {
        border-top: 1px solid #3e454c;
    }

    .tabs.variation_2.variation_4 {
        border-top: 1px solid #2A74E6;
    }

    .tabs.variation_2.variation_5 {
        border-top: 1px solid #00ada7;
    }

    .tabs.variation_2.variation_6 {
        border-top: 1px solid #a13d63;
    }

.tabs.var4 {
    border-top: none;
    padding-top: 0;
}

.tabs.variation_2, .tabs.variation_2.variation_3, .tabs.variation_2.variation_4, .tabs.variation_2.variation_5, .tabs.variation_2.variation_6 {
    border-top: 2px solid #F56803;
}

    .tabs.variation_2 .section_title {
        border-top: none;
        float: left;
        padding-top: 0;
        margin-bottom: 0;
    }

    .tabs.variation_2.variation_3 .section_title {
        color: #3e454c;
    }

    .tabs.variation_2.variation_4 .section_title {
        color: #2A74E6;
    }

    .tabs.variation_2.variation_5 .section_title {
        color: #00ada7;
    }

    .tabs.variation_2.variation_6 .section_title {
        color: #a13d63;
    }

    .tabs.variation_2 .tabs_conrainer {
        float: right;
    }

        .tabs.variation_2 .tabs_conrainer .tabs_nav li {
            margin-right: 3px;
        }

.tabs.var4 .tabs_conrainer .tabs_nav li {
    border-right: 1px solid #b0b1b4;
    padding-right: 10px;
    margin-right: 10px;
    height: 10px;
}

    .tabs.var4 .tabs_conrainer .tabs_nav li:last-child {
        border-right: none;
    }

.tabs.variation_2 .tabs_conrainer .tabs_nav li a {
    font-size: 12px;
    padding: 4px 10px;
    background: #f2f2f2;
    color: #212428;
    text-transform: uppercase;
}

.tabs.var4 .tabs_conrainer .tabs_nav li a h5 {
    line-height: 10px;
}

.tabs.variation_2 .tabs_content {
    margin-top: 20px;
}

    .tabs.variation_2 .tabs_content > [id*="tab-"] ul li {
        margin-top: 40px;
    }

        .tabs.variation_2 .tabs_content > [id*="tab-"] ul li:first-child {
            margin-top: 0;
        }

2340 .tabs.variation_3 {
    border-top: 1px solid #00ADA7;
}

.tabs.variation_3.variation_3 {
    border-top: 1px solid #3e454c;
}

.tabs.variation_3.variation_4 {
    border-top: 1px solid #2A74E6;
}

.tabs.variation_3.variation_5 {
    border-top: 1px solid #00ada7;
}

.tabs.variation_3.variation_6 {
    border-top: 1px solid #a13d63;
}

.tabs.variation_3 .section_title {
    border-top: none;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
    color: #00ADA7;
}

.tabs.variation_3.variation_3 .section_title {
    color: #3e454c;
}

.tabs.variation_3.variation_4 .section_title {
    color: #2A74E6;
}

.tabs.variation_3.variation_5 .section_title {
    color: #00ada7;
}

.tabs.variation_3.variation_6 .section_title {
    color: #a13d63;
}

.tabs.variation_3 .tabs_conrainer {
    float: right;
}

    .tabs.variation_3 .tabs_conrainer .tabs_nav li {
        margin-right: 3px;
    }

        .tabs.variation_3 .tabs_conrainer .tabs_nav li a {
            font-size: 12px;
            padding: 4px 10px;
            background: #f2f2f2;
            color: #212428;
            text-transform: uppercase;
        }

            .tabs.variation_3 .tabs_conrainer .tabs_nav li a:hover {
                background: #2B75E6;
                color: #fff;
            }

        .tabs.variation_3 .tabs_conrainer .tabs_nav li.ui-tabs-active a {
            background: #2B75E6;
            color: #fff;
        }

.tabs.variation_3 .tabs_content {
    margin-top: 20px;
}

    .tabs.variation_3 .tabs_content > [id*="tab-"] ul li {
        margin-top: 30px;
    }

        .tabs.variation_3 .tabs_content > [id*="tab-"] ul li:first-child {
            margin-top: 0;
        }






.tabs_conrainer {
    position: relative;
}

.tabs_nav {
    float: left;
}

    .tabs_nav li {
        margin-right: 15px;
        float: left;
    }

        .tabs_nav li:last-child {
            margin-right: 0;
        }

        .tabs_nav li a h3 {
            font-size: 16px;
            line-height: 1em;
        }

        .tabs_nav li a h3,
        .tabs_nav li a h4,
        .tabs_nav li a h5 {
            font-weight: 600;
            text-transform: uppercase;
            color: #b0b1b4;
            -webkit-transition: color .2s ease;
            transition: color .2s ease;
        }

        .tabs_nav li a:hover h3 {
            color: #3e454c;
        }

        .tabs_nav li.ui-tabs-active h3,
        .tabs_nav li.ui-tabs-active h5 {
            color: #3e454c;
        }

.tabs_content > [id*="tab-"] {
    margin-top: 20px;
}

    .tabs_content > [id*="tab-"] > ul > li {
        margin-top: 30px;
    }

        .tabs_content > [id*="tab-"] > ul > li:first-child {
            margin-top: 25px;
        }

.post_var_inline ul li .scale_image_container {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.side_bar_reviews ul li {
    margin-bottom: 30px;
}

    .side_bar_reviews ul li:last-child {
        margin-bottom: 0;
    }


.comments_list li {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0 !important;
}

    .comments_list li:first-child {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #e8e8e8;
        margin-top: 25px;
    }

    .comments_list li:last-child {
        border-bottom: none;
    }

    .comments_list li span {
        font-weight: 300;
        color: #b0b1b4;
        line-height: 18px;
    }

    .comments_list li.post_text a h4 {
        display: inline;
        line-height: 1.6em;
    }

    .comments_list li .event_date {
        padding-top: 5px;
    }

.comments_list.comments_list_var2 li a {
    color: #4d5053;
    font-weight: 300;
}

    .comments_list.comments_list_var2 li a h4 {
        font-size: 14px;
        display: inline-block;
        padding-top: 2px;
    }

.comments_list.comments_list_var2 li .event_date {
    padding-top: 0;
}


.tabs_content.side_bar_tabs .widget_tags {
    margin-top: 30px;
}

.side_bar_tabs .widget_tags .box-tags a {
    background: #f2f2f2;
    color: #212428;
}

    .side_bar_tabs .widget_tags .box-tags a:hover {
        background: #0C76EE;
        color: #ffffff;
    }

.side_bar_tabs.comment_tabs ul li:hover .comment_number {
    background: #0C76EE;
    color: #ffffff;
}

.tabs_content.side_bar_tabs.comment_tabs ul li {
    margin-top: 0;
}

    .tabs_content.side_bar_tabs.comment_tabs ul li:first-child {
        margin-top: 20px;
    }

.side_bar_tabs.comment_tabs ul li .comment_number {
    padding: 10px 15px;
    background: #f2f2f2;
    color: #3e454c;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    float: left;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.social_tabs > [id*="tab-"] p {
    float: left;
    margin-right: 10px;
}

    .social_tabs > [id*="tab-"] p a {
        color: #3e454c;
    }

        .social_tabs > [id*="tab-"] p a:hover {
            text-decoration: underline;
        }

.social_tabs > [id*="tab-"] div {
    overflow: hidden;
    display: inherit !important;
}

.tabs_nav.social_media_list {
    margin: 0 0 0 -5px;
}

    .tabs_nav.social_media_list li {
        margin: 0 0 5px 5px;
    }

        .tabs_nav.social_media_list li a {
            font-size: 18px;
            min-width: 40px;
            padding: 10px 0;
        }

        .tabs_nav.social_media_list li .btn-email {
            background: #ebeced;
            color: #3e454c;
        }

            .tabs_nav.social_media_list li .btn-email:hover {
                background: #0C76EE;
                color: #ffffff;
            }

        .tabs_nav.social_media_list li.ui-tabs-active a {
            background: #3e454c;
            color: #fff;
        }

.tabs.vertical {
    border: none;
    padding-top: 0;
}

    .tabs.vertical .tabs_nav {
        width: 30%;
        z-index: 2;
        position: relative;
    }

        .tabs.vertical .tabs_nav li {
            margin-right: 0;
            border-top: 1px solid #000;
            padding: 9px 0;
            width: 100%;
        }

            .tabs.vertical .tabs_nav li:last-child {
                margin-right: 0;
                border-bottom: 1px solid #000;
            }

            .tabs.vertical .tabs_nav li.ui-tabs-active {
                border-right: 1px solid #fff;
            }

    .tabs.vertical .tabs_content {
        width: 70%;
        float: left;
        padding: 0 0 10px 30px;
        border-left: 1px solid #000;
        margin-left: -1px;
        z-index: 1;
        position: relative;
    }

        .tabs.vertical .tabs_content > [id*="tab-"] {
            padding-top: 0;
            margin-top: 0;
        }

/*----------- Vertical list --------------*/

.vertical_list.type2 {
    margin-top: 40px;
}

.vertical_list li,
.more_news.vertical_list {
    margin-top: 30px;
}

    .vertical_list li:first-child {
        margin-top: 0;
    }

    .vertical_list li .post_text {
        padding-top: 5px;
    }

    .vertical_list li .scale_image_container {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
        max-width: 265px;
    }

/*----------- Writers list --------------*/

.writers_list {
    margin-left: -30px;
}

    .writers_list.var2 {
        margin-left: -10px;
    }

    .writers_list li {
        float: left;
        margin-left: 30px;
        text-align: center;
        max-width: 100px;
    }

    .writers_list.var2 li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

writers_list li .post_text {
    padding-top: 10px;
}

.writers_list li .event_date {
    line-height: 15px;
    padding-top: 5px;
}

.writers_list li a img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.writers_list li a:hover img {
    opacity: 0.8;
}



.writers_list li a h4 {
    font-size: 14px;
    letter-spacing: -1px;
}

/*----------- Weather block --------------*/

.weather_widget {
    background: #3e454c;
}

    .weather_widget .date_list {
        text-align: center;
        background: #52585e;
        padding: 10px 0;
    }

        .weather_widget .date_list ul li {
            float: left;
            font-size: 24px;
            text-align: center;
            color: #fff;
            padding-left: 7.5%;
        }

            .weather_widget .date_list ul li .degree {
                font-size: 13px;
                line-height: 17px;
            }

            .weather_widget .date_list ul li > div:last-child {
                font-size: 11px;
                line-height: 12px;
            }

    .weather_widget .weather_info {
        padding: 20px;
        color: #fff;
        font-size: 14px;
    }

        .weather_widget .weather_info > div:first-child {
            float: left;
        }

            .weather_widget .weather_info > div:first-child h2 {
                color: #fff;
                font-weight: normal;
            }

        .weather_widget .weather_info > div:last-child p {
            text-align: right;
        }

        .weather_widget .weather_info > div .day_number {
            font-size: 60px;
            line-height: 0.8em;
            font-weight: 600;
        }

            .weather_widget .weather_info > div .day_number .degree {
                font-size: 24px;
                line-height: 30px;
                font-weight: bold;
                text-align: left;
            }

        .weather_widget .weather_info > div:last-child {
            float: right;
        }

/*----------- Categories var2 --------------*/

.widget_categories.categories_var2 .categories_list li ul li {
    border-color: #e8e8e8;
}

    .widget_categories.categories_var2 .categories_list li ul li a {
        color: #212428;
    }

/*----------- Block Post list --------------*/

.block_post_list > ul > li {
    border-bottom: 1px solid #3e454c;
    padding-bottom: 40px;
    margin-top: 40px;
}

    .block_post_list > ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .block_post_list > ul > li .button_type_2 {
        margin-top: 15px;
    }

/*----------- Custom Select --------------*/

.custom_select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .custom_select .select_title {
        cursor: pointer;
        padding: 8px 10px;
        border: 1px solid #e8e8e8;
        background: #fff;
        z-index: 1;
        width: 100%;
    }

    .custom_select .select_list {
        position: absolute;
        left: 0;
        top: 100%;
        cursor: pointer;
        background: #fff;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        z-index: 5;
        display: none;
        width: 100%;
    }

        .custom_select .select_list li {
            padding: 8px 10px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .custom_select .select_list li:hover {
                background: #0C76EE;
                color: #fff;
            }

    .custom_select .select_title:before {
        content: "\f107";
        font-family: FontAwesome;
        border-left: 1px solid #e8e8e8;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 40px;
        padding: 0 10px;
    }

    .custom_select .select_title.active:before {
        content: "\f106";
    }

/*----------- Login Form --------------*/

.login_form form ul li {
    position: relative;
    margin-top: 10px;
}

.login_form {
    font-size: 14px;
    font-weight: 300;
}

    .login_form a {
        color: #0C76EE;
    }

    .login_form form ul li i {
        position: absolute;
        right: 10px;
        top: 0;
        color: #e8e8e8;
        font-size: 14px;
        line-height: 40px;
    }

    .login_form form ul li input::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: normal;
    }

    .login_form form ul li input::-moz-placeholder {
        font-size: 16px;
        font-weight: normal;
    }

.login_form_confirm {
    margin-top: 10px;
}

    .login_form_confirm span {
        padding-left: 15px;
        line-height: 36px;
    }

        .login_form_confirm span a {
            color: #0C76EE;
            font-weight: 300;
            font-size: 14px;
        }

/*----------- Twitter --------------*/

#twitter .tweet_list li {
    margin-top: 20px;
}

    #twitter .tweet_list li .tweet_time a {
        color: #c5c6c8;
        font-size: 14px;
    }

/*----------- Calendar --------------*/

.calendar table {
    width: 100%;
}

.calendar .button {
    margin-top: 10px;
}

.calendar table tr td,
.calendar table tr th {
    border: 1px solid #e8e8e8;
    padding: 10px 5px;
    text-align: center;
}

.calendar table tr th {
    color: #212428;
    line-height: 1.3em;
    font-weight: bold;
}




.calendar table tr td.current,
.calendar table tr td.link a:hover {
    background: #0C76EE;
    color: #fff;
}

.calendar table tr td.link {
    padding: 0;
}

    .calendar table tr td.link a {
        color: #212428;
        background: #f2f2f2;
        display: block;
        padding: 10px 5px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/*----------- Breadcrumb --------------*/

.breadcrumb {
    font-size: 14px;
    color: #bbbbbe;
    padding: 9px 0;
    border-bottom: 1px solid #f2f2f2;
}

    .breadcrumb span a {
        color: #212428;
        padding-right: 2px;
    }

/*----------- Author Details --------------*/

.authors_list .author_details {
    margin-top: 30px;
}

.author_details .post_text {
    padding-top: 0;
    padding-bottom: 10px;
}

.author_details > div:first-child {
    margin-right: 20px;
}

.author_details > div .button_type_3 {
    margin-top: 5px;
    width: 100%;
}

.author_details > div .widget_social_icons.type_2 {
    margin-top: 25px;
}

.author_info_buttons {
    margin-top: 20px;
}

    .author_info_buttons a {
        margin-top: 3px;
    }

/*----------- Author Post List --------------*/

.read_post_list .section_title {
    margin-bottom: 0;
}

.read_post_list > div.section {
    margin-bottom: 20px;
}

.read_post_list ul li {
    margin-top: 35px;
}

    .read_post_list ul li:first-child {
        margin-top: 35px;
    }

.read_post_list.var2 ul li {
    margin-top: 40px;
}

.read_post_list.var3 ul li {
    margin-top: 40px;
}

.read_post_list.var2 ul li:first-child {
    margin-top: 30px;
}

.read_post_list ul li .button_type_2 {
    margin-top: 15px;
}

.gallery_list.read_post_list ul li div {
    margin-bottom: 0;
}

/*----------- Contact page --------------*/

.contact_form {
    margin-top: 20px;
}

    .contact_form > ul > li {
        margin-top: 15px;
    }

    .contact_form ul li label {
        margin-bottom: 5px;
        display: block;
        font-weight: 300;
    }

    .contact_form ul li textarea {
        height: 225px;
    }

.map_container {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 15px;
}

    .map_container.var2 {
        margin-bottom: 0;
        padding-bottom: 35%;
    }

    .map_container > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }



.contact_info_list li {
    margin-top: 10px;
}

    .contact_info_list li i {
        float: left;
    }

    .contact_info_list li p {
        padding-left: 25px;
    }

/*----------- Circle list --------------*/

.circle_list li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #3e454c;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

    .circle_list li:before {
        content: "\f111";
        font-family: FontAwesome;
        float: left;
        font-size: 8px;
        vertical-align: middle;
    }

    .circle_list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .circle_list li:first-child {
        padding-top: 0;
    }

    .circle_list li:hover {
        color: #0C76EE;
    }

        .circle_list li:hover h4 a {
            text-decoration: underline;
        }

    .circle_list li h4 {
        overflow: hidden;
        padding-left: 15px;
        vertical-align: middle;
    }

        .circle_list li h4 a {
            color: #212428;
        }


/*THE SHOTS*/
#work {
    width: 100%;
    margin: auto;
    list-style: none;
    clear: both;
}

    #work li {
        width: 20%;
        margin-right: 2%;
        display: inline-block;
        margin-bottom: 2%;
    }

        /*IMAGE EFFECTS*/
        #work li img {
            border: 5px solid white;
            -webkit-filter: grayscale(50%);
            border-radius: 5px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            #work li img:hover {
                -webkit-filter: grayscale(0);
                box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
            }

/*----------- Pagination --------------*/

.pagination_block {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #3e454c;
    padding-top: 5px;
}

    .pagination_block.var2 {
        margin-top: 0;
        text-align: left;
        border-top: none;
        padding-top: 0;
    }

    .pagination_block span {
        color: #b0b1b4;
        float: left;
        display: inline-block;
        line-height: 31px;
    }

.pagination {
    display: inline-block;
    margin-left: 5px;
    margin: 0;
}

    .pagination li {
        float: left;
    }

        .pagination li a {
            padding: 5px 11px;
            color: #212428;
            display: block;
            margin-left: 2px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            border: none;
        }

            .pagination li a.active {
                background: #0C76EE;
                color: #fff;
                border: none;
            }

            .pagination li a:hover {
                background: #0C76EE;
                color: #fff;
            }

/*----------- Accordion --------------*/

.accordion_item {
    overflow: hidden;
    border-top: 1px solid #3e454c;
    padding: 7px 0;
}

    .accordion_item p {
        padding-top: 15px;
    }

.a_content {
    padding-bottom: 10px;
}

.a_title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #b0b1b4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .a_title.active {
        color: #3e454c;
    }

        .a_title.active .minus_icon {
            opacity: 1;
        }

        .a_title.active .plus_icon {
            opacity: 0;
        }

    .a_title [class*="us_icon"] {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .a_title .minus_icon {
        opacity: 0;
    }

    .a_title .minus_icon,
    .a_title .plus_icon {
        font-weight: normal;
        color: #3e454c;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .a_title .plus_icon:before {
            content: "\f196";
        }

        .a_title .minus_icon:before {
            content: "\f147";
        }

/* Social icons */

.elements_soc_icons > div:nth-child(n+2) {
    margin-top: 25px;
}

/* Buttons */

.elements_buttons .section_title_medium {
    margin-bottom: 15px;
}

[class*="buttons_list_"] {
    float: left;
    position: relative;
}

.buttons_list_small .icon_buttons ul {
    float: left;
    margin-left: 10px;
}

    .buttons_list_small .icon_buttons ul:first-child {
        margin-left: 0;
    }

.buttons_list_medium {
    margin-left: 52px;
}

.buttons_list_big {
    margin-left: 88px;
}

[class*="buttons_list_"] ul li {
    margin-top: 10px;
}

/* Alert boxes */

.alert_boxes.section_2 {
    margin-bottom: 40px;
}

.alert {
    padding: 14px 35px 13px 20px;
    margin-bottom: 10px;
    background: #ffe8ba;
    font-weight: 300;
}

    .alert.alert-success {
        background: #dfefc0;
    }

        .alert.alert-success button.close:hover {
            background: #96ca2d;
        }

    .alert.alert-info {
        background: #b8e9ff;
    }

        .alert.alert-info button.close:hover {
            background: #13b7ff;
        }

    .alert.alert-error {
        background: #f9beb8;
    }

        .alert.alert-error button.close:hover {
            background: #ec2913;
        }

    .alert .close,
    .alert .button {
        position: relative;
        right: -22px;
        top: -2px;
        line-height: 20px;
    }

    .alert .button {
        float: right;
        right: -15px;
    }

        .alert .button i {
            min-width: inherit;
        }

button.close {
    padding: 2px 7px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

    button.close:hover {
        background: #0C76EE;
        color: #fff;
    }

/*.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #3e454c;
}*/

/* blockquotes */

.blockquotes {
    text-align: center;
    font-style: italic;
}

    .blockquotes div:first-child {
        padding: 20px 10px;
        background: #f9f9f9;
        color: #0C76EE;
        font-weight: 600;
        line-height: 24px;
        font-size: 18px;
    }

    .blockquotes div:last-child {
        padding: 10px;
        background: #f2f2f2;
        color: #3e454c;
        font-weight: bold;
        font-size: 14px;
    }

/* testimonials */

.testimonials {
    background: #f9f9f9;
    font-style: italic;
}

    .testimonials div:first-child {
        float: left;
    }

    .testimonials div:last-child {
        overflow: hidden;
        padding: 15px 20px;
        color: #3e454c;
        font-weight: 600;
        line-height: 24px;
        font-size: 18px;
    }

        .testimonials div:last-child span {
            display: block;
            padding-top: 10px;
            color: #b0b1b4;
            font-weight: bold;
            font-size: 14px;
        }

/* Tables */

[class*="table_type_"] {
    width: 100%;
}

.table_type_1 tr th {
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #3e454c;
    text-align: left;
    width: 33%;
}

    .table_type_1 tr th:nth-child(2n) {
        background: #383e44;
    }

.table_type_1 tr > td {
    font-weight: 300;
    padding: 10px 20px 10px 20px;
    color: #3e454c;
}

.table_type_1 tr td p {
    font-weight: normal;
    color: #b0b1b4;
}

.table_type_1 tr td > div > a {
    color: #212428;
    font-weight: normal;
}

    .table_type_1 tr td > div > a:hover {
        text-decoration: underline;
    }

.table_type_1 tr td a:hover h5 {
    text-decoration: underline;
}

.table_type_1 > tbody > tr {
    background: #f9f9f9;
}

.table_type_1.table_type_2 tr {
    background: #f2f2f2;
}

    .table_type_1.table_type_2 tr:nth-child(2n) {
        background: #f9f9f9;
    }

.table_type_1 > tbody > tr:nth-child(2n) {
    background: #f2f2f2;
}

.table_type_1.table_type_2 tr th {
    padding: 10px 20px 10px 20px;
}

.table_type_1.table_type_2 tr:nth-child(2n) th {
    background: #383e44;
}

.table_type_1.table_type_2.type2 tr th,
.table_type_1.table_type_2.type2 tr td {
    width: auto;
    width: 50%;
}

.table_type_1.table_type_2.var2 tr td {
    font-size: 16px;
    text-align: left;
}

.table_type_1[class*="var"] > tr {
    background: #f2f2f2;
}

    .table_type_1[class*="var"] > tr:nth-child(2n) {
        background: #f9f9f9;
    }

.table_type_1.var2 tr td {
    font-size: 14px;
    font-weight: normal;
}

.table_type_1.var2 tr th:first-child {
    width: 370px;
}

.table_type_1.var2 tr th:nth-child(2n) {
    width: 144px;
}

.table_type_1.var2 tr th:last-child {
    width: 236px;
}

.table_type_1.var2 tr td:last-child,
.table_type_1.var2 tr th:last-child {
    text-align: right;
}

    .table_type_1.var2 tr td:last-child figure {
        float: right;
        margin-left: 10px;
    }

.table_type_1.var2 tr td div {
    line-height: 18px;
}

.table_type_1.var2 tr td a h5 {
    line-height: 21px;
}

.table_type_1.var2 tr td a:hover h5 {
    color: #0C76EE;
    text-decoration: none;
}

.table_type_1.var3 tr th:first-child {
    width: 605px;
}

.table_type_1.var3 tr th:last-child {
    width: 145px;
}

.table_type_1.var3 tr:last-child td,
.table_type_1.var4 tr:last-child td {
    font-weight: normal;
}

.table_type_1.var3 tr td {
    font-weight: normal;
    font-size: 14px;
}

    .table_type_1.var3 tr td h5 {
        padding-top: 5px;
    }

    .table_type_1.var3 tr td figure,
    .table_type_1.var4 tr td .topic_author {
        float: left;
        margin-right: 20px;
        position: relative;
    }

    .table_type_1.var3 tr td div img:last-child {
        position: absolute;
        right: -10px;
        bottom: -10px;
    }

.table_type_1.var4 tr td .topic_author p {
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    color: #b0b1b4;
}

.table_type_1.var4 tr td p {
    font-weight: 300;
    padding-top: 5px;
    color: #212428;
}

.table_type_1.var4 tr td .topic_text a,
.table_type_1.var4 tr td .topic_text span {
    display: inline-block;
    vertical-align: middle;
}

.table_type_1.var4 tr td .topic_text a {
    color: #212428;
}

    .table_type_1.var4 tr td .topic_text a.number {
        font-size: 14px;
        font-weight: normal;
    }

        .table_type_1.var4 tr td .topic_text a.number:hover {
            text-decoration: underline;
        }

.table_type_1.var4 tr td .topic_text > div > span {
    margin-left: 20px;
}

.table_type_1.var5 tr:last-child td {
    font-weight: normal;
}

.table_type_1.var5 tr td figure {
    float: left;
    margin-right: 10px;
}

.table_type_1.var5 tr td a h5 {
    padding-top: 5px;
}

.table_type_1.var5 tr th {
    width: auto;
}

    .table_type_1.var5 tr th:first-child {
        width: 360px;
    }

    .table_type_1.var5 tr th:nth-child(2),
    .table_type_1.var5 tr th:nth-child(4) {
        width: 85px;
    }

    .table_type_1.var5 tr th:nth-child(3) {
        width: 155px;
    }

.table_type_1.var5 tr td .close_product {
    position: relative;
    font-size: 18px;
}

.table_type_1.var5 tr:last-child td table {
    width: 100%;
}

    .table_type_1.var5 tr:last-child td table tr td {
        padding: 5px 0;
        width: 50%;
    }

        .table_type_1.var5 tr:last-child td table tr td:last-child {
            text-align: right;
        }

.table_type_1.var5 tr:last-child td input {
    width: auto;
    margin-right: 2px;
}

.table_type_1.var5 tr:last-child td .button,
.table_type_1.var5 tr:last-child td input {
    vertical-align: middle;
}

    .table_type_1.var5 tr:last-child td input::-webkit-input-placeholder {
        color: #3e454c;
        font-weight: 300;
    }

    .table_type_1.var5 tr:last-child td input::-moz-placeholder {
        color: #3e454c;
        font-weight: 300;
    }

/* divider */

.divider_1 {
    border-top: 1px solid #3e454c;
}

.divider_2 {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
}

/* Progress bar */

.progress_bar_list li {
    margin-bottom: 20px;
}

    .progress_bar_list li:last-child {
        margin-bottom: 0;
    }

    .progress_bar_list li p {
        margin-bottom: 5px;
    }

        .progress_bar_list li p span {
            float: right;
        }

.progress_bar {
    height: 5px;
    background: #e2e6e7;
    position: relative;
    overflow: hidden;
}

    .progress_bar > div {
        background: #0C76EE;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

/* Pricing Table */

.p_table {
    width: 283px;
    margin: 0 1px;
    position: relative;
    text-align: center;
    float: left;
}

    .p_table.basic header,
    .p_table.basic footer a {
        background: #0C76EE;
    }

    .p_table.pro header,
    .p_table.pro footer a {
        background: #ec2913;
    }

    .p_table.premium header,
    .p_table.premium footer a {
        background: #13b7ff;
    }

    .p_table.free header,
    .p_table.free footer a {
        background: #96ca2d;
    }

    .p_table.active {
        z-index: 1;
    }

    .p_table.active {
        margin-top: -21px;
        margin-left: -4px;
        margin-right: -4px;
        width: 293px;
        z-index: 2;
        -webkit-box-shadow: 0 0 17px rgba(0,0,0,.13);
        -moz-box-shadow: 0 0 17px rgba(0,0,0,.13);
        -o-box-shadow: 0 0 17px rgba(0,0,0,.13);
        box-shadow: 0 0 17px rgba(0,0,0,.13);
    }

        .p_table.active > header {
            padding: 20px 0;
            font-size: 20px;
        }

        .p_table.active > footer a {
            padding: 17px 0;
            font-size: 18px;
            font-weight: 300;
        }

        .p_table.active .p_list > li {
            padding: 10px 20px;
        }

        .p_table.active .price {
            padding: 21px 0 21px;
        }

    .p_table > .hot_p {
        position: absolute;
        top: -4px;
        right: -4px;
    }

    .p_table > header {
        padding: 10px 0 9px;
        background: #3e454c;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .p_table > .price {
        padding: 16px 0 16px;
        background: #f9f9f9;
    }

        .p_table > .price > dl > dt {
            font-size: 42px;
            color: #0C76EE;
            font-weight: bold;
            line-height: 35px;
        }

        .p_table > .price > dl > dd {
            font-size: 14px;
            font-weight: 300;
        }

.p_list > li {
    padding: 10px 20px;
    background: #f9f9f9;
    position: relative;
}

    .p_list > li:nth-child(2n+1) {
        background: #f2f2f2;
    }

.p_list i[class^="fa"] {
    position: absolute;
    left: 10px;
    height: 100%;
    font-size: 14px;
}

.p_list i.fa-check {
    color: #96ca2d;
}

.p_list i.fa-times {
    color: #ec2913;
}

.p_table > footer a {
    padding: 13px 0 14px;
    background: #0C76EE;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

    .p_table > footer a:hover {
        background: #3e454c;
    }

/* Jackbox */

.open_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.with_buttons:hover .open_buttons > * {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.with_buttons:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(41,47,56,.5);
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
}

.with_buttons:hover:after {
    opacity: 1;
    visibility: visible;
}

.open_buttons > * {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .open_buttons > *:first-child {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
    }

    .open_buttons > *:nth-child(2) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        -ms-transition-delay: .4s;
        margin-left: 3px;
    }

    .open_buttons > *:nth-child(3) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        -ms-transition-delay: .6s;
    }

.jackbox_button {
    position: relative;
    display: block;
    padding: 11px 11px 9px 11px;
    font-size: 18px;
}

/* Image Position */

[class*="img_position_"] .button {
    margin-top: 3px;
    width: 100%;
    text-transform: none;
    background: #f2f2f2;
    color: #212428;
}

/* Dropcaps */

[class*="first_letter_"] > span {
    font-weight: bold;
    float: left;
    display: block;
    text-align: center;
}

.first_letter_1 > span {
    font-size: 40px;
    margin: 13px 7px 0 0;
    color: #0C76EE;
}

.first_letter_2 > span {
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: #fff;
    margin: 7px 10px 0 0;
    padding-top: 8px;
    background: #0C76EE;
}



/* Emphasis */

.text_list ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.text_list.messages ul li {
    font-size: 14px;
}

.text_list ul li.text_type_13 {
    font-size: 13px;
}

.text_list ul li.text_type_underline {
    text-decoration: underline;
}

/* Columns */

.columns h2.section_title_big {
    margin-bottom: 0;
}

.columns h3.section_title_small {
    margin-bottom: 15px;
}

/* Blog */

.page_theme {
    margin-bottom: 15px;
    position: relative;
}

    .page_theme .post_image_buttons {
        margin-right: 10px;
    }

.caption_type_1 .caption_inner .page_theme a.button {
    margin-right: 0;
}

.caption_type_1 .caption_inner .page_theme .event_info a {
    color: #fff;
}

.caption_type_1 .caption_inner .page_theme {
    margin-bottom: 0;
}

.page_theme .post_image_buttons,
.page_theme .event_date {
    display: inline-block;
    vertical-align: middle;
}

    .page_theme .post_image_buttons .buttons_container {
        position: relative;
        float: left;
    }

.tags_section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
    padding: 10px 0 5px 0;
}

    .tags_section span {
        font-size: 14px;
    }

    .tags_section > span {
        margin-bottom: 5px;
    }

    .tags_section > span,
    .tags_section > div {
        display: inline-block;
        vertical-align: middle;
    }

    .tags_section > div {
        margin-left: 5px;
    }

.post_controls .prev_post {
    float: left;
}

    .post_controls .prev_post .button[class*="button_type_icon_"] i {
        left: 0;
        right: inherit;
    }

    .post_controls .prev_post .button.button_type_icon_medium {
        padding: 8px 20px 8px 55px;
    }

.post_controls .next_post {
    float: right;
    text-align: right;
}

    .post_controls .prev_post i,
    .post_controls .next_post i {
        font-size: 22px;
        font-weight: bold;
        min-width: 37px;
    }

.post_controls h5 {
    margin-top: 10px;
}

.post_controls a:hover h5 {
    text-decoration: underline;
}

.comments li {
    margin-top: 15px;
}

    .comments li:first-child {
        margin-top: 0;
    }

.comment {
    background: #f9f9f9;
}

    .comment.sub_comment {
        margin-left: 20px;
    }

    .comment > div:first-child {
        float: left;
    }

        .comment > div:first-child a {
            width: 100%;
            margin-top: 4px;
        }

            .comment > div:first-child a i {
                font-size: 11px;
            }

    .comment > div:last-child {
        padding: 10px 20px;
        overflow: hidden;
    }

    .comment a:hover h5 {
        text-decoration: underline;
    }

.blog_review_container {
    background: #f9f9f9;
    padding: 30px 20px;
}

.blog_rating_block > div {
    float: left;
}

    .blog_rating_block > div:first-child {
        width: 22%;
        text-align: center;
        color: #fff;
    }

        .blog_rating_block > div:first-child .result {
            background: #0C76EE;
            padding: 25px 5px;
            font-size: 18px;
        }

            .blog_rating_block > div:first-child .result h2 {
                font-size: 36px;
                line-height: 22px;
                color: #fff;
            }

            .blog_rating_block > div:first-child .result p {
                margin-top: 5px;
            }

        .blog_rating_block > div:first-child .rating_view {
            background: #0C76EE;
            padding: 10px 5px;
        }

            .blog_rating_block > div:first-child .rating_view p {
                font-size: 13px;
            }

    .blog_rating_block > div:last-child {
        background: #3e454c;
        padding: 20px 30px;
        color: #fff;
        width: 78%;
    }

        .blog_rating_block > div:last-child h3 {
            color: #fff;
            margin-bottom: 0;
        }

/* Add This */

.add_this > span,
.add_this > div {
    display: inline-block;
    vertical-align: middle;
}

.add_this > span {
    font-size: 14px;
}

.add_this > div {
    margin-left: 5px;
}

/* Rating list */

.rating_list {
    display: inline-block;
}

    .rating_list li {
        float: left;
        position: relative;
        margin-left: .5px;
        font-size: 14px;
    }

    .rating_list.var2 li i {
        color: #0C76EE;
    }

        .rating_list.var2 li i.fa-star-o {
            color: #e2e4e8;
        }

/* Price Scale */

.price_scale .button {
    margin-top: 10px;
}

.ui-slider {
    height: 12px;
    position: relative;
    background: #e8e8e8;
    margin-bottom: 10px;
}

.ui-slider-handle {
    width: 12px;
    height: 20px;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}

.ui-slider-range {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #0C76EE;
}

.ui-slider-handle:last-child {
    margin-left: -12px;
}

.ui-slider-handle {
    background: #b0b1b4;
}

.range_values input[type="text"] {
    padding: 0;
    width: 50%;
    height: auto;
    border: none;
    background: transparent;
    color: #3e454c;
    font-weight: 300;
    font-size: 16px;
}

/* Shop Product */

.product_item .ribbon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.container_zoom_image {
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.zoomWindowContainer > div {
    z-index: 1 !important;
}

.product_item .product_info {
    margin-top: 25px;
}

.product_item div {
    position: relative;
}

.product_item:hover div .c_image_2 {
    opacity: 1;
}

.product_item div img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product_item div .c_image_1 {
    position: relative;
    z-index: 1;
}

.product_item div .c_image_2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.product_item .button {
    margin-top: 20px;
}

.product_item a:hover h4 {
    text-decoration: underline;
}

.product_item .product_info .price {
    font-size: 18px;
    color: #0C76EE;
    font-weight: 600;
    float: left;
}

    .product_item .product_info .price span {
        color: #b0b1b4;
        text-decoration: line-through;
    }

.product_item .product_info .rating {
    float: right;
}

/* Shop Single Product */

.product_description .price {
    font-size: 18px;
    color: #0C76EE;
    padding-top: 5px;
}

.product_page .product_description .price {
    font-size: 30px;
    font-weight: 600;
}

.product_description .price span {
    color: #b0b1b4;
    text-decoration: line-through;
}

.product_description p {
    padding-top: 20px;
}

.product_description .default_list_disk {
    margin-top: 10px;
}

    .product_description .default_list_disk li:before {
        font-size: 6px;
    }

.product_description .quantity {
    margin-top: 15px;
}

.product_description .button {
    margin-top: 20px;
}

.product_description .category {
    font-weight: normal;
    font-size: 14px;
}

.product_description .add_this {
    margin-top: 10px;
}

.product_preview {
    overflow: hidden;
}

    .product_preview .qv_preview {
        position: relative;
        margin-bottom: 10px;
    }

        .product_preview .qv_preview .button {
            position: absolute;
            margin-top: 0;
            bottom: 5px;
            right: 5px;
            z-index: 2;
        }

.product_thumbnails_wrap {
    margin-left: -40px;
    position: relative;
}

.product_preview .qv_preview img {
    width: 100%;
}

.qv_preview .zoomWrapper {
    width: auto !important;
    height: auto !important;
}

    .qv_preview .zoomWrapper img {
        position: relative !important;
    }

.product_preview .owl-carousel .owl-nav {
    height: 100%;
    padding: 0 8px;
    top: 0;
    background: #fff;
}

    .product_preview .owl-carousel .owl-nav .owl-prev {
        margin: 25px 0 3px 0;
    }

    .product_preview .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        display: block;
    }


.bank_setion > .accordion > .accordion_item:last-child {
    border-bottom: 1px solid #3e454c;
}

.bank_setion .accordion_item .a_title label {
    display: block;
}

    .bank_setion .accordion_item .a_title label img {
        margin-left: 10px;
    }

.bank_setion .button {
    margin-top: 20px;
}

.product_review .section_title {
    margin-bottom: 25px;
}

.tabs_content > [id*="tab-"].product_review > ul > li {
    margin-top: 15px;
}

.product_review .comments li {
    margin-top: 0;
}

.rating_variants > li {
    float: left;
}

.rating_variants > li {
    border-left: 1px solid #3e454c;
    padding: 0 10px;
    height: 18px;
}

    .rating_variants > li:first-child {
        padding-left: 0;
        border: none;
    }

.rating_variants .rating_list li {
    font-size: 18px;
}


/* Quantity */

.quantity {
    text-align: center;
}

    .quantity > * {
        height: 40px;
    }

    .quantity button {
        border: 1px solid #e5e5e5;
        width: 28px;
        line-height: 36px;
        display: block;
        float: left;
        background: #fff;
        font-weight: bold;
    }

    .quantity input[type="text"] {
        width: 55px;
        text-align: left;
        border-color: #e8e8e8 !important;
        padding-left: 5px;
        padding-right: 5px;
        border-left: none;
        border-right: none;
        float: left;
        color: #3e454c !important;
        padding-left: 10px;
    }

/*----------- Back to top --------------*/

.go-to-top {
    background: #f2f2f2;
    bottom: 2%;
    color: #212428;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    left: auto;
    display: none;
    line-height: 35px !important;
    position: fixed;
    right: 30px;
    text-align: center;
    top: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .go-to-top:before {
        font-family: FontAwesome;
        content: "\f106";
    }

    .go-to-top:hover {
        background: #ED1B24;
    }

        .go-to-top:hover:before {
            color: #fff;
        }

.go-top-visible {
    display: block;
}

/* -----------------------------------

  9. Main content

------------------------------------- */


/* Top carousel */

.calousel_top_news {
    position: relative;
    margin-top: 10px;
}

    .calousel_top_news .news_title {
        padding: 4px 11px;
        color: #ec2913;
        background: #f2f2f2;
        float: left;
        margin-right: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .calousel_top_news .owl-carousel .item a {
        color: #212428;
    }

        .calousel_top_news .owl-carousel .item a:hover {
            color: #0C76EE;
        }

/* Banners */

.caption_type_1 .caption_inner h2,
.caption_type_1 .caption_inner h3 {
    padding-top: 10px;
    color: #fefeff;
}

.caption_type_1 .caption_inner a.button {
    float: left;
    margin-right: 10px;
    line-height: 21px;
}

.caption_type_1 .caption_inner {
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.one_third_banner_box {
    margin-left: -5px;
    margin-right: -5px;
}

.img-adv {
    margin: 0 auto;
}

.img-adv2 {
    margin: 50px auto;
}

.div_tab_content_right:first-child {
    margin: 60px 0 8px;
}

.div_tab_content_right {
    margin: 30px 0;
}

.img-adv3, .div_tab_content_right_ct_center {
    /*margin: 30px auto;*/
    text-align: center;
}

.sc-mrg {
    margin: 50px 0;
}

.sc-mrg2 {
    margin: 50px 0 50px 0;
}

.section {
    position: relative;
    margin: 50px 0;
}

.section_2 {
    margin-bottom: 50px;
    position: relative;
}

.section_3 {
    margin-bottom: 30px;
    position: relative;
}

.section_4 {
    margin-bottom: 50px;
    position: relative;
}

.section_5 {
    margin-top: 30px;
    position: relative;
}

.section_6 {
    margin-top: 20px;
    position: relative;
}

.section_7 {
}

.section_8 {
    margin-top: 30px;
    position: relative;
}

.section_9 {
    margin-top: 20px;
    position: relative;
}

.section_title {
    color: #3e454c;
    border-top: 1px solid #C5C5C5;
    padding-top: 6px;
    margin-bottom: 25px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 600;
}

    .section_title.section_title_big {
        font-size: 18px;
        border: none;
        padding-top: 0;
        line-height: 24px;
    }

    .section_title.section_title_big_var2 {
        font-size: 30px;
        border: none;
        padding-top: 15px;
        margin-bottom: 0;
        text-transform: none;
    }

    .section_title.section_title_medium {
        font-size: 24px;
        text-transform: none;
        border: none;
        padding-top: 0;
        line-height: 21px;
    }

    .section_title.section_title_medium_var2 {
        font-size: 25px;
        text-transform: none;
        border: none;
        padding-top: 0;
        line-height: 34px;
    }

    .section_title.section_title_small {
        font-size: 18px;
        text-transform: none;
        border: none;
        padding-top: 0;
        line-height: 21px;
    }

    .section_title.section_title_small_2 {
        font-size: 18px;
        text-transform: uppercase;
        border: none;
        padding-top: 0;
        line-height: 21px;
    }

.read_post_list .section_title.section_title_big {
    margin-bottom: 0;
}

.social_media_list {
    margin-left: -10px;
    margin-bottom: -10px;
}

    .social_media_list li {
        float: left;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .social_media_list li a {
            padding: 20px 10px;
            text-align: center;
            display: inline-block;
            font-size: 24px;
            min-width: 113px;
        }

            .social_media_list li a:hover {
                color: #fff;
            }

        .social_media_list li .rss {
            background: #fff0e6;
            color: #0C76EE;
        }

            .social_media_list li .rss:hover {
                background: #0C76EE;
            }

        .social_media_list li .fb {
            background: #edeff6;
            color: #4c66a3;
        }

            .social_media_list li .fb:hover {
                background: #4c66a3;
            }

        .social_media_list li .g_plus {
            background: #faebe9;
            color: #cf3e28;
        }

            .social_media_list li .g_plus:hover {
                background: #cf3e28;
            }

        .social_media_list li .you_tube {
            background: #fce9e9;
            color: #e42c27;
        }

            .social_media_list li .you_tube:hover {
                background: #e42c27;
            }

        .social_media_list li .twitter {
            background: #eaf9fd;
            color: #2fc2ee;
        }

            .social_media_list li .twitter:hover {
                background: #2fc2ee;
            }

        .social_media_list li .pint {
            background: #fae8e9;
            color: #cb2028;
        }

            .social_media_list li .pint:hover {
                background: #cb2028;
            }

        .social_media_list li a div {
            padding-top: 10px;
            font-weight: bold;
        }

        .social_media_list li p {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: normal;
        }

.form_section .form_text {
    color: #3e454c;
    font-size: 14px;
    margin-bottom: 20px;
}

.form_section form .btn-email {
    float: right;
    margin-left: 2px;
}

.form_section.var2 form input::-webkit-input-placeholder {
    color: #3e454c;
}

.form_section.var2 form input::-moz-placeholder {
    color: #3e454c;
}

.form_section.var2 form input {
    width: 44%;
    float: left;
}

.form_section.var2 form .btn-email {
    float: left;
}

.side_bar_banners > div {
    margin-top: 20px;
}

    .side_bar_banners > div:first-child {
        margin-top: 0;
    }

    .side_bar_banners > div:last-child {
        margin-bottom: 0;
    }

.side_bar_reviews ul li .scale_image_container {
    float: left;
    margin-right: 20px;
}

.box_image_conteiner {
    display: inline-block;
    margin-left: -10px;
    margin-top: -10px;
    font-size: 0;
}

    .box_image_conteiner a {
        margin-left: 10px;
        margin-top: 10px;
        display: inline-block;
    }

.photo_gallery {
    position: relative;
    border-top: 1px solid #CDDCEA;
    padding-top: 2px;
}

    .photo_gallery.gallery_color1 {
        border-color: #13b7ff;
    }

    .photo_gallery .section_title {
        border-top: none;
        padding-top: 5px;
        margin-bottom: 20px;
        margin-right: 10px;
        display: inline-block;
    }

    .photo_gallery.gallery_color1 .section_title {
        color: #13b7ff;
    }

    .photo_gallery .button.view_button {
        margin-top: 2px;
    }

    .photo_gallery.side_bar .scale_image_container {
        margin-bottom: 10px;
    }

    .photo_gallery.side_bar .post_text {
        padding-top: 0;
    }

.news_gallery {
    padding: 25px 0;
}

    .news_gallery.news_gallery_var2 .section_title {
        color: #3e454c;
    }

    .news_gallery .section_title {
        border: none;
        padding-top: 0;
        color: #ec2913;
    }

.section_post_left .section_title.bussiness {
    color: #13b7ff;
    border-color: #13b7ff;
}

.section_post_left .post_text {
    height: 150px;
}

[class*="section_post_"] .section_title {
    line-height: 23px;
}

.section_post_right .section_title.entertainment {
    color: #ec2913;
    border-color: #ec2913;
}

.post_list li {
    margin-top: 30px;
}

[class*="section_post_"] .post_text .post_theme {
    float: left;
    margin-top: 5px;
}

[class*="section_post_"] .post_text h2.post_title {
    display: inherit;
    line-height: 28px;
}

[class*="section_post_"] .post_list li .post_text .post_theme {
    margin-top: 1px;
}

.post_list li .scale_image_container {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.post_event_col_1 h3 {
    color: #13b7ff;
    border-color: #13b7ff;
}

.post_event_col_2 h3 {
    color: #a13d63;
    border-color: #a13d63;
}

.post_event_col_3 h3 {
    color: #00ada7;
    border-color: #00ada7;
}

.post_event_col_4 h3 {
    color: #4a80dc;
    border-color: #4a80dc;
}

[class*="post_event_col_"] {
    margin-top: 50px;
}

    [class*="post_event_col_"] .section_title {
        line-height: 23px;
    }

    [class*="post_event_col_"] ul li {
        border-bottom: 1px solid #e8e8e8;
        padding: 12px 0;
    }

        [class*="post_event_col_"] ul li a:hover h4 {
            text-decoration: underline;
        }

        [class*="post_event_col_"] ul li h4 {
            font-size: 14px;
        }

    [class*="post_event_col_"] h3 a,
    .section_title a {
        margin-left: 10px;
        font-weight: normal;
        line-height: 21px;
    }

    [class*="post_event_col_"] ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    [class*="post_event_col_"] ul li:first-child {
        padding-top: 0;
    }

.text_post_block p {
    margin-top: 15px;
}

.text_post_section {
    margin-top: 20px;
}

    .text_post_section .img_position_left,
    .img_position_left .f_left {
        float: left;
        margin-right: 30px;
        padding-bottom: 5px;
        max-width: 360px;
    }

.img_position_right .f_right {
    margin-left: 30px;
    padding-bottom: 5px;
    max-width: 360px;
    float: right;
}

.text_post_section h3 {
    margin-bottom: 10px;
}

.text_post_section p {
    margin-top: 15px;
}

    .text_post_section p:first-child,
    .text_post_section ul {
        margin-top: 0;
    }

.text_post_block h3.section_title_small {
    margin-bottom: 0;
    padding-top: 15px;
}

/* 404 page */

.page_404.section {
    margin-top: 20px;
    text-align: center;
}

.page_404 h2.title_404 {
    font-size: 200px;
    line-height: 180px;
    color: #0C76EE;
    font-weight: 900;
}

.page_404 p {
    padding-top: 5px;
    text-align: left;
}

.page_404 .buttons_404 {
    margin-top: 15px;
}

    .page_404 .buttons_404 a {
        min-width: 200px;
    }

.page_404 form.search {
    margin-top: 30px;
}

/* Sitemap */

.sitemap .section {
    margin-top: 30px;
}

.sitemap h2 {
    margin-bottom: 0;
}

/* Shop */

.sorting_block {
    padding-bottom: 10px;
    border-bottom: 1px solid #3e454c;
}

    .sorting_block.var2 {
        margin-top: 20px;
    }

        .sorting_block.var2.no_border {
            border-bottom: none;
        }

    .sorting_block > div:first-child {
        float: left;
        color: #b0b1b4;
        padding-top: 10px;
    }

    .sorting_block.var2 > div:first-child {
        padding-top: 0;
    }

        .sorting_block.var2 > div:first-child .search {
            margin-top: 0;
        }

    .sorting_block > div:last-child {
        float: right;
    }

        .sorting_block > div:last-child .custom_select .select_title {
            padding: 8px 105px 8px 10px;
        }

    .sorting_block.var2 > div:last-child .custom_select .select_title {
        padding: 8px 131px 8px 10px;
    }

.shop_product_list > ul > li {
    margin-top: 40px;
}

.shop_product_list.var2 .section_title {
    margin-bottom: 0;
}

.shop_product_list.var2 > ul > li {
    margin-top: 25px;
}

.sorting_block.var2 .custom_select {
    width: auto;
}

.sorting_block.var2 span {
    display: inline-block;
    vertical-align: middle;
    color: #bbbbbe;
    margin-right: 5px;
}

.shipping .custom_select {
    margin-bottom: 10px;
}

.shipping input:not([type="submit"]) {
    width: 49%;
}

.shipping input::-webkit-input-placeholder {
    color: #3e454c;
}

.shipping input::-moz-placeholder {
    color: #3e454c;
}

.shipping .button {
    margin-top: 20px;
}

.instagram_wrap {
    border: none;
    overflow: hidden;
    width: 360px;
    height: 180px;
}

/* -----------------------------------

  10. Forms

------------------------------------- */

form.search {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

    form.search button {
        position: absolute;
        top: 0;
        min-height: 40px;
        width: 40px;
        background: transparent;
        color: #b0b2b4;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
    }

        form.search button:hover {
            color: #0C76EE;
        }

    form.search input {
        padding-right: 40px;
    }

        form.search input::-webkit-input-placeholder {
            color: #b0b1b4;
        }

        form.search input:focus input {
            width: 300px;
        }

.searchform_wrap {
    background: #f9f9f9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .searchform_wrap.var2 {
        height: 51px;
    }

[class*="header_"] .searchform_wrap {
    background: #383e44;
}

.searchform_wrap[class*="type_"], .searchform_wrap[class*="type_"].opened,
.searchform_wrap[class*="type_"].closed {
    background: #FAFBFB;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.searchform_wrap.opened,
.main_menu > li:hover > .sub_menu_wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.searchform_wrap.closed {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
    visibility: hidden;
}

[role="search"]:not([class*="type_"]) {
    width: 95%;
}

    [role="search"]:not([class*="type_"]) input[type="text"] {
        width: 95%;
        background: transparent;
        border: none;
    }

/*input:not([type="submit"]), textarea {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 10px;
    color: #b0b1b4;
    border: 1px solid #e8e8e8;
    outline: none;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
}

    input:not([type="submit"]):focus, textarea:focus {
        border-color: #0C76EE;
    }

    input:not([type="submit"]).type_2 {
        padding: 9px 0;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-bottom: 8px;
    }

        input[type="checkbox"] + label:after {
            content: "\f00c";
            font-family: FontAwesome;
            line-height: 24px;
            top: 0;
            font-size: .85em;
            position: absolute;
            left: 5px;
            color: #292f38;
            display: none;
        }

        input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 9px;
            width: 22px;
            height: 23px;
            background: url("../images/checkbox.png") no-repeat;
        }

    input[type="checkbox"]:checked + label:after {
        display: block;
    }

input[type="radio"]:checked + label:before {
    background-position: 0 -22px;
}*/

.vote_widget h4 {
    color: #3e454c;
}

.vote_widget form ul li {
    margin-top: 15px;
    font-weight: 300;
}

.vote_widget .vote_buttons {
    margin-top: 20px;
}

input[type="radio"] + label {
    width: auto !important;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    margin: 10px 0;
}
input[type="radio"]:checked + label{
    color: rgb(85, 85, 85) !important;
}
    input[type="radio"] + label:after, input[type="radio"] + label:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        border: 1px solid #e9e9e9;
    }

    input[type="radio"] + label:after {
        display: none;
        border: none;
        background: #3e454c;
        width: 10px;
        height: 10px;
        left: 6px;
        top: 6px;
    }

    input[type="radio"] + label:after, input[type="radio"] + label:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    }

input[type="radio"]:checked + label:after {
    display: block;
}

#cf_message {
    height: 160px;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.subscribe_form_2 input[type="email"] {
    width: 275px;
}

.message_container_subscribe {
    display: none;
    font-size: 14px;
    margin-top: 5px;
}

.message_container {
    display: none;
    margin-top: 10px;
}

.alert_box.warning {
    color: #0C76EE;
}

.alert_box i {
    float: left;
}

.alert a:hover {
    text-decoration: underline;
}

.alert a.button:hover {
    text-decoration: none;
}

.alert strong a {
    font-weight: bold !important;
}

.alert_box p {
    padding-left: 30px;
}

#newsletter .alert_box p {
    padding-left: 0;
}

.alert_box.warning input {
    border: 1px solid #0C76EE;
}

.alert_box.error {
    color: #ec2913;
}

.alert_box.success {
    color: #96ca2d;
}

.header.header_2 .searchform_wrap form input {
    color: #f2f2f2;
}

/* Default Forms */

[class*="form_type_"] .control-group {
    font-weight: 300;
    margin-bottom: 20px;
}

    [class*="form_type_"] .control-group.type2 {
        margin-bottom: 10px;
    }

    [class*="form_type_"] .control-group label {
        margin-bottom: 0;
    }

    [class*="form_type_"] .control-group table tr td:last-child,
    [class*="form_type_"] .control-group table {
        width: 100%;
    }

.form_type_1 .control-group .control-label {
    width: 95px;
    float: left;
    padding-top: 10px;
}

.form_type_1 .control-group input::-webkit-input-placeholder,
.form_type_1 .control-group textarea::-webkit-input-placeholder {
    color: #3e454c;
}

.form_type_1 .control-group input::-moz-placeholder,
.form_type_1 .control-group textarea::-moz-placeholder {
    color: #3e454c;
}

.form_type_1 .control-group input:not([type="checkbox"]):nth-child(n+2) {
    margin-top: 10px;
}

.form_type_1 .control-group .controls {
    overflow: hidden;
}

    .form_type_1 .control-group .controls .postcode_elements li {
        margin-top: 8px;
    }

.form_type_1 .control-group.form-elements span {
    display: inline-block;
    width: 92px;
}

.form_type_1 .control-group.form-elements label:last-child {
    margin-left: 20px;
}

.form_type_1 .control-group .controls textarea {
    height: 180px;
}

.form_type_1 .control-group.input_profiles {
    margin-bottom: 10px;
}

    .form_type_1 .control-group.input_profiles .control-label {
        width: 140px;
    }

    .form_type_1 .control-group.input_profiles .controls table tr td {
        width: 50%;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }

        .form_type_1 .control-group.input_profiles .controls table tr td:last-child {
            padding: 10px 0 0 10px;
            text-align: left;
        }

    .form_type_1 .control-group.input_profiles .controls table.warning tr td,
    .form_type_1 .control-group.input_profiles .controls table.warning tr td input,
    .warning {
        color: #feb92b;
        border-color: #feb92b;
    }

    .form_type_1 .control-group.input_profiles .controls table.error tr td,
    .form_type_1 .control-group.input_profiles .controls table.error tr td input,
    .error {
        color: #ec2913;
        border-color: #ec2913;
    }

    .form_type_1 .control-group.input_profiles .controls table.info tr td,
    .form_type_1 .control-group.input_profiles .controls table.info tr td input,
    .info {
        color: #13b7ff;
        border-color: #13b7ff;
    }

    .form_type_1 .control-group.input_profiles .controls table.success tr td,
    .form_type_1 .control-group.input_profiles .controls table.success tr td input,
    .success {
        color: #a4d149;
        border-color: #a4d149;
    }

.form_type_1.type_2 .control-label,
.form_type_1.type_2 .control-group.form-elements span {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 5px;
    padding-top: 0;
}

.form_type_1.type_2 .control-group.input_profiles .controls table tr td:last-child {
    padding: 0;
}

.form_type_1.type_2 .control-group.input_profiles .controls table tr:last-child td {
    text-align: left;
    padding-top: 5px;
}

/* -----------------------------------

  11. Icons

------------------------------------- */

i[class^="fa "] {
    line-height: inherit;
}

[class*="button_type_"]:not(.button_type_1) > i:not([class*="m_"]):only-of-type {
    margin-left: 10px;
    margin-right: 10px;
}

.widget_social_icons ul li a {
    display: block;
    width: 39.5px;
    height: 40px;
    color: #838a8f;
}

    .widget_social_icons ul li a i[class^="fa "] {
        line-height: 40px;
    }

.widget_social_icons ul .website:hover a {
    background: #0C76EE;
}

.widget_social_icons ul .facebook:hover a, .sw_button.facebook {
    background: #3b5998;
}

.widget_social_icons ul .twitter:hover a, .sw_button.twitter, .tw_color {
    background: #2daae1;
}

.widget_social_icons ul .google-plus:hover a {
    background: #f63e28;
}

.widget_social_icons ul .rss:hover a {
    background: #ff7e00;
}

.widget_social_icons ul .pinterest:hover a {
    background: #cb2027;
}

.widget_social_icons ul .instagram:hover a {
    background: #835e42;
}

.widget_social_icons ul .linkedin:hover a {
    background: #0073b2;
}

.widget_social_icons ul .vimeo:hover a {
    background: #44b0de;
}

.widget_social_icons ul .youtube:hover a {
    background: #ff3132;
}

.widget_social_icons ul .flickr:hover a {
    background: #ff0084;
}

.widget_social_icons ul .envelope:hover a, .sw_button.contact {
    background: #1abc9c;
}

/* ToolTip */

.tooltip {
    position: absolute;
    display: block;
    background: #e2e6e7;
    padding: 3px 10px;
    bottom: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    white-space: pre;
    z-index: 5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-top: 5px solid #0C76EE;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -8px;
    }

li:hover .tooltip, a:hover .tooltip, button:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.widget_social_icons.type_2.tool_down ul li span.tooltip,
.widget_social_icons.type_2.tool_down ul li span.tooltip {
    top: 100%;
    bottom: inherit;
    margin: 10px 0 0 0;
    z-index: 999;
}

    .widget_social_icons.type_2.tool_down ul li span.tooltip:after,
    .widget_social_icons.type_2.tool_down ul li span.tooltip:after {
        bottom: 27px;
        border-left: 8px solid transparent;
        border-bottom: 5px solid #0C76EE;
        border-right: 8px solid transparent;
        border-top: none;
        font-size: 13px;
    }

.widget_social_icons.type_2 ul li a,
.widget_social_icons.type_2 ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
}

    .widget_social_icons.type_2 ul li a i,
    .widget_social_icons.type_2 ul li a i {
        line-height: 35px;
    }

.widget_social_icons.type_2.type_border ul li a {
    border: 1px solid #e8e8e8;
}

/* -----------------------------------

  12. Footer

------------------------------------- */

.footer {
    background: #3e454c;
    color: #f2f2f2;
}

.footer-main {
    background: transparent;
    border-top: 2px solid #3e454c;
    color: #3e454c;
}

    .footer-main .widget_title {
        color: #3e454c;
        border-top: 1px solid #3e454c;
    }

    .footer-main .widget_categories .categories_list > li > ul li {
        border-color: #e1e1e1;
    }

        .footer-main .widget_categories .categories_list > li > ul li a {
            color: #4b4d50;
        }

    .footer-main .widget_newsletter.form_section .form_text {
        color: #3e454c;
    }

.footer .footer_bottom_part p {
    font-size: 14px;
}

.footer-main.footer .footer_bottom_part p span {
    color: #212428;
}

.footer-main.footer .footer_bottom_part .about h5 {
    font-weight: 100;
    line-height: 22px;
}

.footer-main.footer .footer_bottom_part .about .f_col_2 {
    float: right;
}

.footer-main.footer .footer_top_part {
    background: #f2f2f2;
}

.footer-main .footer_middle_part {
    padding-bottom: 35px;
    padding-top: 80px;
    background: #f9f9f9;
}

.footer-main .widget_latest_tweets {
    margin-top: 0;
}

.footer-main.footer .footer_bottom_part {
    background: #f2f2f2;
    border-color: #e1e1e1;
}

/* Footer banner */

.footer .top_footer_banner {
    padding: 20px;
    text-align: center;
    background: #383e44;
}

/* Footer widgets */

.footer .footer_top_part {
    padding-bottom: 35px;
}

.footer .widget {
    padding-top: 45px;
}

.widget_title {
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #f2f2f2;
}

.widget_tags .box-tags a {
    background: #60666b;
    border: none;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 3px 10px;
    text-shadow: none;
    margin: 0 1px 5px 0;
}

    .widget_tags .box-tags a:hover {
        background: #0C76EE;
    }

.widget_flickr .thumbs,
.widget_flickr .thumbs {
    list-style: none;
    overflow: hidden;
}

    .widget_flickr .thumbs li,
    .widget_flickr .thumbs li {
        float: left;
        margin: 0 10px 10px 0;
    }

        .widget_flickr .thumbs li img,
        .widget_flickr .thumbs li img {
            width: 80px;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .widget_flickr .thumbs li a:hover img,
        .widget_flickr .thumbs li a:hover img {
            opacity: 0.5;
        }

.widget_latest_tweets {
    position: relative;
    margin-top: 35px;
}

    .widget_latest_tweets p span a {
        color: #0C76EE;
    }

    .widget_latest_tweets p span.tweet_time a {
        font-size: 13px;
        text-decoration: none;
        color: #b0b1b4;
    }

    .widget_latest_tweets .tweet_text a:first-child {
        text-decoration: underline;
    }

.widget_social_icons ul li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

    .widget_social_icons ul li:last-child {
        margin: 0 0 5px 0;
    }

    .widget_social_icons ul li:hover a {
        color: #fff;
    }

    .widget_social_icons ul li a {
        text-align: center;
        font-size: 21px;
    }

.widget_facebook .widget_title {
    margin-bottom: 10px;
}

/* Footer bottom part */

.footer .footer_bottom_part {
    padding: 24px 0 22px;
    color: #a8aaad;
    border-top: 1px solid #4b5158;
}

    .footer .footer_bottom_part p {
        float: left;
    }

        .footer .footer_bottom_part p span {
            color: #fff;
        }

    .footer .footer_bottom_part .mobile_menu {
        float: right;
    }

        .footer .footer_bottom_part .mobile_menu nav ul li a {
            font-size: 14px;
            font-weight: 300;
        }

.footer_bottom_part .logo-chudautu {
    margin: 15px 0;
    padding-left: 30px;
    border-left: 2px solid #555;
}

.footer_bottom_part .title-logo-chudautu {
    color: #C1C1C1;
    font-size: 11px;
}
/* Footer 2 */

.footer .logo {
    margin-bottom: 20px;
    text-align: left;
    display: block;
}

.footer_bottom_part .logo-chudautu a > img {
    /*width: 150px;*/
    /*margin: 0 30px;*/
}

.footer_bottom_part .logo-chudautu a {
    margin: 0 4%;
    float: left;
    width: 19%;
}

    .footer_bottom_part .logo-chudautu a:first-child {
        margin-left: 0;
    }

    .footer_bottom_part .logo-chudautu a:last-child {
        margin-right: 0;
    }
/* Categories */

.footer .widget_categories .categories_list > li {
    width: 100%;
    display: block;
}

.footer_2 .widget_categories .categories_list > li {
    width: 49%;
    display: inline-block;
}

    .footer_2 .widget_categories .categories_list > li:last-child {
        padding-left: 25px;
    }

.widget_categories .categories_list > li > ul li {
    border-bottom: 1px solid #565c64;
    padding: 7px 0;
    font-weight: 300;
}

    .widget_categories .categories_list > li > ul li:first-child {
        padding-top: 0;
    }

    .widget_categories .categories_list > li > ul li:last-child {
        border-bottom: none;
    }

    .widget_categories .categories_list > li > ul li:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: ".";
    }

    .widget_categories .categories_list > li > ul li a {
        float: left;
        color: #f2f2f2;
    }

        .widget_categories .categories_list > li > ul li a:hover {
            text-decoration: underline;
        }

    .widget_categories .categories_list > li > ul li span {
        float: right;
    }

/* Newsletter */

.widget_newsletter.form_section .form_text {
    color: #f2f2f2;
    font-size: 13px;
}

/* Footer 3 */

.footer.footer_3 .widget_text p {
    padding-bottom: 25px;
}

.footer_3 .side_bar_reviews ul li {
    margin-bottom: 30px;
}

    .footer_3 .side_bar_reviews ul li .scale_image_container {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .footer_3 .side_bar_reviews ul li .post_text {
        padding-top: 5px;
        overflow: hidden;
    }

.side_bar_reviews ul li .post_text h4 {
    font-size: 14px;
}

.side_bar_reviews ul li .post_text .event_date {
    font-size: 12px;
}

.footer_3 .side_bar_reviews ul li .post_text h4 {
    color: #fff;
}

/* Footer 4 */

.footer.footer_4 .top_footer_banner {
    padding: 30px 0 25px 0;
}

/* Footer 5 */

.footer.footer_5 .widget_gallery .photo_gallery {
    border-color: #f2f2f2;
}

    .footer.footer_5 .widget_gallery .photo_gallery h3 {
        color: #f2f2f2;
    }

    .footer.footer_5 .widget_gallery .photo_gallery h4 a {
        color: #fff;
    }

    .footer.footer_5 .widget_gallery .photo_gallery .view_button,
    .footer.footer_5 .widget_gallery .photo_gallery .owl-prev,
    .footer.footer_5 .widget_gallery .photo_gallery .owl-next {
        background: #383e44;
        color: #f2f2f2;
    }

        .footer.footer_5 .widget_gallery .photo_gallery .view_button:hover,
        .footer.footer_5 .widget_gallery .photo_gallery .owl-prev:hover,
        .footer.footer_5 .widget_gallery .photo_gallery .owl-next:hover {
            background: #0C76EE;
        }

.footer.footer_5 .widget_writers .writers_list {
    margin-bottom: 30px;
}

    .footer.footer_5 .widget_writers .writers_list li h4 {
        color: #fff;
    }


.h2Promo.commonSection {
    padding: 95px 0 0px;
}

.promoImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .promoImg img {
        width: 100%;
        height: auto;
    }

.promoHov {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    opacity: .5;
    visibility: visible;
    border: 110px solid rgba(0,0,0,0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.promoImg:hover .promoHov {
    border: 0px double rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
}

.promoContent {
    background: #f6f6f6;
    padding: 15px;
}

    .promoContent h5 {
        margin: 0;
        font-size: 15px;
        color: #2a2a2a;
        font-weight: normal;
    }

        .promoContent h5 a {
            color: #2a2a2a;
        }

    .promoContent p {
        margin: 0;
        font-size: 14px;
        color: #818181;
    }

        .promoContent p a {
            color: #01b7f2;
            display: inline-block;
        }

            .promoContent p a:hover {
                color: #2a2a2a;
            }

.promoTitle {
    color: #2a2a2a;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.owl-item .col-lg-3 {
    width: 100%;
}

#promoSlide .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 15px;
    top: -30%;
    display: block !important;
    background: none;
}

#promoSlide .owl-controls .owl-buttons {
    position: inherit;
    top: -42px;
    right: 0;
    background: none;
}

    #promoSlide .owl-controls .owl-buttons .owl-prev i:before {
        content: "\f104";
        background: none;
        font-family: FontAwesome;
        font-size: 35px;
        display: inline-block;
        color: #2a2a2a;
        -webkit-transition: all 700ms ease-in-out;
        -moz-transition: all 700ms ease-in-out;
        -ms-transition: all 700ms ease-in-out;
        -o-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

    #promoSlide .owl-controls .owl-buttons .owl-prev:hover:before {
        color: #01b7f2;
    }

    #promoSlide .owl-controls .owl-buttons .owl-next {
        position: absolute;
        right: 15px;
        top: -30%;
        background: none;
        display: block !important;
    }

        #promoSlide .owl-controls .owl-buttons .owl-next i:before {
            content: "\f105";
            background: none;
            font-family: FontAwesome;
            font-size: 35px;
            display: inline-block;
            color: #2a2a2a;
            -webkit-transition: all 700ms ease-in-out;
            -moz-transition: all 700ms ease-in-out;
            -ms-transition: all 700ms ease-in-out;
            -o-transition: all 700ms ease-in-out;
            transition: all 700ms ease-in-out;
        }

        #promoSlide .owl-controls .owl-buttons .owl-next:hover:after {
            color: #01b7f2;
        }

/************************** Need to Know Section ***************************/
.bg-needtoKn {
    /*background: linear-gradient( rgba(0,0,0,.75), rgba(0,0,0,.75) ), url(../img/bg/bg-the-tin-dung.jpg) no-repeat center center / cover #2a2a2a;*/
    /*background: url(../img/bg/bg-the-tin-dung.jpg) no-repeat center center;*/
    /*background-size: 150% 100%;*/
}

.needtoKn {
    position: relative;
}

    .needtoKn.commonSection {
        padding: 95px 0 70px;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
}

.needtoKn .promoTitle {
    color: #fff;
}

.fr-review {
    background: #fff;
    padding: 60px 50px;
    margin: 10px auto;
    width: 330px;
    height: 460px;
}

    .fr-review img {
        padding: 0 0 35px 0;
    }

    .fr-review h5 {
        font-size: 1.2em;
        padding: 10px 0;
        line-height: 30px;
    }

/************************** Gellary Section ***************************/
.gellaryArea.commonSection {
    padding: 95px 0 0;
}

.galImg {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .galImg img {
        width: 260px;
        height: 180px;
    }

    .galImg:hover .promoHov {
        border: 0 double rgba(0,0,0,0.7);
        opacity: 0;
        visibility: hidden;
    }

#gellarySlide .carousel-control.right {
    background-image: none;
    right: 300px;
    top: -90px;
}

#gellarySlide .carousel-control.left {
    background-image: none;
    left: 300px;
    top: -90px;
}

#gellarySlide .carousel-control {
    text-shadow: none;
    width: 40px;
    padding: 10px;
    height: 40px;
    color: #2a2a2a;
    font-size: 30px;
}

    #gellarySlide .carousel-control:hover {
        color: #ed1b24;
    }

#gellarySlide .carousel-inner .promoContent {
    position: inherit;
    bottom: 29px;
    height: 80px;
}
/************************** Video ***************************/
.videoTour {
    padding: 100px 0 96px;
    margin-top: 21px;
    background-color: gainsboro;
}

.vimeoVid iframe {
    border: 0;
    width: 100%;
    height: 350px;
}

.vidContent h3 {
    color: #2a2a2a;
    font-size: 25px;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 10px;
}

    .vidContent h3 span {
        display: block;
        text-transform: uppercase;
        padding-top: 6px;
    }

.vidContent p {
    width: 64%;
}

.videoTour .owl-controls .owl-buttons .owl-prev {
    font-size: 25px;
}

.videoTour .owl-controls .owl-buttons .owl-next {
    font-size: 25px;
}
/************************** Top Review ***************************/
.photo_gallery .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    width: 19px;
    font-size: 20px;
}

.photo_gallery .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 7px;
    color: #fff;
    width: 19px;
    font-size: 20px;
}
/************************** What customer say ***************************/

.CustomerSay {
    padding: 100px 0 96px;
    margin-top: 21px;
    background: none;
}

.CustomerSayTitle {
    margin-bottom: 35px;
}

.CustomerSaySlider {
    width: 100%;
    float: left;
}

    .CustomerSaySlider .flexslider {
        width: 100%;
        float: left;
    }

.flex-control-paging li {
    display: inline-block;
    padding: 20px;
}

    .flex-control-paging li a {
        width: 10px;
        height: 10px;
        display: block;
        background: transparent;
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid #999;
    }

        .flex-control-paging li a.flex-active {
            background: #999;
            cursor: default;
        }

@media (max-width: 320px) {

    .whatcustomersay .item {
        width: 480px !important;
        margin-left: 0px !important;
    }

        .whatcustomersay .item .customersaycontent {
            width: 51% !important;
            padding: 20px;
            margin-top: 62px;
            float: left;
            font-size: 15px;
            font-style: italic;
        }

    .footer-main.footer .footer_bottom_part .about .f_col_2 {
        float: left;
    }
}

.whatcustomersay .item {
    width: 631px;
    margin-left: 120px;
}

    .whatcustomersay .item .imagescustomer {
        width: 50%;
        float: left;
    }

    .whatcustomersay .item .customersaycontent {
        width: 32%;
        padding: 20px;
        margin-top: 62px;
        float: left;
        font-size: 15px;
        font-style: italic;
    }

.whatcustomersay .owl-controls .owl-buttons .owl-prev {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 10px;
    font-size: 20px;
    padding-right: 12px;
}

.whatcustomersay .owl-controls .owl-buttons .owl-next {
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 12px;
}




/************************** FirstNews ***************************/

.first-news {
    width: 100%;
    height: 100%;
}

    .first-news .scale_image_container {
        height: 70%;
        width: 90%;
    }

    .first-news img {
        width: 100%;
        height: 180px;
    }

    .first-news .post_text {
        height: 30%;
    }

/***************************Section Tour******************************/
.section_tour {
    margin: 15px;
    padding: 15px;
    width: 100%;
    margin-top: 46px;
}

    .section_tour .Tour_title {
        text-align: center;
        font-size: 25px;
        text-transform: uppercase;
    }

    .section_tour .Tour_Content {
        margin-left: 15px;
        margin-top: 15px;
        width: 100%;
    }

.Tour_Content table {
    width: 97%;
}

    .Tour_Content table thead tr {
        background: #ED780C;
        color: white;
    }

        .Tour_Content table thead tr th {
            font-size: 15px;
            font-weight: bold;
            padding: 10px;
            letter-spacing: -0.015em;
            text-align: center;
            vertical-align: top;
            white-space: nowrap;
        }

    .Tour_Content table tbody tr td {
        font-size: 14px;
        text-align: center;
        padding: 15px;
        border: none;
        line-height: 40px;
    }

        .Tour_Content table tbody tr td img {
            width: 56px;
            height: 44px;
        }

@media (max-width: 767px) {

    .Tour_Content table tbody tr td:nth-child(2),
    .Tour_Content table tbody tr td:nth-child(4),
    .Tour_Content table tbody tr td:nth-child(5),
    .Tour_Content table tbody tr td:nth-child(6),
    .Tour_Content table tbody tr td:nth-child(7),
    .Tour_Content table tbody tr td:nth-child(8),
    .Tour_Content table tbody tr td:nth-child(9),
    .Tour_Content table tbody tr td:nth-child(10) {
        display: none;
    }

    .Tour_Content table thead tr th:nth-child(2),
    .Tour_Content table thead tr th:nth-child(4),
    .Tour_Content table thead tr th:nth-child(5),
    .Tour_Content table thead tr th:nth-child(6),
    .Tour_Content table thead tr th:nth-child(7),
    .Tour_Content table thead tr th:nth-child(8),
    .Tour_Content table thead tr th:nth-child(9),
    .Tour_Content table thead tr th:nth-child(10) {
        display: none;
    }
}

.Tour_Content table tbody tr:nth-child(even) td {
    background: #eee;
}

.section_tour .nav li a {
    -webkit-transform: none;
}

/*******************************************************/
#owl-demo-5 .owl-controls .owl-buttons .owl-prev, #owl-demo-11 .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    right: 51px;
    top: -18%;
    display: block !important;
    background: none;
}

#owl-demo-5 .owl-controls .owl-buttons, #owl-demo-11 .owl-controls .owl-buttons {
    position: inherit;
    top: -42px;
    right: 0;
    background: none;
}

    #owl-demo-5 .owl-controls .owl-buttons .owl-prev i:before, #owl-demo-11 .owl-controls .owl-buttons .owl-prev i:before {
        content: "\f104";
        background: none;
        font-family: FontAwesome;
        font-size: 35px;
        display: inline-block;
        color: #2a2a2a;
        -webkit-transition: all 700ms ease-in-out;
        -moz-transition: all 700ms ease-in-out;
        -ms-transition: all 700ms ease-in-out;
        -o-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

    #owl-demo-5 .owl-controls .owl-buttons .owl-prev:hover:before, #owl-demo-11 .owl-controls .owl-buttons .owl-prev:hover:before {
        color: #01b7f2;
    }

    #owl-demo-5 .owl-controls .owl-buttons .owl-next, #owl-demo-11 .owl-controls .owl-buttons .owl-next {
        position: absolute;
        right: 15px;
        top: -18%;
        background: none;
        display: block !important;
    }

        #owl-demo-5 .owl-controls .owl-buttons .owl-next i:before, #owl-demo-11 .owl-controls .owl-buttons .owl-next i:before {
            content: "\f105";
            background: none;
            font-family: FontAwesome;
            font-size: 35px;
            display: inline-block;
            color: #2a2a2a;
            -webkit-transition: all 700ms ease-in-out;
            -moz-transition: all 700ms ease-in-out;
            -ms-transition: all 700ms ease-in-out;
            -o-transition: all 700ms ease-in-out;
            transition: all 700ms ease-in-out;
        }

        #owl-demo-5 .owl-controls .owl-buttons .owl-next:hover:after, #owl-demo-11 .owl-controls .owl-buttons .owl-next:hover:after {
            color: #01b7f2;
        }

    #owl-demo-11 .owl-controls .owl-buttons .owl-prev, #owl-demo-11 .owl-controls .owl-buttons .owl-next {
        top: -32px;
    }

/************************ Hot Tour***************************/
.HottourTitle {
    text-align: center;
    padding: 0 0 25px 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.videoTour .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.videoTour .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 0;
}
/*********************Section-FAQ**********************/
.Section-FAQ .name-customer, .question {
    text-align: right;
}

.Section-FAQ li .answer p {
    font-style: italic;
}


.footer_title {
    text-align: center;
}

main#main {
}

aside#sidebar {
    float:left;
}

.lang_button ul li a img {
    width: 20px;
    height: 15px;
}

.scale_image_container:hover .image_news {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image_news {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.image_gallery img {
    height: 277px !important;
}

.adv_right img {
    width: 720px !important;
    height: 90px !important;
}

.owl-tweet .owl-controls .owl-buttons {
    position: absolute;
    top: -42px;
    right: 0;
    width: 48px;
    height: 25px;
}

    .owl-tweet .owl-controls .owl-buttons .owl-prev {
        width: 50%;
        float: left;
        background: #f2f2f2;
        color: black;
        text-align: center;
    }

        .owl-tweet .owl-controls .owl-buttons .owl-prev:hover {
            color: #fff;
        }

    .owl-tweet .owl-controls .owl-buttons .owl-next {
        width: 50%;
        float: left;
        background: #f2f2f2;
        color: black;
        text-align: center;
    }

        .owl-tweet .owl-controls .owl-buttons .owl-next:hover {
            color: #fff;
        }



.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.listnews_titles a {
    color: #777575;
}


.logo-header a img {
    height: auto;
    max-width: 90%;
    padding-left: 25px;
}

.advtop {
    padding-left: 0 !important;
}

.bannertop {
    max-width: 728px;
    max-height: 91px;
}

.change_lang img {
    width: 27px;
    margin-left: 6px;
    height: 27px;
    opacity: .5;
}

    .change_lang img:hover {
        opacity: 1;
    }

.input_search_text2 {
    padding-right: 40px;
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 40px;
    padding: 10px;
    color: #b0b1b4;
    border: 1px solid #e8e8e8;
    outline: none;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
}

.input_search_text1 {
    width: 90%;
    background: transparent;
    border: none;
    display: inline-block;
    background: #fff;
    height: 40px;
    padding: 10px;
    color: #b0b1b4;
    border: 1px solid #e8e8e8;
    outline: none;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
}

.button_search {
    right: 0;
}

.content_success {
    width: 770px;
    height: 402px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 15px;
    background-color: #E0E0E0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo_success {
    margin-left: 20px;
    width: 150px;
}

.title_success h4 {
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    color: #0271EE;
    margin-top: 30px;
}

.title_success h5 {
    text-align: left;
    font-size: 11px;
}

.title_success h3 {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content_success .head {
    margin-bottom: 20px;
}

.detail_success p {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.cent {
    margin-bottom: 40px;
}

.image_success {
    padding: 25px;
}

.foot h6 {
    opacity: 0.5;
    font-size: 10px;
    text-align: center;
    line-height: 2;
}

.ad_admicro {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 110px;
}

.fr-iconhome, .bg-iconhome {
    padding: 20px 10px;
}

    .fr-iconhome .bg-iconhome {
        background: rgba(123, 116, 118, 0.12);
        border-radius: 6px;
        width: 85%;
        margin: 0 auto;
    }

.table-div {
}

    .table-div > .thead > .col18pt, .table-div > .tbody .col18pt {
        width: 18%;
    }

    .table-div > .thead > .col12pt, .table-div > .tbody .col12pt {
        width: 12%;
    }

    .table-div > .thead > .col31pt, .table-div > .tbody .col31pt {
        width: 31%;
    }

    .table-div > .thead > .col15pt, .table-div > .tbody .col15pt {
        width: 15%;
    }

    .table-div > .thead > .col18pt, .table-div > .tbody .col18pt, .table-div > .thead > .col12pt, .table-div > .tbody .col12pt, .table-div > .thead > .col31pt, .table-div > .tbody .col31pt, .table-div > .thead > .col15pt, .table-div > .tbody .col15pt {
        float: left;
        text-align: center;
    }

    .table-div > .thead > .col18pt, .table-div > .thead > .col12pt, .table-div > .thead > .col31pt, .table-div > .thead > .col15pt {
        padding: 10px 0;
        line-height: 30px;
    }

    .table-div > .tbody .col18pt, .table-div > .tbody .col12pt, .table-div > .tbody .col31pt, .table-div > .tbody .col15pt {
        line-height: 30px;
        padding: 22px 0;
    }

    .table-div > .thead {
        background: #A2A2A2;
    }

    .table-div > .tbody {
        background: #F5F3F4;
    }

        .table-div > .tbody > div, .table-div > .tbody, .table-div > .thead {
            float: left;
        }

            .table-div > .tbody > div {
                width: 100%;
                display: block;
            }

            .table-div > .tbody > .isactive {
                background: rgba(248, 205, 160, 0.64);
            }

                .table-div > .tbody > .isactive > div:nth-child(2) {
                    font-size: 22px;
                    font-weight: bold;
                }

                .table-div > .tbody > .isactive > div:nth-child(3) {
                    font-size: 35px;
                    color: #d40f19;
                }

                .table-div > .tbody > .isactive:last-child {
                    border-bottom: 5px solid rgba(202, 202, 202, 0.42);
                }

            .table-div > .tbody > div > div {
                line-height: 50px;
                padding: 22px 0;
            }

                .table-div > .tbody > div > div:nth-child(3) {
                    font-weight: bold;
                    font-size: 20px;
                    color: #018f45;
                }

            .table-div > .tbody .col18pt > img {
                max-width: 150px;
                max-height: 50px;
            }

            .table-div > .thead > div > div > h6 {
                font-weight: bold;
                color: #5F5F5F;
            }

            .table-div > .thead > div > h6.prc {
                font-size: 35px;
                color: #ED1B24;
            }

            .table-div > .tbody .btn-reg {
                color: #fff;
                padding: 7px 9px;
                font-size: 14px;
                border-radius: 30px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.1);
                text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
                border: 6px solid rgb(237, 27, 36);
                text-align: center;
                background: rgba(237, 27, 36, 0.32);
            }

    .table-div .int_kyhan {
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.57);
        /*background: rgba(208, 208, 205, 0.7);*/
        width: 53px;
        padding: 0 5px;
    }

.table-gui .btn-reg, .table-2 .btn-reg, .nav.nav-justified > li > a > .quote, .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > .quote, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn > .btn-reg {
    background: #ED1B24;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li.ui-tabs-active a, .tabs.variation_2 .tabs_conrainer .tabs_nav li a:hover, .iconhome, .fr-iconhome .bg-iconhome:hover, .nav-tabs, .cd-form input[type="submit"], .FrameChildtab .btnSubmit {
    background: #F56803;
}

    .iconhome, .owl-tweet .owl-controls .owl-buttons .owl-prev:hover, .owl-tweet .owl-controls .owl-buttons .owl-next:hover, .no-touch .cd-form input[type="submit"]:hover, .FrameChildtab .btnSubmit:before {
        background: #ed1b24;
    }

.fr-iconhome .bg-iconhome .iconhome {
    z-index: 10;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50px;
    top: 20px;
    left: -40px;
    border: 6px solid #fff;
}

    .fr-iconhome .bg-iconhome .iconhome img {
        padding: 10px 16px;
    }

.fr-iconhome .bg-iconhome .txt {
    padding: 5px 15px 5px 47px;
}

    .fr-sl-login .txtinput:focus, .FrameChildtab .input:focus, .tooltip, .tabs.variation_2 .section_title, .fr-iconhome .bg-iconhome .txt h4, .fr-review:hover h5, .fr-iconhome .bg-iconhome:hover .txt h5 {
        color: #000;
    }

    .fr-iconhome .bg-iconhome .txt h4 {
        text-transform: uppercase;
        font-size: 16px;
        padding: 5px 0;
    }

    #nav li a, .fr-iconhome .bg-iconhome .txt h5, h1, h2, h3, h4, h5 {
        color: #545353;
    }

    .fr-iconhome .bg-iconhome .txt h5 {
        font-size: 15px;
        font-weight: normal;
        padding: 5px 0;
    }

.fr-iconhome .bg-iconhome, .fr-iconhome .bg-iconhome:hover, .fr-iconhome .bg-iconhome:hover .txt h5, .fr-iconhome .bg-iconhome:hover .txt h4, .fr-review:hover h5, .fr-review h5, .fr-sl-login .txtinput, .fr-sl-login .txtinput:focus, .FrameChildtab .input, .FrameChildtab .input:focus, .FrameChildtab .btnSubmit, .FrameChildtab .btnSubmit:hover, .table-gui .btn-reg, .table-gui .btn-reg:hover, .table-2 .btn-reg, .table-2 .btn-reg:hover {
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
}



    .tabs.variation_2 .tabs_conrainer .tabs_nav li.ui-tabs-active a, .tabs.variation_2 .tabs_conrainer .tabs_nav li a:hover, .fr-iconhome .bg-iconhome:hover .txt h4 {
        color: #fff;
    }

.slideHome {
    background: transparent url(../img/waves.gif) repeat 0% 0%;
}

.fr-sl-login {
    background: #f1f1f1;
    padding: 60px 0;
    width: 143%;
    margin: 40px 0 40px -165px;
    max-height: 335px;
    -moz-border-radius: 360px 252px;
    -webkit-border-radius: 360px 252px;
    -webkit-border-top-left-radius: 360px 252px;
    -webkit-border-top-right-radius: 360px 252px;
    -webkit-border-bottom-right-radius: 360px 252px;
    -webkit-border-bottom-left-radius: 360px 252px;
    border-top-left-radius: 360px 252px;
    border-top-right-radius: 360px 252px;
    border-bottom-right-radius: 360px 252px;
    border-bottom-left-radius: 360px 252px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
}

    .fr-sl-login .rw {
        margin-right: -33px;
    }

@media (max-width: 600px) {

    .fr-sl-login .rw {
        margin-right: -15px;
    }
}

.fr-sl-login .icon-laisuat {
    margin: 5px 0;
}

    .fr-sl-login .icon-laisuat a {
        margin: 0 5px;
    }

    .fr-sl-login .icon-laisuat img {
        width: 34px;
        height: 34px;
    }

.fr-sl-login img {
    margin: 0 auto;
}



.fr-sl-login .txtinput, .fr-sl-login .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 250px;
}

.fr-sl-login .txtinput, .fr-sl-login .btn {
    /*border-radius: 20px;*/
    border-radius: initial;
}

.fr-sl-login .btn {
    border: none;
    padding: 10px 11px;
}

.dropdown-menu {
    top: 83%;
    border: none;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #F4D06E;
    }

.fr-sl-login .txtinput {
    margin: 10px 0;
    padding: 10px;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    /*background: rgba(255, 203, 0, 0.25);*/
    background: rgba(197, 197, 193, 0.25);
}

    .fr-sl-login .bootstrap-select .dropdown-toggle:focus, .fr-sl-login .txtinput:focus, .FrameChildtab .input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        background: #fff;
    }

/*.fr-sl-login .txtinput:focus, .FrameChildtab .input:focus {
        background: rgba(212, 211, 211, 0.69);
        outline: 0;
        -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    }*/

.fr-sl-login .fr-btn {
    margin: 15px auto;
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    color: #989892;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
    border: 6px solid rgb(218, 218, 217);
    padding: 2px 0;
    font-size: 14px;
    line-height: 30px;
    width: 115px;
    background: rgba(255,255,255,0.2);
}

.fr-sl-login .fr-btn, .icon-laisuat {
    text-align: center;
}

.da-slide .da-link {
    width: 105px;
    padding: 2px 0;
    font-size: 15px;
    border: 5px solid rgba(255,255,255,0.8);
    z-index: 2;
}



.da-slide h2 {
    word-wrap: break-word;
}


.schead {
    /*background: #edeef0;*/
    /*padding: 20px 0 0 0;*/
    border-bottom: 2px solid #ED1B24;
}

.close-btn {
    display: block;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: none;
    background: #333333 url("../img/close-btn.svg") left center no-repeat;
    background-size: 1.875em 1.875em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-svg .close-btn {
    background-image: url("../img/close-btn.png");
}

.close-btn:focus, .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav-btn {
    display: block;
    padding: 0;
    border: 0;
    outline: none;
    font: normal normal normal 14px/1 FontAwesome;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: #7D7D7D;
    font-size: 25px;
}

    .nav-btn:before {
        content: "\f0c9";
    }

    .nav-btn:hover {
        color: #ED1B24;
    }

.no-svg .nav-btn {
    background-image: url("../img/nav-icon.png");
}

.nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#inner-wrap {
    position: relative;
    width: 100%;
}

.navscoll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #fff;
    width: 100%;
}

#nav {
    z-index: 9999;
    /*position: relative;*/
    overflow: hidden;
    padding: 36px 0 0 0;
}


    #nav .close-btn {
        display: none;
    }

    #nav .block-title {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav .block {
        z-index: 2;
        position: relative;
        padding: 0.75em 1.25em;
    }

    #nav ul {
        *zoom: 1;
        display: block;
    }

        #nav ul:before, #nav ul:after {
            content: "";
            display: table;
        }

        #nav ul:after {
            clear: both;
        }

    #nav li {
        display: block;
    }

        #nav li a {
            display: block;
            font-size: 1.1em;
            text-transform: uppercase;
            line-height: 1.28571em;
            font-weight: bold;
            outline: none;
        }

            #nav li a:focus, #nav li a:hover {
                color: #212428;
            }

        #nav li.is-active a {
            color: #212428;
        }

#top {
    z-index: 100;
    position: relative;
    color: #fff;
}

    #top img {
        float: left;
        width: 201px;
        padding: 10px 0;
    }

    #top .block-title {
        margin: 0;
        font-size: 1.875em;
        line-height: 1.2em;
        text-align: center;
        white-space: nowrap;
    }

    #top .nav-btn {
        position: absolute;
        top: 1.5em;
        right: 0.875em;
    }

#main {
    background: #fff;
}

    #main .block {
        padding: 2.625em 1.875em;
    }

footer[role="contentinfo"] {
    background: #ddd;
}

@media screen and (min-width: 45.0625em) {
    #top .nav-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav .close-btn {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav .block-title {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #nav ul {
        /*white-space: nowrap;*/
    }

    #nav li {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

        /*#nav li:last-child {
            border-right: none;
            float: right;
        }*/

        #nav li a {
            padding: 0.42857em 0.85714em;
        }
}

@media screen and (max-width: 45em) {
    #nav {
        position: absolute;
        top: 0;
        padding-top: 5.25em;
    }

        #nav:not(:target) {
            z-index: 1;
            height: 0;
        }

        #nav:target .close-btn {
            display: block;
        }

        #nav .close-btn {
            position: absolute;
            top: -3.75em;
            left: 1.875em;
        }

        #nav .block {
            position: relative;
            padding: 0;
        }

        #nav li {
            position: relative;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

            #nav li:last-child {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

            #nav li.is-active:after {
                z-index: 50;
                display: block;
                content: "";
                position: absolute;
                top: 50%;
                right: -0.03125em;
                margin-top: -0.625em;
                border-top: 0.625em transparent solid;
                border-bottom: 0.625em transparent solid;
                border-right: 0.625em white solid;
            }

            #nav li a {
                padding: 0.85714em 2.14286em;
            }

    .js-ready #nav {
        height: 100%;
        width: 70%;
        background: #333333;
        -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        left: -70%;
    }

        .js-ready #nav .block {
            background: transparent;
        }

        .js-ready #nav .close-btn {
            display: block;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7;
        }

            .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                opacity: 1;
            }



    .highlight {
        background: #fff699;
        padding: 0 0.5em;
    }

    .prose ul, .prose ol {
        list-style: outside disc;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 1.5em;
    }

    .prose p {
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 1.5em;
    }

        .prose p.small {
            color: #666;
            font-size: 0.8125em;
            line-height: 1.84615em;
            margin-bottom: 1.84615em;
        }

        .prose p.medium {
            color: #666;
            font-size: 0.875em;
            line-height: 1.71429em;
            margin-bottom: 1.71429em;
        }

        .prose p:last-child {
            margin-bottom: 0;
        }

    .prose h1 {
        font-size: 1.875em;
        line-height: 1.2em;
        margin-bottom: 0.4em;
    }

    .prose h2 {
        font-size: 1.5em;
        line-height: 1.25em;
        margin-bottom: 0.5em;
    }

    .prose a {
        color: #6d7173;
        border-bottom: 1px solid #a1cfe5;
        text-decoration: none;
        outline: none;
    }

        .prose a:focus, .prose a:hover {
            color: #4ab336;
            border-bottom-color: #77b36b;
        }

    .block {
        position: relative;
        margin: 0 auto;
        padding: 1.5em 1.25em;
        max-width: 60em;
    }

    .close-btn {
        display: block;
        width: 2.625em;
        height: 2.25em;
        padding: 0;
        border: 0;
        outline: none;
        background: #333333 url("../img/close-btn.svg") left center no-repeat;
        background-size: 1.875em 1.875em;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .no-svg .close-btn {
        background-image: url("../img/close-btn.png");
    }

    .close-btn:focus, .close-btn:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    .nav-btn {
        display: block;
        border: 0;
        outline: none;
        font: normal normal normal 14px/1 FontAwesome;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        color: #7D7D7D;
        font-size: 25px;
    }

        .nav-btn:before {
            content: "\f0c9";
        }

    .no-svg .nav-btn {
    }

    .nav-btn:hover, .nav-btn:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    #outer-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    #inner-wrap {
        position: relative;
        width: 100%;
    }

    #nav {
        z-index: 200;
        position: relative;
        overflow: hidden;
        width: 100%;
        color: #fff;
    }

        #nav .close-btn {
            display: none;
        }

        #nav .block-title {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #nav .block {
            z-index: 2;
            position: relative;
            padding: 0.75em 1.25em;
            background: #333333;
        }

        #nav ul {
            *zoom: 1;
            display: block;
        }

            #nav ul:before, #nav ul:after {
                content: "";
                display: table;
            }

            #nav ul:after {
                clear: both;
            }

        #nav li {
            display: block;
        }

            #nav li a {
                display: block;
                color: #ccc;
                font-size: 0.875em;
                line-height: 1.28571em;
                font-weight: bold;
                outline: none;
            }

                #nav li a:focus, #nav li a:hover {
                    color: #fff;
                    background: rgba(255, 255, 255, 0.1);
                }

            #nav li.is-active a {
                color: #fff;
            }

    #top {
        z-index: 100;
        position: relative;
        color: #fff;
    }

        #top .block-title {
            margin: 0;
            font-size: 1.875em;
            line-height: 1.2em;
            text-align: center;
            white-space: nowrap;
        }

        #top .nav-btn {
            position: absolute;
            top: 1.5em;
            right: 0.875em;
        }

    #main {
        background: #fff;
    }

        #main .block {
            padding: 2.625em 1.875em;
        }

    footer[role="contentinfo"] {
        background: #ddd;
    }

    @media screen and (min-width: 45.0625em) {
        #top .nav-btn {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #nav .close-btn {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #nav .block-title {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #nav ul {
            text-align: center;
            white-space: nowrap;
        }

        #nav li {
            display: inline-block;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }

            #nav li:last-child {
                border-right: none;
            }

            #nav li a {
                padding: 0.42857em 0.85714em;
            }
    }

    @media screen and (max-width: 45em) {
        #top img {
            float: none;
            margin: 0 auto;
            width: 200px;
            padding: 0;
        }

        #nav {
            position: absolute;
            top: 0;
            padding-top: 5.25em;
        }

            #nav:not(:target) {
                z-index: 1;
                height: 0;
            }

            #nav:target .close-btn {
                display: block;
            }

            #nav .close-btn {
                position: absolute;
                top: -3.75em;
                left: 1.875em;
            }

            #nav .block {
                position: relative;
                padding: 0;
            }

            #nav li {
                position: relative;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

                #nav li:last-child {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                    float: none;
                }

                #nav li.is-active:after {
                    z-index: 50;
                    display: block;
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -0.03125em;
                    margin-top: -0.625em;
                    border-top: 0.625em transparent solid;
                    border-bottom: 0.625em transparent solid;
                    border-right: 0.625em white solid;
                }

                #nav li a {
                    padding: 0.85714em 2.14286em;
                }

        .js-ready #nav {
            height: 100%;
            width: 70%;
            background: #333333;
            -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
            -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
            box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
        }

            .js-ready #nav .block {
                background: transparent;
            }

            .js-ready #nav .close-btn {
                display: block;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                opacity: 0.7;
            }

                .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    opacity: 1;
                }

        .js-ready #nav {
            left: -70%;
        }

        .js-ready #inner-wrap {
            left: 0;
        }

        .js-nav #inner-wrap {
            left: 70%;
        }

        .csstransforms3d.csstransitions.js-ready #nav {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            -ms-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .csstransforms3d.csstransitions.js-ready #inner-wrap {
            left: 0 !important;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform 500ms ease;
            -moz-transition: -moz-transform 500ms ease;
            -o-transition: -o-transform 500ms ease;
            transition: transform 500ms ease;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .csstransforms3d.csstransitions.js-nav #inner-wrap {
            -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
            -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
            -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
            -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        }

        .csstransforms3d.csstransitions.js-ready #nav .block {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7;
            -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
            -webkit-transition-delay: ease, 0s;
            -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
            -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
            transition: opacity 300ms 100ms ease, transform 500ms ease;
            -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
            -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
            -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
            -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
            transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            -o-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
        }

        .csstransforms3d.csstransitions.js-nav #nav .block {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .js-ready #inner-wrap {
        left: 0;
    }

    .js-nav #inner-wrap {
        left: 70%;
    }

    .csstransforms3d.csstransitions.js-ready #nav {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .csstransforms3d.csstransitions.js-ready #inner-wrap {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .csstransforms3d.csstransitions.js-nav #inner-wrap {
        -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    }

    .csstransforms3d.csstransitions.js-ready #nav .block {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
        -webkit-transition-delay: ease, 0s;
        -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
        -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
        transition: opacity 300ms 100ms ease, transform 500ms ease;
        -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .csstransforms3d.csstransitions.js-nav #nav .block {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 600px) {
    .fr-sl-login {
        width: 100%;
        margin: 40px 0;
        -moz-border-radius: 360px 252px;
        border-radius: unset;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .fr-sl-login {
        margin: 40px 0 40px -165px;
        width: 175%;
    }

        .fr-sl-login .rw {
            margin-right: -115px;
        }

    .ketquatimthe .divcard_fr {
        margin: 50px 0;
    }
}

.nav.nav-justified > li > a {
    position: relative;
}

    .nav.nav-justified > li > a:hover,
    .nav.nav-justified > li > a:focus {
        background-color: transparent;
    }

    .nav.nav-justified > li > a > .quote, .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > .quote {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 15px;
        color: #fff;
    }

.nav.nav-justified > li.active > a > .quote, .quote, .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > .quote {
    opacity: 1;
}

.nav.nav-justified > li > a > img, .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > img {
    box-shadow: 0 0 0 2px #ED1B24;
    max-width: 100%;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified > li > a > img {
    opacity: .3;
}

.chat-skype .skype-fr {
    position: relative;
}

.chat-skype .col1, .chat-skype .col2 {
    float: left;
}

.chat-skype .col1 {
    width: 35%;
}

.chat-skype .col2 {
    width: 65%;
}
/* Icon Pulse */
@-webkit-keyframes avatar-skype {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes avatar-skype {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.skype-fr .avatar-skype {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .skype-fr .avatar-skype:active, .skype-fr .avatar-skype:focus, .skype-fr .avatar-skype:hover {
        -webkit-animation-name: avatar-skype;
        animation-name: avatar-skype;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.chat-skype .chat-skype_fr {
    width: 390px;
    display: block;
    height: 85px;
    margin: 45px 0;
}

.chat-skype .skype-fr .skype_fr_call, .chat-skype .skype-fr .skype_fr_chat {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.chat-skype .skype-fr .skype_fr_call {
    background: #319DF5;
    top: 5px;
    left: -10px;
    display: inline-block;
    vertical-align: middle;
}

    .chat-skype .skype-fr .skype_fr_call:hover {
        /*width: 25px;
        height: 25px;
        border-radius: 50%;*/
        /*background: #319DF5;*/
        /*position: relative;
        top: 5px;
        left: -10px;*/
        top: 18px;
        left: 2px;
        -webkit-transition: height .25s ease, width .25s ease;
        transition: height .25s ease, width .25s ease;
        -webkit-transform: transform:translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .chat-skype .skype-fr .skype_fr_call:hover:before,
        .chat-skype .skype-fr .skype_fr_call:hover:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #319DF5;
        }

        .chat-skype .skype-fr .skype_fr_call:hover:before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .chat-skype .skype-fr .skype_fr_call:hover:after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

/*.chat-skype .skype-fr > .skype_fr_call > .ring:hover:before,
    .chat-skype .skype-fr > .skype_fr_call > .ring:hover:after {
        -webkit-animation: none;
        animation: none;
    }*/

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.chat-skype .skype-fr .skype_fr_call:hover, .chat-skype .skype-fr .skype_fr_chat:hover {
    background: #319DF5;
}

.chat-skype .skype-fr .skype_fr_chat {
    background: #69B9FA;
    bottom: -2px;
    left: -9px;
}


.chat-skype .skype-fr > a > .skype_fr_call, .chat-skype .skype-fr > a > .skype_fr_chat {
    color: #fff;
    font-size: 12px;
}


    .chat-skype .skype-fr > a > .skype_fr_call > i, .chat-skype .skype-fr > a > .skype_fr_chat > i {
        margin-top: 2px;
    }



.chat-skype .col2 > div {
    text-align: left;
}

    .chat-skype .col2 > div > h5 {
        font-size: 18px;
        padding: 12px 0 0 0;
    }

    .chat-skype .col2 > div > h6 {
        font-size: 13px;
        font-style: italic;
        padding: 5px 0;
    }

.div_tab_content_right_ct_center_comment {
    margin: 20px 0;
}

    .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img {
        position: relative;
    }

        .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > img {
            width: 35%;
        }

    .div_tab_content_right_ct_center_comment > .w100 > p {
        padding: 8px 0;
        width: 83%;
        margin: 0 auto;
    }

    .div_tab_content_right_ct_center_comment > .w100 > p, .lead {
        font-size: 14px;
        font-style: italic;
        color: #A2A2A2;
    }

.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote, .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > .quote {
        left: auto;
        top: auto;
    }

    .nav.nav-justified > li > a > .quote {
        left: 186px;
        bottom: 0;
    }

    .div_tab_content_right_ct_center_comment > .div_tab_content_right_ct_center_comment_img > .quote {
        right: 145px;
        bottom: 0;
    }
}


@media screen and (max-width: 479px) {
    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
        padding: 0;
    }

        .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            width: 100%;
            text-align: center;
            vertical-align: top;
        }

        .nav-tabs-responsive > li.active {
            width: 54%;
        }

            .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%;
            }

        .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            display: block;
        }

        .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

            .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none;
            }

                .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
                    display: none;
                }

                .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
                    position: relative;
                    top: 1px;
                    display: inline-block;
                    font-family: 'Glyphicons Halflings';
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .nav-tabs-responsive > li.prev > a:after {
                    content: "\e079";
                }

                .nav-tabs-responsive > li.next > a:after {
                    content: "\e080";
                }

        .nav-tabs-responsive > li.dropdown > a > .caret {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown > a:after {
            content: "\e114";
        }

        .nav-tabs-responsive > li.dropdown.active > a:after {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown.active > a > .caret {
            display: inline-block;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
            left: 0;
            right: auto;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
            left: auto;
            right: 0;
        }
}
/**
 * Demo Styles
 */


.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    #narrow-browser-alert {
        display: none;
    }
}

#triangle-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid red;
}

.nav-tabs > li {
    position: relative;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: bold;
}

    .nav-tabs > li.active:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: calc(50% - 15px);
        top: 54px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 17px solid #F56803;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: none;
        border: none;
        color: #FDF200;
    }

    .nav-tabs > li > a {
        color: #fff;
        font-size: 18px;
        border: none;
    }

.marquee {
    width: 80%;
    min-height: 55px;
    margin: 25px auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color 350ms;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

    .marquee p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 25px;
        font-size: 1.4em;
        color: #0183fd;
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

        .marquee p:nth-child(1) {
            animation: left-one 20s ease infinite;
            -moz-animation: left-one 20s ease infinite;
            -webkit-animation: left-one 20s ease infinite;
        }

        .marquee p:nth-child(2) {
            animation: left-two 20s ease infinite;
            -moz-animation: left-two 20s ease infinite;
            -webkit-animation: left-two 20s ease infinite;
        }

    .marquee.down p {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

        .marquee.down p:nth-child(1) {
            animation: down-one 20s ease infinite;
            -moz-animation: down-one 20s ease infinite;
            -webkit-animation: down-one 20s ease infinite;
        }

        .marquee.down p:nth-child(2) {
            animation: down-two 20s ease infinite;
            -moz-animation: down-two 20s ease infinite;
            -webkit-animation: down-two 20s ease infinite;
        }

    .marquee.up p {
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

        .marquee.up p:nth-child(1) {
            animation: up-one 20s ease infinite;
            -moz-animation: up-one 20s ease infinite;
            -webkit-animation: up-one 20s ease infinite;
        }

        .marquee.up p:nth-child(2) {
            animation: up-two 20s ease infinite;
            -moz-animation: up-two 20s ease infinite;
            -webkit-animation: up-two 20s ease infinite;
        }

/*================================
	Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
    0% {
        -moz-transform: translateX(100%);
    }

    10% {
        -moz-transform: translateX(0);
    }

    40% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-moz-keyframes left-two {
    0% {
        -moz-transform: translateX(100%);
    }

    50% {
        -moz-transform: translateX(100%);
    }

    60% {
        -moz-transform: translateX(0);
    }

    90% {
        -moz-transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
    0% {
        -webkit-transform: translateX(100%);
    }

    10% {
        -webkit-transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes left-two {
    0% {
        -webkit-transform: translateX(100%);
    }

    50% {
        -webkit-transform: translateX(100%);
    }

    60% {
        -webkit-transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.FrameChildtab {
    background: #f3f3f3;
    padding: 20px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    width: 96%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
    margin: 30px 0;
}

    .FrameChildtab .Title {
        background: url(../img/DepositR.png) no-repeat;
    }

    .FrameChildtab .Title, .FrameChildtab .Title2 {
        color: #aaa;
        padding: 10px 0 19px 15px;
        font-size: 12px;
        margin-left: -31px;
        float: left;
        width: 230px;
    }

    .FrameChildtab .reset {
        background: url(../img/refesh.png) no-repeat;
        cursor: pointer;
        padding: 10px 8px;
        float: left;
        margin: 10px;
        opacity: 0.6;
    }

    .FrameChildtab .Title2 {
        background: url(../img/DepositL.png) no-repeat;
    }

    .FrameChildtab .input {
        padding: 8px 10px;
        margin: 10px 0;
        /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
        background: rgba(255, 203, 0, 0.25);*/
        /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14); */
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
        /* background: rgba(255, 203, 0, 0.25); */
        background: rgba(197, 197, 193, 0.25);
    }

    /*.FrameChildtab .input:focus {
            background: rgb(245, 210, 114);
            outline: 0;
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
        }*/
    .FrameChildtab .mr {
        margin: 4px 0;
    }

    .FrameChildtab .btnSubmit {
        padding: 6px 25px;
        margin: 5px 0;
        /*background: #52585E;*/
        color: #fff;
        font-size: 16px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

        .FrameChildtab .btnSubmit:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -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.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .FrameChildtab .btnSubmit:hover, .FrameChildtab .btnSubmit:focus, .FrameChildtab .btnSubmit:active {
            color: white;
        }

            .FrameChildtab .btnSubmit:hover:before, .FrameChildtab .btnSubmit:focus:before, .FrameChildtab .btnSubmit:active:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

    .FrameChildtab .fr-rs-laisuat {
        padding: 5px 0;
        width: 275px;
        height: 33px;
        border-bottom: 1px solid rgba(197, 201, 204, 0.42);
    }

        .FrameChildtab .fr-rs-laisuat .span {
            color: #52585E;
            float: left;
            margin: 2px 0 0 0;
            width: 85px;
            font-size: 12px;
        }

        .FrameChildtab .fr-rs-laisuat .divrs {
            padding: 5px 10px;
            /*border: 1px solid #E7E8E8;*/
            float: left;
            width: 180px;
            height: 25px;
            margin: 0 0 0 10px;
            font-size: 12px;
        }

    .FrameChildtab .fr-rsDeposit {
        padding: 10px 0;
    }

        .FrameChildtab .fr-rsDeposit .txtrsDeposit {
            font-style: italic;
            font-size: 12px;
            text-align: justify;
        }

.btn-default {
    margin: 10px 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.35);
    background: rgba(230, 230, 230, 0.7);
}

.FrameChildtab .divsl-kyhan {
    margin: 0 15px;
    display: inline;
}

.FrameChildtab label, .FrameChildtab .bootstrap-select.btn-group .dropdown-menu li a span.text, .FrameChildtab .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: rgb(181, 181, 181);
    font-size: 12px;
}

.FrameChildtab .input, .FrameChildtab .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90%;
}

.FrameChildtab .btn {
    border-radius: unset;
    border: none;
}

.table-ss .th {
}

.table-ss .th, .table-ss .td {
    float: left;
}

.table-ss .td {
}

.table-gui, .table-2 {
    background: #f5f3f4;
    margin-bottom: 0;
}

    .table-gui button.btn.dropdown-toggle.btn-default {
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.57);
        background: #fff;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 3px 10px;
        border: none;
    }

    .table-gui span.filter-option.pull-left {
        font-size: 14px;
        margin-top: 2px;
    }

    .table-gui .option-icon-phone, .table-2 .option-icon-phone {
        display: none;
    }

    .table-2 sup, .table-gui sup {
        font-size: 11px;
    }

    .table-gui, .table-gui th, .table-2, .table-2 th {
        text-align: center;
    }

        /*.table-gui tbody > tr:first-child td:nth-child(3), .table-2 tbody > tr:first-child td:nth-child(3) {
            font-size: 35px;
            color: #d40f19;
        }*/

        .table-gui tbody > .isactive > td:nth-child(2), .table-2 tbody > .isactive > td:nth-child(2) {
            font-size: 22px;
            font-weight: bold;
        }

        .table-gui tbody > .isactive > td:nth-child(3), .table-2 tbody > .isactive > td:nth-child(3),
        .table-gui tbody > .isactive > td.clred, .table-2 tbody > .isactive > td.clred {
            font-size: 35px;
            color: #d40f19;
        }

        .table-gui tbody > .isactive > td.clblack, .table-2 tbody > .isactive > td.clblack {
            font-size: 22px;
            color: #000;
        }
        /*.table-gui .btn-reg, .table-2 .btn-reg, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn > .btn-reg {
            color: #fff;
            padding: 5px 15px;
            border-radius: 15px;
            font-size: 14px;
        }*/
        .table-gui .btn-reg, .table-2 .btn-reg, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn > .btn-reg {
            color: #fff;
            padding: 5px 6px;
            font-size: 11px;
            border-radius: 30px;
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            border: 3px solid rgb(237, 27, 36);
            text-align: center;
            background: rgba(237, 27, 36, 0.32);
        }

        .table-gui tbody > tr > td:nth-child(3), .table-2 tbody > tr > td:nth-child(3), .table-gui tbody > tr > td.clgreen, .table-2 tbody > tr > td.clgreen {
            font-size: 20px;
            color: #018f45;
        }

        .table-gui tbody > .isactive > td.clblue, .table-2 tbody > .isactive > td.clblue, .table-gui tbody > tr > td.clblue, .table-2 tbody > tr > td.clblue {
            font-size: 15px;
            color: #3497E0;
        }

        .table-gui .footable-row-detail-name, .table-2 .footable-row-detail-name {
            text-align: left;
            font-size: 12px;
        }

        .table-gui .footable-row-detail-cell, .table-2 .footable-row-detail-cell {
            -moz-box-shadow: inset 0 6px 8px -8px #696868, inset 0 -6px 8px -8px #696868;
            -webkit-box-shadow: inset 0 6px 8px -8px #696868, inset 0 -6px 8px -8px #696868;
            box-shadow: inset 0 6px 8px -8px #696868, inset 0 -6px 8px -8px #696868;
        }

        .table-gui .footable-row-detail-name, .table-gui .footable-row-detail-value, .table-2 .footable-row-detail-name, .table-2 .footable-row-detail-value {
            padding: 0 5px;
        }

        .table-gui > thead > tr > th, .table-gui, .table-gui td, .table > tbody > tr > td, .table-2 > thead > tr > th, .table-2, .table-2 td, .table > tbody > tr > td {
            border: none;
        }

            .table-gui .img-logo, .table-2 .img-logo {
                max-width: 150px;
                max-height: 50px;
            }


            .table-gui tbody > tr > td, .table-2 tbody > tr > td {
                line-height: 25px;
                padding: 22px 0;
                /*font-size: 18px;*/
                vertical-align: middle;
            }

            .table-gui tbody > tr:hover, .table-2 tbody > tr:hover {
                background: rgba(151, 206, 228, 0.15);
            }

            .table-gui thead, .table-2 thead {
                background: #a2a2a2;
                font-weight: bold;
                font-size: 15px;
                color: #5F5F5F;
            }

                .table-gui thead tr th, .table-2 thead tr th {
                    padding: 10px 0;
                    line-height: 30px;
                    vertical-align: middle;
                }

                    .table-gui thead tr th.top, .table-2 thead tr th.top {
                        vertical-align: top;
                    }

                    .table-gui thead tr th h6, .table-2 thead tr th h6 {
                        display: -webkit-inline-box;
                    }

            .table-gui .dropdown-menu, .table-2 .dropdown-menu {
                top: 100%;
            }

            .table-gui > tbody > .isactive, .table-2 .isactive {
                background: rgba(248, 205, 160, 0.64);
            }

            .table-gui > tbody > .isactive-bottom, .table-2 > tbody > .isactive-bottom {
                border-bottom: 2px solid rgba(202, 202, 202, 0.42);
            }

            .table-gui thead .prc, .table-2 thead .prc, .table-gui thead span, .table-2 thead span {
                color: #ED1B24;
            }

            .table-gui thead .prc, .table-2 thead .prc {
                font-size: 35px;
            }

            .table-gui thead span, .table-2 thead span {
                font-size: 14px;
            }

            .table-gui .txt_bank, .table-2 .txt_bank {
                text-align: center;
                width: 75px;
            }

            .table-gui tbody .divicon {
                height: 10px;
                margin: 10px 0 0 0;
            }

            .table-gui tbody .img-khuyenmai, .table-2 tbody .img-khuyenmai {
                /*position: absolute;
                left: 12%;
                top: 55%;*/
                width: 15px;
                margin: 0 10px;
            }

            .table-gui tbody .img-khuyenmai_not, .table-2 tbody .img-khuyenmai_not {
                width: 15px;
                margin: 0 10px;
                -webkit-filter: opacity(.2);
                filter: opacity(.2);
                pointer-events: none;
                cursor: default;
                    display: none;
            }

            .table-gui tbody .img-key, .table-2 tbody .img-key {
                width: 18px;
                margin: 6px 10px;
            }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 180%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 160px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 180%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.animaton-forever {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animaton-bounceIn {
    -webkit-animation-name: ani-float;
    animation-name: ani-float;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes ani-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ani-float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.table-gui .int_kyhan, .table-2 .int_kyhan, .table-gui .int_thoigian, .table-2 .int_thoigian, .table-gui .int_the, .table-2 .int_the, .table-gui .txt_bank, .table-2 .txt_bank {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.57);
    /*background: rgba(208, 208, 205, 0.7);*/
}

.table-gui .int_kyhan, .table-2 .int_kyhan, .table-gui .int_thoigian, .table-2 .int_thoigian, .table-gui .int_the, .table-2 .int_the {
    width: 53px;
    padding: 0 5px;
}

/*  login */
#_panel {
    display: none;
    background: #4D4D4D;
    color: #DEDEDE;
    margin-bottom: 0px;
    height: 100%;
    line-height: 25px;
}

._Scanu_container {
    margin: auto auto;
    padding: 10px;
    max-width: 800px;
    position: relative;
}

.allformlogin {
    max-width: 565px;
    border-right: 1px dotted #464646;
    padding: 10px;
}

#_panel a, #_panel a:link {
    font-size: 11px;
    color: #707070;
    text-decoration: none;
}

    #_panel a:hover {
        text-decoration: underline;
    }

#_panel ._input_text {
    color: #F5F5F5;
    background-color: #323232;
    border: 1px solid #585858;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    width: 100%;
}

._input_text:focus, ._input_text:hover {
    outline: none !important;
    background: black !important;
}

._scanu_button {
    font-style: normal;
    font-size: 12px;
    font-family: "Arial",sans-serif;
    color: #FFF;
    background-color: #1C89BB;
    padding: 0px 6px;
    border-width: 0px;
    border-radius: 0px;
    text-align: center;
    outline: medium none;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    height: 30px;
}

    ._scanu_button:hover {
        background-color: #0C79AB;
    }

    ._scanu_button:active {
        box-shadow: 0 0 3px #000 inset;
    }

#_open_close_button {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    /*border-bottom: 1px solid #585858;*/
    /*padding: 2px;*/
    /*background: #2D2D2D;*/
}

    #_open_close_button ._toggle {
        text-decoration: none;
        margin-right: 12%;
        position: absolute;
        right: 0;
        bottom: -35px;
        text-align: center;
        padding: 3px 0;
        background-color: rgb(237, 27, 36);
    }

        #_open_close_button ._toggle a {
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            padding: 15px 20px;
        }

            #_open_close_button ._toggle a i {
                font-size: 16px;
                margin-right: 10px;
            }

        #_open_close_button ._toggle .btnlogin1 {
            display: inline;
        }

        #_open_close_button ._toggleMobile .btnloginMobile1, #_open_close_button ._toggleMobile .btnloginMobile2, #_open_close_button ._toggle .btnlogin2 {
            display: none;
        }

    ._Scanu_container, .allformlogin, #_panel, ._scanu_button, #_open_close_button, #_open_close_button ._toggle, .login_with_fb, .alltaikhoan, .texttaikhoan, .inputtaikhoan, .allpass, .textpass, .inputpass {
        z-index: 10001;
    }

@media (min-width: 100px) and (max-width: 850px) {
    #_open_close_button ._toggleMobile .btnloginMobile1 {
        display: inline;
    }

    #_open_close_button ._toggle .btnlogin1, #_open_close_button ._toggle .btnlogin2, #_open_close_button ._toggleMobile .btnloginMobile2, #_open_close_button ._toggle {
        display: none;
    }

    #_open_close_button ._toggleMobile {
        text-decoration: none;
        margin-right: 5%;
        position: absolute;
        right: 0;
        bottom: -136px;
        text-align: center;
        line-height: 20px;
        padding: 10px 0 0 0;
        background-color: rgb(237, 27, 36);
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }

        #_open_close_button ._toggleMobile a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }
}

.login_with_fb {
    float: right;
    padding: 10px;
    margin-right: 20px;
}

.alltaikhoan {
    max-width: 600px;
}

.texttaikhoan {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    text-align: right;
    margin-right: 10px;
}

.inputtaikhoan {
    display: inline-block;
    vertical-align: top;
    width: 360px;
}

.allpass {
    max-width: 600px;
    margin-top: 10px;
}

.textpass {
    display: inline-block;
    width: 170px;
    text-align: right;
    vertical-align: top;
    margin-right: 10px;
}

.inputpass {
    display: inline-block;
    width: 360px;
}

.everything {
    left: -310px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background: #171717;
    height: 4000px;
    opacity: 0.6;
    z-index: 10000;
}

@media only screen and (max-width: 850px) {

    .texttaikhoan {
        text-align: left;
    }

    .inputtaikhoan, .inputpass {
        width: 100%;
    }

    .textpass {
        text-align: left;
    }

    .allformlogin {
        border: none;
    }
}
/*  end login */
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 100001;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 50%;
        position: relative;
        margin: 5% auto;
        padding: 20px;
        background: #fff;
        border-radius: 15px;
        /*border:8px solid rgb(0, 0, 0);*/
        box-shadow: 0 0 0 8px rgb(0, 0, 0);
    }

.close {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    background: url(../img/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: unset;
}

    .close:hover {
        background-position: bottom center;
    }

.radio-danger input[type="radio"]:checked + label::before {
    outline: none;
}
/*-------------------------------- */
.cd-form {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}


    .cd-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        margin: 0;
    }

    .cd-form .btn-default {
        margin: 0;
        background: none;
        box-shadow: unset;
        border-color: #CFD9DB;
        padding: 12px;
    }

    .cd-form .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
        top: 32px;
    }

    .cd-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 17px;
        padding-left: 43px !important;
    }

    .cd-form .btn-default.active, .cd-form .btn-default:active, .cd-form .open > .dropdown-toggle.btn-default {
        background: none;
    }

        .cd-form .btn-default.active.focus, .cd-form .btn-default.active:focus, .cd-form .btn-default.active:hover, .cd-form.btn-default:active .focus, .cd-form .btn-default:active:focus, .cd-form .btn-default:active:hover, .cd-form .open > .dropdown-toggle.btn-default.focus, .cd-form .open > .dropdown-toggle.btn-default:focus, .cd-form .open > .dropdown-toggle.btn-default:hover {
            background: none;
        }


    .cd-form .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: -33px;
    }

    .cd-form::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-form fieldset {
        margin: 24px 0;
    }

    .cd-form legend {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 2rem;
        border-bottom: 1px solid #ecf0f1;
    }

    .cd-form div {
        /* form element wrapper */
        position: relative;
        margin: 20px 0;
    }

    .cd-form h4, .cd-form .cd-label {
        font-size: 1.3rem;
        color: #94aab0;
        margin-bottom: 10px;
    }

    .cd-form .cd-label {
        display: block;
    }

    .cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
        font-size: 1.6rem;
        color: #2b3e51;
    }

        .cd-form input[type="text"],
        .cd-form input[type="email"],
        .cd-form input[type="tel"],
        .cd-form textarea,
        .cd-form select,
        .cd-form legend {
            display: block;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .cd-form input[type="text"],
        .cd-form input[type="email"],
        .cd-form input[type="tel"],
        .cd-form textarea,
        .cd-form select {
            /* general style for input elements */
            padding: 12px;
            border: 1px solid #cfd9db;
            background-color: #ffffff;
            border-radius: .25em;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        }

            .cd-form input[type="text"]:focus,
            .cd-form input[type="email"]:focus,
            .cd-form input[type="tel"]:focus,
            .cd-form textarea:focus,
            .cd-form select:focus {
                outline: none;
                border-color: #2c97de;
                box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
            }

    .cd-form .cd-select {
        /* select element wapper */
        position: relative;
    }

        .cd-form .cd-select::after {
            /* arrow icon for select element */
            content: '';
            position: absolute;
            z-index: 1;
            right: 16px;
            top: 50%;
            margin-top: -8px;
            display: block;
            width: 16px;
            height: 16px;
            background: url("../img/form/cd-icon-arrow.svg") no-repeat center center;
            pointer-events: none;
        }

    .cd-form select {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        cursor: pointer;
    }

        .cd-form select::-ms-expand {
            display: none;
        }

    .cd-form .cd-form-list {
        margin-top: 16px;
    }

        .cd-form .cd-form-list::after {
            clear: both;
            content: "";
            display: table;
        }

        .cd-form .cd-form-list li {
            /* wrapper for radio and checkbox input types */
            display: inline-block;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin: 0 26px 16px 0;
            float: left;
        }

    .cd-form input[type=radio],
    .cd-form input[type=checkbox] {
        /* hide original check and radio buttons */
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: 2;
    }

    .cd-form input[type="radio"] + label,
    .cd-form input[type="checkbox"] + label {
        padding-left: 24px;
    }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="radio"] + label::after,
        .cd-form input[type="checkbox"] + label::before,
        .cd-form input[type="checkbox"] + label::after {
            /* custom radio and check boxes */
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            width: 16px;
            height: 16px;
        }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="checkbox"] + label::before {
            border: 1px solid #cfd9db;
            background: #ffffff;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
        }

        .cd-form input[type="radio"] + label::before,
        .cd-form input[type="radio"] + label::after {
            border-radius: 50%;
        }

        .cd-form input[type="checkbox"] + label::before,
        .cd-form input[type="checkbox"] + label::after {
            border-radius: .25em;
        }

        .cd-form input[type="radio"] + label::after,
        .cd-form input[type="checkbox"] + label::after {
            background-color: #2c97de;
            background-position: center center;
            background-repeat: no-repeat;
            box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
            display: none;
        }

        .cd-form input[type="radio"] + label::after {
            /* custom image for radio button */
            background-image: url("../img/form/cd-icon-radio.svg");
        }

        .cd-form input[type="checkbox"] + label::after {
            /* custom image for checkbox */
            background-image: url("../img/form/cd-icon-check.svg");
        }

    .cd-form input[type="radio"]:focus + label::before,
    .cd-form input[type="checkbox"]:focus + label::before {
        /* add focus effect for radio and check buttons */
        box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
    }

    .cd-form input[type="radio"]:checked + label::after,
    .cd-form input[type="checkbox"]:checked + label::after {
        display: block;
    }

    .cd-form input[type="radio"]:checked + label::before,
    .cd-form input[type="radio"]:checked + label::after,
    .cd-form input[type="checkbox"]:checked + label::before,
    .cd-form input[type="checkbox"]:checked + label::after {
        -webkit-animation: cd-bounce 0.3s;
        -moz-animation: cd-bounce 0.3s;
        animation: cd-bounce 0.3s;
    }

    .cd-form textarea {
        min-height: 200px;
        resize: vertical;
        overflow: auto;
    }

    .cd-form input[type="submit"] {
        /* button style */
        border: none;
        border-radius: .25em;
        padding: 10px 16px;
        margin: 10px 0;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .cd-form input[type="submit"]:focus {
            outline: none;
            background: #2b3e51;
        }

        .cd-form input[type="submit"]:active {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
        }

    .cd-form [required] {
        background: url("../img/form/cd-required.svg") no-repeat top right;
    }

    .cd-form .error-message p {
        background: #e94b35;
        color: #ffffff;
        font-size: 1.4rem;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: .25em;
        padding: 16px;
    }

    .cd-form .error {
        border-color: #e94b35 !important;
    }

    .cd-form .dropdown-menu.open {
        margin: 0;
    }

@media only screen and (min-width: 600px) {
    .cd-form div {
        /* form element wrapper */
        /*margin: 32px 0;*/
    }

    .cd-form legend + div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 20px;
    }

    .cd-form h4, .cd-form .cd-label {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form input[type="tel"],
    .cd-form textarea,
    .cd-form select {
        padding: 12px 10px;
        font-size: 17px;
    }
}

@-webkit-keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes cd-bounce {
    0%, 100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.8);
    }
}

@keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
    padding-left: 54px !important;
}

.cd-form .user {
    background: url("../img/form/cd-icon-user.svg") no-repeat 16px center;
}

.cd-form [required].user {
    background: url("../img/form/cd-icon-user.svg") no-repeat 16px center, url("../img/form/cd-required.svg") no-repeat top right;
}

.cd-form .tel {
    background: url("../img/form/cd-icon-tel.svg") no-repeat 16px center;
}

.cd-form [required].tel {
    background: url("../img/form/cd-icon-tel.svg") no-repeat 16px center, url("../img/form/cd-required.svg") no-repeat top right;
}

.cd-form .email {
    background: url("../img/form/cd-icon-email.svg") no-repeat 16px center;
}

.cd-form [required].email {
    background: url("../img/form/cd-icon-email.svg") no-repeat 16px center, url("../img/form/cd-required.svg") no-repeat top right;
}

.cd-form .map {
    background: url("../img/form/cd-icon-map.svg") no-repeat 16px center;
}

.cd-form .budget {
    background: url("../img/form/cd-icon-budget.svg") no-repeat 16px center;
}

.cd-form .message {
    background: url("../img/form/cd-icon-message.svg") no-repeat 16px 16px;
}

.cd-form [required].message {
    background: url("../img/form/cd-icon-message.svg") no-repeat 16px 16px, url("../img/form/cd-required.svg") no-repeat top right;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
/*.js .floating-labels div {
  margin: 28px 0;
}*/
.js .floating-labels .cd-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
    -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
    transition: top 0.2s, left 0.2s, font-size 0.2s;
}

.js .floating-labels .icon .cd-label {
    left: 56px;
}

.js .floating-labels .cd-label.float {
    /* move label out the input field */
    font-size: 0.8rem;
    top: -21px;
    left: 0 !important;
}

@media only screen and (min-width: 600px) {
    .js .floating-labels legend + div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 16px;
    }

    .js .floating-labels .cd-label {
        top: 14px;
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        animate: 0.2s;
        background: #ef473a;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.14);
        height: 30px;
        width: 30px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -14px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ef473a;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        animate: 0.2s;
        background: #ef473a;
        border-radius: 50px;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.14);
        height: 30px;
        width: 30px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #ef473a;
    }

    input[type=range]::-ms-fill-upper {
        background: #ef473a;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.14);
        height: 36px;
        width: 36px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #ef473a;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ef473a;
    }

.divdoitac img {
    float: left;
    padding: 10px 10px 10px 0;
    max-width: 150px;
}

.divdoitac-title {
    font-size: 15px;
}


/*--------------ask------------*/
/*form styles*/

.bg-ask {
    background: #b0d5e8;
}

    .bg-ask .title {
        font-weight: bold;
        text-align: center;
        margin: 24px 0 0 0;
        font-size: 20px;
    }

    .bg-ask h6 {
        font-size: 16px;
        margin: 0 15px 0 0;
    }

    .bg-ask .cc-cards {
        margin: 0 0 0 -10px;
    }

        .bg-ask .cc-cards img {
            width: 33px;
            margin: 15px 0 0 0;
            float: right;
        }

        .bg-ask .cc-cards strong {
            float: right;
            padding: 10px;
            font-size: 30px;
        }

    .bg-ask #rootwizard {
        width: 85%;
        margin: 0 auto;
    }

        .bg-ask #rootwizard .nav-tabs > li.active > a,
        .bg-ask #rootwizard .nav-tabs > li.active > a:hover,
        .bg-ask #rootwizard .nav-tabs > li.active > a:focus {
            border: none;
        }

        .bg-ask #rootwizard .nav-tabs > li > a {
            font-weight: bold;
            font-size: 20px;
            padding: 10px 30px;
            border: none;
        }

        .bg-ask #rootwizard .nav-tabs {
            float: left;
            background: #33709d;
            margin-top: 30px;
        }

            .bg-ask #rootwizard .nav-tabs li.active > a {
                color: #ff9103;
                background: none;
            }

            .bg-ask #rootwizard .nav-tabs li i.fa {
                font-size: 30px;
                padding: 15px;
            }

            .bg-ask #rootwizard .nav-tabs li > a:hover {
                background: none;
                border: none;
                color: #ff9103;
            }

            .bg-ask #rootwizard .nav-tabs li > a:focus {
                background: none;
                border: none;
                color: #ff9103;
            }

            .bg-ask #rootwizard .nav-tabs li {
                float: none;
                padding: initial;
            }

                .bg-ask #rootwizard .nav-tabs li.active:before {
                    content: initial;
                }

                .bg-ask #rootwizard .nav-tabs li:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 7px;
                    height: 30px;
                    background: url(https://www.imoney.my/sniper/img/icn_indicator_arrow.png) no-repeat;
                    background-size: 6px auto;
                    top: 77px;
                    left: 46px;
                }

        .bg-ask #rootwizard .tab-content {
            overflow: hidden;
            background: #ffffff;
            min-height: 450px;
            -webkit-box-shadow: 8px 9px 0 -2px rgba(152, 181, 199, 0.38);
            -moz-box-shadow: 8px 9px 0 -2px rgba(152, 181, 199, 0.38);
            box-shadow: 8px 9px 0 -2px rgba(152, 181, 199, 0.38);
        }

            .bg-ask #rootwizard .tab-content .header {
                border-bottom: 1px solid #eaeaea;
            }

            .bg-ask #rootwizard .tab-content h3.title-header {
                padding: 22px 20px;
                text-transform: uppercase;
            }

                .bg-ask #rootwizard .tab-content h3.title-header span {
                    background: #ffffff;
                    border-radius: 50px;
                    border: 1px solid #33709d;
                    padding: 5px 12px;
                }

            .bg-ask #rootwizard .tab-content .checkasn {
                margin: 25px 0;
            }

                .bg-ask #rootwizard .tab-content .checkasn .fr-ask {
                    background: #eaeaea;
                    padding: 5px;
                    width: 85%;
                    margin: 0 auto;
                    margin-top: 10px;
                }

    .bg-ask .w-ask-q {
        text-align: center;
        margin: 15px 0;
    }

        .bg-ask .w-ask-q h5 {
            color: #3c91c5;
        }

            .bg-ask .w-ask-q h5:first-child {
                color: #43729c;
                font-size: 20px;
                font-weight: bold;
            }

    .bg-ask .btn-ask {
        text-align: center;
    }

        .bg-ask .btn-ask a {
            background: none;
            padding: 8px 25px;
            border-radius: 20px;
            border: 2px solid #689dbf;
            color: #689dbf;
            font-weight: bold;
            font-size: 15px;
        }

    .bg-ask .call-ask {
        text-align: center;
        margin: 15px 0;
    }

        .bg-ask .call-ask h5 {
            color: #3c91c5;
        }

            .bg-ask .call-ask h5 strong {
                color: #43729c;
                font-weight: bold;
            }

.sort-table {
    font-size: 25px;
    color: #F56803;
    cursor: pointer;
    /*padding: 5px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}

@media (min-width: 260px) and (max-width: 600px) {
    .table-gui .img-logo, .table-2 .img-logo {
        max-width: 90px;
        margin: 11px 3px;
    }

    .modalDialog > div {
        width: 90% !important;
    }

    .table-gui thead tr th h6, .table-gui .btn-reg, .table-2 thead tr th h6, .table-2 .btn-reg {
        display: none;
    }

    .table-gui .option-icon-phone, .table-2 .option-icon-phone {
        display: -webkit-inline-box;
    }
    /*.table-gui tbody > .isactive > td:nth-child(3),.table-2 tbody > .isactive > td:nth-child(3) {
        font-size: 25px;
    }*/
    /*.table-gui tbody > tr:first-child td:nth-child(3), .table-2 tbody > tr:first-child td:nth-child(3) {
        font-size: 25px;
    }*/

    .table-gui tbody > .isactive > td:nth-child(2), .table-2 tbody > .isactive > td:nth-child(2) {
        font-size: 18px;
    }

    .table-gui tbody > tr > td, .table-2 tbody > tr > td {
        padding: 12px 0;
    }

    .table-gui .btn-reg, .table-2 .btn-reg {
        border-radius: 50px;
        font-size: 10px;
        width: 25px;
        height: 25px;
        margin: 10px 8px;
        padding: 0;
    }

    .sort-table {
        font-size: 13px;
        padding: 8px 3px 8px 1px;
    }

    .table-gui .btn-reg .icon-btn-reg, .table-2 .btn-reg .icon-btn-reg {
        margin: -17px 4px;
    }

    .table-gui .btn-reg, .table-2 .btn-reg, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn > .btn-reg {
        border: 2px solid rgb(237, 27, 36);
        font-size: 9px;
        padding: 1px 2px;
        width: 23px;
        height: 23px;
    }

    .table-gui thead .prc, .table-2 thead .prc {
        font-size: 14px;
    }

    .marquee {
        min-height: 80px;
    }

        .marquee p {
            font-size: 0.8em;
        }



    .da-slide-current h2, .da-slide-current p {
        left: 0;
    }





    .da-arrows span.da-arrows-prev {
        right: 60px;
        left: initial;
    }

    .da-arrows span.da-arrows-next {
        right: 15px;
    }

    .FrameChildtab .checkbox-inline + .checkbox-inline, .FrameChildtab .radio-inline + .radio-inline {
        margin-left: initial;
    }

    .FrameChildtab .divsl-kyhan {
        margin: initial;
    }
}



/*.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: none;
}*/


@media screen and (max-width: 56em) {
    .nav-tabs > li:last-child {
        float: left;
    }

    .nav-tabs > li {
        padding: 10px 0;
    }

    .nav-tabs-responsive > li > a {
        overflow: unset;
        text-overflow: unset;
    }
}

.ketquatimthe {
    margin: 50px 0;
}

    .ketquatimthe .div-fr {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
    }

    .ketquatimthe .title, .ketquatimthe .content {
        padding: 20px 0;
    }

    .ketquatimthe .title, .ketquatimthe_footer .divfr > span {
        color: #21B0E8;
    }

    .ketquatimthe .title {
        text-align: center;
        font-size: 25px;
    }

    .ketquatimthe .divcard {
        /*width: 272px;
        float: left;
        margin: 0 10px;
        display: inline-block;*/
    }

        .ketquatimthe .divbank > .div-fr > .bank_logo, .ketquatimthe .divbank > .div-fr > .bank_content > .w100, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > h4 > span, .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > h4 > strong, .ketquatimthe .divcard > .div-fr > .bank_logo, .ketquatimthe .divcard > .div-fr > .bank_content > .w100, .ketquatimthe .divcard > .div-fr > .bank_content > .ct2 > h4 > span, .ketquatimthe .divcard > .div-fr > .bank_content > .ct2 > h4 > strong {
            display: block;
        }

        .ketquatimthe .divbank > .div-fr > .bank_logo, .ketquatimthe .divbank > .div-fr > .bank_content > .w100, .ketquatimthe .divcard > .div-fr > .bank_logo {
            padding: 30px;
        }

        .ketquatimthe .divcard > .div-fr > .bank_content > .w100 {
            padding: 30px 15px;
        }

    .ketquatimthe .divbank > .div-fr > .bank_logo {
        background: #ffdc76;
        padding: 19px 30px;
    }

    .ketquatimthe .divbank > .div-fr > .bank_content {
        background: #fcf4df;
    }

        .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 {
            border-top: 1px solid #e6d89b;
            padding: 10px 30px;
            position: relative;
        }

            .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > .divbtn {
                position: absolute;
                bottom: 10%;
                right: 30%;
            }

            .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > h4 {
                overflow: hidden;
                min-height: 140px;
            }

                .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > h4 > span {
                    font-weight: 100;
                    padding: 10px 0;
                    text-align: justify;
                }

            .ketquatimthe .divbank > .div-fr > .bank_content > .ct2 > span {
                padding: 10px 0;
                font-weight: 200;
            }

        .ketquatimthe .divbank > .div-fr > .bank_content > .w100 > h5 {
            padding: 15px 0;
        }

            .ketquatimthe .divbank > .div-fr > .bank_content > .w100 > h5 > span {
                font-size: 15px;
                width: 85px;
                text-align: left;
                float: left;
            }

            .ketquatimthe .divbank > .div-fr > .bank_content > .w100 > h5 > strong {
                font-size: 1.55em;
            }

    .ketquatimthe .divcard > .div-fr > .bank_logo, .ketquatimthe .divcard > .div-fr > .title {
        background: #e0edf5;
    }

    .ketquatimthe .divcard > .div-fr > .bank_logo {
        padding: 10px 40px 20px;
    }

        .ketquatimthe .divcard > .div-fr > .bank_logo > img {
            width: 70%;

            margin: 0 auto;
        }

    .ketquatimthe .divcard > .div-fr > .bank_content {
        background: #fff;
    }

        .ketquatimthe .divcard > .div-fr > .bank_content > .ct2 {
            border-top: 1px solid #E4E4E4;
            padding: 10px 15px;
        }

    .ketquatimthe .divbank {
        margin: 15px 0;
    }

    .ketquatimthe .divcard_fr {
        margin: 15px 0;
    }

    .ketquatimthe .divbank > .div-fr > .bank_content > .w100:first-child, .ketquatimthe .divbank > .div-fr > .bank_content > .w100:last-child, .ketquatimthe .divcard > .div-fr > .bank_content > .w100:first-child, .ketquatimthe .divcard > .div-fr > .bank_content > .w100:last-child {
        overflow: hidden;
    }

    .ketquatimthe .divbank > .div-fr > .bank_content > .w100:first-child, .ketquatimthe .divcard > .div-fr > .bank_content > .w100:first-child {
        padding-top: 15px;
        min-height: 250px;
    }

    .ketquatimthe .divbank > .div-fr > .bank_content > .w100:last-child, .ketquatimthe .divcard > .div-fr > .bank_content > .w100:last-child {
        min-height: 200px;
            border-bottom: 2px solid #e1e1e1;
    }

    .ketquatimthe .divcard > .div-fr > .title {
        text-align: center;
        margin: 0;
        overflow: hidden;
    }

        .ketquatimthe .divcard > .div-fr > .title > h3 {
            font-size: 14px;
            color: #1F6FA5;
        }

    .ketquatimthe .divcard > .div-fr > .bank_content > .w100 > h5 {
        font-size: 12px;
        padding: 10px 0;
        text-align: justify;
    }

        .ketquatimthe .divcard > .div-fr > .bank_content > .w100 > h5 > i {
            color: #88d68b;
        }

    .ketquatimthe .divcard > .div-fr > .bank_content > .ct2 > h4 > span {
        font-size: 15px;
        color: #949494;
    }

    .ketquatimthe .divcard > .div-fr > .bank_content > .ct2 > h4 > strong {
        padding: 5px 0;
        font-size: 15px;
    }

.ketquatimthe_footer .divfr {
    padding: 30px 10px;
    text-align: right;
    font-weight: bold;
}

    .ketquatimthe_footer .divfr > a {
        background: #ff9602;
        padding: 5px 25px;
        border-radius: 20px;
        margin: 0 0 0 10px;
        color: #fff;
    }

@media (min-width: 100px) and (max-width: 984px) {

    .ketquatimthe .divcard_fr {
        margin: 50px 0;
    }

    .ketquatimthe_footer .divfr {
        text-align: center;
    }

        .ketquatimthe_footer .divfr > span {
            display: block;
        }
}

.loadmoredata {
    padding: 2px 30px;
    color: #fff;
    font-size: 12px;
    background: #FE8B03;
    border-radius: 0 0 15px 15px;
    margin-bottom: 35px;
}

    .loadmoredata:hover {
        background: #ED1B24;
    }

    .loadmoredata:focus {
        outline: none;
    }


html, body {
    -webkit-backface-visibility: hidden;
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-zoom-in .mfp-with-anim {
        opacity: 0;
        transition: all 0.2s ease-in-out;
        transform: scale(0.8);
    }

    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-in.mfp-removing .mfp-with-anim {
        transform: scale(0.8);
        opacity: 0;
    }

    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-newspaper .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.5s;
        transform: scale(0) rotate(500deg);
    }

    .mfp-newspaper.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-newspaper.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    .mfp-newspaper.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-newspaper.mfp-removing .mfp-with-anim {
        transform: scale(0) rotate(500deg);
        opacity: 0;
    }

    .mfp-newspaper.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-move-horizontal .mfp-with-anim {
        opacity: 0;
        transition: all 0.3s;
        transform: translateX(-50px);
    }

    .mfp-move-horizontal.mfp-bg {
        opacity: 0;
        transition: all 0.3s;
    }

    .mfp-move-horizontal.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: translateX(0);
    }

    .mfp-move-horizontal.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-horizontal.mfp-removing .mfp-with-anim {
        transform: translateX(50px);
        opacity: 0;
    }

    .mfp-move-horizontal.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-move-from-top .mfp-content {
        vertical-align: top;
    }

    .mfp-move-from-top .mfp-with-anim {
        opacity: 0;
        transition: all 0.2s;
        transform: translateY(-100px);
    }

    .mfp-move-from-top.mfp-bg {
        opacity: 0;
        transition: all 0.2s;
    }

    .mfp-move-from-top.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: translateY(0);
    }

    .mfp-move-from-top.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-from-top.mfp-removing .mfp-with-anim {
        transform: translateY(-50px);
        opacity: 0;
    }

    .mfp-move-from-top.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-3d-unfold .mfp-content {
        perspective: 2000px;
    }

    .mfp-3d-unfold .mfp-with-anim {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        transform: rotateY(-60deg);
    }

    .mfp-3d-unfold.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-3d-unfold.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .mfp-3d-unfold.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-3d-unfold.mfp-removing .mfp-with-anim {
        transform: rotateY(60deg);
        opacity: 0;
    }

    .mfp-3d-unfold.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-zoom-out .mfp-with-anim {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(1.3);
    }

    .mfp-zoom-out.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-out.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-out.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-out.mfp-removing .mfp-with-anim {
        transform: scale(1.3);
        opacity: 0;
    }

    .mfp-zoom-out.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

#thehot .owl-controls {
    display: none;
}
.validation{
    color:red;
}

@media all and (max-width: 320px) {
  .photo_gallery {
    display: none;
}
}
@media all and (max-width: 480px) {
  .photo_gallery {
    display: none;
}
}
@media all and (max-width: 600px) {
  .photo_gallery {
    display: none;
}
}