﻿body {
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #fff;
    color: #4D4C4C;
    border-top: 10px solid #666666;
    width: 100%;
    height: 100%;
    background-image: none;
    margin-top: 8px;
}

a {
    color: #593C3C;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

a:hover {
    color: rgba(210, 24, 42, 1);
}

.container {
    width: 1000px;
    margin: 0 auto;
    direction: rtl;
    display: block;
}

.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

Pseudo ::after element .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#Header {
    height: 80px;
    width: 100%;
    /*background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 46%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(46%, rgba(242,242,242,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 46%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 46%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 46%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 46%, rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );*/
    /*background-image: url('/JScripts/_menu/img/sep_main.png');*/
    border-bottom: 1px solid #ECECEC;
}

#body-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.div-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.logo {
    padding-right: 0;
    padding-top: 5px;
    border: none;
    max-height: 100%;
    display: inline-block;
}

.logo img {
    border: none;
    /*max-height: 70px;*/
    display: inline-block;
}

.logo_mobile {
    display: none;
}
/*#slider-wrapper {
    overflow: hidden;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    width: 100%;
    position: relative;
    background: #87090d;
}*/



/*#slider-wrapper.large_screen:after {
    background-image: url('/image/slider_left_large.png') !important;
    width: 107px !important;
    height: 486px !important;
    background-size: cover;
}

#slider-wrapper.large_screen:before {
    background-image: url('/image/slider_right_large.png') !important;
    width: 107px !important;
    height: 486px !important;
}*/

/*#slider-wrapper .slider-container {
        width: 600px;
        margin: 0 auto;
        top: 13px;
        right: 0;
        left: 0;
        position: absolute;
        bottom: 14px;
        overflow: hidden;
        border: 2px solid #fff;
        padding: 4px;
        z-index: 3;
        background-color: #87090D;
    }

    #slider-wrapper .owl-item {
        min-height: 268px;
    }

        #slider-wrapper .owl-item img {
            max-height: 268px;
            width: 100%;
        }

    #slider-wrapper .owl-slider {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #131313;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
        box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
        /*max-height: 229px;*
    }

    #slider-wrapper .owl-wrapper-outer {
        -webkit-box-shadow: 0px 1px 47px -12px rgba(227,227,227,1);
        -moz-box-shadow: 0px 1px 47px -12px rgba(227,227,227,1);
        box-shadow: 0px 1px 47px -12px rgba(227,227,227,1);
    }*/

.site-title {
    /*background-image: url('/image/title_back.png');*/
    width: 100%;
    text-align: center;
    padding: 10px 0;
    height: 100px;
}

.site-title h1 {
    margin: 0 0 10px 0;
    text-align: center;
    color: rgb(141, 30, 30);
    text-shadow: 0 0 1px #FFF;
}

.site-title h6 {
    color: #888;
    margin-top: 0;
    padding-top: 0;
    text-shadow: 0 0 1px #FFF;
}

#home-boxes {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    /*margin-top: 10px;*/
    padding-bottom: 10px;
    overflow: auto;
    text-align: center;
}

.div-container.fit-homeboxes {
    min-width: 1010px;
    max-width: 1010px !important;
    display: block;
}

.home-boxes-item {
    width: 192px;
    display: inline-block;
    /*margin-left: 1.2%;*/
    position: relative;
    /*margin-right: 1%;*/
    vertical-align: top;
    margin-left:5px;
    margin-right:5px;
    float: right;
    /*border: 1px solid #e19aa8;
    background: rgba(242,242,240,1);
    background: -moz-linear-gradient(top, rgba(242,242,240,1) 0%, rgba(242,242,240,1) 0%, rgba(250,250,250,1) 43%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,240,1)), color-stop(0%, rgba(242,242,240,1)), color-stop(43%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,240,1) 0%, rgba(242,242,240,1) 0%, rgba(250,250,250,1) 43%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,240,1) 0%, rgba(242,242,240,1) 0%, rgba(250,250,250,1) 43%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,240,1) 0%, rgba(242,242,240,1) 0%, rgba(250,250,250,1) 43%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,240,1) 0%, rgba(242,242,240,1) 0%, rgba(250,250,250,1) 43%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f0', endColorstr='#ffffff', GradientType=0 );*/
}

