#main {
margin-top:20px;
}
a {
    outline: none;
   }
a:focus{
outline:none;
}

#neme {
text-align: center;
}
#scrollup {
position: fixed;
padding: 2px 2px 2px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
right: 50px;
bottom: 50px;
display: none;
cursor: pointer;
}
img {
   padding: 6px 8px;
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}
#limit_chzn {
	width: 50px !important;
}
.socbuttons {
float: none !important;
}
label {
font-weight: normal;
}
/*------------------------------------------*socialicon*-----------------*/


@media screen and (max-width: 767px) {
	.masonry[data-columns]::before {
		content: '1 .col-xs-12';
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.masonry[data-columns]::before {
		content: '2 .col-xs-6';
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.masonry[data-columns]::before {
		content: '4 .col-xs-3';
	}
}

@media screen and (min-width: 1200px) {
	.masonry[data-columns]::before {
		content: '4 .col-xs-3';
	}
}
/*------------------grid-------------------------------------*/
