html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Tahoma";
}
strong, b
{
    font-weight: bold;
}
img
{
    border: 0;
}
em
{
    font-style: italic;
}
.search_input
{
    padding: 2px;
    margin: 0;
    width: 500px;
    font-size: 20px;
    color: #686868;
    border: 1px solid #d0d0d0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    float: left;
}
.submit_button
{
    height: 9px;
    background: url("../../assets/img/menu_bg.png");
    color: #ffffff;
    border: 0;
    font-size: 16px;
    padding: 6px 12px 24px;
    font-family: "Arial";
    float: left;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    text-decoration: none;
   
}
.submit_button:hover
{
    background: url("../../assets/img/menu_bg_hover.png");
}
#left_ornament, #right_ornament
{
    height: 100%;
    width: 30px;
    position: absolute;
}
#left_ornament
{
    background: url("../../assets/img/ornament.png");
    left: 40px;
}
#right_ornament
{
    background: url("../../assets/img/ornament.png");
    right: 40px;
}

#main_container
{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
}

#main_container .empty
{
    height: 73px;
}

#content_container
{
    clear: both;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 100px;
}
#content_container p
{
    margin: 5px 0;
}
#content_container a
{
    color: #79ac3d;
}
#content_container a:hover
{
    text-decoration: none;
}
#content_container ul
{
    list-style-type: disc;
    margin: 0px 0 0 14px;
}
#breadcrumbs
{
    font-size: 12px;
    float: left;
}
#breadcrumbs ul
{
    margin: 0;
    list-style-type: none;
}
#breadcrumbs ul li
{
    float: left;
}
#breadcrumbs ul li:first-child a
{
    border-left: 1px solid #d5d5d5;
}
#breadcrumbs ul li a
{
    background: url("../../assets/img/breadcrumbs.png") right;
    padding: 5px 20px 7px 12px;
    display: block;
    color: #606060;
    text-decoration: none;
}
#breadcrumbs ul li.active a
{
    border: 0;
    padding-left: 2px;
    background: #FFFFFF;
    color: #606060;
    font-weight: bold;
}
#breadcrumbs .last a
{
    border: 0;
    padding-left: 5px;
    background: url("../../assets/img/breadcrumbs1.png") right;
}
#breadcrumbs, #print
{
    margin: 10px 0;
}
#print
{
    float: right;
}
#print button
{
    color: #79ac3d;
    background: none;
    font-size: 12px;
    border: 0;
    text-decoration: underline;
    padding: 0;
    cursor: pointer;
}
#print button:hover
{
    text-decoration: none;
}
#print img
{
    position: relative;
    top: 3px;
    right: 4px;
}

#header
{
    height: 70px;
    padding-top: 45px;
}

#header_top_bg
{
    padding: 0;
    left: 0px;
    position: absolute;
    top: 0;
    height: 22px;
    width: 100%;
    min-width: 900px;
    /*background: url("../../assets/img/header_top_bg.png"); */
    background: #525252;
}
#header_panel
{
    position: relative;
    z-index: 999;
    height: 100%;
    font-size: 12px;
}
#header_panel .left
{
    height: 100%;
    float: left;
}
#header_panel .right
{
    height: 100%;
    float: right;
    padding-right: 5px;
}
#header_panel ul
{
    height: 100%;
}
#header_panel ul li
{
    float: left;
    padding: 0 8px;
}
#header_panel .official_active, #header_panel .blog_active
{
    background: url("../../assets/img/header_catecory_active.png");

    text-decoration: none;
    height: 100%;
}
#header_panel .official_active a, #header_panel .blog_active a
{
    cursor: default;
    color: #00262f;
}
#header_panel .official_active a:hover, #header_panel .blog_active a:hover { text-decoration: none; }
#header_panel  a
{
    color: white;
    position: relative;
    top: 3px;
    text-decoration: none;
}
#header_panel a:hover
{
    text-decoration: underline;
}
#logo
{
    float: left;
}

#right_panel
{
    padding-top: 12px;
    float: right;
}

