/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body#stylef1,
body#stylef2,
body#stylef3,
body#stylef4,
body#stylef5,
body#stylef6,
body#stylef7,
body#stylef8,
body#stylef9,
body#stylef10,
body#stylef11,
body#stylef12,
body#stylef13,
body#stylef14,
body#stylef15,
body#stylef16 {
 /** background:#fff;**/
  background: #F6EFDD;
  color:#555;
}
.blue_yjsg2_out {
  /**background:#fafafa;**/
  margin-bottom: -13px;
}
.blue_yjsg3_out {
 /* background: #fff;**/
/**  border-bottom:1px solid #d8d8d8;
  border-top:1px solid #d8d8d8;**/
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: right;
    margin: 2px 40px 5px 4px;
    padding: 0;
    border: 2px solid #ddd;
}
.blue_yjsg4_out {
  background: #FAFAFA;
  border-bottom:1px solid #d8d8d8;
}
/* footer_holders */
.footer_holders {
/**  border-top:1px solid #d8d8d8;
  background:#f9f9f9;**/
}
.footer_holders.footer {
/**  background:#f3f3f3;**/
}
#centerbottom {
  /**background:#fff;**/
  margin-top: -20px;
  /**z-index: -2;**/
  
}
#logo {
  background:url(../images/blue/logo.png) no-repeat 0px 0px;
}
/* SITE LINKS */
a {
  text-decoration: none;
  color:#7e8557; /**#007ebd;**/
}
/* SITE HOVERS */
a:focus,
a:hover {
  color:#3c421c;/**#0c5f88;**/
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#454545;
}
/* SITE LI IMAGE */
ul li {
  background: url(../images/blue/bodyli.gif) no-repeat 0px 7px;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset, #article-index ul{
  border:1px solid #dcdcdc;
}
#article-index ul li{
  border-bottom:1px solid #dcdcdc;
}
#article-index ul li:last-child{
  border:none;
}
/* INPUTBOXES */
.inputbox {
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.inputbox:hover,
.inputbox:focus {
  background: #F7F7F7;
  border: 1px solid #838383;
}
/*BUTTONS AND READON
--------------------- */
.button,
.button:hover,
.validate,
a.readon,
a.hover,
a.focus {
  background:#007ebd!important;
  color:#fff;
  text-shadow:none;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
a.readon:hover {
  color:#111;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
#topmenu_holder.yjsgmega,
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar {
/**  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, white, #F2F2F2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
  background-image: -webkit-linear-gradient(top, white, #F2F2F2);
  background-image: -o-linear-gradient(top, white, #F2F2F2);
  background-image: linear-gradient(to bottom, white, #F2F2F2);
  background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);***/
}
/* sub sub ul border */
.top_menu ul.subul_main {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background:#fff;
}
.top_menu ul.group_holder ul.subul_main.level2,
.top_menu ul.group_holder ul.subul_main.level4 {
  border:none;
  -webkit-border-radius:none;
  -moz-border-radius:none;
  border-radius:none;
}
.top_menu ul.subul_main a.first {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.top_menu ul.subul_main a.last {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.top_menu li {
  background-image:none;
}
/* reset Bootstrap navbar */
  .navbar-inner {
  -webkit-box-shadow:none;
  -khtml-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  border:none;
}
/* TOP LEVEL LINKS */
.top_menu ul li a {
  color:#007ebd;
}
/* active and hover */
.top_menu ul li a:hover,
.top_menu li.active a.activepath {
  color: #121212;
}
/*SUBTITLE */
.top_menu ul li a span.yjm_desc {
  color:#8b8b8b;
}
/* active and hover */
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc {
  text-shadow:1px 1px #fff;
}
/* HASCHILD ARROWS */
.top_menu ul li.haschild span.child a {
  position:relative;
}
.top_menu ul li.haschild span.child a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: absolute;
  top:30%;
  left: 0px;
  padding: 2px 7px;
}
.top_menu ul.subul_main li.haschild span.child a:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  top:30%;
  left:auto;
  right:10px;
}
.top_menu ul.subul_main li.haschild span.child a:hover:after {
  content: "\f0d7";
}
/* rtl */
body.style_blue.yjsgrtl .top_menu ul.subul_main li.haschild span.child a:after {
  right:auto;
  left:10px;
  content: "\f0d9";
}
/*SUB LEVELS A*/
.top_menu ul.subul_main li a {
  background:#fff;
  border-bottom: 1px solid #D4D4D4;
}
.top_menu ul.subul_main li a:hover,
.top_menu ul.subul_main li a.activepath {
  background:#f5f5f5;
  color: #121212;
}
/* Group holder title*/
.top_menu ul.group_holder a.grouptitle,
.top_menu ul.group_holder a.activepath.grouptitle,
.top_menu ul.group_holder a.grouptitle:hover {
  color: #888;
  border:none;
  background:none;
}
.top_menu ul.group_holder a.grouptitle:after {
  display:none;
}
span.separator {
  color: #888;
  background:#fff;
  border-bottom: 1px solid #D4D4D4;
}
/* DROPLINE */
ul.subul_main.dropline.dlevel1 {
  background:#f8f8f8;
  border:none;
  -webkit-box-shadow:inset #D4D4D4 0 1px 0 0, inset 0 5px 5px #f8f8f8, inset 0px -5px 5px #f2f2f2;
  -moz-box-shadow:inset #D4D4D4 0 1px 0 0, inset 0 5px 5px #f8f8f8, inset 0px -5px 5px #f2f2f2;
  -khtml-box-shadow:inset #D4D4D4 0 1px 0 0, inset 0 5px 5px #f8f8f8, inset 0px -5px 5px #f2f2f2;
  box-shadow:inset #D4D4D4 0 1px 0 0, inset 0 5px 5px #f8f8f8, inset 0px -5px 5px #f2f2f2;
  -webkit-border-radius:0px;
  -khtml-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}
ul.subul_main.dropline.dlevel1 a.dlevel1a {
  background:none;
}
/*SIDE MENU MODULE
--------------------- */
.defaultmenu li a {
  /**border-bottom: 1px solid #D4D4D4;**/
}
.defaultmenu li a {
  position:relative;
  display:block;
}
.defaultmenu li a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  top:7px;
  left:-15px;
}
.defaultmenu a.alast {
  border:none;
}
.defaultmenu a.isactivea,
.defaultmenu li a:hover {
  background:#f5f5f5;
  color: #121212;
}
/* rtl */
body.style_blue.yjsgrtl ul.defaultmenu li a:after {
  content: "\f053";
  left:auto;
  right:-15px;
}
/* Accordion side menu */
ul.defaultmenu.yjsgacc li.active_yjsgacc a.yjsgtoggler:after{
  content: "\f078";
}
/* FOOTER MENU MODULE*/
#footmod ul.defaultmenu li a,
#footmod ul.defaultmenu li a:hover,
#footmod ul.defaultmenu a.isactivea {
  border:none;
  background:none;
}
/*USER PAGES STYLES */
div.userpages {
}
div.userpageswrap.offline div.userpages {
  border:none;
  background:#fff;
}
div.userpages dt {
  background:#fff;
  border:1px solid #ccc;
}
/* PAGINATION */
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-next a,
li.pagenav-prev a {
  background-image: url(../images/blue/pagination.png);
}
/* active one*/
ul.pagination li span {
  color:#fff;
}
/* hover*/
ul.pagination li a:hover {
  color:#fff;
}
/*SECTION TABLE */
table.category {
  border: 1px solid #DDD;
  border-collapse: separate;
  border-bottom:none;
}
table.category td {
  border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
  border-bottom: 1px solid #DDD;
  background:#fff;
}
tr.sectiontableentry1 td {
  background-color: #fafafa;
}
tr.sectiontableentry2 td {
  background-color: #fff;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
  background-color: #f7f7f7;
}
.yjsglogo {
  background: url(../images/blue/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
div#mmenu_holder {
  background:#fff;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


/*******************************************************************************************************/

ul.menutt li {
display: inline;
background: none;
}


/*.top_menu div ul.menunav li {
  background-position:left;
  text-align: center;
  font-size:15px;  
  background-image:url(../images/leaders.png);
  
}*/
.top_menu div ul.menunav li:hover, .top_menu div ul.menunav li .on:link, .top_menu div ul.menunav li .on:visited{
  background-position:right;
}

.top_menu div ul.menunav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d9d9d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-wrap: wrap;
}

.top_menu div ul.menunav li {
  text-align: center;
  font-size:15px;
  transition: .4s;
  height: 37px;
  display: flex;
  align-items: center;
}
.top_menu div ul.menunav li:hover {
  background: #2ea68c;
}

.top_menu div ul.menunav li:hover a {
  color:#fff;
}
.top_menu div ul.menunav li:first-child {
  border-top-left-radius: 10px;
}
.top_menu div ul.menunav li:last-child {
  border-top-right-radius: 10px;
}
/*.top_menu div ul.menunav li:nth-child(1) {
  background-image:url(/images/buttons/btn-menu-2.png);
  left:0px;
  z-index:5;
  width:270px;
  height:28px;
  display:block;
  position:absolute;
}

.top_menu div ul.menunav li:nth-child(2) {
  background-image:url(/images/buttons/btn-menu-1.png);
  left: 260px;
  z-index:4;
  width:137px;
  height:28px;
  display:block;
  position:absolute;
}
.top_menu div ul.menunav li:nth-child(3) {
  background-image:url(../images/practitioners.png);
  left:388px;
  z-index:3;
  width:137px;
  height:28px;
  display:block;
  position:absolute;
}
.top_menu div ul.menunav li:nth-child(4){
  background-image:url(../images/individuals.png);
  left:512px;
  z-index:2;
  width:137px;
  height:28px;
  display:block;
  position:absolute;
}

.top_menu div ul.menunav li:nth-child(5){
  background-image:url(/images/buttons/btn-menu-7.png);
  left:640px;
  z-index:1;
  height:28px;
  display:block;
  position:absolute;
}

.top_menu div ul.menunav li:nth-child(5) a {
padding: 0 5px 0 13px;
}*/

.top_menu div ul.menunav li a{
color: #494B20;
margin-top: 5px;
}

.top_menu div ul.menunav li a:hover{
color: white  !important;}

.top_menu div ul.menunav li a span.yjm_has_none span.yjm_title {
line-height: 1;
}

/***************Шапка на главной************/
.shglt{background:url(../images/rightcrumb1.gif) top right no-repeat #000;
width:1000px;
height: 20px;
float: right;

display: none;
}
.shglt_cl{
clear: both;
height: 0px;}
.shgl{}
.shgln{background:url(../images/glsh_21.png) no-repeat;
width:728px;
position: absolute;
height: 208px;
}

.shgln1{background:url(../images/glsh_1.png) no-repeat;
width:728px;
position: absolute;
height: 208px;
}
.shgln2{background:url(../images/glsh_2.png) no-repeat;
width:728px;
position: absolute;
height: 208px;
}
.shgln3{background:url(../images/glsh_3.png) no-repeat;
width:728px;
position: absolute;
height: 208px;
}

.shgln h1, .shgln1 h1, .shgln2 h1, .shgln3 h1{color: white;
text-align: center;
}
.rh1l{font-size: 17pt;}
img.imggl{
height: 212px;
float: right;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

/**************************************/

#adv1{position: absolute;
z-index: 20;
float: left;
} 

#adv3 {width: 100% !important;}

ul#bm {
/**margin: 16px 0 0 14px;**/
margin: 23px 0 0 14px;
}

ul#bm li{
background: none;
margin-bottom: -5px;
width: 170px;
}

