﻿
/*.Search_title {
    direction: rtl;
    text-align: right;
    float: right;
    line-height: 25px;
    padding-left: 3px;
    width: 55px;
}*/

@media only screen and (min-width: 790px) and (max-width:1020px) {



    .logo img {
        max-width: 160px;
        margin-top: 5px;
    }

    #nav li a.top_link span {
        padding: 0 5px 0 5px !important;
        font-size: 13px;
        font-weight: normal;
    }

    .nav-parent {
        float: left !important;
        margin-left: 90px;
    }

    .footer {
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
    }

    .slides li {
        height: auto !important;
        width: 100%;
    }
}

@media only screen and (max-width: 790px) {

    .contact-container {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .contact-left-side {
        width: auto !important;
        float: none !important;
        margin: 0 auto;
    }

    .contact-right-side {
        float: none !important;
        width: auto !important;
        margin: 0 auto;
        border: none;
        padding: 0;
    }

    .container {
        width: 95% !important;
    }

    .pagination ul > li {
        display: inline-block;
        float: left;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .pagination ul > li a {
        border-radius: 0 !important;
    }

    li:first-child > a, .pagination ul > li:first-child > span {
        border-radius: 0 !important;
    }

    div#languages {
        display: inline-block;
        position: relative;
        margin-top: 13px;
        margin-left: 25px;
    }

    div#languages > a > img {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 30px;
        height: auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 1px 2px;
        border: 1px solid rgba(174, 169, 68, 0.6);
        -webkit-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
    }

    div#languages > a:hover > img {
        border: 1px solid rgba(225, 215, 14, 0.60);
        -webkit-box-shadow: 0px 0px 7px 0px rgba(236, 228, 66, 0.49);
        -moz-box-shadow: 0px 0px 7px 0px rgba(236, 228, 66, 0.49);
        box-shadow: 0px 0px 7px 0px rgba(236, 228, 66, 0.49);
    }

    div#languages > a:first-child {
        margin-right: 4px;
    }

    .header {
        display: inline-block;
        width: 100%;
        height: auto;
        position: relative;
        max-width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .logo {
        float: right;
        padding-left: 0;
        padding-top: 5px;
        border: none;
        padding-right: 5px;
    }

    /*#searchbox {
        right: auto !important;
        left: auto !important;
        top: 6px !important;
        z-index: 999;
        position: relative !important;
        bottom: auto !important;
        float: right;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: transparent !important;
        background: none !important;
    }*/

    .menu {
        margin: 0 auto;
        width: 100% !important;
        height: 90px;
        background-color: #af3a57;
        background-image: url(images/bg.png);
        background-repeat: repeat-x;
        border-radius: 0px 0px 6px 6px;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5F0003), to(#900509));
        background-image: -webkit-linear-gradient(top, #5F0003, #900509);
        background-image: -moz-linear-gradient(top, #5F0003, #900509);
        background-image: -ms-linear-gradient(top, #5F0003, #900509);
        background-image: -o-linear-gradient(top, #5F0003, #900509);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F0003', endColorstr='#900509');
        position: relative;
    }

    .container {
        max-width: 100% !important;
    }

    div#header-top {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        min-height: 50px;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5F0003), to(#900509));
        background-image: -webkit-linear-gradient(top, #5F0003, #900509);
        background-image: -moz-linear-gradient(top, #5F0003, #900509);
        background-image: -ms-linear-gradient(top, #5F0003, #900509);
        background-image: -o-linear-gradient(top, #5F0003, #900509);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F0003', endColorstr='#900509');
        z-index: 99;
        -webkit-box-shadow: 1px 0px 16px 0px rgba(148, 14, 14, 1);
        -moz-box-shadow: 1px 0px 16px 0px rgba(148, 14, 14, 1);
        box-shadow: 1px 0px 16px 0px rgba(148, 14, 14, 1);
        border-bottom: 1px solid rgba(74, 69, 69, 0.08);
    }

    div#header-bot {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        height: 80px;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5F0003), to(#900509));
        background-image: -webkit-linear-gradient(top, #5F0003, #900509);
        background-image: -moz-linear-gradient(top, #5F0003, #900509);
        background-image: -ms-linear-gradient(top, #5F0003, #900509);
        background-image: -o-linear-gradient(top, #5F0003, #900509);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F0003', endColorstr='#900509');
        margin-top: -3px;
    }

    a.lang {
        display: inline-block;
        cursor: pointer;
    }

    .footer {
        height: auto;
        width: 100% !important;
        padding: 0;
        padding-top: 20px;
        margin: 0 auto;
        margin-top: 10px;
    }

    /*nav.nav-collapse {
        display: inline-block;
        float: left;
        margin-top: 26px;
        margin-right: 20px;
    }*/

    /*select#nav-menu {
        padding: 4px 8px;
        min-width: 190px;
        line-height: 20px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }*/

    .logo img {
        border: none;
        max-height: 60px;
        padding: 5px;
    }

    .menu, .container {
        max-width: 100% !important;
    }

    @media only screen and (max-width: 410px) {
        .hide-tablet, .hide-mobile {
            display: none !important;
        }

        .box-content {
            margin-top: 0 !important;
        }

        select#group-list {
            display: inline-block;
        }

        #content-searchbox, #topic-searchbox {
            float: none !important;
            margin: 0 auto;
            margin-bottom: 0px;
            margin-right: 0 !important;
            margin-top: 5px;
        }


        div#header-top {
            text-align: center;
        }

        .logo {
            padding: 3px !important;
        }

        .logo img {
            max-width: 128px !important;
        }

        /*select#nav-menu {
            min-width: 100px;
        }*/

        div#header-bot {
            height: 70px !important;
        }

        /*nav.nav-collapse {
            margin-top: 20px !important;
            margin-right: 10px !important;
        }*/
    }
}

@media only screen and (max-width: 1025px) {

    ul.group-Topics-row > li {
        margin-bottom: 5px !important;
    }

    select#group-list {
        max-width: 100%;
        padding: 4px 8px;
        margin: 0 auto;
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #707D7F;
        color: #000;
        text-shadow: 0 0 1px #868989;
        border: 1px solid #5B8E96;
        outline: none;
    }

    #pic_content {
        width: 100%;
    }

    div#responsive_container_products {
        border-bottom: 1px solid #777;
    }

    .menu, .container {
        max-width: 100% !important;
    }

    .slides {
        height: auto !important;
    }
}

.headerdiv {
    border-bottom: none !important;
    height: auto !important;
}

.slides {
    border-bottom: 7px #eba73c solid !important;
}

#slideContainer, .flexslider {
    height: auto !important;
    overflow: visible;
}


.group-Topics {
}

ul.group-Topics-row {
    margin: 0;
    display: inline-block;
    padding: 10px;
    float: right;
    width: 100%;
    padding-top: 0;
}

ul.group-Topics-row > li {
    list-style: none;
    float: right;
    margin-bottom: 5px;
    margin-left: 4px;
}

@media only screen and (min-width: 1024px) {
    #main-container {
        min-height: 350px;
    }

    ul.group-Topics-row > li {
        margin-bottom: 5px !important;
    }

    select#group-list {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 449px) {
    ul.group-Topics-row > li {
        margin-left: 22px;
        width: 40%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 679px) {
    ul.group-Topics-row > li {
        margin-left: 22px;
        width: 28%;
    }
}

@media only screen and (min-width: 680px) and (max-width: 715px) {
    ul.group-Topics-row > li {
        margin-left: 23px;
        width: 21.5%;
    }
}

@media only screen and (min-width: 680px) and (max-width: 870px) {
    ul.group-Topics-row > li {
        margin-left: 23px;
        width: 28.5%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    ul.group-Topics-row > li {
        width: 46%;
    }
}

@media only screen and (max-width: 449px), screen and (max-device-width:449px) {
    ul.group-Topics-row > li {
        width: 100%;
        margin-left: 0 !important;
    }

    /*#searchbox {
        right: 9px !important;
    }*/

    #social {
        position: relative !important;
        margin-top: 10px !important;
        left: auto !important;
        top: auto !important;
        display: inline-grid !important;
    }

    .footer {
        display: inline-block !important;
    }

    /*nav.nav-collapse {
        float: left !important;
        text-align: center;
        display: inline-block !important;
        margin-left: 8px;
    }*/

    .logo {
        display: inline-block;
        /* width: 100%; */
        text-align: center;
        margin-top: 10px;
        margin-bottom: 4px;
        margin-right: 13px;
        float: right;
    }

    .logo img {
        display: inline-block;
        float: none;
        clear: both;
        margin: 0 auto;
        padding: 0;
    }

    div#header-bot {
        display: inline-table !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 843px) {


    .galleryitemcontainer {
        float: right;
    }

    a.itemlink {
        float: left;
    }
}

@media only screen and (min-width: 910px) and (max-width: 1024px) {
    ul.group-Topics-row > li {
        width: 19.5%;
        margin-left: 4px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 909px) {
    ul.group-Topics-row > li {
        width: 24.5%;
        margin-left: 4px;
    }
}

@media only screen and (min-width: 1025px) {
    ul.group-Topics-row > li {
        width: 22.5%;
        margin-left: 14px;
    }
}

@media only screen and (min-width: 969px) {
    #searchbox {
        display: block;
    }

    #searchbox_mini {
        display: none;
    }

    div#searchmini {
        display: none;
    }

    .logo img {
        border: medium none;
        /*max-height: 70px !important;*/
        max-width: 710px !important;
        display: inline-block;
    }
}

