﻿/* ----------------------------------
  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
-------------------------------------*/


/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

* {
    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;
    border: 0;
    outline: 0;
    vertical-align: top;
}

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: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    max-width: 100%;
}

embed {
    vertical-align: top;
}

/*input, button {
    -webkit-appearance: none;
    outline: none;
}*/

button::-moz-focus-inner {
    border: 0;
}



/* -----------------------------------

  2. Basic classes and elements 

------------------------------------- */
/*html, body {
    height: 100%;
}*/
body {
    font: 14px/21px 'Roboto', 'Droid Arabic Kufi','sans-serif';
    color: #3e454c;
    background: #fff;
    -webkit-backface-visibility: hidden;
    background-attachment: fixed;
    overflow-x: hidden;
    background: #f4f8f9 url(/images/high-res1920_10.png) no-repeat center fixed;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.wrapper_container {
    position: relative;
    background: #fff;
}

.wrapper {
    overflow: hidden;
}

.relative {
    position: relative;
}

.t_align_l {
    text-align: left;
}

.t_align_c {
    text-align: center !important;
}

.t_align_r {
    text-align: right !important;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right;
}

.d_inline_b {
    display: inline-block;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

/*::selection{
  background: #38b5e6;
  color: #fff;
}

::-moz-selection{
  background: #38b5e6;
  color: #fff; 
}

::-o-selection{
  background: #38b5e6;
  color: #fff; 
}

::-ms-selection{
  background: #38b5e6;
  color: #fff;
}

::-webkit-scrollbar{
  width: 5px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #38b5e6;
}*/

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: #aaaaaa;
}

.header input::-moz-placeholder {
    color: #aaaaaa;
}

[class*="header_"] input::-moz-placeholder {
    color: #aaaaaa;
}

[class*="header_"] input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.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 {
    font-family: 'Droid Arabic Kufi','Droid Serif', serif;
    color: #212428;
    line-height: 1.3em;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    line-height: 40px;
}

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: #5e9cd1;
    }

        p a:hover {
            text-decoration: underline;
        }

.required {
    color: #ee4432;
}

/* Typography-page */

.typography li h1,
.typography li h2,
.typography li h3,
.typography li h4,
.typography li h5,
.typography li h6 {
    font-family: 'Roboto', 'sans-serif' 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: 100;
    width: 100%;
}

    .header[class*="header_"] {
        background-color: transparent;
        /*box-shadow: 0 0 50px 5px #fff;
        box-shadow: 0 0 1px 0 #888;
        background-color: #3f444a;
        background: -webkit-linear-gradient(#d4d4d4, #e4e4e4); 
        background: -o-linear-gradient(#d4d4d4, #e4e4e4); 
        background: -moz-linear-gradient(#d4d4d4, #e4e4e4); 
        background: linear-gradient(#d4d4d4, #e4e4e4);*/
    }


    /* 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;
    margin-bottom: -20px;
}

    .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: #38b5e6;
            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: 5px 0 5px 0;
    background: #3e454c;
}

.header.header_5 .main_menu > ul > li > a {
    padding: 13px 7px 5px 7px;
    font-size: 12px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.header_5 .menu_wrap.sticky {
    padding: 10px 0;
}

.header_5 .searchform_wrap {
    background: #3e454c;
}


/* Logo */

.h_bot_part {
    padding: 30px 0;
}

    .h_bot_part .logo {
        padding-top: 15px;
    }

.header.header_2 .h_bot_part .logo,
.header_3 .menu_wrap .logo {
    padding-top: 0;
    width: 100%;
}

/* Main Navigation */

.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: #fff;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
}

.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;
    border-right: 1px dotted rgba(255, 255, 255, 0.20);
}

.main_menu.menu_var2 > ul > li:nth-child(1) > a {
    border-bottom: 2px solid #38b5e6;
}

.main_menu.menu_var2 > ul > li:nth-child(2) > a {
    border-bottom: 2px solid #13b7ff;
}

.main_menu.menu_var2 > ul > li:nth-child(2):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(2):hover > a,
.main_menu.menu_var2 > ul > li.current_2 > a {
    background: #13b7ff;
}

.main_menu.menu_var2 > ul > li:nth-child(3) > a {
    border-bottom: 2px solid #854ec2;
}

.main_menu.menu_var2 > ul > li:nth-child(3):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(3):hover > a,
.main_menu.menu_var2 > ul > li.current_3 > a {
    background: #854ec2;
}

.main_menu.menu_var2 > ul > li:nth-child(4) > a {
    border-bottom: 2px solid #feb41c;
}

.main_menu.menu_var2 > ul > li:nth-child(4):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(4):hover > a,
.main_menu.menu_var2 > ul > li.current_4 > a {
    background: #feb41c;
}

.main_menu.menu_var2 > ul > li:nth-child(5) > a {
    border-bottom: 2px solid #ec2913;
}

.main_menu.menu_var2 > ul > li:nth-child(5):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(5):hover > a,
.main_menu.menu_var2 > ul > li.current_5 > a {
    background: #ec2913;
}

.main_menu.menu_var2 > ul > li:nth-child(6) > a {
    border-bottom: 2px solid #00ada7;
}

.main_menu.menu_var2 > ul > li:nth-child(6):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(6):hover > a,
.main_menu.menu_var2 > ul > li.current_6 > a {
    background: #00ada7;
}

.main_menu.menu_var2 > ul > li:nth-child(7) > a {
    border-bottom: 2px solid #197bbe;
}

.main_menu.menu_var2 > ul > li:nth-child(7):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(7):hover > a,
.main_menu.menu_var2 > ul > li.current_7 > a {
    background: #197bbe;
}

.main_menu.menu_var2 > ul > li:nth-child(8) > a {
    border-bottom: 2px solid #a13d63;
}

.main_menu.menu_var2 > ul > li:nth-child(8):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(8):hover > a,
.main_menu.menu_var2 > ul > li.current_8 > a {
    background: #a13d63;
}

.main_menu.menu_var2 > ul > li:nth-child(9) > a {
    border-bottom: 2px solid #96ca2d;
}

.main_menu.menu_var2 > ul > li:nth-child(9):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(9):hover > a,
.main_menu.menu_var2 > ul > li.current_9 > a {
    background: #96ca2d;
}

.main_menu.menu_var2 > ul > li:nth-child(10) > a {
    border-bottom: 2px solid #d1008b;
}

.main_menu.menu_var2 > ul > li:nth-child(10):hover > a,
.main_menu.menu_var3 > ul > li:nth-child(10):hover > a,
.main_menu.menu_var2 > ul > li.current_10 > a {
    background: #d1008b;
}

.main_menu > ul > li > a {
    display: block;
    padding: 14px 18px;
    font-weight: 500;
    color: #212428;
    text-transform: uppercase;
    font-size: 16px;
}

[class*="header_"] .main_menu > ul > li > a {
    color: #545454;
    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 {
    background: #858e9b;
    color: #fff;
}

    .main_menu > ul > li:hover > a > img {
        filter: brightness(0) invert(1);
    }

.main_menu > ul > li.current > a,
.main_menu > ul > li[class*="current_"] > a {
    background: #858e9b;
    color: #fff;
    text-shadow: 1px 1px 1px #858e9b;
}

.main_menu > ul > li.current > a {
    border-bottom: 2px solid #858e9b;
}


    .main_menu > ul > li.current > a > img {
        filter: brightness(0) invert(1);
    }

.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 {
    background: #4f555d;
}

.sub_menu_wrap.type_2 {
    min-width: 250px;
    width: auto;
    padding: 20px 0;
}

.sub_menu_wrap .sub_menu_wrap {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: -20px;
    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:before {
    right: auto;
    left: 16px;
}

.sub_menu_wrap > div {
    float: left;
}

.sub_menu, .main_menu > ul > li > a {
    -webkit-backface-visibility: hidden;
}

.sub_menu_wrap ul li:hover > a,
.select_list > li:hover,
.sub_menu_wrap ul li:hover > p {
    background: #484e56;
}

.sub_menu_wrap.sub_menu_inner ul li:hover > a, .sub_menu_wrap.sub_menu_inner ul li:hover > p {
    background: #4f555d;
}

.sub_menu_wrap > div > div {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub_menu_wrap ul li:hover > a, .sub_menu_wrap ul li:hover > p {
    padding-left: 0px;
    padding-right: 5px;
}

.sub_menu_wrap[class*="type_"] ul li {
    padding: 0 20px;
    position: relative;
}

.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, .sub_menu_wrap ul li p {
    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 ul li p,
.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: #38b5e6;
            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;
    right: 0;
    padding: 0;
    min-width: 110px;
    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: #38b5e6 !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: #38b5e6;
        }

        [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;
        font-family: 'Droid Serif', serif;
    }

.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: #38b5e6;
}

.products_list ul li .product_description .price {
    color: #38b5e6;
    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: #38b5e6;
            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: #38b5e6;
    }

        .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: #ef5f08;
        }

    .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: #38b5e6;
        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: #ef5f08;
        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 {
    font-family: 'Roboto', 'sans-serif';
}

.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;
    padding: 15px 11px;
    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, #menu_setting {
    padding: 15px;
    width: 100%;
    display: none;
    background: #0a2f87;
    cursor: pointer;
}