#right_panel ul li a
{
    font-size: 12px;
    color: #5a5b5d;
}

#right_panel ul li a:hover
{
    text-decoration: none;
    color: #79ac3d;
}

#right_panel ul li {
    margin: 0 4px;
    float: left;
}

#right_panel input {
    float: left;
    max-width: 120px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin: 0;
    border: 1px solid #84b14f;
    border-right: 0;
    color: #808080;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
}

#right_panel .search_submit {
    padding: 0;
   margin: 0;
    border: 1px solid #919292;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
}

#footer_main
{
    /*background: url("../../assets/img/footer.png"); */
    background: #525252;
    height: 73px;
    width: 100%;
    margin-top: -73px;
}
#footer
{
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}
#footer .left, #footer .right { padding-top: 19px; }
#footer .left
{
    float: left;
}
#footer .right
{
    float: right;
}
#footer .small
{
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

#right_panel ul, #menu ul, #header_panel ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu
{
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: "Helvetica";
    margin-bottom: 15px;
}

#menu table
{
    height: 100%;
}
#menu td {
    vertical-align: top;
}
#menu a
{
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: url("../../assets/img/menu_bg.png") repeat-x;
    height: 48px;
    border-left: 1px solid #7eb03f;
    border-right: 1px solid #528223;
}
#menu a:hover
{
    background: url("../../assets/img/menu_bg_hover.png");
}
#menu td:first-child a
{
    border-left: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
}
#menu td:last-child a
{
    border-right: 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
}
#menu .about
{
    border-left: 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
}

#menu .gallery
{
    border-right: 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
}
#menu .sub_menu
{
    position: absolute;
    display: none;
    width: 200px;
    background: #f6f5f4;
    border: 1px solid #d2d2d2;
    border-top: 0;
    z-index: 999;
}

#menu .sub_menu ul li
{
    float: none;
}
#menu .sub_menu ul li a
{
    border: 0;
    font-size: 12px;
    padding: 15px;
    font-weight: normal;
    background: 0;
    color: #7d7d7d;
    text-align: left;
}
#menu .sub_menu ul li a:hover
{
    background: #f9f9f8;
}




#main, #footer, #header_panel
{
    width: 1070px;
    margin: 0 auto;
}
#main_container, #footer_main, #header_top_bg
{
    min-width: 1000px;
}



#main_slider
{
    margin-top: 50px;
    width: 850px;
    height: 350px;
    border: 1px solid #d3d9c8;
}
#main_slider p
{
    margin: 0;
}
#main_slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#main_slider .nivo-controlNav
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*#main_slider .nivo-caption
{
    background: none repeat scroll 0 0 #79AC3D;
    top: 10px;
    color: #FFFFFF;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 450px;
    height: 40px;
    font-size: 16px;
    z-index: 8;
}*/
#main_slider .nivo-caption
{
    background: none repeat scroll 0 0 #79AC3D;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    min-height: 25px;
    opacity: 0.8;
    position: relative;
    top: -11px;
    z-index: 8;
    font-family: "Arial";
}
#main_slider .nivo-caption p
{
    padding: 14px 11px 9px;

}
#main_slider .nivo-control
{
    
    background: url("../../assets/img/slider_nav.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 3px 7px 3px;
    text-decoration: none;
}
#main_slider .active
{
    color: #79AC3D;
    background: url("../../assets/img/slider_active.png");
    display: block;
    padding-right: 6px;
}
#blog_column
{
    float: right;
    width: 265px;
}
#blog_column img
{
    float: left;
    position: relative;
    top: 7px;
}
#blog_column a
{
    color: #676767;
    float: right;
    font-size: 12px;
    line-height: 14px
}
#gallery
{
    position: relative;
}
#gallery h2 {
    display: block;
    clear: both;
    font-size: 20px;
    margin: 20px 0;
}
.gallery-categories {
    display: flex;
    flex-wrap: wrap;
}
.gallery-category {
    flex-basis: 50%;
    flex-grow: 0;
    margin: 20px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gallery-category {
        width: 50%;
        float: none;
    }
}
#gallery .item
{
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
}
/*client map start here */
#kz_map {
    width: 640px;
    height: 358px;
    position: relative;
    margin: 0 auto;
    background: url("../../assets/img/map/map_kz.png");
    background-repeat: no-repeat;
}