@media only screen and (max-width: 968px) {
    nav#navigation {
        display: none !important;
    }

    .div-container {
        max-width: 90% !important;
        text-align: center;
        box-sizing: border-box;
    }

    div#searchmini {
        display: block;
    }

    div#languages {
        padding-top: 0 !important;
        line-height: 52px !important;
    }

    #searchbox {
        display: none;
    }

    #searchbox_mini {
        display: block;
        position: absolute;
        top: 8px !important;
    }

    .logo a {
        line-height: 23px;
        display: inline-block;
    }

    .logo_float {
        top: 18px !important;
        
    }

    .logo_float img {
        max-height: 47px !important;
        top: 2px !important;
        display:none !important;
    }
}

@media only screen and (max-width: 1024px) {
    /*.box-header span:first-child {
        display: block !important;
        width: 100% !important;
        text-align: center;
        float: none;
    }*/


    /*.logo_mini {
        display: block;
        position: absolute;
        padding: 0px;
        left: 0px;
        right: 0px;
        margin: 0px auto !important;
        width: 190px;
        text-align: center;
        top: 4px !important;
        border: medium none;
        max-height: 100%;
        display: inline-block;
    }

        .logo_mini img {
            max-height: 40px !important;
        }*/


}

.itemlink {
    display: inline-table !important;
    height: 41px !important;
    margin: 10px !important;
    margin-top: 0px !important;
    min-height: 50px !important;
}

