

/* Start:/local/templates/apsel_business_stone/components/bitrix/menu/left/style.css?15539403972742*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/apsel_business_stone/components/bitrix/menu/left/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/apsel_business_stone/components/bitrix/menu/left/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/apsel_business_stone/components/bitrix/menu/left/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/local/templates/apsel_business_stone/components/bitrix/menu/left/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/apsel_business_stone/components/bitrix/menu/left/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/local/templates/apsel_business_stone/components/bitrix/system.pagenavigation/.default/style.css?1553940397855*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
.pagination-centered{
	text-align: center;
}
.pagination-centered .pagination li:last-child{
	display: none;
}
/* End */


/* Start:/local/templates/apsel_business_stone/components/bitrix/catalog.section/apsel_team/style.css?15539403972576*/
img.rounded-x {
	float: left;
	width: 120px;
	height: auto;
	margin-right: 20px;
}
.wrapper{
	background: #F6F7F8;
}
.service-block-v8 {
	border: 1px solid #edeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.team .service-block-v8 .service-block-desc h3 {
	margin: 0 0 20px;
}
.title-v1 p {
	font-size: 14px;
	font-weight: 200;
}
ul.social {
	left: 0;
	top: 40%;
	z-index: 1;
	padding: 0;
	width: 100%;
	height: 36px;
	list-style: none;
	margin-top: -18px;
	text-align: center;
	visibility: hidden;
	position: absolute;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

ul.social li {
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}

ul.social li i {
	color: #eee;
	border-width: 2px;
	border-color: #eee;
	transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.item:hover ul.social{
	top: 45%;
	visibility: visible;
}
.overlay{
	position:relative;
}
.overlay:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: transparent;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.item:hover .overlay:after{
	background: rgba(0,0,0,0.4);
}
.service-block-v8 i {
	margin: inherit;
}

ul.social li i.fa-vk:hover {
  color: #fff;
  background: #36638e;
  border-color: #36638e;
}
ul.social li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

ul.social li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}

ul.social li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}

ul.social li i.fa-pinterest-p:hover {
  color: #fff;
  background: #C92228;
  border-color: #C92228;
}
ul.social li i.fa-youtube:hover {
  color: #fff;
  background: #e52d27;
  border-color: #e52d27;
}
ul.social li i.fa-linkedin:hover {
  color: #fff;
  background: #069;
  border-color: #069;
}
ul.social li i.fa-skype:hover {
  color: #fff;
  background: #12A5F4;
  border-color: #12A5F4;
}
ul.social li i.fa-instagram:hover {
  color: #fff;
  background: #316088;
  border-color: #316088;
}
ul.social li i.fa-odnoklassniki:hover {
  color: #fff;
  background: #fa9114;
  border-color: #fa9114;
}
/* End */
/* /local/templates/apsel_business_stone/components/bitrix/menu/left/style.css?15539403972742 */
/* /local/templates/apsel_business_stone/components/bitrix/system.pagenavigation/.default/style.css?1553940397855 */
/* /local/templates/apsel_business_stone/components/bitrix/catalog.section/apsel_team/style.css?15539403972576 */
