/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
***************************************************** */
.home-shortcuts {
    background: #0064FF;
}
.home-shortcuts li {
    width: 12%;
}
.navbar-main {
    background-color: #0064FF;
}
.navbar-main li.account {
    background-color: #5cb85b;
}
.featured-tld .price.հայ {
    background-color: #ffc91c;
    color: #fff;
}
.featured-tld .price.am {
    background-color: #fa1b1b;
    color: #fff;
}
.kb-article-content img{
	width:100%;
	height: auto;
}
@media (max-width: 767px) {
.home-shortcuts li {
    width: 100%;
}
ul.top-nav>li.primary-action {
    padding-left: 5px;
    margin-left: 5px;
    border-left: solid 1px #ddd;
}
}