#menu_button, #menu_setting {
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

    #menu_button:before, #menu_setting:before {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 16px;
        color: #fff;
        margin-right: 5px;
    }

    #menu_button.active, #menu_setting.active {
        background: #38b5e6;
    }

        #menu_button.active > span,
        .close_product:hover,
        #menu_setting.active > span {
            color: #38b5e6;
        }

.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: #38b5e6;
        color: #fff;
    }

.button.sport {
    background: #854ec2;
}

.button.travel {
    background: #00ada7;
}

.button.business {
    background: #13b7ff;
}

.button.health {
    background: #feb41c;
}

.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: #38b5e6;
    }

    #sort_button.active {
        color: #38b5e6;
    }

#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: #38b5e6;
    }

/* -----------------------------------

  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;
    margin-top: -1px;
    overflow: hidden;
}

.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: #38b5e6;
        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: 5px 10px 20px 10px;
    color: #fefeff;
    font-size: 1.8rem;
    font-weight: normal;
}

.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: #38b5e6;
        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;
    font-family: 'Roboto', 'sans-serif';
    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: #38b5e6;
    }

.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 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scale_image {
    -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);
}

.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: rgba(34,34,38,.3);
    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.8%;
    float: left;
    margin-top: 30px;
}

/* Rating progress bar */

.canvas {
    padding: 5px 2px 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,104,13,0.8);
}

    .canvas.canvas_small {
        padding: 5px 2px 0 5px;
    }

    .canvas .circle {
        display: inline-block;
        font-family: Arial;
        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: rgba(255,104,13,0.8);
        color: #fff;
    }

.scale_image_container .event_date {
    color: #fff;
}

.event_date,
.event_info,
.event_activity {
    font-size: 12px;
    color: #b0b1b4;
}

    .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: #38b5e6;
        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 #feb41c;
}

    .tabs.variation_2.variation_3 {
        border-top: 1px solid #3e454c;
    }

    .tabs.variation_2.variation_4 {
        border-top: 1px solid #854ec2;
    }

    .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 .section_title {
    border-top: none;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
    color: #feb41c;
}

.tabs.variation_2.variation_3 .section_title {
    color: #3e454c;
}

.tabs.variation_2.variation_4 .section_title {
    color: #854ec2;
}

.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_conrainer .tabs_nav li a:hover {
    background: #38b5e6;
    color: #fff;
}

.tabs.variation_2 .tabs_conrainer .tabs_nav li.ui-tabs-active a {
    background: #38b5e6;
    color: #fff;
}

.tabs.variation_2 .tabs_content {
    margin-top: 20px;
}

    .tabs.variation_2 .tabs_content > [id*="tab-"] ul li {
        margin-top: 30px;
    }

        .tabs.variation_2 .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-family: 'Roboto', 'sans-serif';
            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;
    }

.post_text a:hover h4 {
    text-decoration: underline;
}

.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: #38b5e6;
        color: #ffffff;
    }

.side_bar_tabs.comment_tabs ul li:hover .comment_number {
    background: #38b5e6;
    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: #38b5e6;
                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:hover h4 {
    text-decoration: underline;
}

.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: #38b5e6;
                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: #38b5e6;
    }

    .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: #38b5e6;
            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:first-child td {
    font-family: 'Roboto', 'sans-serif';
}

.calendar table tr th,
.calendar table tr td {
    font-family: 'Droid Serif', serif;
}

    .calendar table tr td.current,
    .calendar table tr td.link a:hover {
        background: #38b5e6;
        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: #38b5e6;
    }

        .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;
        display: inline-block;
        line-height: 31px;
    }

.pagination {
    display: inline-block;
    margin-left: 5px;
}

    .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;
        }

            .pagination li a.active {
                background: #38b5e6;
                color: #fff;
            }

            .pagination li a:hover {
                background: #38b5e6;
                color: #fff;
            }

/*----------- Accordion --------------*/

.accordion_item {
    /*overflow: hidden;
    border-top: 1px solid #3e454c;
    padding: 7px 0;*/
}

    .accordion_item p {
        padding-top: 15px;
    }

.a_content {
    padding: 10px 0;
}

.a_title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    /*font-family: 'Roboto', 'sans-serif';*/
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .a_title.backgroundBlue.active {
        color: #fff36d;
    }

    .a_title.active {
        color: #ffac00;
        /*background-color: #fff;*/
        border-bottom: 1px solid #86909c;
    }

        .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-family: FontAwesome;
        font-weight: normal;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        height: 20px;
    }

        .a_title .plus_icon:before {
            content: "\f0fe"; /*f196*/
            text-shadow: 0 0 1px #000;
        }

        .a_title .minus_icon:before {
            content: "\f146"; /*f147*/
            text-shadow: 0 0 1px #000;
        }

/* 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;
    position: relative;
    z-index: 100;
}

    button.close:hover {
        background: #feb41c;
        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: #38b5e6;
        font-weight: 600;
        line-height: 24px;
        font-size: 18px;
    }

    .blockquotes div:last-child {
        padding: 10px;
        background: #f2f2f2;
        font-family: 'Droid Serif', serif;
        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;
            font-family: 'Droid Serif', serif;
            color: #b0b1b4;
            font-weight: bold;
            font-size: 14px;
        }

/* Tables */

[class*="table_type_"] {
    width: 100%;
}

.table_type_1 tr th {
    padding: 15px 20px 15px 20px;
    font-family: 'Droid Serif', serif;
    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: #38b5e6;
    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: #38b5e6;
        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: #feb41c;
    }

    .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-family: 'Droid Serif', serif;
        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: #38b5e6;
            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: #38b5e6;
    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;
    font-family: 'Droid Serif', serif;
}

.first_letter_1 > span {
    font-size: 40px;
    margin: 13px 7px 0 0;
    color: #38b5e6;
}

.first_letter_2 > span {
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: #fff;
    margin: 7px 10px 0 0;
    padding-top: 8px;
    background: #38b5e6;
}

/* Tooltips */

.tooltips a {
    color: #c5c6c8;
    position: relative;
}

    .tooltips a:hover {
        text-decoration: none;
    }

    .tooltips a.left_tooltip .tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 5px solid #38b5e6;
        border-bottom: 8px solid transparent;
        position: absolute;
        bottom: 5px;
        left: 105%;
    }

    .tooltips a.left_tooltip .tooltip {
        left: -120%;
        bottom: -75%;
    }

    .tooltips a.right_tooltip .tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 5px solid #38b5e6;
        border-bottom: 8px solid transparent;
        position: absolute;
        bottom: 5px;
        left: -5px;
    }

    .tooltips a.right_tooltip .tooltip {
        left: 210%;
        bottom: -75%;
    }

    .tooltips a.bottom_tooltip .tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 5px solid #38b5e6;
        border-top: none;
        position: absolute;
        bottom: 27px;
        left: 50%;
    }

    .tooltips a.bottom_tooltip .tooltip {
        left: 50%;
        bottom: -220%;
    }