.contact-container {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-left-side {
    width: 48%;
    float: left;
}

.contact-right-side {
    float: right;
    width: 48%;
}

.map {
    width: 100% !important;
    max-width: 100%;
}


#companies_container {
    margin: 0;
    padding: 15px;
}

#companies_container li {
    list-style: none;
    display: inline-block !important;
}

#companies_container li > table {
    padding: 3px;
}

#wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 1.858736059%;
    margin: 0 auto;
    display: inline-block;
}

.content {
    float: left;
    width: 750px;
    max-width: 100%;
}

.sidebar {
    float: right;
    width: 240px;
}

@media all and (max-width: 430px) {
    .content, .sidebar {
        float: none;
        width: auto;
    }

    .tbMessage {
        max-width: 100%;
        display: inline-block;
        width: auto !important;
    }

    /*.logo_float {
        width: 100% !important;
        max-width: 100px !important;
    }*/

    .logo_float img {
        top: 2px !important;
    }

    div#languages {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-boxes-item .bx-next {
        right: 20px !important;
    }

    .home-boxes-item .bx-prev {
        left: 20px !important;
    }
}

@media only screen and (max-width: 330px) {
    .logo_float {
        width: 100% !important;
        max-width: 90px !important;
    }
}



@media only screen and (max-width: 310px) {
    .logo_float {
        max-width: 70px !important;
    }
}

@media all and (max-width:800px) {
    #content-searchbox {
        width: 210px !important;
    }

    .box-header, #pic_title {
        text-align: center;
        padding-top: 18px;
    }

    #responsive-wrapper {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        padding-bottom: 5px;
        border: 1px solid #949494;
        /* border-bottom: 2px solid #D8D6D6; */
        margin-bottom: 15px;
        padding-top: 5px;
        background-color: #CDCDCD;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    select#category-list {
        padding: 3px 6px;
        min-width: 200px;
        font-family: Conv_BYEkan;
        font-size: 13px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .group-topics-header,
    .group-topics-header * {
        font-size: small;
        font-family: Tahoma,sans-serif;
    }

    .group-topics-header img {
        max-width: 98%;
        margin: 0 auto;
        margin: 10px 0;
    }

    .group-topics-header p {
        font-size: 12px;
    }

    #topic-searchbox,
    #content-searchbox {
        /*width: 200px;
    right: 0px;
    margin-top: 12px;
    margin-right: 22px;
    position: absolute !important;*/
        right: auto !important;
        left: auto !important;
        top: 8px !important;
        z-index: 999;
        position: relative !important;
        bottom: auto !important;
        float: right;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: transparent !important;
        background: none !important;
        margin-right: 20px;
    }
}

