@media only screen and (max-width:1000px) {

	.search-area .columns
	{
		width: 500px;
	}
}
@media only screen and (max-width:800px) {
	section.about .columns.medium-6.medium-push-6,
	section.about .columns.medium-6.medium-pull-6
	{
		float: none;
		width: 100%;
	}

	section.about .columns.medium-6.medium-pull-6
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	section.about .columns.medium-6.medium-pull-6 h2,
	section.about .columns.medium-6.medium-pull-6 p
	{
		width: 90%;
		margin: 0 auto;
	}
	section.about .columns.medium-6.medium-pull-6 h2
	{
		margin-top: 20px;
	}
	section.about .columns.medium-6.medium-pull-6 h2:first-child
	{
		margin-top: 0px;
	}

	section.about .video-box
	{
		margin-top: 30px;
	}
	section.about .video-box iframe
	{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
}
@media only screen and (max-width:767px) {
	.adv-search input[type="submit"]
	{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:600px) {
	.search-area .columns
	{
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}
@media only screen and (max-width:540px) {
	.top-bar .name h1 a
	{
		padding: 0px;
		width: 100%;
		text-align: center;
	}

	.search-area.hero-0,
	.search-area.hero-1,
	.search-area.hero-2
	{
		background-size: 100% auto;
		background-size: cover;
		background-image: url("../images/mobile-blackboard.jpg");
		background-color: #00a651;

		padding-top: 70px;
		padding-bottom: 70px;

		min-height: 0px;
	}
	.search-area h1
	{
		color: #ffffff;
	}


	.features-bar .columns,
	.features-bar .columns.small-6,
	.features-bar .item
	{
		display: block;
		width: 100%;
	}
	.features-bar .item
	{
		padding-left: 0px !important;
    	padding-top: 0px;
    	text-align: center;
	}
	.features-bar .item:after
	{
		display: none;
	}
	.features-bar .item:before
	{
		content: " ";
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.features-bar .item.item01:before
	{
		content: " ";
		background: url("../images/sprite.png") no-repeat 0 -33px;
	    width: 43px;
	    height: 45px;
	}
	.features-bar .item.item03:before
	{
		content: " ";
		background: url("../images/sprite.png") no-repeat -67px -16px;
	    background-size: 150px 150px;
	    width: 26px;
	    height: 29px;
	}
	.features-bar .item.item04:before
	{
		content: " ";
		background: url("../images/sprite.png") no-repeat -104px -16px;
	    background-size: 150px 150px;
	    width: 30px;
	    height: 23px;
	}


	.medium-pull-6
	{
		text-align: center;
	}
	section.about .columns.medium-6.medium-pull-6 h2
	{
		text-align: left;/**/
		display: inline-block;
		width: 30%;
		width: auto;
		font-size: 15px;
		margin-right: 5px;
	}
	section.about .columns.medium-6.medium-pull-6 h2:after
	{
		content: ">";
		font-size: 12px;
		margin-left: 10px;
		display: inline-block;
		vertical-align: top;
	}
	section.about .columns.medium-6.medium-pull-6 h2.last:after
	{
		content: "";
		display: none;
	}
	.medium-pull-6 p
	{
		display: none;/**/
	}

	#footer
	{
		text-align: center;
	}
	#footer .col.col2
	{
		width: 100% !important;
	}
	#footer .logo img
	{
		margin: 0 auto;
	}

	#footer .holder .half,
	#footer .holder .half:first-child
	{
		width: 100%;
		max-width: 1000000px;
	}

	ul.social-networks
	{
		text-align: center;
	}
	ul.social-networks li
	{
		float: none;
		display: inline-block;
	}

	#footer .contacts-list dt
	{
		float: none;
	}
}

@media only screen and (max-width:450px) {
	section.about .video-box iframe
	{
		height: 220px;
	}
}