#columns.none .column {
    width: 91%;
    margin: 0px auto;
    float: none;
	
}

#noCategoriesInTabNone {
	margin-right: 84px;
	margin-top: -30px;
	float: right;
	width: 250px;
	background: rgb(87, 87, 87);
	padding: 20px;
	font-size: 20px;
	border-radius: 5px;
	color: rgb(223, 223, 223);
	text-align: center;
}

#columns.none .searchSiteInput {
	box-shadow: none;
}

#columns.none .iconvl .searchSiteInput {
	box-shadow: none;
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.26);
}


#columns.none .iconvl li.link {
    width: 11%;
	border: 7px solid transparent;
}

#columns.none .iconvl .linkPlace {
    background: white!important;
}

#columns.none .iconvl li.link:hover {
    border: 7px solid #FFF;
    border-radius:3px;
    background: #FFF; }

.feedbackButt {
    bottom: -50px;
}

#columns.none .linkPlace {
    height: 5px;
    background: #0E3B51;  
    float: left;
    clear: none;
}

#columns.none .comments{
    display:none;
}

#columns.none .linkACopy.bdescription {
	height: 29px;
}

#columns.none .category.iconvl .linkACopy.bdescription {
	height: 45px;
}

#columns.none  .addLinkBut {
	width: 147px;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 26px;
	margin-top: 20px;
	border: 1px solid white;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
   -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.49);
   box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.49);
}

#columns.none .addLinkBut:hover {
	opacity: 0.8;
}

#columns.none .category .link {
  width: 50%;
}

#columns.none .category {
	margin-left: 26px;
}

#columns.none .iconvl .link:nth-child(even) {
	margin-right: 0px;
	margin-left: 0px;
}

#columns.none .iconvl .link:nth-child(odd) {
	margin-left: 0px;
	margin-right: 0px;
}

#columns.none  .link:first-child {
	margin-top: 0px;
}