#topic-list ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#topic-list ul li {
    list-style: none;
    width: 100%;
    /* float: left; */
    border-bottom: none;
    display: inline-block;
    float: right;
}

#topic-list ul li.news {
    width: 100%;
    margin-bottom:10px;
    /*max-width: 350px;
    min-height: 120px;
    margin-left: 10px;*/
}

#topic-list ul li.article {
    width: 100%;
    max-width: 100%;
}

#topic-list ul li.readable {
    width: 100%;
    max-width: 100%;
}

#topic-list ul li .desc {
    display: inline-block;
    max-width: 100%;
    text-align: justify;
    font-family: Tahoma;
    font-size: 12px;
    margin-right: 5px;
}

#topic-list ul li .desc.news {
    min-height: 80px;
}

#topic-list ul li .desc.article {
    min-height: 60px;
}

#topic-list ul li .desc.readable {
    min-height: 60px;
}
/*Topics Responsive*/
@media all and (max-width:1012px) {
    .logo img {
        max-height: 60px;
    }

    @media all and (max-width:1012px) {

        #topic-list ul {
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 100%;
        }

        #topic-list ul li {
            list-style: none;
            width: 100%;
            max-width: 100% !important;
            /* float: left; */
            display: inline-block;
            margin: 0 auto;
            border-bottom: 1px solid #7C7C7C;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        #topic-list ul li .desc {
            min-height: 50px;
            display: inline-block;
            max-width: 100%;
            text-align: justify;
            direction: rtl;
        }
    }
}

.pagination {
    text-align: center;
}

@media only screen and (max-width: 470px) {    

    #wrapper.details * {
        max-width: 100% !important;
    }

    .footer {
        height: auto !important;
        max-width: 100%;
        display: inline-block;
    }

    /*.footer #socials {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            margin-top: 10px;
        }*/
}

.newsletter-row {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}

.slider-img {
    width: auto;
    margin: 0;
    padding: 0;
    max-width: 150px;
}

.slider-title {
    max-width: 150px;
    text-align: justify;
    line-height: 18px;
}

/*homepage-carousels*/

#homepage-carousels {
    display: inline-block;
    width: 100%;
    overflow: auto;
    margin: 15px auto 10px auto;
    direction: ltr;
}

#homepage-carousels > ul {
    display: inline-block;
    padding: 0;
}

#homepage-carousels > ul > li {
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 4px;
}


.carousel_product,
.carousel_project,
.carousel_news,
.carousel_readable,
.carousel_company {
    width: 176px !important;
}

@media only screen and (max-width: 440px) {
    /*#homepage-carousels {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 98% !important;
        margin: 15px auto 10px auto !important;
    }

    .div-container.fit-homeboxes {
        min-width: 100% !important;
    }*/

    #homepage-carousels > ul {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    #homepage-carousels > ul > li {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 799px) {

    .box-header {
        font-size: 16px;
    }
    /*.footer #socials {
            margin-top: -31px !important;
        }*/
}

.Tdetails-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.Td_gallery {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

.Td_content {
}

.Td_gallery_wrapper {
    margin-bottom: 15px;
}

.Td_gallery_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: inline-block;
    background-color: #686868;
    margin-top: 10px;
}

.Td_gallery_wrapper ul > li {
    margin-left: 2px;
    margin-bottom: 3px;
}

.Td_gallery_wrapper ul > li {
    float: left;
}

