/*@font-face {
   font-family: candara; /* гарнитура шрифта */
   /*src: url('../fonts/Candara.ttf'); /* Путь к файлу со шрифтом *//* 
}*/
@font-face {
   font-family: Corinthia; /* гарнитура шрифта */
   src: url('../fonts/Corinthia.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: georgia; /* гарнитура шрифта */
   src: url('../fonts/georgia.ttf'); /* Путь к файлу со шрифтом */ 
}
@font-face {
   font-family: OpenSans; /* гарнитура шрифта */
   src: url('../fonts/OpenSans-Regular.ttf'); /* Путь к файлу со шрифтом */ 
}

body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: OpenSans, arial;
    color: #555453;
    background: url(../images/my/bg.jpg) repeat;
}

h1 {
    color: #ffa903;
    font-family: OpenSans, arial;
    font-size: 30px; 
    font-weight: normal;
    text-align: center;
    line-height: 33px;
}
h2 {
    font-size: 27px;
    color: #c8642c;
    font-family: OpenSans, arial;
    font-weight: normal;
    line-height: 30px;
}
h3 {
    font-size: 24px;
    color: #c8642c;
    font-family: OpenSans, arial;
    font-weight: normal;
    line-height: 27px;
}
h4 {
    font-size: 21px;
    color: #c8642c;
    font-family: OpenSans, arial;
    font-weight: normal;
    line-height: 24px;
}
h5 {
    font-size: 18px;
    color: #c8642c;
    font-family: OpenSans, arial;
    font-weight: normal;
    line-height: 21px;
}
h6 {
    font-size: 32px;
    color: #c8642c;
    font-family: OpenSans, arial;
    font-weight: normal;
}

a {
    color: #2DABC4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.main1 {    
    display: table;
    width: 100%;
    height: 100%;
}
.main2 {
    /*background: url(../images/my/top_bar.jpg) top repeat-x;*/
    
    /*background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;*/
}
.main3 {
    /*background: url(../images/my/center-bg.jpg) center top repeat-y;*/
    
    
}
.main4 { 
    /*padding-top: 20px;*/
    background: url(../images/my/header_bg.jpg) center top no-repeat;
}
body.main .main5 {
    background: url(../images/my/preimushestva_bg.jpg) center 1770px no-repeat;
}
.main6 {
    
    background: url(../images/my/footer_bg.jpg) center bottom no-repeat;
}
.main7 {
    background: url(../images/my/bottom_line.png) center bottom no-repeat;
}


#wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    margin: 0 auto;
    /*padding-top: 780px;*/
    padding-top: 560px;
    /*border: 1px solid green;*/
    
    
}
body.main #wrapper {
    padding-top: 1400px;
}
#header {
    width: 100%;
    margin: 0 auto;
}

.main_logo {
    position: absolute;
    background: url(../images/my/logo.png) center top no-repeat;
    display: block;
    top: 70px;
    left: 455px;
    width: 90px;
    height: 68px;
    z-index: 1000;
}

table td {
    vertical-align: top;
}


.main_table {
    width: 100%;
    /*background: #fff;
    margin-bottom: 120px;*/
    
    /*-webkit-box-shadow: 0 0 20px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.7);
    box-shadow: 0 0 20px rgba(0,0,0,.7);*/
}

.clear {clear: both;}


/* Телефон в шапке
**********************************************/
.moduletable_toptel {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 1500;
    color: #000;
    font-size: 24px;
    font-family: myriad, arial;
}

/* Адрес в шапке
**********************************************/
.moduletable_topcontact {
    position: absolute;
    top: 272px;
    left: 52px;
    line-height: 30px;
    color: white;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    font-family: OpenSans, arial;
}


.moduletable_top_logo_text {
    position: absolute;
    top: 85px;
    left: 5px;
}


/* Поиск
************************* */
.moduletable_topsearch {
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 1001;
    background: url("../images/my/search.jpg") no-repeat top right transparent;
    width: 200px;
    height: 30px;
}
.moduletable_topsearch label {display: none;}
.moduletable_topsearch input[type=text] {
    outline: none;
    padding: 0px;
    color: #555453;
    border: none;
    position: relative;
    top: 0px;
    right: 25px;
    width: 155px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}
.moduletable_topsearch button {
    position: relative;
    top: 0px;
    left: 170px;
    height: 30px;
    width: 30px;
    text-indent: -9000px;
    cursor: pointer;
    background: none;
    padding: 3px;
    border: none;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}

.clear {
    clear: both;
}

#content .style_table {
    width: 100%;
    border-collapse: collapse;
}
#content .style_table td {padding: 10px; border: 1px solid #dadada;}

.left_column .left, .main_column #content, .right_column .right {
    
} 
.left_column {
    width: 260px;
    position: relative;
} 
.left_column .left {
    width: 260px;
}
.main_column {
    margin-bottom: 20px;
    min-height: 300px;
    /*padding-bottom: 200px;*/
    padding: 0 0 20px 0px;
    width: auto;
}