/*.home-boxes-item:first-child {
        margin-left: 0;
    }*/

.home-boxes-item:last-child {
    float: right;
}

ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-list-item {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: move;
}

.carousel-list-item ._title {
    min-height: 120px;
    width: 196px;
    /*-webkit-box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);*/
    padding: 0;
    border: 1px solid #eee;
    display: inline-block;
}

.carousel-list-item ._title > img {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FAFAFA;
}

.carousel-list-item ._subtitle {
    clear: both;
    display: inline-block;
}


.carousel-list-item ._subtitle p {
    width: 196px;
    color: #353535;
    text-shadow: none;
    margin-top: 4px;
    line-height: 1.5em;
    min-height: 65px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.carousel-list-item ._link a {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background-color: #ea0410;
    height: auto;
    line-height: 22px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    -webkit-border-radius: 2px;
    margin-top: 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    min-width: 60px;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.carousel-list-item ._link a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 1px #bbb;
    background-color: #c10610;
}

.home-list-header {
    text-align: center;
    padding-bottom: 5px;
    margin-top: 0;
    width: 202px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 6px;
    /*vertical-align: middle;*/
    /*border-bottom: 3px solid #e40718;*/
}

.home-list-header a {
    color: #333;
    font-size: 14px;
    min-height: 28px;
    display: inline-block;
}
.home-list-header2 {

    font-family:Tahoma;
    font-size:14px;
    font-weight:600;
    color:#000;
    line-height:40px;
    text-align:center;
    background-color:#f29200;
}
.sep_img_1 {
    background-image: url('/image/separator.png');
    width: 100%;
    height: 3px;
    background-repeat: repeat-x;
    display: inline-block;
    position: relative;
    top: -35px;
    background-position: top;
}

.sep_1 {
    background-color: #be2727;
    width: 100%;
    height: 4px;
}

.footer {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    direction: rtl;
    color: #1e1e1e;
    /*text-shadow: 0 0 1px rgb(118, 84, 59);*/
    position: relative;
    line-height: 48px;
    font-size: 13px;
    border-top: 2px solid #888;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,bbbbbb+36,868686+100 */
    background: #d9d9d9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Njg2ODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d9d9d9 0%, #bbbbbb 36%, #868686 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(36%,#bbbbbb), color-stop(100%,#868686)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#bbbbbb 36%,#868686 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 0%,#bbbbbb 36%,#868686 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 0%,#bbbbbb 36%,#868686 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9d9d9 0%,#bbbbbb 36%,#868686 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#868686',GradientType=0 ); /* IE6-8 */
}

.footer a {
    color: #323232;
}

#wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 1.858736059%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px 0;
}

.content {
    float: left;
    width: 750px;
    max-width: 100%;
}

.sidebar {
    float: right;
    width: 240px;
}

/*.sidebar .box-content2 {
        background-color: #DADADA;
        border: 1px solid #bbb;
    }*/

.box-content2 {
    background-color: #FAFAFA;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #EAE9E9;
    direction: rtl;
}

.box-header {
    color: #2a2a2a;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CD4242;
}

.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items li {
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #bbb;
    text-align: right;
}

.list-items li:last-child {
    border-bottom: none;
}

ul.list-items li a {
    color: #333;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

ul.list-items li a:hover {
    color: #000;
}

#topic-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.title1 {
    color: #111;
}

.button1 {
    border: 1px solid rgb(155, 46, 46);
    padding: 7px 10px;
    cursor: pointer;
    /* height: 30px; */
    /* width: 70px; */
    font: 11px 'Tahoma';
    color: #fff;
    /* text-transform: uppercase; */
    background-color: #d83c3c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    color: #fff;
    text-shadow: 0 0 1px #bbb;
}