@media only screen and (max-width: 768px) {
    .Td_gallery {
        margin-bottom: 15px;
        text-align: center;
        max-width: 100%;
    }

    .Td_gallery > img:first-child {
        margin-bottom: 10px;
    }

    .Td_gallery, .Td_content {
        float: none !important;
        display: inline-block;
        margin-left: 0;
        width: 96%;
        padding: 2% !important;
    }

    .Td_gallery_wrapper ul > li {
        display: inline-block;
        float: left !important;
        margin-left: 4px;
        margin-right: 4px;
    }

    .Td_gallery_wrapper ul > li img {
        width: 92% !important;
        padding: 3% !important;
    }

    @media only screen and (min-width: 720px) {
        .Td_gallery_wrapper ul > li {
            width: 18%;
            display: inline-block !important;
        }
    }

    @media only screen and (max-width: 719px) and (min-width:461px) {
        .Td_gallery_wrapper ul > li {
            width: 23%;
            display: inline-block !important;
        }
    }

    @media only screen and (max-width: 588px) and (min-width:449px) {
        .Td_gallery_wrapper ul > li {
            width: 30%;
            display: inline-block !important;
        }
    }

    @media only screen and (max-width: 448px) and (min-width:316px) {
        .Td_gallery_wrapper ul > li {
            width: 46%;
            display: inline-block !important;
        }
    }

    @media only screen and (max-width: 315px) {
        .Td_gallery_wrapper ul {
            width: 70%;
        }

        .Td_gallery_wrapper ul > li {
            width: 96%;
            margin: 6px auto !important;
            float: none !important;
            display: block;
        }

        /*select#nav-menu {
            max-width: 300px;
            display: inline-block;
            width: 100%;
        }*/
    }
}

button.prnext,
button.pcnext,
button.pnnext,
button.pnext,
button.pjnext {
    right: 4px !important;
}

button.prprev,
button.pcprev,
button.pnprev,
button.pprev,
button.pjprev {
}

button.prprev,
button.pcprev,
button.pnprev,
button.pprev,
button.pjprev,
button.prnext,
button.pcnext,
button.pnnext,
button.pnext,
button.pjnext {
    top: 72px !important;
}


nav.nav-collapse {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.97);
    margin-top: -2px;
}

#nav-menu {
    margin: 0;
    padding: 0;
}



@media only screen and (max-width:600px) {

    .box-header, #pic_title {
        font-size: 11px !important;
        font-weight: bold !important;
        font-family: tahoma !important;
    }
}

@media only screen and (min-width:650px) and (max-width: 961px) {
    .div-container {
        max-width: 98% !important;
    }
}

@media only screen and (min-width:420px) and (max-width: 649px) {
    .div-container {
        max-width: 98% !important;
    }

    .div-container.fit-homeboxes {
        max-width: 90% !important;
        /*padding-left: 10px;*/
    }
    /*#home-boxes .home-boxes-item {
        width: 48%;
        margin-left: 0;
        margin: 0;
    }*/

    #home-boxes .home-boxes-item:nth-child(2n+1) {
        margin-left: 1%;
    }

    .carousel-list-item ._subtitle {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .site-title h1 {
        font-size: 18px !important;
    }

    .site-title h6 {
        font-size: 15px !important;
    }
}


@media only screen and (max-width: 400px) {

    #home-boxes .home-boxes-item {
        width: 90% !important;
        float: none !important;
        /*margin: 0 !Important;*/
        text-align: center;
    }

    .carousel-list-item ._subtitle {
        width: 100% !important;
    }

    .carousel-list-item ._subtitle a {
        width: 90% !important;
    }

    .carousel-list-item ._subtitle p {
        width: 90% !important;
    }

    #homepage-carousels {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 98% !important;
        margin: 15px auto 10px auto !important;
    }

    .carousel-list-item ._title {
        width: 90% !important;
        height: auto !important;
    }

    .carousel-list-item ._title > img {
            height: auto !important;
    }

    .home-list-header {
        width: 90% !important;
    }

    .home-boxes-item .slick-slide {
        max-height: none;
    }

    div#bxNavigation {
        /*top: 35% !important;
        margin-top: -20px;*/
    }
    /*.div-container.fit-homeboxes {
        min-width: 100% !important;
    }*/

    .div-container.fit-homeboxes {
        max-width: 90% !important;
        min-width: 90% !important;
    }

    #home-boxes {
        overflow: hidden;
    }

    .carousel-list-item ._subtitle > a > h2 {
        display: inline-block !important;
        width: 90% !important;
    }

    .carousel-list-item ._subtitle p {
        padding: 0 15px;
    }

    .carousel-list-item ._link {
        padding: 5px;
    }

    .logo_float img {
        max-height: 40px !important;
    }

    /*.slider-container {
        display: none;
    }*/

    .carousel-list-item ._link {
        width: 90% !important;
    }
}

.swrapper {
    min-height: none !important;
}