.main_column #content {
    width: auto;
    min-height: 350px;
    /*margin: 0 15px 40px 15px;*/
    padding: 10px 10px 10px 10px;
    font-family: OpenSans, arial;
    /*font-size: 15px;
    line-height: 130%;*/
}
.main_column #content .content {
    background: rgba(0,0,0,.25);
    padding: 20px;
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

#content ul.list_style {
    margin: 5px 10px;
    padding: 0;
}
#content ul.list_style li {
    list-style: none;
    background: url(../images/my/ul_li.png) no-repeat left center transparent;
    padding: 0 0 0 25px;
}

.right_column {
    width: 350px;
    
}
.right_column .right {
    width: auto;
    padding-left: 25px;
}


#left {
    
}



#right {
   
}

.breadcrumbs {
    color: #575757;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.breadcrumbs a {
    color: #910505;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs a.pathway:first-child {
    display: inline-block;
    height: 19px;
    width: 16px;
    background: url(../images/my/home.png) bottom no-repeat;
    text-indent: -9000px;
}


.rsform h2 {
    display: none;
}

.content_bottom_img {
    height: 32px;
    width: 100%;
    background: -webkit-linear-gradient(#f7f7f7, #d0d0d0);
    background: -moz-linear-gradient(#f7f7f7, #d0d0d0);
    background: -o-linear-gradient(#f7f7f7, #d0d0d0);
    background: linear-gradient(#f7f7f7, #d0d0d0);
}


/* Верхнее меню
*********************************/
.menu_main {
    list-style: none;
    padding: 0 5px;
    position: absolute;
    top: 7px;
    left: 70px;
    margin: 0;
    padding: 0;
}
.menu_main li {
    display: block;
    float: left;
    margin: 0 30px 0 0px;
    position: relative;
}
.menu_main li:hover, .menu_main li.active {
    /*background: #17c2e1;*/
}

.menu_main li a, .menu_main li span.separator {
    margin: 0 5px 8px 5px;
    display: block;
    padding: 10px 15px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: OpenSans, arial;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*-webkit-transform: rotate(-90deg);*/
    
    
    /*-webkit-text-shadow: 2px 2px 5px rgba(255,255,255,.5);
    -moz-text-shadow: 2px 2px 5px rgba(255,255,255,.5);
    text-shadow: 2px 2px 5px rgba(255,255,255,.5);*/
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu_main li.active a, .menu_main li a:hover, .menu_main li.active a, .menu_main li:hover > span.separator, .menu_main li:hover > a, .menu_main li span.separator:hover {
    color: #000;
    background: #fff;
    
}

ul.menu_main > li:hover > ul {display: block;}

ul.menu_main > li > ul {
    position: absolute;
    top: 37px;
    left: 8px;
    background: #fff;
    z-index: 150;
    margin: 0;
    padding: 0;
    display: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);

}
ul.menu_main ul li {
    list-style: none;
    display: block;
    text-align: left;
    margin: 5px;
    width: 210px;
    position: relative;
    background: none;
}
ul.menu_main > li > ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0px;
    color: #561901;
    font-size: 14px;
}
ul.menu_main > li > ul li a:hover, ul.menu_main > li > ul li.active a {
    color: #fff;
    background: #D13B35;
    font-weight: normal;
}


ul.menu_main > li > ul ul {
    position: absolute;
    top: 0px;
    left: 210px;
    background: #C3BC47;
    z-index: 150;
    margin: 0;
    padding: 0;
    display: none;

    -webkit-box-shadow: 1px 1px 15px rgba(0, 58, 131, .5);
    -moz-box-shadow: 1px 1px 15px rgba(0, 58, 131, .5);
    box-shadow: 1px 1px 15px rgba(0, 58, 131, .5);
}
.menu_main > li > ul > li:hover > ul {display: block;}




.moduletable_main_cat {
    display: none;
    position: absolute;
    top: 585px;
    left: 10px;
}
body.main .moduletable_main_cat {
    display: block;
}
.moduletable_main_cat ul {
    margin: 0;
    padding: 0;
}
.moduletable_main_cat ul li {
    display: block;
    float: left;
    list-style: none;
    position: relative;
}
.moduletable_main_cat ul li a, .moduletable_main_cat ul li span.separator {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: candara, arial;
    cursor: pointer;
    text-transform: uppercase;
    width: 245px;
    height: 200px;
    text-align: center;
}
.moduletable_main_cat ul li a span.image-title, .moduletable_main_cat ul li span.separator span.image-title {
    display: inline-block;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 160px;
    padding: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.moduletable_main_cat ul li a:hover .image-title, .moduletable_main_cat ul li span.separator:hover .image-title {
    background: #fff;
    color: #b2453a;
    
}
.moduletable_main_cat ul li a img, .moduletable_main_cat ul li span.separator img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.moduletable_main_cat ul li a:hover > img, .moduletable_main_cat ul li span.separator:hover > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.moduletable_main_cat .item-168 a img {position: relative; top: 20px;}
.moduletable_main_cat .item-171 a img {position: relative; top: 20px;}
.moduletable_main_cat .item-172 a img {position: relative; top: 30px;} .moduletable_main_cat .item-172 a {width: 210px;}
.moduletable_main_cat .item-173 a img {position: relative; top: 30px;} .moduletable_main_cat .item-173 a {width: 230px;}
.moduletable_main_cat .item-225 a img {position: relative; top: 20px;} .moduletable_main_cat .item-225 a {width: 150px;}
.moduletable_main_cat .item-226 a img {position: relative; top: 10px;} .moduletable_main_cat .item-226 a {width: 190px;}
.moduletable_main_cat .item-227 a {width: 170px;}
.moduletable_main_cat .item-235 a {width: 180px;}
.moduletable_main_cat .item-236 a {width: 180px;} .moduletable_main_cat .item-236 a img {position: relative; transform: scale(0.8);}
.moduletable_main_cat .item-237 a {width: 190px;} .moduletable_main_cat .item-237 a img {position: relative; top: 5px; transform: scale(0.8);} .moduletable_main_cat .item-237 a img:hover {transform: scale(0.9);}
.moduletable_main_cat .item-241 a {width: 190px;} .moduletable_main_cat .item-241 a img {position: relative; top: 35px; right: 25px; transform: scale(0.7);} .moduletable_main_cat .item-241 a img:hover {transform: scale(0.8);}
.moduletable_main_cat .item-242 a {width: 200px} .moduletable_main_cat .item-242 a img {position: relative; top: 25px;}
.moduletable_main_cat .item-250 a {width: 200px} .moduletable_main_cat .item-250 {margin-left: 250px;} .moduletable_main_cat .item-250 a img {position: relative; top: 50px;}
.moduletable_main_cat .item-251 a {width: 230px} .moduletable_main_cat .item-251 a span {width: 230px} .moduletable_main_cat .item-251 a img {position: relative; top: 50px;}



.wk-slideshow-default .nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}


.moduletable_left_menu {
    background: url(../images/my/left_menu_top_bg.png) top center no-repeat;
    padding-top: 50px;
}
.moduletable_left_menu ul {
    margin: 0 auto;
    padding: 10px 10px;
    width: 234px;
    background:  url(../images/my/left_menu_bg2.jpg) top center no-repeat, url(../images/my/left_menu_bg.jpg) top repeat-y;
    overflow: hidden;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.moduletable_left_menu ul li {
    display: block;
    list-style: none;
    position: relative;
    padding: 0 0px 3px 55px;
    margin-bottom: 10px;
    background: url(../images/my/left_menu_sep.png) bottom center no-repeat;
}
.moduletable_left_menu ul li a, .moduletable_left_menu ul li span.separator {
    display: block;
    color: #561901;
    text-decoration: none;
    font-size: 15px;
    font-family: OpenSans, arial;
    cursor: pointer;
    text-transform: uppercase;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.moduletable_left_menu ul li.active a, .moduletable_left_menu ul li a:hover, .moduletable_left_menu ul li span.separator:hover {
    color: #fff;
    background: url(../images/my/left_menu_active.png) left center no-repeat;
    padding-left: 15px;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}




.moduletable_mainuslugi {
    background: url(../images/my/menu_uslugi_bg.jpg) center top no-repeat;
    width: 972px;
    height: 272px;
    display: block;
    position: relative;
}
.moduletable_mainuslugi h3 {
    position: absolute; 
    top: -57px;
    left: 250px;
    min-width: 530px;
    background: url(../images/my/title_line.jpg) right 15px no-repeat;
}
ul.menu_uslugi {
    position: relative;
    top: -5px;
    margin: 15px 0 0 60px;
}
ul.menu_uslugi li {
    list-style:none;
    display: block;
    float: left;
    width: 160px;
    height: 100px;
    margin: 15px;
    text-align: center;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.menu_uslugi li a, ul.menu_uslugi li span.separator {
    display: block;
    line-height: 110%;
    color: #000;
    font-size: 15px;
    font-family: myriad, arial;
    padding-top: 80px;
    cursor: pointer;
    
}
ul.menu_uslugi li.item-137 {
    background: url(../images/my/uslugi_sprite.png) 45px top no-repeat;
}
ul.menu_uslugi li.item-137:hover {
    background-position: 40px -151px;
}
ul.menu_uslugi li.item-138 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: -210px 0px;
}
ul.menu_uslugi li.item-138:hover {
    background-position: -210px -150px;
}
ul.menu_uslugi li.item-139 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: 40px -315px;
}
ul.menu_uslugi li.item-139:hover {
    background-position: 40px -470px;
}
ul.menu_uslugi li.item-140 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: -205px -320px;
}
ul.menu_uslugi li.item-140:hover {
    background-position: -210px -470px;
}
ul.menu_uslugi li.item-141 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: 40px -640px;
}
ul.menu_uslugi li.item-141:hover {
    background-position: 40px -820px;
}
ul.menu_uslugi li.item-142 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: -210px -640px;
}
ul.menu_uslugi li.item-142:hover {
    background-position: -210px -820px;
}
ul.menu_uslugi li.item-143 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: 40px -1035px;
}
ul.menu_uslugi li.item-143:hover {
    background-position: 40px -1250px;
}
ul.menu_uslugi li.item-144 {
    background: url(../images/my/uslugi_sprite.png) 55px top no-repeat;
    background-position: -210px -1035px;
}
ul.menu_uslugi li.item-144:hover {
    background-position: -210px -1250px;
}