#kz_map #map {
    position: absolute;
    top: 0;
}

#kz_map img {
    position: relative;
    z-index: 1;
    border: 0;
}

#states ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#states {
    position: relative;
    overflow: hidden;
    width: 640px;
    height: 358px;
}

#states ul li {
    position: absolute;
}

    /*западно-каз. область */
#states .wkp {

    top: 67px;
    left: 5px;
    width: 132px;
    height: 77px;
}

#states .wkp.hover {
    background: url("../../assets/img/map/wkp_hover.gif");
}

#states .wkp.active {
    background: url("../../assets/img/map/wkp_active.gif");
}

#states .wkp.active.hover {
    background: url("../../assets/img/map/wkp_active_hover.gif");
}

    /*атыр. облась*/
#states .atyrau {

    top: 132px;
    left: 10px;
    width: 139px;
    height: 81px;
}

#states .atyrau.hover {
    background: url("../../assets/img/map/atyrau_hover.gif");
}

#states .atyrau.active {
    background: url("../../assets/img/map/atyrau_active.gif");
}

#states .atyrau.active.hover {
    background: url("../../assets/img/map/atyrau_active_hover.gif");
}

#states .mangystau {

    top: 202px;
    left: 41px;
    width: 110px;
    height: 122px;
}
#states .mangystau.hover {
    background: url("../../assets/img/map/mangystau_hover.gif");
}
#states .mangystau.active {
    background: url("../../assets/img/map/mangystau_active.gif");
}
#states .mangystau.active.hover {
    background: url("../../assets/img/map/mangystau_active_hover.gif");
}
#states .aktobe {

    top: 93px;
    left: 120px;
    width: 161px;
    height: 141px;
}
#states .aktobe.hover {
    background: url("../../assets/img/map/aktobe_hover.gif");
}
#states .aktobe.active {
    background: url("../../assets/img/map/aktobe_active.gif");
}
#states .aktobe.active.hover {
    background: url("../../assets/img/map/aktobe_active_hover.gif");
}
#states .kyzylorda {

    top: 182px;
    left: 186px;
    width: 155px;
    height: 131px;
}
#states .kyzylorda.hover {
    background: url("../../assets/img/map/kyzylorda_hover.gif");
}
#states .kyzylorda.active {
    background: url("../../assets/img/map/kyzylorda_active.gif");
}
#states .kyzylorda.active.hover {
    background: url("../../assets/img/map/kyzylorda_active_hover.gif");
}

#states .skp {

    top: 229px;
    left: 309px;
    width: 85px;
    height: 126px;
}

#states .skp.hover {
    background: url("../../assets/img/map/skp_hover.gif");
}

#states .skp.active {
    background: url("../../assets/img/map/skp_active.gif");
}

#states .skp.active.hover {
    background: url("../../assets/img/map/skp_active_hover.gif");
}

    /*жамбыл. область*/
#states .jambyl {

    top: 228px;
    left: 363px;
    width: 111px;
    height: 85px;
}

#states .jambyl.hover {
    background: url("../../assets/img/map/jambyl_hover.gif");
}

#states .jambyl.active {
    background: url("../../assets/img/map/jambyl_active.gif");
}

#states .jambyl.active.hover {
    background: url("../../assets/img/map/jambyl_active_hover.gif");
}

    /*алмат. область*/
#states .almaty {

    top: 184px;
    left: 439px;
    width: 147px;
    height: 110px;
}

#states .almaty.hover {
    background: url("../../assets/img/map/almaty_hover.gif");
}

#states .almaty.active {
    background: url("../../assets/img/map/almaty_active.gif");
}