/*#slider-wrapper .slider-container.large_screen {
    *max-Width: 900px;*
    width: 900px !important;
    height: 450px !important;
    *min-Height: 450px;*
}

#slider-wrapper.large_screen {
    height: 486px !important;
}*/

@media only screen and (max-width: 969px) {
    div#searchbox {
        z-index: 9999;
        background-color: rgba(255, 255, 255, 0.96);
        border: 1px solid #bbb;
        min-width: 230px;
        height: 37px;
        padding: 0;
    }

    .searchbox_style .input-search {
        width: 190px !important;
        padding: 2px 10px !important;
        margin: 0 10px;
        position: absolute;
        top: 5px;
    }


    .language_float .btn_SearchIcon {
        top: -38px !important;
    }

    @media only screen and (max-width: 400px) {

        /*#slider-wrapper .slick-slide img {
            min-height: 150px;
        }*/

        div#languages {
            margin: 0px auto 6px 5px !important;
        }

        div#languages > a:first-child {
            margin-right: 0px;
        }

        /*@media only screen and (min-width:401px ) and (max-width: 650px) {

            #slider-wrapper .slick-slide img {
                min-height: 250px;
            }
        }*/
        .desc-content1 img {
            width: 97% !important;
            height: auto !important;
        }
    }

    .desc-content1 {
    }

    @media all and (max-width:800px) {

        .desc-content1 {
            font-size: 1.2em;
            display: inline-block;
            max-width: 90%;
        }

        .desc-content1 table, .desc-content1 table tbody,
        .desc-content1 table tr, .desc-content1 div,
        .desc-content1 span, .desc-content1 img {
            max-width: 100%;
            font-size: .9em;
            letter-spacing: 0;
            display: inline-block;
            line-height: 1.5em;
            overflow: hidden;
        }

        .box-content2 table, .box-content2 table tbody, .box-content2 table tr {
            max-width: 99%;
            display: inline-block;
            clear: both;
            overflow: hidden;
        }

        .group-topics-header, .group-topics-header * {
            font-size: medium !important;
        }

        strong {
            font-size: 12px !important;
        }

        .desc-content1 img {
            width: auto;
            height: auto;
        }

        .footer .div-container {
            max-width: 90% !important;
            text-align: center;
            line-height: 21px;
            padding-top: 5px;
        }

        .footer {
            padding-top: 5px;
            min-height: 40px;
        }

        span#pic_title {
            color: rgb(92, 72, 72);
            text-align: center;
            display: block;
            text-align: center !important;
            margin-top: 10px;
            padding-bottom: 11px;
        }

        .box-header {
            float: none !important;
        }
    }

    .footer .div-container {
        max-width: 90% !important;
    }

    div#socials {
        margin-top: 5px !important;
    }
}

.footer #socials {
    margin-top: 10px;
}

.slider-container {
    max-width: 1010px;
    max-height: 488px;
    margin: 0 auto;
    z-index: 99999999;
    /*background-color: #87090D;*/
}

@media only screen and (min-width: 1023px) {

    ].slider-container {
        width: 1010px;
        height: 470px;
    }
}

#main-container {
    position: relative;
    top: -6px;
    z-index: 1;
}

div#slider-wrapper {
    padding: 0;
    display: inline-block;
    position: relative;
    /*background: #919191;*/
    overflow: hidden;
    /*border-bottom: 1px solid #777;*/
    border-top: 1px solid #8C5E5F;
    width: 100%;
    padding-bottom: 4px;
}

#slider-wrapper:after {
    content: '';
    /*background: url('/image/slider_left.png') no-repeat;*/
    position: absolute;
    width: 75px;
    height: 100%;
    left: 0;
    z-index: 1;
    background-position: right center;
    background-size: cover;
    top: 0;
}

#slider-wrapper:before {
    content: '';
    /*background: url('/image/slider_right.png') no-repeat;*/
    position: absolute;
    width: 68px;
    height: 100%;
    right: 0;
    z-index: 1;
    overflow: hidden;
    top: 0;
    background-size: cover;
}

.sy-box {
    outline: 2px solid #fff;
    outline-offset: 1px;
    /*margin: 15px;*/
    /*border: 3px solid transparent;*/
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
    z-index: 3;
    position: relative;
}


@media only screen and (max-width: 290px) {
    .logo_float img {
        max-width: 110px !important;
    }
}

@media only screen and (max-width: 717px) {
    #home-boxes {
        padding-bottom: 10px !important;
    }
}
