

/* Basics tags */


.info-block {
	position:relative;
	overflow: hidden;
}

.info-block span {
	display:block;
	position:relative;
	color: #12253b;
    font: 18px PTN77F;
	text-transform:uppercase;
}
/* ------ */

/* Margins and paddings */
.margin-top-10 { margin-top: 10px;}
.margin-bottom-30 { margin-bottom: 30px;}
/* ------ */

/* Rounded and Circle Classes */
.rounded-x { border-radius: 50% !important;}
/* ------ */

/* Header */
/* ------ */

/* Sidebar Styles */
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .navbar .about-menu ul:not {
    display: block;
  }  
}
/* ------ */

/* Footer */
/* ------ */

/* Company service-list */
/* ------ */

/* Content blocks */
.description-company {
	position:relative;
	overflow:hidden;
}

.page-header {
	border-bottom: none;
}
/* ------ */

/* Icons */
i.icon-lg {
    width: 98px;
    height: 96px;
	
}
i.icon-custom {
    color: #555;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
	margin-bottom: 5px;
}
.icon-quality {
	background: url("../img/whyus/quality.png") 50% 0px no-repeat;
}
.icon-individual {
	background: url("../img/whyus/individual.png") 50% 0px no-repeat;
}
.icon-priceless {
	background: url("../img/whyus/priceless.png") 50% 0px no-repeat;
}
.icon-reputation {
	background: url("../img/whyus/reputation.png") 50% 0px no-repeat;
}
.icon-assortiment {
	background: url("../img/whyus/assortiment.png") 50% 0px no-repeat;
}
.icon-trust {
	background: url("../img/whyus/trust.png") 50% 0px no-repeat;
}
/* ------ */