#states .almaty.active.hover {
    background: url("../../assets/img/map/almaty_active_hover.gif");
}

    /*вко*/
#states .ekp {

    top: 76px;
    left: 481px;
    width: 156px;
    height: 133px;
}

#states .ekp.hover {
    background: url("../../assets/img/map/ekp_hover.gif");
}

#states .ekp.active {
    background: url("../../assets/img/map/ekp_active.gif");
}

#states .ekp.active.hover {
    background: url("../../assets/img/map/ekp_active_hover.gif");
}

    /*павл. область*/
#states .pavlodar {

    top: 18px;
    left: 416px;
    width: 87px;
    height: 105px;
}

#states .pavlodar.hover {
    background: url("../../assets/img/map/pavlodar_hover.gif");
}

#states .pavlodar.active {
    background: url("../../assets/img/map/pavlodar_active.gif");
}

#states .pavlodar.active.hover {
    background: url("../../assets/img/map/pavlodar_active_hover.gif");
}

    /*ско*/
#states .nkp {

    top: 2px;
    left: 313px;
    width: 109px;
    height: 71px;
}

#states .nkp.hover {
    background: url("../../assets/img/map/nkp_hover.gif");
}

#states .nkp.active {
    background: url("../../assets/img/map/nkp_active.gif");
}

#states .nkp.active.hover {
    background: url("../../assets/img/map/nkp_active_hover.gif");
}

    /*костанай. область*/
#states .kostanay {

    top: 21px;
    left: 225px;
    width: 115px;
    height: 151px;
}

#states .kostanay.hover {
    background: url("../../assets/img/map/kostanay_hover.gif");
}

#states .kostanay.active {
    background: url("../../assets/img/map/kostanay_active.gif");
}

#states .kostanay.active.hover {
    background: url("../../assets/img/map/kostanay_active_hover.gif");
}

    /*karaganda*/
#states .karaganda {

    top: 99px;
    left: 260px;
    width: 235px;
    height: 129px;
}

#states .karaganda.hover {
    background: url("../../assets/img/map/karaganda_hover.gif");
}

#states .karaganda.active {
    background: url("../../assets/img/map/karaganda_active.gif");
}

#states .karaganda.active.hover {
    background: url("../../assets/img/map/karaganda_active_hover.gif");
}

    /*akmol. obl*/
#states .akmola {

    top: 43px;
    left: 302px;
    width: 123px;
    height: 82px;
}

#states .akmola.hover {
    background: url("../../assets/img/map/akmola_hover.gif");
}

#states .akmola.active {
    background: url("../../assets/img/map/akmola_active.gif");
}

#states .akmola.active.hover {
    background: url("../../assets/img/map/akmola_active_hover.gif");
}

#kz_map .info {

    color: #FFF;
    font-size: 12px;
    font-family: "Tahoma";
    font-weight: bold;
    left: 140px;
    overflow: hidden;
    position: relative;
    width: 350px;
    z-index: 2;
    display: none;
}

#kz_map .info .close {
    position: absolute;
    background: url("../../assets/img/map/modal_close.gif");
    right: 0;
    height: 24px;
    width: 24px;
    z-index: 1;
}
#kz_map .info .close:hover {
    background: url("../../assets/img/map/modal_close_hover.gif");
}
#kz_map .info .info_state {
    padding: 5px 10px;
    background: #000000;
    margin-top: 12px;
    border: 3px solid #7aa745;
    border-bottom: 0;
    cursor: move;
    opacity: 0.6;
    border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -khtml-border-radius: 4px 0 0 0;
}

#kz_map .info .experience {
    background: #FFF;
    border: 3px solid #afca8f;
    border-top: 0;
    opacity: 0.8;
    color: #515050;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
}
#kz_map .info .experience .text
{
    padding: 4px;
}