ul#bm li.active a{
color:#7b8261;
}

ul#bm li:hover{
background: #bbcb8e;
}
ul#bm li a{
color: white;
}
ul#bm li a:hover{
color: black;
}

/*************************/
/*.blue_yjsg3_out {margin-top: -19px;}*/
.blue_yjsg3_out {
    margin: 0 auto;
    width: 1000px;
}
#yjsg3 {
background: #e1e1e1;}
#yjsg3  div div{
/**margin: 0 10px;**/}

/**#user1**/
#user1 ._news, .inside ._bilbl{
border: 7px outset #F5DEB3;
border-radius: 15px;
margin: 0 7px;
background: #f6efdd;
}
#user1 ._news div div,  .inside div._bilbl div div{
border: none;
margin:0px;}

#user1 ._news div div ul li{
background:none;
}
#user1 div div{
padding: 5px 1px;
}

#user2 h2, #user3 h2, #user4 h2{
text-align: center;}

.menutt a,.yjsgcp a, .yjsg_features h1, .yjsg_features h4, .yjsgdoclist h1, .yjsgdoclist h4, ._news ul li a, ._bilbl  ul li a, a.k2Anchor, h3.catItemTitle a, a.k2ReadMore{
  text-decoration: none;
  color:#494b20 !important; 
}

