body{
    background: #EEE;
    overflow: auto;
}
.relative{
    position: relative;
}
.left{
    float: left!important;
}
.loader{
    width: 64px;
    height: 64px;
    background: url(../images/loader.gif) no-repeat;
    position: absolute;
    z-index: 99;
    left: 335px;
    top: 50px;
    display: none;
}
.clear{
    clear: both;
}
.main-container{
    background: #FFF;
    padding: 0 30px 20px;
}
.thumbnails{
    margin-left: 0;
}
.navbar .container{
    width: 940px;
    margin: 0 auto;
}
.navbar-inner{
    border-radius: 0;
}
.navbar-fixed-top{
    position: fixed;
}
.nav-bot{
    margin-bottom: 0;
}
.nav-bot .brand{
    float: none;
    text-align: center;
}
.navbar-fixed-bottom .brand{
    width: 150px;
    display: block;
    margin: 0 auto;
    float: none;
}
.hero-unit{
    background: #FFF;
    border-radius: 0;
    border-bottom: 5px solid #CECECE;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.breadcrumb{
    margin-top: 20px;
}
.btn-orange{
    background-color: #f09301 !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb542", endColorstr="#f09301");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fdb542), to(#f09301));
    background-image: -moz-linear-gradient(top, #fdb542, #f09301);
    background-image: -ms-linear-gradient(top, #fdb542, #f09301);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdb542), color-stop(100%, #f09301));
    background-image: -webkit-linear-gradient(top, #fdb542, #f09301);
    background-image: -o-linear-gradient(top, #fdb542, #f09301);
    background-image: linear-gradient(#fdb542, #f09301);
    border-color: #f09301 #f09301 hsl(36, 82%, 38%);
    color: #6d4300 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-font-smoothing: antialiased;
}
.btn-blue{
    background: #34679a; /* Old browsers */
    background-color: #34679a !important;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top,  #507eb6 0%, #34679a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#507eb6), color-stop(100%,#34679a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #507eb6 0%,#34679a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #507eb6 0%,#34679a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #507eb6 0%,#34679a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #507eb6 0%,#34679a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507eb6', endColorstr='#34679a',GradientType=0 ); /* IE6-9 */
    color: #fff!important;
    border-color: #739acc #5b86bc #4573ae;
    text-shadow: none;
}
.btn-blue:hover{
    background: #34679a!important;
    background-position: 0;
}


.container{
    background: #fff;
    width: 980px;
    padding: 0 32px;
    margin: 0 auto;
    border: 1px solid #c5c4c4;
    border-width: 0 1px;
    box-shadow: 0 0 3px 1px rgba(195,194,195,0.7);
    position: relative;
}
header{
    overflow: hidden;
}
.logo{
    background: url(../images/logo.png) no-repeat;
    width: 84px;
    height: 101px;
    margin: 10px 0 7px;
    display: block;
    float: left;
}
.slogan{
    width: 460px;
    margin: 30px 0 0 20px;
    float: left;
}
.main-slogan {
    color: #4d82c8;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    clear: both;
}
.slogan-snippet {
    color: #949494;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 15px;
}
.contacts{
    float: right;
}
.contacts .tel{
    color: #4e4e4e;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.contacts .tel span{
    font-size: 13px;
}
.contacts a{
    float: right;
}
.nav{
    margin-top: 1px;
}
.nav .menu{
    width: 100%;
    height: 44px;
    background: url(../images/menu_bg.png) repeat-x;
    border-radius: 5px;
}
.menu td{
    padding: 0;
    border: none;
    border-left: 1px solid #4878b3;
    text-align: center;
}
.menu td:first-child{
    border-left: none;
}
.menu td a{
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #7ea4d4;
    vertical-align: middle;
    text-shadow: 0 1px 2px #517ab1;
}
.menu td.last a{
    border-right: none;
    border-radius: 0 5px 5px 0;
}
.menu td:first-child a{
    border-radius: 5px 0 0 5px;
}
.menu td a:hover,.menu td a:focus{
    text-decoration: none;
    background: #4070a4;
}
.dropdown-menu tbody,.dropdown-menu tr,.dropdown-menu td{
    display: block;
}
.dropdown-menu td{
    border: none;
}
.dropdown-menu td a{
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #000;
    padding: 0 15px;
    border: none;
    border-radius: 0!important;
    text-shadow: none;
    white-space: nowrap;
}
.dropdown-menu td a:hover{
    color: #fff;
}
.menu .search{
    width: 75px;
    cursor: pointer;
}
.menu .search a{
    background: url(../images/search.png) 50% 50% no-repeat;
}
.menu .search a:hover{
    background: #6b93c7 url(../images/search.png) 50% 50% no-repeat;    
}


.subtitle{
    background: url(../images/subtitle_bg.png) repeat-x 0 50%;
    font-size: 24px; 
    margin: 20px 0;   
}
.subtitle span{
    background: #fff;
    padding-right: 20px;
}
.main_services{
    overflow: hidden;
    margin-bottom: 20px;
}
.service_block{
    float: left;
    margin: 0 18px 0 60px;
}
.service_group {
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.underline{
    text-decoration: underline;
}
.underline:hover{
    text-decoration: none;
}
.service{
    background: url(../images/service_bg.png) repeat-x;
    width: 370px;
    height: 83px;
    text-decoration: none;
    padding: 0 20px 0 0;
    border: 1px solid #4070a4;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.service:hover{    
    background: url(../images/service_bg_h.png) repeat-x;
    border: 1px solid #ff9c00;
    text-decoration: none;
}
.service_img_block{
    width: 80px;
    height: 60px;
    margin: 11px 15px;
    float: left;
}
.service:hover .service_img_block{
    background-position: 0 -120px!important;
}
.service img{
}
.service_text{
    height: 83px;
    display: table-cell;
    vertical-align: middle;    
    color: #fff;
    font-size: 16px;
}
.service:hover .service_text{
    color: #6d4300;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}


.list_pagination{
    background: #fff;
    padding-left: 13px;
    float: right;
}
.list_pagination .swiper-pagination-switch{
    background: #e3e3e3;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: -4px;
}
.list_pagination .swiper-active-switch{
    background: #336699;
    top: 0;
}
.list_left,.list_right{
    width: 15px;
    height: 20px;
    padding: 0 5px;
    float: right;
    cursor: pointer;
}
.list_left{
    background: #fff url(../images/arr_left.png) no-repeat 60% 50%;
}
.list_right{
    background: #fff url(../images/arr_right.png) no-repeat 40% 50%;
}
.list_container{
    width: 994px;
    overflow: hidden;
    position: relative;
    left: -6px;
}
.right_container {
    position: relative;
}
.right_container .list_container{
    width: 747px;
}
.right_container .catlist{
    height: auto!important;
}
.catlist{
    overflow: hidden;
    padding-left: 6px;
    margin-bottom: 10px;
    height: 270px!important;
    list-style: none outside none;    
}
.catlist,.catlist ul{
    line-height: 20px!important;    
}
.catlist>li{
    width: 247px;
    height: 282px;
    float: left;
}
.catlist>li:hover .list_title a{
    color: #f2980a;
    text-decoration: none;
}
.catlist>li:hover .list_img_box{
    border-color: #f2980a;
}
.catlist>li:hover ul{
    list-style-image: url(../images/orange_dot.png);
}
.catlist>li:first-child{
    margin-left: 0;
}
.list_title{
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
    width: 230px;
}
.list_img_box{
    width: 232px;
    height: 150px;
    padding: 5px;    
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    position: relative;
    top: -3px;
    left: -6px;    
}
.list_img{
    width: 232px;
    height: 150px;
    border-radius: 3px;
}
.service_list{
    height: 40px;
    overflow: hidden;
}
ul,.content .elem_content ul{
    list-style-image: url(../images/blue_dot.png);
    list-style-position: inside;
    font-size: 15px;
    color: #919191;
}
.page_content,.page_content ul{
    color: #5a5a5a;
}
.all_projects{
    font-size: 15px;
    float: right;
}

.footer{
    height: 74px;
    background: #efefef;
    text-align: center;
    margin: 40px -32px 0;
    color: #333333;
}
.copy{
    padding-top: 18px;
}
.left_container{
    width: 230px;
    float: left;
}
.right_container{
    width: 733px;
    float: right;
    padding-bottom: 20px;
}
.left_block{
    background: #4070a4;
    color: #fff;
    padding: 20px 13px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.left_block.bottom{
    margin-top: 20px;
}
.left_title{
    font-size: 18px;
    padding: 0px 8px 5px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px rgba(37,85,146,0.63);
    border-bottom: 1px dashed #ccc;    
}
.left_cat{
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(37,85,146,0.63);
    padding-left: 8px;
    margin-bottom: 10px;
}
.left_cat a{
    color: #fff;
    text-decoration: none;
}
.left_cat a:hover{
    text-decoration: underline;
}
.left_list{
    list-style: none outside none;
    padding-left: 23px;
    margin-bottom: 10px;
    list-style-position: outside;
    list-style-image: url(../images/dash.png);
}
.left_list.margined{
    padding-left: 38px;    
}
.left_list li{
    margin-bottom: 5px;
}
.left_list a,.left_list li{
    color: #fff;
    text-decoration: none;
}
/*.big_button{
    background: url(../images/service_bg_h.png);
    height: 83px;
    font-size: 18px;
    color: #6d4300;
    border: 1px solid #ff9c00;
    border-radius: 3px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}*/
.full_img{
    width: 570px;
    height: 370px;
    float: left;
}
.elem_title{
    color: #333;
    font-size: 24px;
    padding: 18px 0 8px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.elem_subtitle{
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}
.elem_right{
    float: left; 
    margin-left: 5px;   
}
.portfolio_gallery{
    height: 333px;
    overflow: hidden;
}
.pg_wrapper{
    width: 156px!important;
}
.pg_wrapper li{
    width: 140px!important;
    height: 100px!important;
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    list-style: none outside none;
}
.pg_wrapper li img{
    width: 140px;
    height: 100px;
    border-radius: 3px;
}
.pg_wrapper li.active{
    border-color: #f09301;
}
.pg_top,.pg_bot{
    width: 16px;
    height: 11px;
    background: url(../images/pg_arrows.png) no-repeat;
    margin-left: 66px;
    cursor: pointer;
}
.pg_top{
    background-position: 0 -11px;
    margin: 5px 0 3px 66px;
}
.pg_top:hover{
    background-position: -16px -11px;
}
.pg_bot{
    background-position: 0 0;
}
.pg_bot:hover{
    background-position: -16px 0;
}
/* Отзывы */
.comment{
    overflow: hidden;
    padding: 12px 0;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
}
.comment.answer{
    margin-left: 160px;
    margin-top: -10px;
}
.main_comments .comment{
    width: 300px;
    min-height: 142px;
    padding: 8px 12px;
    float: left;
    border: none;
    border-radius: 0;
}
.main_comments .comment.first{
    border-left: 6px solid #f6498e;
}
.answer .comment_info{
    float: none;
}
.answer .comment_text{
    margin-left: 10px;
}
.comment_name{
    font-size: 12px;
    color: #a3238e;
    margin-bottom: 10px;
}
.comment_name>a{
    color: inherit;
}
.comment_info{
}
.comment_author{
    color: #303030;
    font-size: 14px;
    display: inline;
    float: left;
}
.comment_date{
    color: #4a79b6;
    display: inline;
}
.comment_text{
    margin: 10px 0 8px;
    overflow: hidden;
}
.show_answer{
    margin-left: 150px; 
    display: block;
    width: 100px; 
    text-decoration: underline;
}
.add_answer:hover{
    text-decoration: none;
}
.comment textarea{ 
    font-size: 14px;
    width: 694px!important;
}
.comment input{
    width: 150px!important;
    float: right;
}
.comments_form_title{
    font-size: 14px;
    margin-bottom: 3px;
}
.comments_form_name{
    margin-bottom: 8px;
}
.comments_form_message{
    height: 80px;
    resize: none;
}
.answer_form{
    display: none;
}
.answer_form .comments_form_message{
    width: 440px!important;
    margin-left: 0;
}
#add_comment,.add_answer,.close_answer{    
    margin: 4px 0 0;
    right: 0;
}
#add_comment:active,.add_answer:active{
    position:  relative;
    top: 1px;
}
.comment_edit, .comment_delete, .comment_ok{
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 5px;
    display: block;
    position: absolute;
    top: 12px;
}
.comment_edit{
    right: 26px;
    background: url("../admin/images/b_edit2.png");
}
.comment_delete{
    background: url("../admin/images/b_drop.png");
    right: 5px;
}
.comment_ok{
    background: url("../admin/images/b_ok.png");
    right: 26px;
    display: none;
}
.comment_error{
    color: red;
    margin: 6px 0 4px;
}
.comments_form,.answer_form{
    margin-top: 20px;
    width: 415px;
    overflow: hidden;
    margin-bottom: 20px;
}
#comments input, #comments textarea, .comments_form input, .comments_form textarea{
    width: 407px;
    background: #fff;
    padding: 3px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.form_comments textarea{
    margin-left: 0px;
}
/* FILTER */
.filter{
    width: 733px;
    float: left;
    margin-bottom: 10px;
}
.filter .filter_content{
    width: 703px;
    background: #f5f4f4;
    padding: 15px;
    border-radius: 0 3px 3px 3px;
    position: relative;
    clear: both;
    float: left;
}
.filter_header{
    width: 250px;
    background: #f5f4f4;
    font-size: 16px;
    padding: 10px 15px 3px;
    margin-bottom: -5px;
    border-radius: 3px;
    float: left;
}
.filter_hider{
    width: 25px;
    height: 27px;
    background: url(../images/filter_hider.png) 0 -27px no-repeat;
    cursor: pointer;
    float: right;
}
.filter_hider.closed{
    background-position: 0 0;
}
.filter_selects{
    max-width: 520px;
    float: left;
}
.filter_block{
    float: left;    
    width: 310px;
    height: 33px;
    margin-right: 40px;
    margin-bottom: 12px;
    position: relative;    
}
.filter_block.short{
    width: 200px;
}
.filter_block.short .filter_select{
    width: 70px;
}
.filter_block label,.filter_rpice label,.filter_sort label{
    width: 120px;
    height: 33px;
    line-height: 12px;
    margin-bottom: 0px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    cursor: default;
    position: relative;
    top: -2px;
}
label.long{
    width: 170px;
}
.prop_name{
    width: 120px;
    display: block;
    word-wrap: break-word;
}
label.long .prop_name{
    width: 170px;
    word-wrap: normal;
}
.filter_select{
    background: #fff;
    width: 178px;
    height: 17px;
    line-height: 17px;
    padding: 5px;
    border: 1px solid #cecdcd;
    border-radius: 3px;
    position: relative;
    float: right;
    margin-right: -4px;
}
.selectBox-arrow{
    width: 27px;
    height: 27px;
    background: url(../images/selectBox-arrow.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.filter_select:hover,.filter_select:hover .selectBox-arrow/*, .filter_select:hover .filter_options*/{
    
}
.filter_select *{
    color: inherit;
}
.filter_selected{
    overflow: hidden;
    cursor: pointer;    
}
.filter_selected .text{
}
.filter_options{
    background: #fff;
    min-width: 100%;
    position: absolute;
    top: 115%;
    left: -1px;    
    padding: 5px 0;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-shadow: 0 1px 3px 1px rgba(214,214,214,0.7);
    display: none;
    z-index: 100;
}
.filter_options table{
    width: 100%;
}
.filter_option,.filter_single_option{
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 20px;
    margin: 0;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}
.filter_option:hover,.filter_single_option:hover{
    background: #5e8ac0 url(../images/ok.png) 5px 50% no-repeat;
    color: #fff;
}
.filter_option.active,.filter_single_option.active,.filter_single_option.active:hover{
    background: url(../images/ok.png) 5px 50% no-repeat;
    color: #333;
}
.filter_option.active:hover{
    background: #5e8ac0 url(../images/del.png) 5px 50% no-repeat;
}
.filter_option.all.active:hover{
    background: #fff url(../images/ok.png) 5px 50% no-repeat;
    color: #333;
}
.options_block{
    /*min-width: 100px;*/
    padding: 5px 0px;
    vertical-align: top;
}
.filter_rpice{
    height: 56px;
    float: left;
    position: relative;
    margin-left: 25px;
}
.filter_sort{
    width: 150px;
    float: right;
    margin-right: 10px;
}
.hide_filter{
    height: 26px;
    line-height: 26px;
    background: url(../images/filter_slide_up.png) 100% 50% no-repeat;
    padding-right: 40px;
    margin-bottom: 8px;
    cursor: pointer;
}
.hide_filter:hover {
    background: url(../images/filter_slide_up_hover.png) 100% 50% no-repeat;
}
.filter_apply{
    margin-right: 42px;
    float: right;
}
.clear_filter{
    float: right;
    margin-right: 15px;
}
.numeric_val{
    position: absolute;
    top: -8px;
    right: -4px;
    padding: 0;
    border: 1px solid #939393;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    width: 40px;
    padding: 0 5px!important;
}
.numeric_val.min{
    right: 134px;
}
.exact_values{
    position: relative;
    color: #777;
    border-bottom: 1px dotted #777;
}
.exact_values>span{
    cursor: pointer;
}
.exact_values .values{
    background: #302f2f;
    width: 156px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: -58px;
    border-radius: 5px;
    display: none;
}
.exact_values .values:before{
    width: 0px;
    border: 5px solid transparent;
    border-top: 5px solid rgb(0,0,0);
    border-top: 5px solid rgba(0,0,0,0.8);
    content: "";
    color: rgba(255,255,255,0);
    position: absolute;
    bottom: -10px;
    left: 83px;
}
.exact_values .values input{
    border: none;
    width: 40px;
    padding: 3px;
    margin-top: -3px;
}
/* jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-widget-content {background: url(../images/slider_bg.png) no-repeat; border-radius: 3px;}
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle {top:-3px; margin-left: -8px; background: url(../images/slider_handle.png) 50% 100% no-repeat; position: absolute; z-index: 2; width: 19px; height: 19px; cursor: default;}
.ui-slider .ui-slider-range {background: url(../images/range_bg.jpg) repeat-x; position: absolute; top: 1px; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal {width: 180px; height: 13px; top: 18px; left: 0px;float:right;}
.ui-slider-horizontal .ui-slider-handle {}
.ui-slider-horizontal .ui-slider-handle span{
    background: #fff;
    min-width: 35px;
    display: inline-block;
    text-align: center;
    color: #888;
    font-size: 12px;
    position: relative;
    top: -16px;
    left: 0px;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-focus{
    z-index: 4;
}
.ui-slider-horizontal .ui-slider-handle.first span{    
    left: -18px;
}

.ui-slider-horizontal .ui-slider-range { height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }



.search_cont {
    position: absolute;
    background: #7c9fcc;
    width: 980px;
    height: 44px;
    top: 163px;
    left: 32px;
    display: none;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1001;
}
.search_block {
    width: 980px;
    padding-top: 8px;
    margin: 0 auto;
}
.search_block input {
    width: 785px;
    height: 18px;
    line-height: 18px;
    float: left;
    color: #777;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 55px;
    margin-right: 5px;
    border: none;
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px 0px rgba(100,100,100,0.7);
}
.searchbutt {
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 1px;
}
.niceCheck{
    width: 23px;
    height: 23px;
    bottom: -4px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    background: url("../images/niceCheck.png");
    position: relative;
    float: right;
    margin-right: 100px;
}
.niceCheck input {
    display: none;
}
.radio {
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url(../images/niceCheck.png) no-repeat;
	cursor: pointer;
}
.radio.checked, .niceCheck.checked  {
  background-position: 0 -23px;
}
.radio:hover, .niceCheck:hover {
   background-position: -23px 0;
}
.radio.checked:hover, .niceCheck.checked:hover {
  background-position: -23px -23px;
}
.filter_pagination,.pagination{
    float: right;
}

.countp{
    float: left;        
}
.countp select{
    width: 70px;
    margin-bottom: 0;
}
.modal_help{
    color: #d2e5ff;
}