/*#states .info .clients ul li {
    position: relative;
    padding: 3px 7px 5px;
}

#states .info .clients ul li a {
    color: #515050;
    border-bottom: 1px dotted #636363;
    text-decoration: none;
}*/
#states .info .description
{
    color: #636363;
    display: none;
    font-size: 11px;
    padding: 3px 0;
    border-bottom: 1px dotted #636363;
}
/*client map end here */

/*contacts*/

#contacts_left, #contacts_right
{
    float: left;
}
#contacts_left .map
{
    position: relative;
    margin-top: 5px;
}
#contacts_left .map .open_full_map
{
    margin-top: -3px;
}
#contacts_left .map .open_full_map a
{
    background: url("../../assets/img/menu_bg.png");

    color: #FFFFFF;
    display: block;
    font-size: 16px;
    padding: 7px 0 8px;
    text-decoration: none;
    text-align: center;
}
#contacts_left .map .open_full_map a:hover
{
    background: url("../../assets/img/menu_bg_hover.png");
}
#contacts_left iframe
{
    border: 2px solid #97c85e;
}
#contacts_right
{
    display: none;
}
#contacts_left td
{
    padding: 5px 7px;
    color: #5c5c5c;
    vertical-align: top;

}
#contacts_left p
{
    margin: 2px 0;
}
#contacts_left img
{
    margin-right: 4px;
  
}
#contacts_left .title
{
    color: #8A8A8A;
    font-weight: bold;
    padding-left: 0;
}

#contacts_left .title .fax
{
    background: url("../../assets/img/fax_6.png") no-repeat;
    padding-left: 20px;
   
}
#contacts_left .title .phone
{
    background: url("../../assets/img/phone.png") no-repeat;
    padding-left: 20px;
    background-position: 0 3px;
}
#contacts_left .title .location_map
{
    background: url("../../assets/img/location_map.png") no-repeat;
    padding-left: 20px;
   
}
#contacts_left .company_name
{
    color: #7C7C7C;
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
}
#contacts_left .location_map_open
{
    text-decoration: none;
    border-bottom: 1px dashed #79AC3D;
}
.specialist
{
    border-bottom: 1px solid #EEEEEE;
    margin: 18px 0;
    overflow: hidden;
    padding-bottom: 15px;
}
.specialist:last-of-type
{
    border: 0;
}
.specialist .photo
{
    float: left;
    /*padding: 20px;*/
}
.specialist .photo img
{

}
.specialist .info
{
    font-family: "Helvetica";
    margin-left: 140px;
}
.specialist .info .name
{
    color: #5D5C5C;
    font-size: 18px;
    font-weight: normal;
}
.specialist .info .post
{
    color: #686767;
    font-size: 14px;
    margin: 7px 0;
}

.map_about
{
    color: #4F4F4F;
    font-family: trebuchet ms;
    font-size: 16px;
    text-align: center;
    margin-bottom: 75px;
}
.map_what_this
{
    color: #5C5C5C;
    font-family: trebuchet ms;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -40px;

    z-index: 6;
}
#help_tip
{
    background: url("../../assets/img/experience_help.png");
    cursor: help;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    width: 20px;

    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*cursor: help;*/
    /*text-decoration: none;*/
    /*background: url("../../assets/img/anchor_line.png") bottom repeat-x;*/
}
#help_tip:hover
{
    background: url("../../assets/img/experience_help_hover.png");
}
#tip_of_experience
{
    float: left;
    margin-right: 5px;
    margin-top: -6px;
    opacity: 0.8;
    display: block;
}
#tip_of_experience .text
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #7AA745;
    border-radius: 4px 4px 4px 4px;
    float: left;
    font-size: 12px;
    padding: 7px;
}
#tip_of_experience .triangle
{
    border-bottom: 5px solid transparent;
    border-left: 10px solid #7AA745;
    border-top: 5px solid transparent;
    float: right;
    height: 0;
    margin-top: 11px;
    width: 0;

}
#tip_of_image
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    border: 2px solid #7aa745;
    padding: 10px;
    color: #767676;
    opacity: 0.9;
    font-family: "Tahoma";
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}
#triangle_tip_of_image
{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #7aa745;
}