.tooltips span.pointed {
    background: #38b5e6;
    color: #fff;
}

/* 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: #38b5e6;
            padding: 25px 5px;
            font-size: 18px;
        }

            .blog_rating_block > div:first-child .result h2 {
                font-size: 36px;
                line-height: 22px;
                color: #fff;
                font-family: 'Roboto', 'sans-serif';
            }

            .blog_rating_block > div:first-child .result p {
                margin-top: 5px;
            }

        .blog_rating_block > div:first-child .rating_view {
            background: #ef5f08;
            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: #38b5e6;
    }

        .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: #38b5e6;
}

.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: #38b5e6;
    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: #38b5e6;
    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: rgba(232, 232, 232, 0.60);
    bottom: 50px;
    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: #38b5e6;
    }

        .go-to-top:hover:before {
            color: #fff;
        }

.go-top-visible {
    display: block;
}

/* -----------------------------------

  9. Main content

------------------------------------- */

.content {
    margin: 0 0 0px;
}

/* 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: #38b5e6;
        }

/* 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;
}

.section {
    margin-top: 50px;
    position: relative;
}

.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 {
    margin-top: 40px;
    position: relative;
}

.section_8 {
    margin-top: 30px;
    position: relative;
}

.section_9 {
    margin-top: 20px;
    position: relative;
}

.section_title {
    color: #3e454c;
    border-top: 1px solid #3e454c;
    padding-top: 6px;
    margin-bottom: 25px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 600;
}

    .section_title.section_title_big {
        font-size: 30px;
        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;
        font-family: 'Droid Serif', serif;
    }

    .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: 24px;
        text-transform: none;
        border: none;
        padding-top: 0;
        line-height: 21px;
        font-family: 'Droid Serif', serif;
    }

    .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: #38b5e6;
        }

            .social_media_list li .rss:hover {
                background: #38b5e6;
            }

        .social_media_list li .fb {
            background: #edeff6;
            color: #4c66a3;
        }

            .social_media_list li .fb:hover {
                background: #4c66a3;
            }

        .social_media_list li .inst {
            background: #ffe1d8;
            color: #895a4d;
        }

            .social_media_list li .inst:hover {
                background: #895a4d;
            }

        .social_media_list li .lnkd {
            background: #cdeefe;
            color: #007bb5;
        }

            .social_media_list li .lnkd:hover {
                background: #007bb5;
            }

        .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-family: 'Droid Serif', serif;
            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 #3e454c;
    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 {
    background: #f2f2f2;
    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;
}

[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;
    font-family: 'Roboto', 'sans-serif';
    line-height: 180px;
    color: #38b5e6;
    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;
    position: relative;
}

    form.search button {
        position: absolute;
        right: 0;
        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: #38b5e6;
        }

    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[type=file] {
    padding: 3px !important;
    height: 30px !important;
    overflow: hidden;
    position: relative;
    display: block; /*!important;*/
    border: none !important;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), textarea {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    height: 40px;
    padding: 10px;
    color: #383e44;
    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;
    border-bottom: 1px solid #cfcfcf !important;
    border: none;
}

    input:not([type="submit"]):focus, textarea:focus {
        border-color: #38b5e6;
    }

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-right: 35px;
    cursor: pointer;
}

    input[type="radio"] + label:after, input[type="radio"] + label:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        top: 0;
        left: auto;
        right: -1px;
        width: 22px;
        height: 22px;
        padding-left: 5px;
        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%;
    }

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: #feb41c;
}

.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 #feb41c;
}

.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: #f1f1f1;
}

    .widget_social_icons ul li a i[class^="fa "] {
        line-height: 40px;
    }

.widget_social_icons ul .website:hover a {
    background: #38b5e6;
}