.moduletable_leftcontact {
    background: #13BACE;
    margin: 0 5px;
    overflow: hidden;
}
.moduletable_leftcontact h3 {
    padding: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.custom_leftcontact {
    background: #BCF0F5;
    margin: 5px;
}



.moduletable_preimushestva {
    margin: 50px 0 30px;
}
.moduletable_preimushestva h3 {
    color: #000;
    text-transform: uppercase;
    margin: 5px;
}
.moduletable_preimushestva p {
    font-size: 22px;
    margin: 14px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,.3);
}



/* Баннеры на главной */
.moduletable_mainbanner {
    position: absolute;
    top: 250px;
}
.moduletable_mainbanner table div {
    height: 229px;
    width: 228px;
    background: #FAFAFA;
    border: 1px #D9D9D9 solid;
    float: left;
    margin: 22px 6px 20px 6px;
    padding: 5px 0;
    box-shadow: 0px 1px 6px #D9D9D9;
    -moz-box-shadow: 0px 1px 6px #D9D9D9;
    -webkit-box-shadow: 0px 1px 6px #D9D9D9;
}
.moduletable_mainbanner table div a {
    display: block;
    margin: 0 5px;
    text-decoration: none;
}
.moduletable_mainbanner table div img + a {
    color: #686868;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
.moduletable_mainbanner table div img + a + a {
    color: #5491AB; font-style: italic;
    text-align: right;
}
.moduletable_mainbanner table div img + a + a:hover {color: #7AC8ED;}



.moduletable_last_publ {
    /*border: 1px white solid;
    width: 300px;
    text-align: center;*/
    border: 1px #D9D9D9 solid;
    background: #FAFAFA;
    box-shadow: 0px 1px 5px #D9D9D9;
    -moz-box-shadow: 0px 1px 5px #D9D9D9;
    -webkit-box-shadow: 0px 1px 5px #D9D9D9;
    margin: 0px 0px 35px 0px;
    padding: 10px;
}
.moduletable_last_publ h3 {
    background: #fff url(../images/my/sidetopic.jpg) 15px center no-repeat;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #CBCBCB;
    text-align: center;
    padding: 10px 0;
}
.moduletable_last_publ ul.latestnews_last_publ {
    margin: 0;
    padding: 15px;
    background: #fff;
}
.moduletable_last_publ ul.latestnews_last_publ li:first-child {
    border-top: none;
}
.moduletable_last_publ ul.latestnews_last_publ li {
    list-style: none;
    border-top: 1px white solid;
    border-bottom: 1px #ECECEC solid;
    text-align: center;
}
.moduletable_last_publ ul.latestnews_last_publ li a {
    color: #061C6F;
    background: #f8f8f8;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    display: block;
    text-shadow: 0px 1px 0px white;
}
.moduletable_last_publ ul.latestnews_last_publ li a:hover {
    color: #5491AB;
}




.custom_bottombtn > div {
    height: 50px;
    border: 1px white solid;
    position: relative;
}
.custom_bottombtn > div > div:first-child {
    border-right: 1px #D9D9D9 solid;
    width: 517px;
    float: left;
    height: 100%;
}
.custom_bottombtn > div > div + div {float: right;}
.custom_bottombtn > div > div + div > div {
    height: 50px;
    width: 108px;
    background: url(../images/my/readmore.jpg) repeat-x center center;
}
.custom_bottombtn > div > div + div > div a {
    text-decoration: none;
    display: block;
    color: #A3A3A3;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 36px;
    padding-top: 14px;
    text-shadow: 0px 1px 0px white;
}

/*div.d_slider {
	display: table;
	width: 100%;
	height: 100%;
	height: 392px;
	overflow: hidden;
	position: absolute;
    top: 142px;
	z-index: 10;
}
div.slider {
	position: absolute;
	left: 0;
	top: 150px;
}
div.slider, div.slider div.wk-slideshow {
	width: 100%;
	height: 392px;
	overflow: hidden;
}
div.slider li {
	list-style: none;
    height: 392px;
}
.wk-slideshow-default .nav li {
	_display: inline;
}

.wk-slideshow-default .nav {
    position: absolute;
    z-index: 500;
    top: 353px;
    left: 13%;
}

div.slider .slides li:first-child {
	background: url(../images/my/slider/slide1.jpg) repeat-x center top;
}
div.slider .slides li:first-child + li {
	background: url(../images/my/slider/slide1.jpg) repeat-x center top;
}*/
.slider {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 513px;
    height: 261px;
}

/* Слайдер */
.moduletable_mainslider {
    
}
.moduletable_mainslider .nav {
    position: relative;
    top: -50px;
    z-index: 100;
}













/* Форма обратной связи
**************************************/
#aiContactSafe_mainbody_3 {
    margin: 50px 0 50px 0;
    width: 200px;
    background: -webkit-radial-gradient(#a3a0a0,#818080);
    background: -moz-radial-gradient(#a3a0a0,#818080);
    background: -o-radial-gradient(#a3a0a0,#818080);
    background: -webkit-radial-gradient(#a3a0a0,#818080);
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
#aiContactSafe_mainbody_3 .aiContactSafe_label {
    color: #fff;
}
#aiContactSafe_mainbody_3 input[type=text], #aiContactSafe_mainbody_3 textarea {
    outline: none;
    padding: 2px 5px;
    border: 1px solid #f8f8f8;
    background: -webkit-linear-gradient(#dcdddd, #fefefe);
    background: -moz-linear-gradient(#dcdddd, #fefefe);
    background: -o-linear-gradient(#dcdddd, #fefefe);
    background: linear-gradient(#dcdddd, #fefefe);
    height: 25px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
#aiContactSafe_mainbody_3 #aiContactSafe_info {
    display: none;
}
div#aiContactSafe_mainbody_3 input#aics_fio {
    width: 170px;
}
div#aiContactSafe_mainbody_3 input#aics_email {
    width: 170px;
}
div#aiContactSafe_mainbody_3 input#aics_phone {
    width: 170px;
}
div#aiContactSafe_mainbody_3 #aics_comment {
    width: 170px;
    height: 50px;
}
div#aiContactSafe_mainbody_3 div#aiContactSafeBtns input {
    margin: 0 0 0 40px;
    border: 2px solid #2491bf;
    background: #005493;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    cursor: pointer;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
      
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
div#aiContactSafe_mainbody_3 div#aiContactSafeBtns input:hover {
    background: #005493 url("../images/my/menu-bg.png") no-repeat left;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
}



/* Кнопка заказа */
.online_order {
    display: block;
    background: url(../images/my/online_order.png) no-repeat;
    width: 390px;
    height: 133px;
    text-indent: -9000px;
    margin: 50px 0 0 0;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.online_order:hover {
    background: url(../images/my/online_order_h.png) no-repeat;
}

/* Меню соц. сетей
*********************************/
.menu_bottom {
    list-style: none;
    display: block;
    padding: 0;
    margin: 30px 30px 30px 150px;
    
}
.menu_bottom li {
    display: block;
    margin-right: 15px;
    
    position: relative;
    
}
.menu_bottom li:after {
    content: "|";
    color: #fcc37f;
}
.menu_bottom li:last-child:after {
    content: "";
}


.menu_bottom li a {
    padding-right: 15px;
    display: inline-block;
    width: auto;
    color: #fcc37f;
    text-decoration: none;
    font-size: 15px;
    
    text-shadow: 1px 1px 5px #000;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
ul.menu_bottom li.active a, ul.menu_bottom a:hover, ul.menu_bottom li.active a:hover {
    text-decoration: underline;
}


.after_table {position: relative;}
.custom_uslugiinfo {
    position: absolute;
    top: -280px;
    left: 200px;
    color: #fff;
}
.custom_uslugiinfo table td {
    text-align: center;
    padding: 5px 10px;
}
.custom_uslugiinfo table {border-collapse: collapse;}
.custom_uslugiinfo > table > tbody > tr:first-child td {border-bottom: 1px solid #fff;}
.custom_uslugiinfo > table table {margin-left: 50px;}


/* Фильтр в шапке */
.moduletable_topfilter {
    position: absolute;
    top: 115px;
    right: 40px;
    padding: 5px 35px 15px;
    background: rgba(255, 255, 255, .7);
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.moduletable_topfilter h3 {
    margin: 10px;
    text-align: center;
}
.moduletable_topfilter input[name=btnSubmit] {
    background: -webkit-linear-gradient(#79cc69, #379439);
    background: -moz-linear-gradient(#79CC69, #379439);
    background: -o-linear-gradient(#79CC69, #379439);
    background: linear-gradient(#79CC69, #379439);
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
}
.moduletable_topfilter input[name=btnSubmit]:hover {
    background: -webkit-linear-gradient(#379439, #79cc69);
    background: -moz-linear-gradient(#379439, #79cc69);
    background: -o-linear-gradient(#379439, #79cc69);
    background: linear-gradient(#379439, #79cc69);
}
.moduletable_topfilter ul li:last-child {
    text-align: center;
}
.moduletable_topfilter ul.ja-k2filter li {
    margin-bottom: 0px !important;
}
.moduletable_topfilter ul li:nth-child(3) {
    margin-bottom: 15px !important;
}
.moduletable_topfilter ul.ja-k2filter li.last-item {
    /*margin-top: 10px;*/
}


/*Фильтр в левой колонке*/
.moduletable_leftfilter {
    padding: 10px;
    background: #E1BF77;
    overflow: hidden;
    width: 214px;
    margin: 20px auto 35px;
}
.moduletable_leftfilter h3 {
    margin-top: 0px;
    text-align: center;
}


/* Паджинация */
div.k2Pagination {
    padding: 8px;
    margin: 24px 0 4px 0;
    text-align: center;
    color: #999;
}
div.k2Pagination ul {
    margin: 0;
    padding: 0;
    
}
div.k2Pagination ul li {
    display: inline-block;
    padding: 3px 10px;
    /*border-top: 1px solid #E25513;
    border-bottom: 1px solid #E25513;
    border-left: 1px solid #E25513;*/
    margin: 3px;
    background: rgba(216, 130, 0, 0.56);
    color: #fff;
    background: url(../images/my/left_menu_bg.jpg) top repeat-y;
}
/*div.k2Pagination ul li:last-child {
    border-right: 1px solid #E25513;
}*/
div.k2Pagination ul li a, div.k2Pagination ul li span {
    display: block;
} 
div.k2Pagination ul li a {
    color: #561901;
} 





#footer {
    width: 1000px;
    height: 340px;
    margin: 0 auto;
    
    /*overflow: hidden;*/
    position: relative;
}
.footer_top {
    color: #fff;
    margin: 0;
    
}
.custom_footinfo {
    /*clear: both;
    position: relative;
    top: 0px;
    margin: 0 0 0 5px;
    color: #555453;*/
    
    clear: both;
    text-align: left;
    position: absolute;
    top: 40px;
    left: 200px;
    margin: 0 0 0 5px;
    color: #fff;
    font-family: opensans, arial;
    font-size: 15px;
    line-height: 21px;
}

.custom_footer_map {
    position: absolute;
    right: 0px;
    top: 30px;
}


/* Соц. сети */
.moduletable_socnetlink {
    position: absolute;
    top: 10px;
    left: 50px;
}
.moduletable_socnetlink a {
    text-decoration: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9000px;
}
.moduletable_socnetlink a.facebook {
    background: url('../images/my/f.png') center no-repeat;
}
.moduletable_socnetlink a.facebook:hover {
    background: url('../images/my/f_h.png') center no-repeat;
}
.moduletable_socnetlink a.twitter {
    background: url('../images/my/tw.png') center no-repeat;
}
.moduletable_socnetlink a.twitter:hover {
    background: url('../images/my/tw_h.png') center no-repeat;
}
.moduletable_socnetlink a.vkontakte {
    background: url('../images/my/vk.png') center no-repeat;
}
.moduletable_socnetlink a.vkontakte:hover {
    background: url('../images/my/vk_h.png') center no-repeat;
}



.custom_footer_logo {
    position: absolute;
    top: 50px;
    left: 50px;
}





.custom_bottomcontactinfo {
    position: absolute;
    top: 50px;
    right: 5px;
    font-family: magistral2, arial;
    font-size: 15px;
}
.custom_bottomcontactinfo td {
    padding: 5px;
}



.menu_bottommenu {
    margin: 0;
    padding: 0;
    z-index: 150;
    padding-top: 8px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.menu_bottommenu li {
    list-style: none;
    margin-bottom: 8px;
}
.menu_bottommenu li a, .menu_bottommenu li span.separator {
    color: #fff;
    display: block;
    padding: 5px 5px 5px 30px;
    font-family: myriad, arial;
    text-decoration: none;
    font-size: 19px;
}
.menu_bottommenu li a:hover, .menu_bottommenu li.active a, .menu_bottommenu li span.separator:hover {
    background: url('../images/my/bottom_menu_item.png') left center no-repeat;
    font-weight: bold;
}


.custom_bottomcontacts {
    position: absolute;
    top: 165px;
    left: 205px;
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    font-family: opensans, arial;
}

.custom_socneticon {
    position: absolute;
    top: 1px;
    right: 25px;
}

a.author {
    display: block;
    position: absolute;
    width: 170px; 
    text-decoration: none; 
    color: #814a0e; 
    height: 37px;
    font-size: 17px;
    background: url('/templates/lsg/images/my/author.png') center no-repeat;
    bottom: 15px;
    right: 15px;
    text-indent: -9000px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*a.author:hover {
    background-position: right bottom;
}*/


.success_msg {
    display: inline-block;
    position: absolute;
    width: 450px;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #235B1A;
    background: #C7EDC0;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    text-align: center;
    z-index: 1000;
}
.error_msg {
    display: inline-block;
    position: absolute;
    width: 450px;
    height: 35px;
    margin: auto;
    font-size: 15px;
    color: #AA0000;
    background: #FFCACA;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
    text-align: center;
    z-index: 1000;
}


/* Окно заказать звонок, вызвать замерщика
***************************/
.get_callback, .send_request {
    position: absolute;
    display: none;
    width: 400px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.5);
    overflow: hidden;
    z-index: 1000;
    padding: 15px;
    
}
.send_request {height: 400px;}
.send_request textarea {
    border: 1px solid #f8f8f8;
    outline: none;
    padding: 1px 5px;
    width: 180px;
    height: 100px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
}
.get_callback .close, .send_request .close {
    display: block;
    background: url("../images/my/close.png") no-repeat center;
    width: 32px;
    height: 32px;
    text-indent: -9000px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.get_callback h2, .send_request h2 {color: red; text-align: center; font-size: 22px; margin: 10px;}
.get_callback p, .send_request p {font-size: 15px; margin: 10px 25px; font-weight: bold;}
.get_callback .item_field, .send_request .item_field {padding: 5px;}
.get_callback .field_wrap, .send_request .field_wrap {
    width: 360px;
    margin: 15px auto;
}
.get_callback .required, .send_request .required {color: red;}
.get_callback .caption, .send_request .caption {font-size: 15px;}
.get_callback .caption, .get_callback .field, .send_request .caption, .send_request .field {
    display: inline-block;
}
.get_callback .caption, .send_request .caption {width: 140px;}
.get_callback input[type=text], .send_request input[type=text] {
    border: 1px solid #f8f8f8;
    outline: none;
    height: 25px;
    padding: 1px 5px;
    width: 180px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
}
#get_callback_btn, #s_r_btn {
    background: #FF7979;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 17px;
    cursor: pointer;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#get_callback_btn:hover, #s_r_btn:hover {
    background: red;
}



.main_featured ul {
    margin: 0;
    padding: 0;
}
div.k2ItemsBlock ul li span.moduleItemHits {
    border-right: none;
    display: block;
    padding: 0 0 0 25px;
}

/* K2 */
div.itemListCategory {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.main_featured li {
    width: 215px;
    height: 170px;
    margin: 0 20px 20px 0;
    padding: 0px;
    overflow: hidden;
    position: relative;
    
    float: left;
}
div.itemContainer {
    float: none !important;
}
div.catItemView {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 11px 20px 11px;
    height: 290px;
    width: 280px;
    float: left;
    padding: 5px !important;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
div.catItemView:hover {
    background: rgba(255, 255, 255, 1);
}

span.catItemImage img {
    border: none;
    padding: 0px;
}


h2.catItemTitle {
    margin: 0;
    padding: 5px 0 8px;
    line-height: 18px;
    text-align: center;
    /*background: #E0A955;*/
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.catItemImageBlock {
    padding: 5px 0 0 0;
    margin: 0 0 0px 0;
}
span.catItemImage {
    display: block;
    text-align: center;
    margin: 0 0 0px 0;
    height: 175px;
    overflow: hidden;
}
div.catItemBody {
    padding: 0px 0;
    margin: 0;
}

.main_featured .moduleItemTitle {
    margin: 0;
    padding: 5px 0 8px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .6);
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main_featured li:hover .moduleItemTitle {
    top: 0px;
    background: rgba(0, 0, 0, .0);
}
h2.catItemTitle a {
    text-decoration: none;
    color: #800;
    font-size: 15px;
    font-weight: bold;
}

div.catItemExtraFields, div.genericItemExtraFields {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    border-top: none;
}

div.catItemExtraFields h4, div.genericItemExtraFields h4 {
    display: none;
}

.catItemPrice {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    border: 3px solid #fff;
    padding: 5px 10px;
    font-size: 17px;
    text-align: center;
    color: white;
    background: #FFA903;
    font-weight: bold;
}

.moduleItemPrice {
    position: absolute;
    top: 70px;
    left: -235px;
    width: 150px;
    padding: 5px;
    font-size: 17px;
    text-align: center;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    z-index: 100;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.main_featured li:hover .moduleItemPrice {
    left: 35px;
}

.k2ReadMore {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    padding: 8px;
    background: #EB3838;
    color: white;
    text-decoration: none;
}

.moduleItemReadMore {
    display: block;
    width: 25px;
    height: 7px;
    background: url(../images/my/cat_item_more.png) center no-repeat;
    text-indent: -9000px;
    position: absolute;
    bottom: -35px;
    right: 5px;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main_featured li:hover .moduleItemReadMore {
    bottom: 8px;
}

.main_featured li:hover > .catHoverBg {
    display: block;
}


span.catItemDateCreated {
    display: block;
    background: url(../images/my/date2.png) center left no-repeat;
    padding-left: 18px;
    position: absolute;
    left: 10px;
    bottom: 2px;
    z-index: 100;
    font-weight: normal;
    color: #555453;
    text-decoration: none;
    font-size: 12px;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main_featured li .moduleItemDateCreated {
    display: block;
    background: url(../images/my/date.png) center left no-repeat;
    padding-left: 18px;
    position: absolute;
    bottom: -35px;
    left: 5px;
    z-index: 100;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.main_featured li:hover .moduleItemDateCreated {
    bottom: 0px;
}
div.catItemHitsBlock {
    padding: 0px;
    border-bottom: none;
    margin: 0;
}
span.catItemHits {
    display: block;
    background: url(../images/my/hits2.png) center left no-repeat;
    padding-left: 25px;
    position: absolute;
    left: 120px;
    font-size: 12px;
    bottom: 2px;
    z-index: 100;
    color: #555453;
    text-decoration: none;
}

.moduleItemHits {
    display: block;
    background: url(../images/my/hits.png) center left no-repeat;
    padding-left: 25px;
    position: absolute;
    bottom: -35px;
    left: 95px;
    z-index: 100;
    color: #fff;
    text-decoration: none;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main_featured li:hover .moduleItemHits {
    bottom: 0px;
}


.main_featured li:hover > .catHoverBg {
    display: block;
}
.catHoverBg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}




/* K2 item */
div.itemView {
    padding: 8px 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: none !important;
}
div.itemHeader h2.itemTitle {
    font-family: OpenSans, tahoma;
}
span.itemImage img {
    border: none;
    padding: 0px;
    border: 3px solid #fff;
}
div.itemImageBlock {
    position: relative;
    padding: 0px;
    margin: 0 20px 0px 0;
    /*text-align: center;*/
}
.sigProPseudoCaption, .sigProCaption {display: none !important;}
ul.sigProElegant li.sigProThumb a.sigProLink:hover {
    color: #EEE;
    text-decoration: none;
    background-color: #CE9B9B;
    border: 14px solid #E9B07C;
}
.itemImageBlock {
    float: left;
}
.itemExtraFields {
    /*float: left;*/
    margin: 0px 0 0 0 !important;
    padding: 0px 0 0 0 !important;
    border-top: none !important;
    /*width: 320px;*/
}
span.itemImage {
    display: block;
    text-align: center;
    margin: 0 0 0px 0;
}
.itemExtraFields ul li {
    border-bottom: 1px solid #C8642C;
    margin-bottom: 10px;
}
.itemPrice {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    padding: 15px;
    background: #FF452C;
    display: inline-block;
    color: white;
    font-size: 25px;
}
.itemHits {
    float: right;
    position: relative;
    top: 10px;
}
div.itemContentFooter {
    display: block;
    text-align: justify;
    padding: 4px;
    margin: 0px 0 4px 0 !important;
    border-top: none !important;
    color: #999;
}
.itemBackToTop {
    display: none;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 4px 0 0;
    width: 55%;
}
ul.sigProElegant li.sigProThumb {
    margin: 0 7px 7px 0;
}
.itemImageGallery h3 {
    color: #fff;
    margin-bottom: 5px;
}
.map_wrap h3 {
    background: url(../images/my/map.png) center left no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
}
div.itemNavigation a.itemPrevious, div.itemNavigation a.itemNext {
    padding: 0 12px;
    color: #910505;
}
.moduletablemain_featured {clear: both;}

div.itemFullText {
    position: relative;
    top: -20px;
}
.elem_table_wrap {
    margin: 20px 0px;
}
.elem_table_wrap table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(241, 88, 40, 0.18);
}
.elem_table_wrap table td {
    border: 2px solid #fff;
    padding: 5px;
}
.elem_table_wrap table tr td:nth-child(2) {
    width: 14%;
    text-align: center;
}

.send_request_btn {
    display: inline-block;
    background: #4EAF35;
    text-decoration: none;
    color: white;
    border: none;
    font-weight: bold;
    padding: 12px 30px 12px;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 1px #098130;
    -moz-box-shadow: 0 2px 1px #098130;
    box-shadow: 0 2px 1px #098130;
}
.send_request_btn:hover {
    background: #80D869;
    text-decoration: none;
    
    -webkit-box-shadow: 0 4px 1px #098130;
    -moz-box-shadow: 0 4px 1px #098130;
    box-shadow: 0 4px 1px #098130;
}

/* K2 news */
.news .catItemView {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.82);
    color: #575757;
    padding: 5px 5px 40px !important;
}
.news .catItemView:hover {
    background: rgba(255, 255, 255, 0.82);
}
.news .catItemImageBlock {
    float: left;
}
.news span.catItemImage img {
    border: none !important;
    margin-right: 10px;
    margin-left: 10px;
}
.news span.catItemImage img {
    width: 200px !important;
}
.news .itemHits {
    float: none;
    top: 0px;
    padding: 3px 10px;
    background: #fff;
    color: #C50606;
    display: inline-block;
    font-size: 12px;
}
.news div.itemHeader span.itemDateCreated {
    color: #fff;
}


/* Стили для комментариев */
#jc {
    background: #E1BF77;
    padding: 15px;
}
#jc input[type=text], #jc textarea {
    display: inline-block;
    outline: none;
    border: none;
    
    padding: 2px 5px !important;
    
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
     -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.4);
}
#jc input[type=text] {
    height: 30px;
}
#comments-form .btn, #comments-report-form .btn {
    display: block;
    background: -webkit-linear-gradient(#FAB46C, #F35308);
    background: -moz-linear-gradient(#FAB46C, #F35308);
    background: -o-linear-gradient(#FAB46C, #F35308);
    background: linear-gradient(#FAB46C, #F35308);
    border: none;
    text-decoration: none;
    font-family: arial, tahoma;
    color: #fff !important;
    padding: 10px 25px !important;
    font-size: 16px;
    cursor: pointer;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#comments-form .btn a, #comments-report-form .btn a {
    font-size: 16px;
    color: #fff !important;
}
#comments-form .btn div, #comments-report-form .btn div {
    background: none !important;
}
.comment-body {
    margin-top: 15px !important;
}
#jc h4 {
    font-size: 18px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}


/* JCE editor */

body#tinymce {
	background: #fff;
}
iframe#content_ifr body#tinymce {
	background-color: red;
}
body#tinymce table.mceItemTable td{
	border: 1px dashed #e0e0e0;
}
.img_caption {
	border: 0;
}
body.mceContentBody  {
	background: #fff;
}

