@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
html {
    height: -webkit-fill-available;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    font-weight: normal;
    font-size: 16px;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    background: #FFF;
    padding: 0;
}

table,
tr,
td {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #32657C;
}

a:hover {
    color: #A84301;
}

h1 {
}

h1 a {
    text-decoration: none;
    color: #A10101;
    font-weight: normal;
}

h2 {
}

h2 a {
    text-decoration: none;
}

h3 {
}

h3 a {
    color: #000000;
}

.hidden {
    display: none !important;
}

.topbg {
    /*    background: #F3F4F5;*/
    background: white;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.breadcrumb {
    background: transparent;
    margin-top: 10px;
    border-bottom: 1px dotted #CCC;
    font-size: 13px;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #888888;
}

@media (max-width: 575px) {
    h1 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 25px;
    }
}

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

img,
form {
    margin: 0px;
    padding: 0px;
    background: none;
}

p {
    margin: 10px 0px;
}

img {
    border: none;
}

select.form-control[size="1"] {
    height: 34px;
}

.navbar {
}

.top-menu {
    width: 100%;
    text-align: right;
    margin-top: 13px;
    /*color: #FFF;*/
}

.top-menu .nav-link {
    font-size: 15px;
    color: rgba(147, 133, 81, 1) !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.nav-item.search-item {
    line-height: 37px;
    font-size: 20px;
    padding-left: 20px;
}

.nav-item.nav-item-home {
    line-height: 37px;
    font-size: 20px;
    padding-right: 20px;
}

.top-menu .languages {
    padding: 2px 0 0 1rem;
}

.top-menu .languages a {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(147, 133, 81, 1);
    color: rgba(147, 133, 81, 1);
}

.top-menu .languages a.on {
    color: #FFF !important;
    background-color: rgba(147, 133, 81, 1);
}

.navbar-brand {
    margin-top: 15px;
}

.navbar-brand img {
    /*height: 78%;*/
}

.roof {
    padding: 0px 0px;
    font-size: 12px;
    vertical-align: top;
}

.roof ul {
    margin: 0 0 10px 0;
    padding: 0;
}

.roof a {
    color: #000;
}

.list-inline-item.phone {
    padding: 5px 10px;
    /*background: #FFF;*/
}

.list-inline-item.phone a {
    color: #00508E;
}

.list-inline-item.gsa {
    vertical-align: 1px;
    color: #000;
}

.list-inline-item.gsa span {
    margin-left: 5px;
    vertical-align: -4px;
}

.social-links a i {
    width: 25px;
    height: 30px;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 30px;
    transition: all 0.2s linear 0s;
    font-size: 18px;
    text-align: center;
}

.slogan {
    /*float: right;*/
    text-align: right;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 0;
    color: #C5C9CD;
}

.slogan a {
    padding: 3px;
    color: #4C555D;
    font-size: 13px;
    letter-spacing: 1px;
}

.top_search {
    padding: 0;
    vertical-align: 2px;
}

.top_search input[type=text] {
    min-width: 100px;
    font-size: 14px;
    padding: 5px 30px 5px 5px;
}

.top_search .btn {
    background: transparent;
    margin-left: -39px;
}

.top_search .btn:hover,
.top_search .btn:focus {
}

.creator {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 80px;
}

.loginbar {
    margin-top: 8px;
}

.menu-search {
    margin-left: 5px;
}

.menu-search * {
    width: auto;
    margin-left: 5px;
}

.madatorystar {
    color: #CC0000;
}

.count {
    text-align: right;
    color: #FFD324;
    font-style: italic;
    font-family: georgia;
    font-size: 11px;
    /* margin-top: -51px; */
    margin-right: 6px;
    margin-bottom: 21px;
}

.price {
    color: #9E011C;
}

.msrp {
    color: #686464;
    font-weight: normal;
    text-decoration: line-through;
}

.save {
    color: #477558;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.page-item.active .page-link {
    z-index: 1;
    color: #FFF;
    background-color: #598ABF;
    border-color: #598ABF;
}

.page-item a.page-link {
    color: #598ABF;
}

.index-baner {
    height: calc(100vh - 121px);
    text-align: center;
    padding: 4% 25% 10%;
    background: url(../img/luxembourg-view.jpg) center / cover;
}

.index-baner h1 {
    font-size: 47px;
    line-height: 135%;
    margin: 0;
    /*font-weight: 600;*/
    color: #FFFFFF;
    text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.7);
}

.index-baner h2 {
    font-size: 20px;
    margin-top: 24px;
    line-height: 145%;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.7);
}

.index-baner .more {
    border: 2px solid #CCC;
    display: inline-block;
    padding: 7px 25px;
    color: #11181E;
    font-weight: normal;
    border-radius: 3px;
    margin-top: 20px;
}

.index-baner .more a {
    color: #11181E;
}

.index-baner .more a:after {
    font-family: "fontAwesome";
    font-size: 1.3em;
    color: #A3A3A5;
    margin-left: 7px;
    vertical-align: -2px;
    content: "\f105 ";
}

.index-baner.baner-page {
    height: 140px !important;
    background: url(../img/index-baner.jpg) top / auto;
    margin-bottom: 25px;
}

.alert-secondary .review-post-st {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
    clear: none;
}

.alert-secondary .rr-star-st {
    margin: 0;
}

.alert-secondary {
    color: #383D41;
    background-color: #F5F5F5;
    border-color: #EDEDED;
}

.row.js-masonry {
    margin-top: 20px;
}

.page_height {
    min-height: 350px;
}

.blockquote {
    padding-left: 30px;
    border-left: 3px solid #CCC;
    font-size: 16px;
}

.featured h2 {
    margin: 10px 10px 26px 10px;
}