.button1:hover {
    background-color: #EC3636;
    border-color: #EC3636;
    color: #FDFDFD;
}

.button1.lg {
    padding: 11px 8px !important;
}

.list-category {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-category li {
    width: 100%;
    display: inline-block;
    line-height: 21px;
}

/*.list-category li a:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: rgba(166, 166, 166, 1);
            margin-top: 8px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            border: 1px solid #A07B7B;
        }

        .list-category li:hover a:before {
            background-color: red;
            -webkit-box-shadow: 0 0 5px 0 #FF0F27;
            box-shadow: 0 0 5px 0 #FF0F27;
        }*/

.pagination {
    text-align: center;
}

.disc {
    color: #333;
    text-align: justify;
}

.disc img {
    max-width: 100%;
}

.group-Topics-row li {
    float: left;
    list-style: none;
    margin-bottom: 15px;
}

.topic-list-title {
}

.group-Topics {
    display: inline-block;
    width: 100%;
    clear: both;
    float: none;
}


.box-header-inner {
    font-size: 15px !important;
    font-family: iransanszBold !important;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: -10px;
}



.Td_content {
    padding: 0 20px;
    text-align: justify;
}

.Search_title {
    color: #333;
    width: 52px;
    line-height: 40px;
}

a.trigger {
    color: #333 !important;
}

.lang {
    display: inline-block;
    /*-moz-transform: skewX(-4deg) skewY(-3deg);
-webkit-transform: skewX(-4deg) skewY(-3deg);
-o-transform: skewX(-4deg) skewY(-3deg);
-ms-transform: skewX(-4deg) skewY(-3deg);
transform: skewX(-4deg) skewY(-3deg);*/
}

.btn_SearchIcon {
    width: 25px;
    height: 25px;
    background-image: url('/image/searchicon.png');
    display: inline-block;
    position: relative;
    /* margin-right: 10px; */
    border: 1px solid #bbb;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 9px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 2px 0 #C9C5C5;
    box-shadow: 0 0 2px 0 #C9C5C5;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn_SearchIcon:hover {
    border-color: #8E8E8E;
}

#searchbox_float {
    z-index: 9999;
    position: absolute;
    width: 215px;
    top: 40PX;
}