.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;
    color: #000;
    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 #38b5e6;
        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 #38b5e6;
        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-color: #150103;
    background: -webkit-linear-gradient(#2f353b, #5c6873);
    background: -o-linear-gradient(#2f353b, #5c6873);
    background: -moz-linear-gradient(#2f353b, #5c6873);
    background: linear-gradient(#2f353b, #5c6873);
    color: #f2f2f2;*/
    background-color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #fefeff);
    background: -o-linear-gradient(#ffffff, #fefeff);
    background: -moz-linear-gradient(#ffffff, #fefeff);
    background: linear-gradient(#ffffff, #fefeff);
    color: #383e44;
    box-shadow: 0 0 3px #383e44;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 101;
}

.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_top_part {
    background: #f2f2f2;
}

.footer-main .footer_middle_part {
    padding-bottom: 35px;
    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: 0px;
}

.footer .widget {
    padding-top: 45px;
}

.widget_title {
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-bottom: 20px;
    font-family: 'Roboto', 'sans-serif';
    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: #38b5e6;
    }

.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: #38b5e6;
    }

    .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: 7px 0 5px 0;
    color: #a8aaad;
    text-align: left;
    /*border-top: 1px solid #5b7da3;*/
}

    .footer .footer_bottom_part p {
        float: left;
        font-size: 11px;
        text-align: left;
        direction: ltr;
    }

        .footer .footer_bottom_part p span {
            color: #383e44;
        }

    .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 2 */

.footer .logo {
    margin-bottom: 20px;
    text-align: left;
    display: block;
}

/* 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: #38b5e6;
        }

.footer.footer_5 .widget_writers .writers_list {
    margin-bottom: 30px;
}

    .footer.footer_5 .widget_writers .writers_list li h4 {
        color: #fff;
    }

/*update 1.2*/

.sub_menu_wrap .sub_menu_wrap.sub_menu_inner_2 {
    background: #3e454c;
    left: initial;
    right: 100%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.c-bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;
}

.c-bg-img-top {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: #4c66a3;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning h2 {
    color: #aa6708;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout label.control-label {
    font-size: 16px;
    text-shadow: 0 0 1px #b0b1b4;
    /*border-bottom: 1px dotted #8BC34A;*/
}

.redReq {
    color: #9c1405;
}

.bs-callout2 {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout2-warning h2 {
    color: #0094ff;
}

.bs-callout2 h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.ctrlGroup {
    margin-bottom: 5px;
    padding-bottom: 5px;
    min-height: 45px;
    border-bottom: 1px solid #f3f1f1;
}

input[type="radio"] + label {
    margin-top: 10px;
}

input:not([type="submit"]):not([type="button"]), textarea {
    color: #212428;
}

.LogoCenterContent {
    position: relative;
}

/*.LogoCenter {
    position: absolute;
    margin: 0px auto 0 auto;
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: transparent;
    border-radius: 50%;
}*/

.LoginRow {
    height: 31px;
    padding: 0px 25px 5px 15px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

    .LoginRow .navbar-nav > li {
        float: right;
    }

.LoginItems {
    margin-right: 100px;
}

    .LoginItems.navbar-nav > li {
    }

        .LoginItems.navbar-nav > li > a {
            padding: 3px 5px;
            border-right: 1px solid #ddd;
        }

        .LoginItems.navbar-nav > li > .logout {
            color: #ec2913;
        }

.AlertItem {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 0px;
    text-align: right;
    margin: 0px 0 0 5px;
    width: 3px;
    height: 27px;
    background-color: #F44336;
    border-radius: 0;
}

.LoginForm {
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    padding: 10px;
}

.ManageItem {
    text-align: center;
    background-color: #f6f6f6;
    margin: 5px;
    min-height: 100px;
    border-radius: 5px;
    padding: 5px;
}

    .ManageItem p {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #ebebeb;
    }

    .ManageItem:hover {
        background-color: #5893dd;
        transition: all ease-in 0.3s;
    }

    .ManageItem p a {
        width: 100%;
        text-decoration: none;
    }

    .ManageItem:hover p a {
        color: #fff;
    }

/******************************************************************************/

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-header {
        float: right;
        margin: 0 0px 0 50px;
    }

    .navbar-nav.navbar-left > li {
        float: right;
        padding: 0;
    }

    .navbar-fixed-top .navbar-header.SelectLang {
        float: left;
        margin: 5px 10px 0px 0px;
    }

    /*.navbar-right {
        float: left !important;
        margin-right: -15px;
    }*/
    /*[class*="header_"] .menu_wrap
    {
        background: #fff url(/images/LogoHeaderFull.png) left bottom no-repeat;
    }*/
}

/*.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: -moz-linear-gradient(left, rgba(242, 249, 255, 0.7) 0%, rgba(189, 223, 251, 0.7) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242, 249, 255, 0.7)), color-stop(100%,rgba(189, 223, 251, 0.7)));
    background: -webkit-linear-gradient(left, rgba(242, 249, 255, 0.7) 0%,rgba(189, 223, 251, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(242, 249, 255, 0.7) 0%,rgba(189, 223, 251, 0.7) 100%);
    background: -ms-linear-gradient(left, rgba(242, 249, 255, 0.7) 0%,rgba(189, 223, 251, 0.7) 100%);
    background: linear-gradient(to right, rgba(156, 39, 176, 0.2) 0%,rgba(156, 39, 176, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(242, 249, 255, 0.7)', endColorstr='rgba(189, 223, 251, 0.7)',GradientType=1 );
    direction: rtl;
    text-align: right;
}

    .footer .text-muted {
        width: auto;
        background: transparent url('/AdminCtrl/Images/square_bg.png');
        border-bottom: 3px solid #4F005D;
        font-size: 13px;
        margin: 4px;
        padding: 2px 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-family: 'Droid Arabic Kufi', Georgia, Arial, Sans-Serif;
    }

        .footer .text-muted:hover {
            border-bottom: 3px solid #FF5722;
            transition: all 0.5s;
        }

            .footer .text-muted:hover a {
                color: #673AB7;
                transition: all 0.5s;
            }

        .footer .text-muted a {
            color: #640075;
        }*/

.UserCtrl .nav > li > a, .UserCtrl .nav > li > div > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar.UserCtrl {
    min-height: 42px;
    direction: rtl;
    margin-bottom: 5px;
}

.header-wrapper {
    /*width: 100%;
    min-height: 150px;
    padding: 0px 0 0 0;
    margin: 0 auto 5px auto;*/
    /*background: #1c72bb url('/AdminCtrl/Images/bright-squares.png');*/
    background: -moz-linear-gradient(left, #9C27B0 0%, #003369 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9C27B0), color-stop(100%,#003369));
    background: -webkit-linear-gradient(left, #9C27B0 0%,#003369 100%);
    background: -o-linear-gradient(left, #9C27B0 0%,#003369 100%);
    background: -ms-linear-gradient(left, #9C27B0 0%,#003369 100%);
    background: linear-gradient(to right, #9C27B0 0%,#003369 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9C27B0', endColorstr='#003369',GradientType=1 );
    box-shadow: 0 0 2px 1px #808080;
}

    .header-wrapper.navbar-inverse .navbar-nav > li > a {
        color: #fff;
        text-shadow: 0 1px 1px #224660;
        border-right: 1px solid rgba(65, 122, 171, 0.2);
    }

        .header-wrapper.navbar-inverse .navbar-nav > li > a:hover {
            background-color: rgba(65, 122, 171, 0.2);
        }

    .header-wrapper.navbar-inverse .navbar-brand {
        color: #ffd800;
        /*#61C250*/
    }

.dropdown-menu > li > a {
    text-align: right;
}

@media (min-width: 768px) {
    .UserCtrl .navbar-nav > li {
        float: right;
        border-left: 1px solid #ededed;
    }

        .UserCtrl .navbar-nav > li:hover {
            background-color: rgba(79, 79, 79, 0.1);
        }
}


.sub-header, .SysForm {
    text-align: right;
    direction: rtl;
}

@media (min-width: 992px) {
    .SysForm .col-md-1, .SysForm .col-md-10, .SysForm .col-md-11, .SysForm .col-md-12,
    .SysForm .col-md-2, .SysForm .col-md-3, .SysForm .col-md-4, .SysForm .col-md-5, .SysForm .col-md-6,
    .SysForm .col-md-7, .SysForm .col-md-8, .SysForm .col-md-9 {
        float: right;
    }
}

.SysForm input, .SysForm .sysTitle {
    margin: 7px 5px;
}

    .SysForm input[type="text"], .SysForm textarea, .SysForm input[type="text"].awe-txt, .SysForm .awe-searchtxt {
        width: 100%;
        padding: 5px;
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        margin: 7px 5px;
        box-shadow: none;
    }


.placeholders.SysForm {
    margin: 0px 10px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.tab-content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ItemGroup {
    padding: 5px 0px;
    margin: 5px 5px;
    border-bottom: 1px dotted #f5f5f5;
    overflow: hidden;
    position: relative;
}

.navbar {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .UserCtrl .navbar-right {
        padding: 0;
    }
}

.btnIcons {
    float: right;
    margin: 0 5px;
    max-height: 24px;
    width: auto;
}

.awe-txt-field.awe-field {
    display: block;
}

.sysTabs.nav-tabs > li {
    float: right;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        /*-webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;*/
        border-radius: 0;
    }

    /*@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}*/

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:current > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 0px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-left: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            /*-webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;*/
        }

.navbar-brand img {
    border: 0;
    margin: -15px 5px 0px 5px;
    float: right;
}

/*.FooterItem {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(156, 39, 176, 0.1);
    height: 100%;
    width: auto;
    padding: 0 3px;
    float: right;
}*/

.FooterItem:hover {
    box-shadow: inset 0 0 2px #7e1f8e;
    transition: all 0.5s;
}

.SelectLang .LangHeader {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    border-right: 1px solid #fff;
}

    .SelectLang .LangHeader option {
        color: #003369;
    }

.dropdown-menu > li > a {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(126, 31, 142, 0.1);
    color: #730686;
}

.MainContentForms {
    direction: rtl;
    position: relative;
    text-align: right;
    margin-top: 40px;
    padding-top: 50px;
}

.FixedControlItems.NestedFixed {
    margin-top: -120px;
    padding-top: 0px;
}

.FixedControlItems {
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 10px;
    box-shadow: 0 4px 5px 2px #fff;
}

.FixedControlItem {
    margin: 0 40px;
}

.CopyRight {
    font-size: 11px;
    font-family: Georgia;
    direction: ltr;
    text-align: left;
}

.navbar-default.Blue-theme {
    background-image: -webkit-linear-gradient(top, #1A237E 0%, #0D47A1 100%);
    background-image: -o-linear-gradient(top, #1A237E 0%, #0D47A1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A237E), to(#0D47A1));
    background-image: linear-gradient(to bottom, #1A237E 0%, #0D47A1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A237E', endColorstr='#0D47A1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: none;
}

    .navbar-default.Blue-theme .navbar-nav > li > a {
        color: #ffe75f;
    }

        .navbar-default.Blue-theme .navbar-nav > li > a:hover {
            color: #ffc403;
        }

.navbar-default.Gray-theme {
    background-image: -webkit-linear-gradient(left, #a94442 0%, #333333 100%);
    background-image: -o-linear-gradient(top, #a94442 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#a94442), to(#333333));
    background-image: linear-gradient(to right, #a94442 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a94442', endColorstr='#333333', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: none;
}

    .navbar-default.Gray-theme .navbar-nav > li > a {
        color: #ffe75f;
    }

        .navbar-default.Gray-theme .navbar-nav > li > a:hover {
            color: #ffc403;
        }

.container-fluid {
    padding: 0 0 !important;
}

.backgroundRed {
    background: #e27777;
    /*    background: -moz-linear-gradient(left, #e27777 0%, #690000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e27777), color-stop(100%,#690000));
    background: -webkit-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -o-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -ms-linear-gradient(left, #e27777 0%,#690000 100%);
    background: linear-gradient(to right, #e27777 0%,#690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27777', endColorstr='#690000',GradientType=1 );*/
}

.backgroundOrange {
    background: #ff7c00;
    /*    background: -moz-linear-gradient(left, #ff7c00 0%, #cb6300 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff7c00), color-stop(100%,#cb6300));
    background: -webkit-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: -o-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: -ms-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: linear-gradient(to right, #ff7c00 0%,#cb6300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#cb6300',GradientType=1 );*/
}

.backgroundYellow {
    background: #ffd200;
    /*    background: -moz-linear-gradient(left, #ffd200 0%, #f78e1e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffd200), color-stop(100%,#f78e1e));
    background: -webkit-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: -o-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: -ms-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: linear-gradient(to right, #ffd200 0%,#f78e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#f78e1e',GradientType=1 );*/
}

.backgroundGreen {
    background: #0ebf00;
    /*    background: -moz-linear-gradient(left, #0ebf00 0%, #086b00 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0ebf00), color-stop(100%,#086b00));
    background: -webkit-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: -o-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: -ms-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: linear-gradient(to right, #0ebf00 0%,#086b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebf00', endColorstr='#086b00',GradientType=1 );*/
}

.backgroundBlue2 {
    background: #7793b2;
    /*    background: -moz-linear-gradient(left, #7793b2 0%, #003470 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7793b2), color-stop(100%,#003470));
    background: -webkit-linear-gradient(left, #7793b2 0%,#003470 100%);
    background: -o-linear-gradient(left, #7793b2 0%,#003470 100%);
    background: -ms-linear-gradient(left, #7793b2 0%,#003470 100%);
    background: linear-gradient(to right, #7793b2 0%,#003470 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7793b2', endColorstr='#003470',GradientType=1 );*/
}

.backgroundBlue {
    /*    background: #0094ff;
    background: -moz-linear-gradient(left, #0094ff 0%, #00508a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0094ff), color-stop(100%,#00508a));
    background: -webkit-linear-gradient(left, #0094ff 0%,#00508a 100%);
    background: -o-linear-gradient(left, #0094ff 0%,#00508a 100%);
    background: -ms-linear-gradient(left, #0094ff 0%,#00508a 100%);
    background: linear-gradient(to right, #0094ff 0%,#00508a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094ff', endColorstr='#00508a',GradientType=1 );*/
    background: #49586b;
    /*background: linear-gradient(to right, #babfc6 0%,#49586b 100%);*/
}

/*.backgroundBlueViolet {
    background: #120b52;
    background: -moz-linear-gradient(left, #5448bf 0%, #120b52 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5448bf), color-stop(100%,#120b52));
    background: -webkit-linear-gradient(left, #5448bf 0%,#120b52 100%);
    background: -o-linear-gradient(left, #5448bf 0%,#120b52 100%);
    background: -ms-linear-gradient(left, #5448bf 0%,#120b52 100%);
    background: linear-gradient(to right, #5448bf 0%,#120b52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5448bf', endColorstr='#120b52',GradientType=1 );
}*/
.backgroundBlueViolet {
    color: #455467 !important;
    background-color: #fff;
    border-bottom: 1px solid #86909c;
}

.backgroundGray {
    background: #4e6570;
    /*    background: -moz-linear-gradient(left, #7b98a7 0%, #4e6570 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7b98a7), color-stop(100%,#4e6570));
    background: -webkit-linear-gradient(left, #7b98a7 0%,#4e6570 100%);
    background: -o-linear-gradient(left, #7b98a7 0%,#4e6570 100%);
    background: -ms-linear-gradient(left, #7b98a7 0%,#4e6570 100%);
    background: linear-gradient(to right, #7b98a7 0%,#4e6570 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b98a7', endColorstr='#4e6570',GradientType=1 );*/
}

.backgroundGreenLine {
    background-color: #fff;
    border-bottom: 1px solid #086b00;
    /*border-top: 1px dashed #e0e4e6;*/
    background-color: #f0ffee;
}

    .backgroundGreenLine.a_title.active {
        color: #086b00;
        text-shadow: none;
    }

.backgroundBlueLine {
    background-color: #fff;
    border-bottom: 1px solid #003470;
    /*border-top: 1px dashed #e0e4e6;*/
    background-color: #f0f7ff;
}

.SectionLine.PageTitle, .SectionLine.a_title .minus_icon, .SectionLine.a_title .plus_icon {
    color: #383e44;
    text-shadow: none;
    /*background-color: #f1f1f1;*/
}

.a_title span.No {
    margin: 0px 5px 0px 5px;
    display: inline-block;
    width: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #000;
    border-radius: 50%;
    box-shadow: inset 1px 1px 1px rgba(62, 69, 76, 0.70);
    background-color: rgba(255, 255, 255, 0.5);
    transition: linear 0.5s;
}

.a_title.active span.No {
    /*background-color: rgba(255, 183, 183, 0.52);*/
    color: #fefff2;
}

.backgroundBlueLine.a_title.active {
    color: #003470;
    text-shadow: none;
}

.PageTitle {
    color: #fff;
    padding: 7px 10px 7px 10px;
    margin-bottom: 1px;
    font-weight: normal;
}
/******************************************************************************/
select.form-control, textarea.form-control {
    padding: 0;
    height: 40px;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf !important;
    border: none;
}

    select.form-control, textarea.form-control:active {
        transition: all ease 1.5s;
        border-bottom: 1px solid #8a8a8a !important;
    }

textarea.form-control {
    padding: 5px;
}

.form-horizontal {
    padding: 25px 0;
}

    .form-horizontal .form-group {
        /*border-bottom: 1px dashed #e0e4e6;*/
        padding-bottom: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .form-horizontal .control-label {
        padding: 7px 0px 7px 5px;
        min-height: 40px;
        margin: 0;
        text-align: left;
        line-height: 17px;
        font-size: 12px;
        text-shadow: 0 0 1px #b0b1b4;
        /* border-left: 1px dashed #ddd; 
        background-color: rgba(249, 249, 249, 0.53);*/
    }

    .form-horizontal .checkbox, .form-horizontal .radio {
        min-height: 40px;
        border-bottom: 1px solid #e8e8e8;
        padding: 8px 5px 0 5px;
    }

        .form-horizontal .checkbox label, .form-horizontal .radio label {
            font-size: 14px;
            color: #383e44;
            text-shadow: 0 0 1px #fff2d8;
        }

.checkbox label, .radio label {
    padding-left: 0;
    padding-right: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px;
    margin-right: -20px;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus {
    border-color: #337ab7;
}

.UploadMessage {
    color: #000040;
    font-weight: bold;
    font-size: 9px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-color: #FFF;
}

p.UploadAlert {
    width: 100%;
    height: auto;
    padding: 3px 5px 3px 5px;
    margin: 0px 0 0 0;
    color: #CC0000;
    background-color: #FFFFDA;
    font-size: 10px;
    line-height: 14px;
}

.UploadImage {
    height: auto;
    /*width: 100%;*/
    max-height: 100px;
    border: 1px solid #f5f5f5;
}

.UploadIFrame {
    width: 100%;
    height: auto;
    min-height: 300px;
    border: 1px solid #d3d3d3;
    background-color: #f2f2f2;
}


.divimgUpload {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.imgUpload {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.c-layout-page {
    background-color: transparent;
}

.DetailsContentMaster {
    background-color: rgba(255, 255, 255, 0.80);
}

.LinkFullWidth {
    width: 100%;
    height: 100%;
    background: transparent none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cbp-caption-zoom:hover .cbp-caption:hover .cbp-caption-defaultWrap {
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}

.cbp-l-grid-masonry-projects .cbp-caption .cbp-caption-activeWrap {
    background-color: #fff;
    background-color: rgba(0, 43, 78, 0.2);
    box-shadow: inset 0 0 3px #000;
}

.cbp-l-grid-masonry-projects .c-btn-border-1x.c-btn-black {
    border-color: #000000;
    color: #fff;
    background: none;
    border-color: #000000;
}

.cbp-caption .cbp-caption-activeWrap .c-masonry-border {
    border-color: #b0b1b4;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.50);
}

.cbp-caption-zoom:hover .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.BlockContent {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #f6d3d3;
}

    .BlockContent h1 {
        font-size: 28px;
        color: #861c10;
        text-shadow: 0 0 1px #f6d3d3;
    }

    .BlockContent h2 {
        font-size: 20px;
    }

.no-padding {
    padding: 0 !important;
}

p.tipControl {
    font-size: 10px;
    padding: 3px;
    color: #a13d63;
    background-color: #fff8ea;
}

    p.tipControl.Green {
        color: #b2fcac;
        background-color: #042306;
    }

    p.tipControl.Red {
        color: #fff8ea;
        background-color: #a13d63;
    }

.sub_menu_wrap ul li p {
    position: relative;
    overflow: hidden;
    width: auto;
}

    .sub_menu_wrap ul li p a {
        float: right;
        padding: 0px 7px 0px 7px;
        text-decoration: none;
        border-left: 1px solid #ddd;
        border-bottom: none;
    }

        .sub_menu_wrap ul li p a.Color2 {
            color: #feb41c;
        }

input[type=button].btnSearchControl {
    margin: 0 -30px;
    width: calc(100% + 30px) !important;
    font-size: 12px !important;
}

.ManageItem a img {
    padding: 20px 0;
}

.btn-close {
    background: #e27777;
    background: -moz-linear-gradient(left, #e27777 0%, #690000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e27777), color-stop(100%,#690000));
    background: -webkit-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -o-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -ms-linear-gradient(left, #e27777 0%,#690000 100%);
    background: linear-gradient(to right, #e27777 0%,#690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27777', endColorstr='#690000',GradientType=1 );
    box-shadow: 0 1px 1px #000;
    margin-top: -8px;
    color: #fff;
}

    .btn-close:hover, .btn-close:focus, .btn-close:active {
        background: #690000;
        background: -moz-linear-gradient(left, #690000 0%, #e27777 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#690000), color-stop(100%,#e27777));
        background: -webkit-linear-gradient(left, #690000 0%,#e27777 100%);
        background: -o-linear-gradient(left, #690000 0%,#e27777 100%);
        background: -ms-linear-gradient(left, #690000 0%,#e27777 100%);
        background: linear-gradient(to right, #690000 0%,#e27777 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27777', endColorstr='#690000',GradientType=1 );
        color: #fff3bb;
    }

.CkeckAsLabel {
    margin: 0 -15px;
    border: none !important;
    background-color: rgba(249, 249, 249, 0.53);
    padding-right: 70px !important;
}

    .CkeckAsLabel label {
        font-size: 12px !important;
        text-shadow: 0 0 1px #b0b1b4 !important;
    }

@media only screen and (max-width: 992px) {
    .sub_menu_wrap ul li a, .sub_menu_wrap ul li p, .sub_menu_wrap > div > div {
        color: #fff;
    }

    .sub_menu_wrap ul li:hover > a, .select_list > li:hover, .sub_menu_wrap ul li:hover > p {
        color: #ffd200;
    }

    .c-layout-breadcrumbs-1 .c-page-title.c-pull-right {
        text-align: right;
    }

    header .navbar-nav.navbar-left > li {
        float: right;
    }

    header .LoginItems p {
        text-align: left;
    }

    header .LoginItems {
        margin-right: 0;
    }

    header .menu_wrap .container {
        /*max-width: 400px;*/
        margin: 3px auto;
    }

    header .LoginItems {
        padding: 0px 10px;
        margin: 0;
        /*border: 1px solid #ddd;*/
    }

    /*header .LoginItems li {
            width: 45%;
        }*/
}

.SpeakerCss {
    max-width: 200px;
}

@media (min-width: 1200px) and (min-width: 993px) {
    ul li.col-sm-6, ul li.col-sm-12 {
        width: auto;
    }
}

.SideBarContent {
    position: relative;
    width: 100%;
    height: 100%;
}

    .SideBarContent #accordion {
    }

.form-horizontal .col-md-4 label.control-label {
    padding: 0 5px 0 0;
    min-height: 10px;
    width: 100%;
    text-align: right;
}

.btnAddedLink {
    padding: 7px 18px 7px 7px;
    border-right: 3px solid transparent;
    background-image: url(/images/add16.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    display: inline-block;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(62, 69, 76, 0.10);
    /*border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 197, 210, 0.7);
    /*border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.Pager {
    margin-top: 5px;
    padding-top: 5px;
    /*border-top: 3px solid #666666;*/
}

    .Pager span.PageItem {
        text-align: center;
        color: #bfe8ff;
        display: inline-block;
        /*width: 25px;*/
        background-color: #004468;
        margin-right: 3px;
        line-height: 150%;
        border-top: 1px solid #004468;
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
        padding: 0 5px;
    }

    .Pager a {
        font-weight: normal;
        text-align: center;
        display: inline-block;
        /*width: 25px;*/
        background-color: #006BA3;
        color: #fff;
        margin-right: 3px;
        line-height: 150%;
        text-decoration: none;
        border-radius: 3px;
        font-family: Arial;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 7);
        padding: 0 5px;
    }

        .Pager a:hover {
            color: #ffd300;
        }

.EditGrid {
    width: 16px;
    height: 16px;
    background: transparent url('/Images/UserImages/Edit16.png') center center no-repeat;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.PrintGrid {
    width: 16px;
    height: 16px;
    background: transparent url('/Images/UserImages/printer.png') center center no-repeat;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-size: contain;
}

#loadingDiv {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    opacity: 0.5;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.c-layout-breadcrumbs-1 {
    position: relative;
}

#PerviousPerson, #PerviousVisitor {
    max-width: 350px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 4px;
    padding: 5px;
    background-color: #daf5e3;
    border-radius: 5px;
    border: 1px solid #bedac7;
}

    #PerviousPerson a.PersonIcon, #PerviousVisitor a.VisitorIcon {
        float: right;
        margin: 0px 0 0px 5px;
    }

    #PerviousPerson a.PrintIcon, #PerviousVisitor a.PrintIcon {
        float: right;
        margin: 3px 5px 3px 5px;
        padding-right: 5px;
        border-right: 2px solid #bedac7;
    }

    #PerviousPerson h3, #PerviousVisitor h3 {
        max-width: 200px;
        overflow: hidden;
        height: 22px;
        font-size: 15px;
    }

        #PerviousPerson h3 a, #PerviousVisitor h3 a {
            color: #3e454c;
        }

    #PerviousPerson h4, #PerviousVisitor h4 {
        max-width: 275px;
        overflow: hidden;
        height: 20px;
        float: right;
    }

        #PerviousPerson h4 a, #PerviousVisitor h4 a {
            color: #F44336;
        }

.c-layout-revo-slider h1, .c-layout-revo-slider h2, .c-layout-revo-slider h3, .c-layout-revo-slider h4, .c-layout-revo-slider h5 {
    font-family: Arial;
}

.ExitPartner {
    color: #F44336;
    background-color: transparent;
    font-size: 13px;
    padding: 0;
    margin: 0 10px 0 0;
}

    .ExitPartner.ExitMainPage {
        position: absolute;
        top: 0;
        right: 0;
        color: #ff8b7c;
    }

.EventsTitle {
    line-height: 25px;
    font-size: 12px;
    background-color: transparent;
    padding: 0 5px;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.btn.EventsButton {
    height: 26px;
    padding: 0px 15px;
    margin: 0px 5px 0px 0px;
    border-radius: 0;
}

.divEventList {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: rgba(9, 158, 221, 0.56);
    padding: 5px;
    /*border-radius: 0px 0px 5px 5px;*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    border-top: 0;
}

.cLogoutContent li {
    max-width: 175px;
    /*overflow: hidden;*/
    max-height: 45px;
}

.navbar-nav > li > a.UserNameHeaderTitle {
    padding: 5px 5px 5px 5px;
    margin-top: 0px;
    font-size: 12px;
    border-right: 1px solid #ddd;
    color: #086b00;
}

#imgPersonImageUrl {
    height: 60px;
    width: auto;
    min-width: 54px;
    border: 1px solid #e0f3fd;
    position: absolute;
}

.PartnerAlert h3 {
    color: #31708f;
}

.PartnerAlert ul {
    list-style: circle;
    margin-right: 30px;
}

    .PartnerAlert ul li {
        line-height: 27px;
    }

.PartnerAlert p {
    line-height: 27px;
}

.CtrlLtr {
    direction: ltr;
    text-align: left;
}

.CtrlLtrCenter {
    direction: ltr;
    text-align: center;
}

.grid .datatable .row td img.ArchiveImage {
    height: auto;
    max-width: 50px;
    /*border: 1px solid #c7c7c7;*/
    /*box-shadow: 0 0 1px #c7c7c7;*/
    margin: -3px;
}

.UploadContent {
    box-shadow: 0 0 1px #ddd;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 -15px;
    padding: 0;
}

    .UploadContent .form-control, .UploadContent input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .UploadContent textarea {
        border: none;
        padding: 0 10px;
        margin: 0;
        height: 21px;
    }

.more-space .col-md-1 {
    padding: 0 15px 0 0px;
}


.DetailsContentMaster .row label.col-md-4 {
    border-left: none;
}

.DeleteModal .modal-header {
    padding: 10px;
}

    .DeleteModal .modal-header .modal-title {
        margin: 5px 0 -10px 0;
    }

    .DeleteModal .modal-header .close {
        float: left;
    }

@media (max-width: 700px) {

    /*header .navbar-nav.navbar-left > li {
        float: none;
        text-align: center;
    }*/
}

@media only screen and (max-width: 480px) {
    header .navbar-nav {
        margin: 7.5px 0px;
        overflow: hidden;
        position: relative;
    }

    .LogoCenterContent .LogoCenter img#ctrlMainManu1_imgLogo {
        top: -53px;
        left: 8px;
    }

    header .navbar-nav.navbar-left > li.col-xs-4 {
        width: 33.33333333%;
        padding: 0;
    }
}

/*header .navbar-nav {
    margin: 7.5px 15px;
}*/

.c-btn-border-1x.c-btn-black.btn-no-focus:hover,
.c-btn-border-1x.c-btn-black:hover,
.c-btn-border-1x.c-btn-black.btn-no-focus:active,
.c-btn-border-1x.c-btn-black:active,
.c-btn-border-1x.c-btn-black.active,
.open > .c-btn-border-1x.c-btn-black.dropdown-toggle {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.5) !important;
    border: none;
    /*border-color: rgba(255, 255, 255, 0.5);*/
}

img.btnIcon16 {
    height: 16px;
    max-width: 16px;
    width: 16px;
    margin: 11px 5px;
}

.checkbox.CheckDefData {
    float: right;
    margin: 0px 0px 0px 7px;
    background-color: #49586b;
    padding: 8px 10px;
    border-radius: 5px;
}

    .checkbox.CheckDefData label {
        color: #fff;
        font-weight: normal;
        text-shadow: none;
    }

.btnClearData {
    width: 30px;
    height: 40px;
    background: transparent url(/images/UserImages/Close24.png) no-repeat center center;
    border: none;
    position: absolute !important;
    left: 15px;
    bottom: 0px;
    background-color: transparent !important;
    border: none;
}

    .btnClearData:hover {
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



#txtUserName {
    padding: 3px 2.5%;
    height: 27px;
    width: 95%;
    margin: 20px 3px;
    border: none;
    border-bottom: 1px solid #0095d9;
}

input#txtUserName:focus, input#txtPassword:focus {
    border-bottom: 1px solid #004362;
    transition: all ease 0.5s;
}

#txtPassword {
    padding: 3px 2.5%;
    height: 27px;
    width: 95%;
    margin: 20px 3px;
    border: none;
    border-bottom: 1px solid #0095d9;
}

#divEvents .row .col-lg-1,
#divEvents .row .col-md-1,
#divEvents .row .col-lg-8,
#divEvents .row .col-md-8,
#divEvents .row .col-lg-3,
#divEvents .row .col-md-3 {
    float: right;
}

#mnuNavMain.col-lg-9, #mnuNavMain.col-md-9 {
    float: right;
}

[class*="header_"] .Main_menu_wrap {
    background: #fff;
    z-index: 1000;
    display: block;
    position: relative;
    height: 39px;
    padding-top: 8px !important;
    border-bottom: 1px solid rgb(69 84 103 / 50%);
}

    [class*="header_"] .Main_menu_wrap .sub_menu_wrap {
        background: #626f7f;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li.current > a, [class*="header_"] .Main_menu_wrap .main_menu > ul > li[class*="current_"] > a {
        color: #fff;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a {
        color: #455467;
        font-size: 14px;
        padding: 5px 10px;
    }

        [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a::before {
            content: "";
            color: #ff9800;
            width: 30px;
            height: 20px;
            display: inline-block;
            position: absolute;
            background-color: rgb(255 152 0 / 20%);
            z-index: -1;
            right: 5px;
            border-radius: 5px;
        }

    [class*="header_"] .Main_menu_wrap .main_menu ul li a {
        /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);*/
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li:hover > a {
        color: #fff;
    }

#mnuNavMain {
    margin-top: -3px;
}

#cmbEventList {
    height: 34px;
    font-size: 12px;
    font-weight: normal;
    background: #f4f5f7;
    border: white;
    color: #455467 !important;
    margin: -5px 0px 0px 0px;
    padding: 0 10px;
    border-bottom: none !important;
}

.modal-body .text-danger.AlertItem {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 30px;
    font-size: 0px;
    text-align: right;
    margin: 0px 0 0 5px;
    width: calc(100% - 50px);
    height: 27px;
    background-color: rgba(244, 67, 54, 0.3);
    border-radius: 0;
}

#cmbEventList option {
    color: #48576a;
    background: #fff;
}

img.loginUser {
    width: 24px;
}

img.logoutUser {
    width: 24px;
}

#cmbEventList {
    animation: blinker 10s linear infinite;
}

@keyframes blinker {
    50% {
        color: #ffc300;
        /*border-bottom: 1px solid #ffc300;*/
    }

    100% {
        color: #ff9400;
        /*border-bottom: 1px solid #ff9400;*/
    }
}

.Filterlist {
    width: 100%;
    position: absolute;
    bottom: 0;
}

input[type="button"].butti {
    background: #465568;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    margin: 5px 0;
    width: 100%;
    border-radius: unset;
}

/*.header_5 .menu_wrap {
    padding-bottom: 0;
}*/

.btnDatePick {
    position: absolute;
    background: transparent;
    border: 0;
    left: 17px;
    top: 0px;
    height: 40px;
    width: 32px;
    padding: 10px 5px;
    z-index: 100;
}

@media (min-width: 250px) {
    .col-md-15 {
        width: 100%;
        margin-top: 10px;
    }

    .Filterlist {
        position: relative;
        background: #ffffff;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a {
        color: #212428;
    }

    .filter {
        padding: 15px;
        background: #ffffff;
    }

    .Filterlist .filter input[type="text"].form-control,
    .Filterlist .filter select.form-control {
        width: 90%;
        margin: 0px 5%;
    }

    .header_5.c-layout-header.header.AdminHeader {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .col-md-15 {
        width: 50%;
        float: right;
    }

    .Filterlist {
        position: relative;
        background: #ffffff;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a {
        color: #212428;
    }

    .filter {
        padding: 15px;
        background: #ffffff;
    }

    .Filterlist .filter input[type="text"].form-control,
    .Filterlist .filter select.form-control {
        width: 90%;
        margin: 0px 5%;
    }

    .header_5.c-layout-header.header.AdminHeader {
        top: 0px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }

    .Filterlist {
        position: relative;
        background: #ffffff;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a {
        color: #455467;
    }

    .filter {
        padding: 15px;
        background: #ffffff;
    }

    .Filterlist .filter input[type="text"].form-control,
    .Filterlist .filter select.form-control {
        width: 100%;
        margin: 5px 5px;
    }

    .header_5.c-layout-header.header.AdminHeader {
        top: 42px;
    }

    .btnDatePick {
        top: 5px;
        left: 5px;
    }
}

@media (min-width: 1200px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }

    .Filterlist {
        position: relative;
        background: #ffffff;
    }

    [class*="header_"] .Main_menu_wrap .main_menu > ul > li > a {
        color: #455467;
    }

    .sub_menu_wrap ul li a, .sub_menu_wrap ul li p, .sub_menu_wrap > div > div {
        color: #fff;
    }

    .filter {
        padding: 15px;
        background: #ffffff;
    }


    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .input-group-addon {
        border-radius: 0px;
    }

    .has-feedback .form-control {
        padding-right: 10px;
    }

    .Filterlist .filter input[type="text"].form-control,
    .Filterlist .filter select.form-control {
        width: 100%;
        margin: 5px;
    }

    .header_5.c-layout-header.header.AdminHeader {
        top: 64px;
    }
}

.menu_wrap .LogoCenterContent .LogoCenter {
    height: auto;
}

.content {
    margin: 50px 0 0 0px;
    direction: ltr;
}
/******************************/
.c-bg-dark {
    background-image: url('/images/dark-mosaic.png');
    background-repeat: repeat;
}

/*.c-layout-page img {
            bottom: 0;
            position: absolute;
            margin: 0 auto;
            width: 100%;
            height: auto;
            max-width: 1790px;
        }*/
.c-content-box.c-size-sm {
    padding: 50px 0;
}

a.cbp-l-caption-buttonLeft.btn {
    width: 200px;
    display: block;
    height: auto;
    text-align: center;
    direction: rtl;
    font-size: 15px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0 auto;
}

p.TitleEventItem {
    position: absolute;
    top: 30px;
    z-index: 1;
    color: #fff;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    height: 190px;
    font-size: 19px;
    line-height: 36px;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 15px #000;
}

.layer_slide_text.caption_inner {
    width: 1600px;
    max-width: 100%;
}

[class*="header_"] .menu_wrap {
    box-shadow: none;
    padding: 10px 0 10px 0;
}

.content {
    /*background: url(images/OLTBack2.jpg) no-repeat center center;
            background-attachment: fixed;
            background-size: cover;*/
    margin-top: 42px;
    padding: 0px 0px 0px 0px;
}

.layer_slide_text.caption_inner {
    /*display: none;*/
}

@media (max-width: 991px) {
    .layer_slide_text.caption_inner {
        display: block;
    }
}

@media (min-width: 1600px) {
    .content {
        padding: 0px 0 0px 0px;
    }

    /*[class*="header_"] .menu_wrap {
        box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
    }*/
}

.SlideContent {
    /*-webkit-box-shadow: 0 8px 6px -6px black;
            -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;*/
    width: 100%;
    /*max-width: 1600px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    direction: ltr;
    /*background-color: rgba(255, 255, 255, 0.10);*/
    background: url(/images/EventManagement0.png) no-repeat center center;
    background-size: contain;
}

.caption_inner {
    background: rgba(0, 0, 0, 0.7);
}

    .caption_inner .DateSlide {
        color: #fff151;
    }

.layer_slide_text .event_date {
    float: right;
}

#slider2 .ls-bg {
    filter: blur(5px) !important;
    -webkit-filter: blur(5px) !important;
    opacity: 0.5;
    transition: all ease 1.0s;
}

.LogoCenterContent .LogoCenter img.LogoPC {
    width: auto;
    height: auto;
    max-height: 50px;
    margin-top: -8px;
}

.btn.btn-success.btnOrder {
    border-radius: 0;
    padding: 20px 30px;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
}

.AboutEventSection {
    padding: 30px;
}

    .AboutEventSection .EventTitle {
        font-size: 30px;
        line-height: 100px;
    }

    .AboutEventSection .EventDetails {
        font-size: 25px;
        line-height: 50px;
        text-align: justify;
    }

    .AboutEventSection img.EventImage {
        width: 100%;
        height: auto;
        max-width: 300px;
        float: left;
        margin: 20px 20px 0 0;
    }

    .AboutEventSection .btnOrder {
    }

@media (min-width: 1366px) {
    .AboutEventSection .EventTitle {
        font-size: 23px;
        line-height: 80px;
    }

    .AboutEventSection img.EventImage {
        max-width: 200px;
    }

    .AboutEventSection .EventDetails {
        font-size: 17px;
        line-height: 40px;
        background: url(/images/TicketleftBlue.png) no-repeat -100px 50px;
        padding: 20px 20px 20px 200px;
        box-shadow: inset 0 0 5px 5px #fff;
    }
}

@media (min-width: 1600px) {
    .AboutEventSection .EventTitle {
        font-size: 30px;
        line-height: 100px;
    }

    .AboutEventSection img.EventImage {
        max-width: 250px;
    }

    .AboutEventSection .EventDetails {
        font-size: 25px;
        line-height: 50px;
        background: url(/images/TicketleftBlue.png) no-repeat -100px 50px;
        padding: 20px 20px 20px 200px;
        box-shadow: inset 0 0 5px 5px #fff;
    }
}

.modal-header > .close {
    margin: -15px -15px 0 0;
    position: absolute;
    left: 10px;
    top: 30px;
}

.tblPayment .table td.r-td {
    text-align: center;
    direction: rtl;
}

.tblPayment .table {
    text-align: center;
    direction: rtl;
}

    .tblPayment .table th {
        text-align: center;
        direction: rtl;
    }

.grecaptcha-badge {
    bottom: 50px !important;
}

.VisitorAccountTitle {
    color: #191919;
}

.GallerySettings {
    margin: 3px 3px;
}

.GalleryTypeStyle {
    padding: 3px 10px;
    margin: 0 3px;
}

.PublishButton {
    color: #FFFFFF;
    background-color: #113b00;
    padding: 3px 10px;
    margin: 0 3px;
}

.UnPublishButton {
    color: #FFFFFF;
    background-color: #750000;
    padding: 3px 10px;
    margin: 0 3px;
}

.NewLoginDialog {
    margin: 10px 0;
    padding: 5px 20px;
    background-color: #173b8d;
    color: #fff;
    font-size: 13px;
    width: 170px;
    display: inline-block;
}

    .NewLoginDialog:hover {
        color: #ffdb00;
    }

.modal-title {
    line-height: 1.7 !important;
}

img.CartAlertNo {
    width: 27px;
}

span.CartAlertNo {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 3px;
    background: hsla(0, 100%, 50%, 0.9);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
}

.PopupLink a {
    text-decoration: underline;
    color: #00182f;
}

    .PopupLink a:hover {
        color: #00182f;
    }

b.PopupLink {
    font-size: 13px;
    color: #006b0c;
}

.DetailsContentMaster .alert .close,
.DetailsContentMaster .alert .button {
    position: relative;
    right: 0px;
    top: -10px;
    line-height: 20px;
}

.TotalTicket {
    padding: 0px 20px 0px 20px;
}

    .TotalTicket h1 {
        margin: 5px 0px;
        font-size: 25px;
    }

    .TotalTicket p {
        margin: 10px 0px 10px 0px;
    }

    .TotalTicket a {
        border-radius: 0;
        padding: 15px 20px;
    }

.grid button {
    background-color: transparent;
}

.btnDeleteItem {
    background: transparent url('/images/UserImages/DeleteSmall.png') no-repeat center center;
    width: 32px;
    height: 32px;
}

.SessionTime {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0 10px;
    background-color: #f44336;
}

#TimerTitle, #TimerTitle:hover {
    font-size: 10px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#Timer {
    direction: ltr;
    background-color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #5a0600;
    text-align: center;
}

.SessionUpdate:hover, .SessionUpdate:active, .SessionUpdate:focus {
    color: #fff067;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
    transition: all ease 0.5s;
}

.SessionUpdate {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #fff067;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

@media (max-width: 700px) {
    .EventDetails.container {
        width: calc(100% - 20px);
    }

    #lnklogo {
        position: absolute;
        top: 110px;
        left: 0px;
    }

    .content {
        margin-top: 0px;
    }

    .form-group .input-group {
        width: 100%;
    }
}

.SpaceTypeID .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    direction: rtl;
}


.menu-icon {
    width: 38px;
    height: 38px;
    margin-top: -10px;
}

.menu-icon-28 {
    display: none;
    width: 28px;
    height: 28px;
    margin-top: -4px;
}

#divEvents .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 5px 10px;
    height: 31px;
}

.MainContent {
    padding: 10px 20px 50px 20px;
}

/*ul li:last-child{
	display: none;
}*/