@media (max-width: 575px) {
    .roof {
        font-size: 9px;
        margin-bottom: -10px;
    }
    
    .top_search input[type=text] {
        /*min-width: 154px;*/
        font-size: 9px;
    }
    
    .top_search .btn {
        background: transparent;
        margin-left: -42px;
    }
    
    /*.navbar-brand
    {
    	margin-top: 0;
    	height: 77px;
    	margin-bottom: 0;
    }*/
    .navbar-brand {
        margin-top: 0;
        /*height: 77px;*/
        margin-bottom: -9px;
    }
    
    .navbar-brand img {
        height: 64px;
        width: auto;
    }
    
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .navbar {
        padding-top: 0;
    }
    
    .top-menu .justify-content-end {
        text-align: left;
    }
    
    /*.navbar-nav
    {
    	padding: 10px 30px;
    	background: #F5F5F5;
    }*/
    /*.nav-item {*/
    /*    padding: 0 10px;*/
    /*    border-bottom: 1px solid #CCC;*/
    /*}*/
    
    .nav-item.languages {
        padding: 10px;
        border: none;
        text-align: center;
    }
    
    /*.navbar-collapse {*/
    /*    padding: 10px 30px;*/
    /*    background: #F5F5F5;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    z-index: 100;*/
    /*}*/
    
    .index-baner h1 {
        font-size: 25px;
    }
    
    .index-baner h2 {
        font-size: 14px;
        margin-top: 14px;
    }
    
    .index-baner {
        height: calc(100vh - 86px);
        padding: 5% 5% 10%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .roof {
        font-size: 10px;
        margin-bottom: -10px;
    }
    
    .top_search input[type=text] {
        /*min-width: 154px;*/
        font-size: 10px;
    }
    
    .navbar-brand {
        margin-top: 0;
        /*height: 77px;*/
        margin-bottom: -9px;
    }
    
    .navbar-brand img {
        height: 64px;
        width: auto;
    }
    
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .navbar {
        padding: 0;
    }
    
    .nav-item.languages {
        padding: 10px;
        border: none;
        text-align: center;
    }
    
    .top-menu .justify-content-end {
        text-align: left;
    }
    
    /*.navbar-collapse {*/
    /*    padding: 10px 30px;*/
    /*    background: #F5F5F5;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    z-index: 100;*/
    /*}*/
    
    /*.nav-item {*/
    /*    padding: 0 10px;*/
    /*    border-bottom: 1px solid #CCC;*/
    /*}*/
    
    .index-baner h1 {
        font-size: 30px;
    }
    
    .index-baner h2 {
        font-size: 16px;
    }
    
    .index-baner {
        height: calc(100vh - 78px);
        padding: 4% 15% 10%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
    }
    
    .roof {
        font-size: 10px;
        margin-bottom: -10px;
    }
    
    /*.navbar-expand-md
    {
    	flex-flow: column wrap;
    }*/
    /*.top-menu
    {
    	margin: 0;
    }*/
    .top-menu .nav-link {
        font-size: 14px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    
    .top_search input[type=text] {
        /*min-width: 154px;*/
        font-size: 10px;
    }
    
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .index-baner h1 {
        font-size: 30px;
    }
    
    .index-baner h2 {
        font-size: 16px;
    }
    
    .index-baner {
        height: calc(100vh - 121px);
        padding: 4% 15% 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
    }
    
    .roof {
        font-size: 12px;
    }
    
    .top-menu {
        margin-left: -64px;
    }
    
    .top-menu .nav-link {
        font-size: 14px;
    }
    
    .top_search input[type=text] {
        min-width: 154px;
        font-size: 12px;
    }
    
    .index-baner h1 {
        font-size: 35px;
    }
    
    .index-baner h2 {
        font-size: 18px;
    }
    
    .index-baner {
        height: calc(100vh - 121px);
        padding: 4% 20% 10%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .index-baner h1 {
        /*font-size: 35px;*/
    }
    
    .index-baner h2 {
        /*font-size: 18px;*/
    }
    
    .index-baner {
        padding: 4% 15% 10%;
        height: calc(100vh - 121px);
    }
}

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

/**********************************************************************************************************************
contact-page*/
.googlemap {
    margin-bottom: 30px;
}

.contact_form_box {
    padding: 23px 20px 10px;
    margin-bottom: 30px;
    background: #F2F2F2;
}

.contact_info {
    font-size: 16px;
}

/**********************************************************************************************************************
left menu*/
.left_menu .title {
    font-size: 20px;
    margin: 0 5px 5px 16px;
}

.left_menu {
text-transform: uppercase;
}

.lead {
    font-size: 20px;
    margin: 5px;
}

.left_menu .badge {
    font-size: 9px;
}

.left_menu a {
    color: #000;
}

.left_menu .active a {
    /*color: #FFF;*/
    font-weight: bold;
}

.left_menu .active {
    background: #F3F4F5;
    border: none;
}

.left_menu .l_0 {
    /*padding: 7px 15px;*/
}

.left_menu .l_10 {
    font-size: 14px;
    padding: 8px 15px 8px 20px;
    /*background: #F5F5F5;*/
    padding-left: 30px;
}

.left_menu .l_20 {
    font-size: 12px;
    font-size: 13px;
    padding: 6px 25px;
    background: #E7E7E7;
}

.category_menu {
}

.category_menu_list--sub {
    display: none;
}

.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--path.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--current.category_menu_list__item--open > .category_menu_list--sub {
    display: block;
}

.category_menu .badge.badge-secondary {
    font-size: 10px;
}

.category_menu .list-group-flush .list-group-item {
    padding: 10px 15px;
    background: #F2F2F2;
    font-size: 13px;
}

/*lend eft menu
*/
/*lend eft menu
*/
/*articles
*/
.plain_list {
}

.card-header .rr-star-st {
    margin: 0;
}

.plain_list .well {
    border: none;
    background: #F0F0F0;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 7px 10px;
    box-shadow: none;
}

.plain_list .well .date {
    margin-right: 10px;
    font-weight: bold;
}

.img .review-post-st {
    margin-top: 10px;
    display: inline-block;
}

.more {
}

.more a {
    text-decoration: none;
}

.more a:hover {
    color: #DB0202;
    text-decoration: underline;
}

.side_list .title {
    font-size: 20px;
    margin: 0 5px 5px 16px;
    color: #FC6400;
}

.side_list h4.list-group-item-heading {
    font-size: 15px;
    margin: 0;
}

.side_list p.list-group-item-text {
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.articles__list__item {
    margin-bottom: 30px;
}

.faq_list ol {
    margin: 30px !important;
}

.faq_list ol li a {
    font-size: 15px;
}

/**********************************************************************************************************************
products list*/
.jumbotron {
    background: url(../img/products_top.jpg) 0 0 / cover;
    color: #FFF;
    text-transform: uppercase;
}

.shop_price {
    margin-bottom: 20px;
}

.title {
    font-size: 18px;
    margin: 5px 0;
}

.title a {
    color: #818181;
    text-decoration: underline;
}

.next_prev {
    margin: 0;
    position: absolute;
    z-index: 10;
    right: 0;
    padding: 5px;
    background: #F3F3F3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.next_prev a {
    text-decoration: none;
    font-size: 30px;
    color: #CCC;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}

.next_prev a:hover {
    color: #5296D3;
}

.nopict {
    font-size: 20px;
    color: #D1D1D1;
    line-height: 154px;
    height: 158px;
    vertical-align: middle;
    background: #F0F0F0;
}

.nopict i {
    vertical-align: middle;
}

.discounts_info_upsale {
    margin: 10px 0;
}

.discounts_info_upsale th {
    text-align: center;
    font-size: 12px;
    padding: 2px !important;
}

.discounts_info_upsale td {
    text-align: center;
    font-size: 12px;
    padding: 2px !important;
}

.products_list {
}

.products_list .products__list__item {
    /*text-align: center;*/
    margin-bottom: 20px;
}

.products__list__item__picture {
    max-height: 250px;
    overflow: hidden;
}

.products__list__item__offer__price {
    font-size: 18px;
    color: #EB0000;
}

.products_list .qty div {
    padding: 0 2px;
}

.products_list .cat-item {
    margin-bottom: 20px;
}

.product_option {
    float: none;
    padding: 0;
    margin: 0;
}

.product_option label {
    padding-right: 0;
    text-align: right;
}

.product_option .row {
    margin-top: 3px;
    margin-bottom: 3px;
}

.products_list h3 {
    margin: 10px 0 0;
    font-size: 19px;
}

.products_list .sdesc {
    /*text-align: left;*/
    font-size: 12px;
    margin: 5px 0;
}

.qty {
    margin: 5px 0 10px;
    background: #F0F0F0;
    padding: 7px 0 5px;
    border-radius: 3px;
}

.qty .form-group {
    margin-bottom: 0;
}

.qty label {
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.products_list .cat_desc {
    margin-bottom: 20px;
}

.wishlist-box {
    text-align: center;
    margin: 10px 0;
}

.products_list .rating_table {
    text-align: center;
}

.products_list .rating_table .review-post-st {
    display: inline-block;
}

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

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*products zoom*/
.gray_line {
    background: #E0E0E0;
    padding: 30px 0;
    margin-top: 20px;
    text-align: center;
}

.content_products_zoom .jumbotron {
    /*background: transparent;*/
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F7F7F7;
    /*border: 2px solid #CCC;*/
}

.long_desc {
    margin: 10px 0;
}

.pict_zoom {
    padding: 0;
    border: 2px solid #EDEDED;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 30px 0;
    min-height: 350px;
    line-height: 350px;
}

.pict_zoom img {
    max-width: 100%;
    max-height: 100%;
}

.products_related_right {
    padding: 0px 0;
    font-size: 13px;
}

.products_related_right .price {
    font-size: 13px;
}

.products_related_right .price .save {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.products_related_right h2 {
    padding: 0px;
    margin-top: 0;
    font-size: 18px !important;
}

.products_related_right .list_item {
    border-bottom: none;
    padding-bottom: 20px;
    /*padding: 0 0 20px 0;*/
    /*padding: 10px 0 5px;*/
}

.products_related_right .pict {
    margin: 0 0 10px 0;
    min-height: 155px;
    float: none;
    border: 1px solid #EBEAEA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.products_related_right .pict a {
    display: block;
    line-height: 150px;
}

.products_related_right .pict img {
    max-width: 100%;
    max-height: 100%;
}

.cat_title {
    font-size: 18px;
    margin: 7px 10px;
    color: #818181;
}

.cat_title a {
    color: #E85800;
    text-decoration: none;
    font-family: "Trebuchet MS";
}

.zoom_properties .sku {
    margin: 5px 0;
}

.zoom_properties div.product_option {
    margin: 10px 0;
    width: 70%;
}

.zoom_properties .qty .col-sm-4 {
    padding-left: 0;
}

.zoom_properties .discounts_info_upsale {
    float: right;
}

.zoom_properties .rr-star-st {
    clear: left;
    margin-top: 10px;
}

.zoom-rel {
    margin-top: 20px;
}

/*bundle*/
.bundle_but {
    text-align: center;
    padding: 2px 0px;
    margin: 10px 0;
}

.bundle_but a {
    width: 100%;
}

.bundles_list {
}

.bundl__list__item {
    margin-bottom: 20px;
}

.bundles_list .row {
    margin-top: 20px;
    text-align: center;
}

.bundles_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.bundles_list ul li {
    margin: 0.2%;
    padding: 0;
    list-style: none;
    /*float: left;*/
    width: 32%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.bundles_list .pict {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

.bundles_list .gray {
    min-height: 130px;
}

.bundles_list h3 {
    font-size: 20px;
    text-align: center;
    /*margin-bottom: 10px;*/
}

.bundl_price {
    margin-top: 5px;
    /*font-weight: bold;*/
}

.bundles_in_list {
    margin-top: -8px !important;
}

.bundled_item_info {
}

.bundled_item_info h4 {
    font-size: 15px;
    margin-top: 9px;
}

.bundl_price {
    color: #B30000;
}

.bundle_all_price {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.bundle_all_price span {
    padding: 0 5px;
}

.bundles_list .qty {
    text-align: center;
}

.bundles_list .qty .row {
    margin: 0;
}

.bundles_list .qty div {
    padding: 0 5px;
}

.bundles_list .tellfriend {
    padding-left: 10px;
}

/**********************************************************************************************************************
blog*/
.blog_list {
}

.blog_list a {
    color: #107DAC;
}

.blog_list h1 {
    text-transform: uppercase;
}

.blog-post .short_desc {
}

.blog-post .long_desc {
    /*padding-left: 30px;*/
    /*border-left: 5px solid #E7E7E7;*/
    font-size: 15px;
}

.blog-post .long_desc ol {
    list-style: numeric outside !important;
}

.blog-post .long_desc ol li {
    list-style: numeric outside !important;
    padding: 0 0 0 8px;
    margin: 5px 0 5px 30px;
}

.blog-post .long_desc ul {
    padding: 0 0 0 8px;
    margin: 5px 0 5px 8px;
}

.blog-post .long_desc ul li {
    list-style-type: disc;
    padding: 0 0 0 3px;
    margin: 5px 0;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-post h1 {
}

@media (max-width: 767px) {
    .blog-post .pict_right {
        margin: 0;
        float: none;
    }
    
    .blog-post .pict_right img {
        max-width: 100%;
    }
    
    .blog-post h1 {
        font-size: 25px;
    }
}

.blog_search {
    /*margin-top: 7px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #F5F5F5;
}

.rss {
    margin-left: 16px;
    float: right;
}

.cloud {
    padding: 10px 15px;
    margin: 20px 0 10px;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cloud h2 {
    margin: 0 0 10px 0;
    color: #000;
}

.cloud h2 a {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
}

.blog_arhive {
}

.blog_arhive h2 {
    margin-bottom: 5px;
    font-size: 20px;
    padding-left: 10px;
}

.blog_arhive ul {
    margin: 0;
    padding: 0;
}

.blog_arhive li {
    padding: 5px 5px 5px 15px;
    background: #F2F2F2;
    margin-bottom: 1px;
    border-bottom: 1px solid #CCC;
    list-style: none;
}

.blog_arhive li a {
    text-decoration: none;
    color: #171717;
}

.blog_cats {
    margin-top: 20px;
}

.blog_cats .cat_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
    margin-left: 10px;
}

.blog_cats .cat_title a {
    color: #4C555D;
}

.recennt_post .cat_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #4C555D;
    margin-left: 10px;
    margin-top: 30px;
}

.recennt_post .cat_title a {
    color: #4C555D;
}

.blog_cats a.sel {
    color: #D81C1C;
}

.blog_cats .cnt {
    float: right;
    font-size: 10px;
}

.blog_cats .menu_link a {
    color: #282727 !important;
    text-decoration: none;
}

.subscribe {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 10px 63px;
    color: #9B0101;
    margin: 0 0 20px;
    background: url(../img/icon-subscribe.jpg) no-repeat 8px 1px;
}

.subscribe a {
    padding: 0;
}

.blog-post-title {
    font-size: 30px;
    color: #2D5880;
}

.blog-post-title a {
    color: #2D5880;
}

.contact_links {
    margin-top: -13px;
    padding: 10px;
}

.contact_links a {
    color: #4C555D;
    font-size: 17px;
}

.contact_links .icon {
    margin: 5px 0;
}

.contact_links .icon i {
    width: 20px;
    text-align: center;
}

/*faq*/
.faq_list ol {
    margin: 15px 0 10px;
    padding: 0 0 0 24px;
}

.faq_list ol li {
    font-size: 15px;
    margin: 10px 0;
}

.faq_list h3 {
    font-size: 20px;
    margin: 5px 0;
}

.faq_list .list_item {
    padding: 10px 5px;
}

/*members*/
.members_list {
}

.members_list .nopict {
    text-align: center;
    height: 160px;
    line-height: 160px;
    border: 1px solid #CCC;
}

.members_list .pict {
    text-align: center;
    height: 160px;
    line-height: 160px;
    border: 1px solid #CCC;
    vertical-align: middle;
}

.members_list .date {
    font-size: 11px;
    float: right;
}

.members_list .list_item {
    padding-bottom: 34px;
}

.members_list .pict_mem_zoom {
    float: left;
    width: 160px;
    margin-right: 20px;
}

.members_list .inactive {
    float: right;
    color: #FF0000;
}

.members_list .item_property {
    /*float: left;*/
    /*width: 355px;*/
}

/*team*/
.team_pict {
    float: right;
}

.team_linkedin img {
    width: 100px;
    height: 35px;
}

.team_zoom dt {
    font-weight: bold;
}

.team_zoom dd {
    margin: 0;
}

/*events
calendar & events search*/
.calendar_next {
    font-size: 12px;
    color: #434343;
    text-decoration: none;
}

.calendar_next:hover {
    color: #CC0000;
}

.calendar_day_name {
    font-size: 9px;
    text-decoration: none;
    background: #888888;
    color: #FFFFFF;
}

.calendar_sun {
    font-size: 9px;
    font-weight: bold;
}

.calendar_sat {
    font-size: 9px;
    font-weight: bold;
}

.calendar_curr {
    font-size: 9px;
    color: #FF0000;
    font-weight: bold;
}

.calendar_fri {
    font-size: 9px;
    font-weight: bold;
}

.calendar_thu {
    font-size: 9px;
    font-weight: bold;
}

.calendar_wed {
    font-size: 9px;
    font-weight: bold;
}

.calendar_tue {
    font-size: 9px;
    font-weight: bold;
}

.calendar_mon {
    font-size: 9px;
    font-weight: bold;
}

.calendar {
    border: 1px solid #D2DFD8;
    padding: 3px 1px 5px;
    margin-bottom: 7px;
}

.events_calendar_left {
}

.calendar_search {
    padding: 10px;
    background: #ECECEC;
}

.calendar_search input[type=text] {
    max-width: 45%;
}

/*for alphabetical  search (left and top)*/
.ot {
    text-decoration: none;
    border: 1px solid #D7D7D7;
    text-align: center;
    font-size: 12px;
    padding: 0;
}

.ot a {
    display: block;
    padding: 2px;
}

.table_ab {
}

.table_ab td {
}

.table_ab .last {
    border: none;
    text-align: left;
}

/*befor_after*/
.before_after {
}

.before_after h2 {
    background: #EFEFEF;
    padding: 10px;
    margin: 0 0 10px;
}

.before_after h2 span {
    font-size: 12px;
    float: right;
}

.before_after h3 {
    /*[disabled]background:#EFEFEF;*/
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.before_after .picts {
    clear: both;
}

.before_after .pict {
    padding: 3px;
    text-align: center;
}

/*video & picts*/
.video_list {
}

.video_list a {
    display: block;
}

.video_list .item {
    padding-bottom: 30px;
}

.video_list .item .img {
    text-align: center;
    height: 130px;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.video_list .item .nopict {
    line-height: 130px;
    height: 128px;
    vertical-align: middle;
}

.video_zoom {
    text-align: center;
}

.video_zoom .rating_table {
    float: left;
}

.event_video {
    text-align: center;
}

.event_video object embed {
    width: 450px;
    height: 350px;
}

.event_video object {
    /*[disabled]width:486px;*/
    /*[disabled]height:auto;*/
}

.list_picts {
}

.list_picts .list_item {
    padding-bottom: 30px;
}

.galleries_list {
    margin-top: 10px;
}

.galleries_list h1 {
    text-align: center;
    margin-bottom: 20px;
}

.galleries_list .list_item {
    padding-bottom: 20px;
}

.galleries_picts {
    margin-top: 10px;
}

.galleries_picts .list_item {
    padding-bottom: 20px;
}

.galleries_picts .pict {
    float: none;
    padding: 0;
    margin: 0 0 5px;
    border: 1px solid #CCC;
    height: 150px;
    overflow: hidden;
}

.galleries_picts .name {
    margin-bottom: 10px;
}

/**********************************************************************************************************************
jobs offers*/
.job_offers {
}

.job_offers .date {
}

.job_offers .job_desc {
    margin-bottom: 10px;
    border-bottom: 5px solid #CCC;
}

.content_mid_jobs h2 {
    margin: 0;
    padding: 3px;
}

.content_mid_jobs .list_item {
    padding: 3px 3px 10px;
    margin-bottom: 10px;
}

.content_mid_jobs .right {
    margin: -7px 0 0;
    padding: 0;
}

.resume_form {
    background: #F7F7F7;
    margin: 20px 0;
    padding: 20px;
}

.resume_form h2 {
    margin-bottom: 10px;
    text-align: center;
    margin: 10px 0;
}

.resume_form table {
    width: 90%;
}

.jobs_top_search {
    padding: 10px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 50px;
}

.jobs_top_search .form-group {
    margin-bottom: 10px;
}

/****  raiting*/
.w-stars-st > span.o-act,
.w-stars-st > span.selected {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st {
    margin: 10px 0 5px;
    clear: both;
    height: 20px;
}

.rr-star-st > div {
    width: 95px;
    height: 17px;
    line-height: 17px;
    float: left;
    overflow: hidden;
}

.rr-star-st > div > span {
    float: left;
    width: 19px;
    height: 19px;
    background: url(../img/review-st/big-star-h.png) no-repeat;
    /*cursor: pointer;*/
}

.rr-star-st > div.rating1 > span.rating1,
.rr-star-st > div.rating2 > span.rating1,
.rr-star-st > div.rating2 > span.rating2,
.rr-star-st > div.rating3 > span.rating1,
.rr-star-st > div.rating3 > span.rating2,
.rr-star-st > div.rating3 > span.rating3,
.rr-star-st > div.rating4 > span.rating1,
.rr-star-st > div.rating4 > span.rating2,
.rr-star-st > div.rating4 > span.rating3,
.rr-star-st > div.rating4 > span.rating4,
.rr-star-st > div.rating5 > span {
    background: url('../img/review-st/big-star-o.png') no-repeat;
}

.rr-star-st > var {
    color: #00002E;
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    float: left;
}

.rr-star-st > span {
    display: block;
    clear: both;
    color: #617996;
    font-size: 11px;
}

/*comments*/
.comments {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none none;
    text-align: left;
}

.comments .well {
    padding: 10px;
    border-radius: 5px;
}

.comments .well .btn {
    margin-top: 8px;
}

.comments .title {
    font-size: 25px;
    margin-left: 7px;
}

.comments li {
    margin: 10px 0;
    padding: 5px 0;
    list-style: none none;
    text-align: left;
}

.comments_list {
    margin: 0;
    padding: 0 20px;
    clear: both;
    /*[disabled]width:100%;*/
    list-style: none none;
    text-align: left;
}

.comments .date {
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    color: #666666;
}

.comments .author {
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    font-size: 15px;
}

.comments .replay_line {
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 20px;
}

.comments .comment_ID {
    color: #000;
    padding-bottom: 3px;
    font-weight: normal;
}

.comments blockquote {
    font-weight: 100 !important;
    font-size: 16px;
}

.comments .madatorystar {
    font-size: 18px;
    font-weight: normal;
    padding-left: 2px;
}

/*redefine owl for index*/
.owl-index-carousel-wrap {
    margin: 20px 5px -20px;
}

.owl-index-carousel .item {
    text-align: center;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
    background: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-buttons div {
    background: #FC6400;
}

.owl-index-carousel .owl-controls {
    position: relative;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-index-carousel.owl-theme .owl-controls .owl-next {
    position: absolute;
    top: -210px;
    font-size: 40px;
    background: none !important;
    color: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev {
    left: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-next {
    right: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
    margin-left: 3px;
    margin-right: 3px;
}

.owl-cat-index-carousel-wrap {
    margin: 0 20px;
}

.owl-cat-index-carousel-wrap h2 {
    margin-bottom: 10px;
}

.owl-cat-index-carousel .owl-pagination {
    display: none;
}

.owl-cat-index-carousel .owl-controls {
    position: relative;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
    position: absolute;
    top: -150px;
    font-size: 20px;
    background: none !important;
    color: #FC6400;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev {
    left: -32px;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
    right: -32px;
}

.owl-cat-index-carousel-wrap [class*=col-] {
    padding: 0 5px;
}

/*redefine bootstrap*/
.index-carousel {
    margin-bottom: 30px;
}

.index-carousel .item {
    height: 300px;
    width: 100%;
}

.index-carousel .carousel-inner .item1 {
    background: url(../img/baner1.jpg) center / cover;
}

.index-carousel .carousel-inner .item2 {
    background: url(../img/baner2.jpg) center / cover;
}

.index-carousel .carousel-inner .item3 {
    background: url(../img/baner3.jpg) center / cover;
}

.index-carousel .carousel-inner > .item h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.carousel-caption {
    bottom: 53px;
}

.carousel-indicators li {
    width: 30px;
    height: 20px;
    border-radius: 5px;
}

.index-2tabs-tab-content {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.index-3tabs-tab-content {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.index-3tabs-nav-tabs {
    margin-top: 31px;
}

.cat-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
    height: 90px;
}

.cat-index-thumbnail .caption {
    height: 64px;
    overflow: hidden;
    font-size: 12px;
}

.video-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
}

.video-index-thumbnail .caption {
    height: 64px;
    overflow: hidden;
    font-size: 12px;
}

.picts-index-thumbnail .pict {
    background: #F7F7F9;
    display: block;
}

.picts-index-thumbnail .caption {
    height: 31px;
    overflow: hidden;
    font-size: 12px;
}

.picts-index-thumbnail .caption h5 {
    margin-top: 0;
}

/*index*/
.index-tabs-expert article h5 {
    margin-bottom: 0;
}

.index-tabs-expert article h5 + p {
    margin-top: 3px;
}

.index-tabs-expert article hr {
    margin: 5px 0;
}

.index-tabs-news article hr {
    margin: 5px 0;
}

.index-tabs-articles article h5 {
    margin-bottom: 0;
}

.index-tabs-articles article h5 + p {
    margin-top: 3px;
}

.index-tabs-articles article hr {
    margin: 5px 0;
}

.index-right-events article h5 {
    margin-bottom: 0;
}

.index-right-events article h5 + p {
    margin-top: 3px;
}

.index-right-events article hr {
    margin: 5px 0;
}

.index-members article h5 {
    margin-bottom: 0;
}

.index-members article h5 + p {
    margin-top: 3px;
}

.index-members article hr {
    margin: 5px 0;
}

.index-banner {
    margin: 20px 0;
}

.index-right-list article hr {
    margin: 5px 0;
}

.index-ask-btn {
    width: 100%;
}

/**********************************************************************************************************************
sitemap_*/
.sitemap_div {
    padding: 7px;
    float: left;
    width: 45%;
}

/*******************************contacts_zoom************************************/
.contacts_information {
    margin-right: 30px;
    line-height: 180%;
}

.contacts_information2 {
    line-height: 180%;
}

.BUSINESS_DIR_card {
    margin: 20px 20px 20px 0;
    float: left;
    border: 1px solid #CCC;
}

.BUSINESS_DIR_card .title {
    background: #1D5188;
    color: #FFF;
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.BUSINESS_DIR_card .pict {
    margin: 10px;
    float: none;
}

.BUSINESS_DIR_card .contact_person {
    margin: 20px 20px 0 10px;
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .contact_person .rep_name {
    color: #1D5188;
    font-size: 18px;
    font-weight: bold;
}

.BUSINESS_DIR_card .rep_name_sm {
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .company_info {
    margin: 0 2px;
    padding: 5px 20px;
    background: #EEE;
}

.BUSINESS_DIR_card td .left {
    text-align: left;
    color: #053260;
    margin: 0 20px 0 10px;
}

.BUSINESS_DIR_card td .right {
    text-align: right;
    color: #053260;
    margin: 0 20px 0 10px;
}

/********************************/
.all_panel_404 {
    text-align: center;
}

.all_panel_404 .shadow_panel {
    padding-bottom: 100px;
}

.all_panel_404 .logo {
    float: none;
    margin: 37px 0 0;
    width: 227px;
    height: 60px;
    display: inline-block;
    clear: both;
    /*[disabled]background:url(../img/logo.jpg);*/
}

.num404 {
    font-size: 150px;
    font-family: "Trebuchet MS";
    line-height: 100%;
    background: #F0EFEF;
    color: #D83D04;
    width: 350px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
}

/*Checkout Form
******************************************************************************/
/***********************************************************************/
/******** Checkout cart ticket *****************************************/
/******** Checkout cart ticket *****************************************/
.c_order_preview {
}

.c_order_preview table td table td {
    padding: 3px;
    border-bottom: 1px dotted #CCC;
}

.c_order_preview .prod_table td {
    border: 1px solid #CCC;
    padding: 7px;
    white-space: normal !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    .c_order_preview .prod_table td {
        display: block;
        white-space: normal !important;
        border: none;
        padding: 3px 10px 3px 20px;
        /*text-align: center;*/
    }
    
    /*.c_order_preview .prod_table TR
    {
        display: block;
        padding: 10px 0;
    }*/
    .c_order_preview .prod_table tr:first-child {
        display: none;
    }
    
    .c_order_preview .prod_table td:nth-child(1) {
        border-top: 1px solid #FFF;
        padding-top: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(6) {
        border-bottom: 5px solid #CCC;
        padding-bottom: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(1):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Item:";
    }
    
    .c_order_preview .prod_table td:nth-child(2):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Quantity: ";
    }
    
    .c_order_preview .prod_table td:nth-child(3):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Ship to: ";
    }
    
    .c_order_preview .prod_table td:nth-child(4):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Shipping method: ";
    }
    
    .c_order_preview .prod_table td:nth-child(5):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Unit Cost: ";
    }
    
    .c_order_preview .prod_table td:nth-child(6):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Cost: ";
    }
    
    .c_order_preview > table > tbody > tr > td {
        display: block;
        width: 100% !important;
        text-align: left;
    }
    
    .c_order_preview > table > tbody > tr > td > table {
        width: auto;
        margin-bottom: 10px;
    }
    
    .c_order_preview > table > tbody > tr > td > table td {
        text-align: left;
        white-space: normal !important;
    }
}

/********************** registration & forms ********************************/
.madatorystar {
    color: #CC0000;
}

.mandatory_selected {
    border: 1px solid #FF0000;
}

label.mandatory_selected {
    border: 0;
    color: #FF0000;
    font-weight: bold;
}

.mandatory-must-agree {
    border: 0;
    color: #FF0000;
    font-weight: bold;
    border: 1px solid #FF0000;
}

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error,
.checkbox_mandatory_frk_error {
    display: none;
    color: #FF0000;
    text-align: center;
}

.form_err_message {
    margin-bottom: 20px;
}

.form_err_message span {
    display: block !important;
}

.error_mess,
.submit_mess,
.soldout {
    color: #CC0000;
}

.register_form {
    margin-bottom: 50px;
}

.register_form h1 {
    margin: 0;
    text-align: center;
}

.register_form .title {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 22px;
    color: #4C555D;
}

.register_form .Sign_In_Information {
}

.register_form .Personal_Information {
}

.register_form .Select_Subscription_Plan {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

.register_form .Optional {
    /*margin-top: 50px;*/
}

.register_form .form-group {
    margin: 5px 0;
}

.thanks_reg .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    height: 34px;
    border: 1px solid #CCC;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/**********************new login form ********************************/
.login_form {
    padding: 0 10px;
}

.facebook_login_block {
}

.login_form .form-group {
    margin-top: 0;
    margin-bottom: 7px;
}

.facebook_login_block {
    text-align: center;
}

.forgot_pass_related {
    display: none;
}

.facebook_login_block .sn_login {
    display: inline-block;
    background: #415DAE;
    color: #FFF;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 5px;
    width: 45%;
    margin-bottom: 5px;
}

.facebook_login_block .sn_login i {
    font-size: 22px;
    vertical-align: -2px;
    margin-right: 5px;
}

.facebook_login_block .sn_google {
    background: #DD4B39;
}

.facebook_login_block .sn_twitter {
    background: #00B0FC;
}

.facebook_login_block .sn_linked {
    background: #0274B3;
}

.facebook_login_block .sn_vk {
    background: #719AC6;
}

#mm-quote label {
    text-align: right;
    font-weight: bold;
}

.contact_form label {
    text-align: right;
    font-weight: bold;
}

/***********************************************************************************************************************/
/***********************************************************************************************************************/
/**********************************************************************************************************************
for big calendar*/
.right_selector {
    float: right;
    padding-top: 7px;
}

.weekdaytop {
    background: url(../img/tile_sub.gif);
    color: #FFFFFF;
    height: 29px;
    text-align: center;
}

.sundaytop {
    background: url(../img/tile_sub1.gif);
    color: #FFFFFF;
    text-align: center;
}

.sunweekdayempty {
    background: #DFE8E4;
    color: #A6AFB4;
    text-align: center;
}

.weekdayempty {
    background: #DDE0E0;
    color: #A6AFB4;
    text-align: center;
    =height: 65px;
    min-height: 65px;
}

.weekday {
    background: #EEF0F0;
    text-align: center;
}

.sunday {
    background: #DFE8E4;
    text-align: center;
}

.event_box {
    background: url(../img/bg_event.gif) bottom;
    margin: 3px;
    border-top: 1px solid #D0D4D4;
    border-left: 1px solid #D0D4D4;
    border-bottom: 1px solid #DFE2E2;
    border-right: 1px solid #DFE2E2;
    padding: 1px 3px 1px 6px;
    =height: 65px;
    min-height: 65px;
}

.event {
    border-bottom: 1px dotted #D0D4D4;
    padding: 3px 0px;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
}

.event a {
    text-decoration: none;
    color: #3D4D55;
}

.weekday:hover {
    background: #CCE1EB;
}

.weekday:hover .calnum {
    background: #CCE1EB;
}

.event a:hover {
    text-decoration: underline;
    color: #FC5300;
}

.calnum {
    float: right;
    margin-right: -4px;
    margin-top: -2px;
    width: 16px;
    text-align: center;
    background: #EEF0F0;
    height: 20px;
    padding-left: 2px;
    border-left: 1px solid #D0D4D4;
    border-bottom: 1px solid #D0D4D4;
    padding-top: 2px;
}

.calnum a {
    text-decoration: none;
    font-weight: bold;
    color: #0F5A80;
}

.sunday .calnum {
    background: #DFE8E4;
}

.sunday:hover {
    background: #D0E8DD;
}

.sunday:hover .calnum {
    background: #D0E8DD;
}

.ev_more {
    text-align: right;
    font-style: italic;
    padding: 3px 0px 0px 3px;
}

.ev_more a {
    font-size: 11px;
    text-decoration: none;
    color: #B80626;
}

.ev_more a:hover {
    text-decoration: underline;
    color: #FC5300;
}

.nextmonth {
    background: #D8E0E4;
    padding: 2px;
    /*[disabled]width:172px;*/
}

.nextmonth a {
    background: #FFFFFF;
    text-decoration: none;
    padding: 3px 5px;
    display: block;
    font-family: georgia;
}

.currentmonth {
    font-family: georgia;
    color: #BD012B;
    font-size: 16px;
    background-color: #DDE0E0;
}

.currday {
    background: #FDD9BB;
}

.currday .calnum {
    background: #FDD9BB;
}

.currday:hover {
    background: #FFC89A;
}

.currday:hover .calnum {
    background: #FFC89A;
}

#calendar_month,
#calendar_year {
    cursor: pointer;
}

div#calendar_year_selector,
div#calendar_month_selector {
    width: 150px;
    padding: 3px;
    background-color: #ACBDC5;
}

#calendar_year_selector,
#calendar_month_selector,
#calendar_year_selector a,
#calendar_month_selector a {
    font-family: georgia;
    color: #6B0C21;
    font-size: 13px;
    background-color: #F9FAFA;
    /*[disabled]font-weight:bold;*/
    padding: 3px 3px 3px 10px;
    margin: 0 0 1px;
    text-decoration: none;
    display: block;
    /*[disabled]font-style:italic;*/
}

#calendar_year_selector a:hover {
    background-color: #FEC799;
}

#calendar_month_selector a:hover {
    background-color: #FEC799;
}

#calendar_year_selector,
#calendar_month_selector {
    display: none;
}

/**********************************************************************************************************************
end for big calendar
*********************************************************************************************************************
*/
/*==========================================================================================================
!diaolog_st default style!*/
.indxe-video {
    padding: 0;
    height: auto;
    margin: 0 10px 0 70px;
    max-width: 100%;
}

.indxe-video video {
    width: 100%;
    height: auto;
}

.free-baner {
    margin-top: 0;
    background: #4CAF50;
    padding: 50px 20px;
    color: #FFF;
    /*min-height: 241px;*/
    text-align: center;
}

.free-baner h2 {
    margin: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

.free-baner h3 {
    margin: 0;
    font-size: 15px;
}

.free-baner h4 {
    margin: 14px 0 0;
    font-size: 15px;
}

.free-baner h4 b {
    display: block;
}

.free-baner a {
    color: #FFF !important;
    display: block;
}

.free-baner .img {
    height: 107px;
    background: url(../img/face.png) center top no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

.free-baner span {
    font-size: 20px;
}

.free-baner span b {
    display: block;
}

.popup-order-replenishment {
    width: 300px;
    min-height: 150px;
    text-align: left;
    padding: 15px;
    line-height: 200%;
    background: #FFF;
    border-radius: 10px;
}

.popup-order-replenishment .error-box {
    display: none;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.bottom_logos {
    margin: 50px 0 20px;
    padding: 0;
    background: #EFF2F3;
    box-shadow: inset 0 0 20px -4px rgba(59, 59, 59, 0.467);
}

.bottom_logos > div > div {
}

.bottom_logos_title {
    background: #3584B6;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 45px 0;
    font-size: 16px;
    line-height: 1.5;
}

.bottom_logos_item {
    height: 130px;
    padding: 0 24px;
    display: table-cell;
    vertical-align: middle;
}

.bottom_logos_item_caption {
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    margin: 3px 0;
    line-height: 130%;
}

#index-logos-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

#index-logos-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 15px;
    height: 25px;
    top: 50px;
    background-color: transparent;
}

#index-logos-carousel.owl-theme .owl-nav .owl-prev {
    background-image: url(/img/arr-left.png);
    left: -15px;
}

#index-logos-carousel.owl-theme .owl-nav .owl-next {
    background-image: url('/img/arr-right.png');
    right: -15px;
}

.sidemenu .links li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
}

.sidemenu .links li.selected_menu_item.open > ul,
.sidemenu .links li.open > ul {
    display: block;
}

.sidemenu .links li > .menu_arrow {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    /* vertical-align: -13px; */
    /* display: inline-block; */
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: currentColor;
    -webkit-transition: border-color 500ms;
    -o-transition: border-color 500ms;
    transition: border-color 500ms;
    text-decoration: none;
}

.sidemenu .links li > .menu_arrow:active,
.sidemenu .links li > .menu_arrow:focus,
.sidemenu .links li > .menu_arrow:hover {
    text-decoration: none;
}

.sidemenu .links li.selected_menu_item.open > .menu_arrow,
.sidemenu .links li.open > .menu_arrow {
    margin-top: 2px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.location {
    /*padding-left: 20px;*/
}

.btn_more_block {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.js-load-more-button {
    display: block;
    margin: auto;
    background: #FFF;
    box-shadow: none;
    border: 1px solid #CCC;
    cursor: pointer;
    padding: 10px 15px;
}

.js-load-more-button:hover {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
}

.list_picts .img-fluid,
.js-load-more-container .img-fluid {
    width: 100%;
}

.btn-more {
    display: inline-block;
    margin: auto;
    background: rgba(255, 255, 255, 0.326);
    box-shadow: none;
    border: 1px solid #CCC;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0;
}

.btn-more:before {
    font-family: "fontAwesome";
    font-size: 1.3em;
    /*color: #A3A3A5;*/
    margin-right: 7px;
    vertical-align: -2px;
    content: "\f053";
}

.gallery_item {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    max-width: 49%;
}

.gallery_item img {
    max-height: 196px;
}

.gallery_item .card-body {
    padding: 10px 15px 15px;
}

.row_events_zoom {
    /*min-height: 400px;*/
    margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .row_events_zoom .img {
        height: 300px;
    }
}

.row_events_zoom .img {
    width: 100%;
    /*border: 1px double #093772;*/
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.292) !important;
    border: 2px solid #FFFFFF;
    border-radius: 0.25rem;
    /*min-height: 300px;*/
    /*max-height: 420px;*/
}

@media (min-width: 768px) {
    .row_events_zoom .img {
        height: 100%;
    }
}

.row_events_zoom .img a {
}

.row_events_zoom .img img {
    /*height: 100%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
    display: none;
}

.registration_event_form .event_registration {
    background: #F1F1F1;
    padding: 0 40px;
}

.registration_event_form .event_registration .cat_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    clear: both;
}

@media (max-width: 575px) {
    .row_events_zoom .col-auto {
        width: 100%;
        height: 333px;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    
    .row_events_zoom .col-auto .img {
        width: 100%;
        min-width: auto !important;
        background-size: cover !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .row_events_zoom .col-auto {
        width: 100%;
        height: 333px;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    
    .row_events_zoom .col-auto .img {
        width: 100%;
        background-size: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) {
    .list_picts .img,
    .js-load-more-container .img {
        overflow: hidden;
        height: 99px;
    }
}

@media (min-width: 992px) {
    .list_picts .img,
    .js-load-more-container .img {
        overflow: hidden;
        height: 86px;
    }
}

@media (min-width: 1200px) {
    .list_picts .img,
    .js-load-more-container .img {
        overflow: hidden;
        height: 120px;
    }
}

@media (min-width: 1300px) {
    .list_picts .img,
    .js-load-more-container .img {
        overflow: hidden;
        height: 123px;
    }
}

.js-adrecom-scrolltotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #598ABF;
    cursor: pointer;
    z-index: 1090;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 2em;
    transition: all 250ms;
    transform: scale(0);
}

.js-adrecom-scrolltotop.active {
    transform: scale(1);
}

.js-adrecom-scrolltotop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px #000;
}

.row_events_zoom h1 {
    text-align: left;
}

@media (min-width: 1200px) {
    .row_events_zoom-text {
        /*min-height: 400px;*/
        /*overflow-y: auto;*/
    }
}

/* .nav_pic_ajax {
    padding-top: 60px;
}

@media(min-width: 768px) {
    .nav_pic_ajax {
        padding-top: 0px;
    }
} */
.header-divider {
    width: 100%;
    height: 1px;
    background-color: #EEE;
    margin-top: 10px;
    margin-bottom: 50px;
    display: none;
}

@media (min-width: 1200px) {
    .header-divider {
        display: block;
    }
}

.container-no-conten {
    min-height: calc(100vh - 318px);
}

@media (min-width: 1200px) {
    .container-no-conten {
        min-height: calc(100vh - 420px);
    }
}

.img-soc {
    position: relative;
}

.img-soc a {
    text-decoration: none;
}

.img-soc__body {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: rgba(124, 124, 124, 0.5);
    opacity: 1;
    transition: all 0.6s;
}

@media (min-width: 992px) {
    .img-soc__body {
        opacity: 0;
        bottom: -40;
    }
}

.img-soc__body div {
    margin-right: 10px;
}

.img-soc:hover .img-soc__body {
    opacity: 1;
    bottom: 0;
}

.img-soc .fa {
    font-size: 24px;
    color: #FFF;
}

.back2event--no-download a::before {
    content: "\f019";
    margin-right: 0;
}

.back2event .btn-more {
    font-size: 0;
    padding: 3px 7px;
}

@media (min-width: 768px) {
    .back2event .btn-more {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.back2event .btn-more:before {
    font-size: 18px;
}

.container-picture-one {
    padding-bottom: 50px;
    min-height: calc(100vh - 260px);
}

@media (min-width: 1200px) {
    .container-picture-one {
        min-height: calc(100vh - 320px);
    }
}

.container-picture-one img {
    display: inline-block;
    margin: 30px auto 0 auto;
    width: 100%;
}

.row-back {
    display: flex;
    align-items: center;
}

.row-back div:first-child {
    flex: 0 0 50px;
}

@media (min-width: 768px) {
    .row-back div:first-child {
        flex: 0 0 280px;
    }
}

.row-back div:last-child {
    flex-grow: 2;
}

/*.scroll-block {height: 70px;width: 340px;background: whitesmoke;overflow-y: scroll;border:1px solid;}*/
.scroll-block::-webkit-scrollbar-track {
    border-radius: 4px;
}

.scroll-block::-webkit-scrollbar {
    width: 6px;
}

.scroll-block::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #F0F2F5;
}

.scroll-block:hover::-webkit-scrollbar-thumb {
    background: #6A7D9B;
}

.disclaimer_hidden {
    display: none;
}

.disclaimer_hidden p {
    margin: 0;
    padding: 10px 0;
}

.event_eg_over_no_img {
    padding: 20px 0;
    display: inline-block;
}

.gallery_item {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

@media (min-width: 992px) {
    .gallery_item {
        display: inline-block;
        max-width: 49%;
    }
}

.row_events_zoom .long_desc {
    padding-top: 10px;
}

.btn-primary {
    background-color: #194295;
    border-color: #194295;
}

.btn-primary:hover {
    background-color: #204FAF;
    border-color: #204FAF;
}

.scroll-block__body {
    overflow: hidden;
}

.row_events_zoom .img-thumbnail {
    margin-bottom: 10px;
}

.extra_desc_pdf {
    text-align: left;
    padding-top: 10px;
}

.finance_registration_kids_ul {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
}

.finance_registration_kids_ul li {
    list-style-type: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.finance_registration_kids_ul li:last-child {
    margin-bottom: 0;
}

.finance_registration_kids_ul label {
    margin: 0 0 0 5px;
}

/*FAQ*/
.container_eiophn {
    /*margin-bottom: 50px;*/
    background: rgb(243, 244, 245);
    width: 100%;
    padding: 70px 0;
}

.eiophn {
    /*width: 86rem;*/
    /*padding: 0px 3rem;*/
    /*margin-bottom: 16px;*/
    /*background: rgb(243, 244, 245);*/
}
.eiophn_search_block {
    width: 100%;
    max-width: 624px;
    margin: 32px 0px 40px;
    position: relative;
}

.eiophn_search_icon {
    display: block;
    width: 16px;
    height: 16px;
    color: rgb(117, 125, 133);
    position: absolute;
    z-index: 5;
    top: 1.2rem;
    left: 1rem;
}

.eiophn_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: rgb(25, 28, 31);
    font-size: 3rem;
    margin: 32px 0 0;
    line-height: 1.1;
}

h1.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: rgb(25, 28, 31);
    font-size: 25px;
    margin: 32px 0 0;
    line-height: 1.1;
}

input,
textarea {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    appearance: none;
}

.iywgbu {
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    width: 39rem;
    background: rgb(255, 255, 255);
    margin: 32px 0px 40px;
}

.eiophn_search_input {
    line-height: 1.5rem;
    padding: 1rem 1rem 1rem 3rem;
    width: 100%;
    flex: 1 1 0%;
    color: rgb(25, 28, 31);
}

.iVwalD {
    display: none;
}

.eDvWtb {
    display: inline-block;
    color: rgb(0, 117, 235);
    text-decoration: none;
    transition: color 0.2s ease 0s;
}

.eiophn_help_link_personal {
    text-transform: uppercase;
    padding-right: 2rem;
    display: inline;
    color: rgb(25, 28, 31);
}

.eiophn_help_link_business {
    text-transform: uppercase;
    padding-right: 2rem;
    display: inline;
    color: rgb(139, 149, 158);
}
.autocomoplete_container_inner_wrapper{
    margin-top: 2px;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 1rem 1rem 0 3rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0 16px 30px 0;
}
.autocomplete-suggestion, .autocomplete-group{
    padding-bottom: 1rem;
}
.eiophn_search_result_link{
    text-decoration: none;
    color: rgb(117, 125, 133);
}
.eiophn_search_result_link:hover{
    text-decoration: none;
    color: rgb(25, 28, 31);
    transition: color 0.1s ease-in 0s;
}
.categories_list_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.categories_item_wrapper {
    margin-bottom: 30px;
}

.categories_item_wrapper .card {
    height: 100%;
    padding: 0 10px;
    border-color: #938551;
    border-radius: 0;
}

.categories_item_wrapper .card-header {
    background: transparent;
    min-height: 108px;
    border: none;
    padding-top: 30px;
}

.categories_item_wrapper .card-body {
    padding-top: 0;
}

.categories_item_wrapper_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.125em;
    letter-spacing: -0.025em;
    color: rgb(25, 28, 31);
    font-weight: bold;
    font-size: 25px;
}

.categories_item_wrapper_title a,
.categories_item_wrapper_title a:hover,
.categories_item_wrapper_title a:focus {
    text-decoration: none;
    color: rgb(25, 28, 31);
    display: block;
}

.categories_item_wrapper li,
.categories_item_wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.categories_item_wrapper ul {
    margin-bottom: 30px;
    margin-top: 0;
}

.categories_item_wrapper ul li {
    position: relative;
    color: rgb(139, 149, 158);
    margin: 1rem 0px 1rem 0;
    list-style: none;
    padding-left: 5px;
}

.categories_item_wrapper ul li:before {
    display: inline-block;
    content: "  ";
    margin-right: 7px;
    width: 10px;
    background-color: rgba(147, 133, 81, 1);
    height: 10px;
}

.help_category_item {
    margin: 0px;
    padding: 8px 0px;
}

a {
    color: rgb(0, 117, 235);
    text-decoration: none;
}

.eDvWtb {
    display: inline-block;
    color: rgb(0, 117, 235);
    text-decoration: none;
    transition: color 0.2s ease 0s;
}

.eDvWtb:hover {
    color: rgb(45, 119, 227);
}

.help_category_item_link {
    /*display: inline-block;*/
    color: rgb(2, 2, 2);
    text-decoration: none;
    transition: color 0.2s ease 0s;
}

.help_category_item_link:hover {
    color: rgb(25, 28, 31);
    transition: color 0.1s ease-in 0s;
}

h4 .help_category_item_link {
    color: rgb(25, 28, 31);
}

h4 .help_category_item_link:hover {
    color: rgb(25, 28, 31);
    transition: color 0.1s ease-in 0s;
}

.help_feature_icon {
    margin-right: 1rem;
}

.help_feature_wrapper {
    display: flex;
    flex-basis: 33.33%;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.help_feature_wrapper_link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.help_feature_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.125em;
    letter-spacing: -0.025em;
    color: rgb(25, 28, 31);
    font-size: 1rem;
    margin: 0.5em 0px;
}

.help_feature_title_wrapper h4 {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(25, 28, 31);
    font-weight: 500;
}

.help_feature_title_wrapper span {
    color: rgb(139, 149, 158);
    font-size: 14px;
}

.container_articles {
    margin-bottom: 100px;
}

.container_articles h1 {
    font-size: 35px;
    margin: 0 0 39px 0;
    font-weight: 600;
text-transform: uppercase;
}

/*.container_articles h1:before {
    content: "";
    background-image: url(../img/arches_red.png);
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    width: 40px;
    height: 8px;
    vertical-align: middle;
}
*/
.articles_zoom_content img{
    max-width: 100%;
    height: auto !important;
    /*border: 3px solid #CCC;*/
}
.container_articles_zoom h1 {
    font-size: 35px;
    margin: 0 0 39px 0;
    font-weight: 600;
    color: rgb(25, 28, 31);
}

/*.container_articles_zoom h1:before {
    content: "";
    background-image: url(../img/arches_red.png);
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-left: -15px;
    display: inline-block;
    width: 40px;
    height: 8px;
    vertical-align: middle;
}
*/
.articles_list_ralated {
    border-top: 1px solid #938551;
    padding-top: 50px;
    padding-left: 40px;
}

.container_articles_zoom .long_desc {
    padding-left: 44px;
}

@media (min-width: 1081px) {
    .categories_item_wrapper_title {
        /*font-size: 32px;*/
    }
    
    .help_features_list_wrapper {
        margin: 6rem 0px 10rem;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }
}

@media (max-width: 1080px) {
    .help_features_list_wrapper {
        margin: 0 0 2rem;
    }
    
    .help_feature_wrapper {
        flex-basis: 100%;
    }
}

@media (max-width: 519px) {
    .categories_item_wrapper {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}

/*Footer*/
.footer{
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
}
.footer__top-line{
    display: block;
    width: 100%;
    height: 1px;
    background: #737373;
}
.footer__logo-lines{
    position: absolute;
    left: calc(50% - 50px);
    z-index: 1;
    top: -5px;
}
.footer .footer__content{
    padding: 23px 0;
}
.footer .footer__content .row{
    background: #F1F1F1;
    margin: 0 15px;
    padding: 23px 4px 0;
}
.footer .footer__content .row:last-child{
    padding-top: 0;
    padding-bottom: 23px;
}
.footer h3{
    color: #2E3C7D;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    border-bottom: 1px solid #2E3C7D;
}
.footer li a{
    color: #959595;
}
.footer li a:hover{
    text-decoration: none;
    color: #2E3C7D;
}
.footer__contact a{
    color: #464646;
    text-decoration: underline;
}
.footer__contact a:hover{
    color: #2E3C7D;
}
.footer .print_link{
    font-size: 18px;
}
.footer .social_link{
    font-size: 16px;
}

@media (max-width: 767px){
    .container_eiophn {
        padding: 0;
    }
    .eiophn_title{
        font-size: 2rem;
    }
    .left_menu a {
        font-size: 14px;
    }
    .categories_item_wrapper .card-header{
        min-height: auto;
        padding-bottom: 0;
    }
    .container_articles_zoom h1, .container_articles h1, .categories_item_wrapper_title{
        font-size: 22px;
    }
    .categories_item_wrapper ul{
        margin-bottom: 0;
    }
    .categories_item_wrapper ul li {
        margin: .5rem 0 .5rem 0;
    }
    .articles_list_ralated{
        font-size: 14px;
        padding: 30px 0 0;
        margin-top: 20px !important;
    }
    .articles_list_ralated h2{
        font-size: 18px;
    }
    .container_articles_zoom .long_desc{
        padding-left: 0;
        margin: 0;
    }
}