.searchbox_style {
    outline: none !important;
    clear: both;
    float: none;
    /*background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    height: 30px;
    margin-top: 10px;
    position: relative;
    padding: 2px 7px 2px 0;
}

.searchbox_style .input-search {
    background-color: #FFF;
    border: 1px solid #bbb;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 24px;
    height: 21px;
    width: 140px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    outline: none;
    padding: 2px 9px;
}

.searchbox_style .input-search:focus,
.searchbox_style .input-search:active {
    width: 155px;
}

.searchbox_style .searchbtn img {
    width: 14px;
    margin-top: 2px;
    margin-left: 2px;
}

#searchbox_float .Search_title {
    text-shadow: 0 0 1px #fff;
    width: 48px;
}

.hline {
    display: block;
    height: 0;
    border: 1px dotted #C5C2C2;
    margin-bottom: 14px;
}

.btn2 {
    background-color: #ca5c0b;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    -webkit-border-radius: 2px;
    margin-top: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.btn2:hover {
    background-color: #ac4900;
    color: rgba(237,237,237,1);
}

.carousel-list-item ._link {
    width: 170px;
    margin: 0 auto;
    margin-top: 0;
    display: inline-block;
    max-width: 92%;
}


background-color: #BE2727; height: auto; line-height: 22px; display: inline-block; padding-left: 5px; padding-right: 5px; color: #fff; -webkit-border-radius: 2px; margin-top: 0; -moz-border-radius: 2px; border-radius: 2px; margin-bottom: 0; min-width: 60px; text-align: center;
}

.carousel-list-item ._link a:hover {
    background-color: #EC3636;
    color: rgba(237,237,237,1);
}

.contact-box-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.contact-form {
}

.contact-form input,
.contact-form textarea {
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    outline: none;
}


.contact-form input {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#companies_container li img {
    max-height: 400px;
    max-width: 100%;
}

div#hsnavigation {
    position: absolute;
    top: 50%;
    width: 690px;
    height: 50px;
    left: 50%;
    margin-top: -28px;
    display: inline-block;
    margin-left: -345px;
    z-index: 3;
}

div#bxNavigation {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 35px;
    left: 0;
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
    z-index: 9999;
    background-color: transparent;
}


.bx-prev {
    background-image: url('/image/next1.png');
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}

.bx-next {
    background-image: url('/image/back1.png');
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    background-size: 100% 100%;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: rgb(111, 111, 111);
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#hsnavigation .slick-prev, #hsnavigation .slick-next {
    width: auto !important;
    height: auto !important;
}

#hsnavigation .slick-prev:hover:before,
#hsnavigation .slick-prev:focus:before,
#hsnavigation .slick-next:hover:before,
#hsnavigation .slick-next:focus:before {
    opacity: 1 !important;
}

.company_item {
    display: inline-block;
}

.company_item img {
}


.carousel-list-item ._subtitle > a {
    min-height: 51px;
    text-align: center !important;
    justify-content: center;
    background-color: #666666;
    color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    display: inline-block;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    width: 196px;
    padding: 0 10px;
    padding-top: 5px;
    font-weight: bolder;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.group-topics-header {
    margin-bottom: 22px;
    padding: 10px 0;
    border-bottom: 1px dashed #BEBEBE;
    padding-bottom: 23px;
    max-width: 90%;
    margin-left: 0;
}

#navigation ul {
    z-index: 10;
}

.glossy .image-wrap {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.glossy .image-wrap:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,.1)));
    background: linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,.1) 100%);
}

#searchbox.float.hideshow_searchbox {
    height: 0;
}

#searchbox.float.hideshow_searchbox .input-search {
    display: none;
}

.carousel-list-item ._title > img {
    height: 120px;
}


div#searchmini {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -75px;
    width: 350px;
    height: 150px;
    max-width: 90%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    z-index: 999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #555;
}

div#searchmini .input-search {
    margin: 0 auto;
    width: 300px;
    padding: 5px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -20px;
    top: 40%;
}

.input-search.desktop {
    border-radius: 0;
    border: 1px inset #bbb;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    width: 120px !important;
    height: 22px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 22px;
    margin-left: 0 !important;
}

.searchbtn {
    background-image: url('/image/searchicon.png');
    background-repeat: no-repeat;
    margin-top: 2px;
}

.searchmini_submit {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -30px;
    background-image: url('/image/searchicon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
    width: 60px;
    height: 30px;
    opacity: 0.9;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.searchmini_submit:hover {
    border: 1px solid #8e8e8e;
    opacity: 1;
}

.btn2 {
    text-align: center !important;
}

.close {
    top: 6px;
    right: 10px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
    opacity: 0.8;
}

.close:hover {
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    div#searchmini {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -130px;
        margin-top: -75px;
        width: 260px;
        height: 150px;
    }

    div#searchmini .input-search {
        width: 80%;
        left: 0;
        right: 0;
        margin-top: -20px;
        top: 40%;
    }
}

.menu_wrapper {
    display: inline-block;
    width: 100%;
}





.home-boxes-item .bx-prev {
    left: 5px;
}


.home-boxes-item .bx-next {
    right: 5px;
}


.desc-content1 {
    display: inline-block;
    width: 100%;
}

#companies_container li {
    max-height: 120px;
}

#companies_container li img {
    display: inline-block;
    max-height: 120px;
    border: 1px solid #cfcfcf;
    padding: 2px;
    -moz-box-shadow: 0px 0px 3px #cccccc;
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    height: 40px;
}

a.cbp-l-loadMore-button-link {
    cursor: pointer;
}

#galleryContainer {
    margin: 20px 0;
}

div#filters-container {
    text-align: center;
}

#loading1 {
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(/image/transparent_png/black60.png);
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#loading1 > img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px;
}

.Td_gallery_wrapper img {
    width: auto;
    margin: 3px;
}