.menutt a:focus,
.menutt a:hover, .yjsgcp a:focus,
.yjsgcp a:hover
 ._news ul li a:focus,
._news ul li a:hover,
._bilbl ul li a:focus,
._bilbl ul li a:hover, 
a.k2Anchor:hover, 
h3.catItemTitle a:hover, 
h3.catItemTitle a:focus,
a.k2ReadMore:hover, 
a.k2ReadMore:focus
{
  color:#3c421c !important;
}

div.h2_holder{
text-align: center;
}

#midblock{
background: #e1e1e1; /**antiquewhite;**/
}

.hkt{
background: url(../images/rightcrumb1.gif) top right no-repeat #7f7f7f;
width: 1240px;
height: 20px;
float: right;
color: white;
margin: 5px 0 -5px !important;
padding-bottom: 2px;
padding-top: 0;
line-height: 1;
}

.hkt div ul{
background: none;
margin: 0px;
}
.hkt div ul li{
color: white;
margin-left: 30px;
display: inline;
}
.hkt a{
color: white;
}
.onas{width: 475px;
color: #FFF;
float: right;
margin: 12px 25px 0 0;
text-indent: 25px;}

.con_t{margin-top: -10px;
}
.con_t a {
color:#7e8557 !important; 
}
.con_t a:hover
{
  color:#3c421c !important;
}

.sseti {position: absolute;
width: 200px;
margin-left: 600px;} 

ul.menutt {
font-size: 11pt;
margin-top: -5px;
display: flex;
flex-wrap: wrap;
align-items: center;
} 


ul.menutt  li{
  background: #cca1a6;
padding: 2px 5px;
margin-left: 2px;
border-left: 1px solid #cca1a6;
border-right: 1px solid #cca1a6;
margin-bottom: 3px;
}

#user2,#user3,#user4{/**border-right: 1px solid #BEAE8F;**/
border-right: 1px solid #D8B878;
min-height: 500px;
height: 100%;
}

.soc{
text-align: right;
}
/****************____Forma__**********/

.pzl #aiContactSafe_info, .pzl .aiContactSafe_contact_form_field_label_right, .pzl  .aiContactSafe_contact_form_field_left input{display: none; height:0px;}

.pzl #displayAiContactSafeForm_3{
margin-bottom: -40px;}


