@media only screen and (max-width: 979px) {
	.panel .menu li a.me{width: 46px;}
	.panel .menu li a.people{width: 70px;}
	.panel .menu li a.planet{width: 69px;}
	.panel .menu li a.tv{width: 76px;}
	.panel .menu li a.directory{width: 128px;}
	.panel .menu li a.gallery{width: 115px;}
	form#search {width: 202px;}
	form#search input {width: 148px;}
	.person-block .photo {margin: 10px 25px 0 0;}
	.team-list .person-description {
		padding: 15px;
		font-size: 18px;
	}
	.team-list .person-description h3{font-size: 24px;}
	.team-list .person-description h4{
		margin: 0 0 15px;
		font-size: 16px;
	}
	.team-list .person-description p{margin: 0 0 15px;}
	.team-list .person-description h5{font-size: 18px;}
	.partners-list li{
		width: 33.33%;
	}
	section .social-networks li{margin: 0 10px;}
	#footer .right {width: 58.15%;}
}
@media only screen and (max-width: 767px) {
	.panel .menu{
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	.panel .menu li{
		float: none;
		display: inline-block;
	}
	.panel .menu li a.me{width: 51px;}
	.panel .menu li a.people{width: 75px;}
	.panel .menu li a.planet{width: 74px;}
	.panel .menu li a.tv{width: 81px;}
	.panel .menu li a.directory{width: 133px;}
	.panel .menu li a.gallery{width: 120px;}
	.search-form{float: none;}
	form#search {
		width: 100%;
		position: relative;
	}
	form#search input {
		width: 100%;
		box-sizing: border-box;
		padding: 0 45px 0 12px;
	}
	form#search button{
		position: absolute;
		right: 0;
		top: 0;
	}
	.about-menu{font-size: 14px;}
	.about-menu li a{width: 132px;}
	.team-list li{width: 50%;}
	.team-list .person-description {
		padding: 20px;
		font-size: 22px;
	}
	.team-list .person-description h3{font-size: 28px;}
	.team-list .person-description h4{
		margin: 0 0 20px;
		font-size: 18px;
	}
	.team-list .person-description p{margin: 0 0 20px;}
	.team-list .person-description h5{font-size: 22px;}
	.partners-list li{
		width: 50%;
	}
	section .social-networks li{margin: 0 5px;}
	#footer .limiter > .left {
		float: none;
		width: 300px;
		margin: 0 auto 10px;
		display: block;
	}
	#footer .right {
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width: 640px) {
	.search-form,
	.panel .menu{display: block !important;}
}
@media only screen and (max-width: 639px) {
	#connect,
	.logo-block,
	.about-menu,
	.top-panel,
	#copyright,
	#footer{display: none;}
	.logo{
		width: 233px;
		height: 34px;
		margin: 23px auto;
		overflow: hidden;
	}
    #header{
	    margin: 0 -15px;
	    padding: 1px 0 0;
    }
    .menu-button{
		display: block;
	    position: absolute;
	    top: 14px;
	    left: 26px;
	    width: 40px;
	    height: 33px;
	}
    .menu-button span{
		display: inline-block;
	    position: relative;
		width:40px;
		height:6px;
		margin:13px 0;
		background:#898989;
		-moz-transition:all 0.3s;
		-o-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
		vertical-align: middle;
	    text-indent: -9999px;
	}
	.menu-button span:after,
	.menu-button span:before {
		content:'';
		display: block;
		width:40px;
		height:6px;
		background:#898989;
		position:absolute;
		z-index:-1;
		-moz-transition:all 0.3s;
		-o-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s
	}
	.menu-button span:before {
		top:-13px
	}
	.menu-button span:after {
		top:13px
	}
	body.menu-opened .menu-button span{
		background:none !important
	}
	body.menu-opened .menu-button span:after {
		top:0 !important;
		background:#898989 !important;
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg)
	}
	body.menu-opened .menu-button span:before {
		top:0 !important;
		background:#898989 !important;
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	.search-button{
		position: absolute;
		right: 22px;
		top: 24px;
		background: url("/images/aboutpage/search-icon.png") no-repeat;
		width: 35px;
		height: 34px;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
	}
    .panel{
	    border: none;
	    padding: 0;
	    margin: 0;
    }
    .panel .menu{
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    background: #fff;
	    border-top: 1px solid #aaaaaa;
	    z-index: 100;
	    font-size: 16px;
	    display: none;
    }
    .panel .menu li{
	    display: block;
	    margin: 0;
	    padding: 0;
	    border-bottom: 1px solid #aaa;
    }
    .panel .menu li a{
	    display: block;
	    width: 100% !important;
	    box-sizing: border-box;
	    border: none;
	    background: none !important;
	    text-align: left;
	    padding: 3px 25px;
    }
    .panel .menu li a.me{color: #fdc58c;}
	.panel .menu li a.me:hover,
	.panel .menu li a.me.active{
		color: #000;
		background: #fdc58c !important;
	}
	.panel .menu li a.people{color: #f26d7e;}
	.panel .menu li a.people:hover,
	.panel .menu li a.people.active{
		color: #fff;
		background: #f26d7e !important;
	}
	.panel .menu li a.planet{color: #7fc479;}
	.panel .menu li a.planet:hover,
	.panel .menu li a.planet.active{
		color: #fff;
		background: #7fc479 !important;
	}
	.panel .menu li a.tv{color: #8463a7;}
	.panel .menu li a.tv:hover,
	.panel .menu li a.tv.active{
		color: #fff;
		background: #8463a7 !important;
	}
	.panel .menu li a.directory{color: #0ab0ed;}
	.panel .menu li a.directory:hover,
	.panel .menu li a.directory.active{
		color: #fff;
		background: #0ab0ed !important;
	}
	.panel .menu li a.gallery{color: #faa544;}
	.panel .menu li a.gallery:hover,
	.panel .menu li a.gallery.active{
		color: #fff;
		background: #faa544 !important;
	}
	.search-form{
		position: absolute;
		left: 0;
		top: 80px;
		display: none;
		width: 100%;
	}
	form#search{height: 50px;}
    form#search input{
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	    padding: 0 60px 0 25px;
    }
    form#search button{
	    background: url("/images/aboutpage/search-icon.png") no-repeat 50% 50%;
	    background-size: 20px 20px;
	    width: 50px;
	    height: 50px;
	    margin: 0;
    }
	#wrapper{
		padding: 0 35px;
		overflow: hidden;
	}
	section{
		margin: 0 -35px;
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	#about{
		border-top: 1px solid #aaa;
		margin: 0 -35px;
		padding: 87px 35px 21px;
		background: #09aeef;
	}
	#about h2{
		text-align: left;
		color: #fff;
		margin: 0;
		font-size: 60px;
	}
	h1{
		padding: 0;
		font-size: 40px;
		font-weight: 400;
		text-align: left;
		position: relative;
		margin: 0 0 50px !important;
		cursor: pointer;
		line-height: 1.1;
	}
	h1:after{display: none}
	h1.ui-accordion-header:after,
	h1.ui-accordion-header:before{
		content: "";
		position: absolute;
		right: 0;
		background: #050708;
		width: 45px;
		height: 5px;
		top: 21px;
		left: auto;
		color: transparent;
		display: block;
	}
	h1.ui-accordion-header:after{
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
		opacity: 1;
		-moz-transition:all 0.3s;
		-o-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	h1.ui-accordion-header.ui-accordion-header-active:after{
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	section{overflow: hidden;}
    .blue-section{font-size: 35px;}
	.blue-section {padding: 40px 0 0;}
    #philosophy h1:before,
    #philosophy h1:after{background: #fff;}
	#partnership h1:before,
    #partnership h1:after{background: #fff;}
	#philosophy{padding: 40px 0 0;}
    .ui-accordion-content{padding: 0 0 50px;}
    body{
	    font-size: 35px;
	    line-height: 1.29;
    }
	#how{
		line-height: 1.29;
		padding: 40px 0 0;
	}
	#how p{margin: 0 0 50px;}
	#how .section-content ul{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		font-size: 35px;
		line-height: 1.29;
	}
	#how .section-content ul h3{
		font-size: 35px;
	}
	#how .section-content ul p{margin: 0 0 40px;}
	#founder h1{font-weight: 700;}
	#founder h1 span{
		font-size: 35px;
		font-weight: 400;
		margin: 5px 0 0;
	}
	.person-block{
		padding: 0;
	}
	.person-block .photo{
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	.person-block .photo img{
		display: block;
		margin: 0 auto;
	}
	.person-block .description{
		font-size: 35px;
		line-height: 1.29;
	}
	#team .section-content > p{margin: 0 0 50px;}
	.team-list li{
		width: 100%;
		overflow: hidden;
	}
	.team-list .person-box{
		float: left;
		width: 50%;
	}
	.team-list li:nth-child(2n) .person-box{float: right;}
	.team-list .person-info{
		position: static;
		width: 50%;
		height: 100%;
		float: left;
		padding: 23px 15px 999px;
		margin: 0 0 -999px;
	}
	.team-list .person-info .name{font-size: 30px;}
	.team-list .person-info .position{font-size: 30px;}
	#partners,
	#partnership,
    #team{padding: 40px 0 0;}
    #partnership .section-content > p{margin: 0 0 45px;}
    #partnership .section-content ul{
		padding: 0;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		font-size: 35px;
	}
    #partnership .section-content ul li{
	    margin: 0 0 45px;
	    padding: 0;
    }
	#partnership .section-content ul h2{
		font-size: 35px;
		cursor: pointer;
	}
	#partnership .section-content ul h2:before{content: "- "}
	#partnership .section-content ul h2.ui-accordion-header-active:before{display: none;}
	#partnership .section-content ul p{margin: 0;}
    #partnership .section-content ul .ui-accordion-content{padding: 0;}
    .contact-box{
	    display: block;
	    text-align: center;
	    font-size: 35px;
	    line-height: 97px;
	    padding: 0 5px;
    }
    #partners h1{color: #000;}
    .partners-list{
	    word-spacing: -3px;
	    letter-spacing: -3px;
	    margin: 0 0 -40px;
    }
    .partners-list li{
	    border: none;
	    width: 32.33%;
	    height: auto;
	    display: inline-block;
	    vertical-align: middle;
	    float: none;
	    word-spacing: 0;
	    letter-spacing: 0;
	    box-sizing: border-box;
	    padding: 0 0 40px;
	    text-align: center;
    }
    .partners-list li .image-holder{display: inline-block;}
    .partners-list li .gsWrapper{
	    max-width: 79%;
    }
	.mobile-footer{
		display: block;
		margin: 0 -35px;
		padding: 46px 35px 60px;
	}
}
@media only screen and (max-width: 600px) {
	.contact-box{font-size: 32px;}
	.mobile-footer .footer-menu{
		font-size: 22px;
	}
	.mobile-footer .footer-menu li{margin: 0 15px 0 0;}
	.mobile-footer .social-networks li{margin: 0 0 0 25px;}
}
@media only screen and (max-width: 519px) {
	.logo{
		width: 117px;
		height: 17px;
		margin: 12px auto;
	}
	.menu-button{
		top: 10px;
		left: 13px;
		width: 20px;
		height: 20px;
	}
	.menu-button span{
		width:20px;
		height:3px;
		margin:6px 0;
	}
	.menu-button span:after,
	.menu-button span:before {
		width:20px;
		height:3px;
	}
	.menu-button span:before {top:-6px;}
	.menu-button span:after {top:6px;}
	.search-button{
		right: 11px;
		top: 12px;
		background: url("/images/aboutpage/search-icon.png") no-repeat;
		background-size: 18px 17px;
		width: 18px;
		height: 17px;
	}
	.panel .menu{
		top: 41px;
		font-size: 13px;
	}
	.panel .menu li a{
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		background: none !important;
		text-align: left;
		padding: 1px 15px;
	}
	.search-form{top: 41px;}
	form#search{height: 34px;}
	form#search input{
		font-size: 13px;
		height: 34px;
		line-height: 34px;
		padding: 0 40px 0 15px;
	}
	form#search button{
		background: url("/images/aboutpage/search-icon.png") no-repeat 50% 50%;
		background-size: 18px 17px;
		width: 34px;
		height: 34px;
		margin: 0 5px 0 0;
	}
    #wrapper{padding: 0 15px;}
	section{
		margin: 0 -15px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#about{
		margin: 0 -15px;
		padding: 43px 15px 11px;
	}
	#about h2{font-size: 30px;}
	h1{
		font-size: 20px;
		margin: 0 0 25px !important;
	}
	h1.ui-accordion-header:after,
	h1.ui-accordion-header:before{
		width: 23px;
		height: 3px;
		top: 11px;
	}
    .blue-section{font-size: 17px;}
	.blue-section {padding: 20px 0 0;}
    #philosophy{padding: 20px 0 0;}
    .ui-accordion-content{padding: 0 0 25px;}
    body{font-size: 17px;}
    #philosophy{
	    font-size: 17px;
	    line-height: 1.29;
    }
	#how{padding: 20px 0 0;}
	#how p{margin: 0 0 25px;}
	#how .section-content ul{font-size: 17px;}
	#how .section-content ul h3{font-size: 17px;}
	#how .section-content ul p{margin: 0 0 20px;}
	#founder h1 span{
		font-size: 17px;
		margin: 3px 0 0;
	}
	.person-block .photo{
		max-width: 50%;
		margin: 0 auto 15px;
	}
	.person-block .description{font-size: 17px;}
	#team .section-content > p{margin: 0 0 25px;}
	.team-list .person-info{
		padding: 12px 10px 999px;
		margin: 0 0 -999px;
	}
	.team-list .person-info .name{font-size: 15px;}
	.team-list .person-info .position{font-size: 15px;}
	#partners,
	#partnership,
    #team{padding: 20px 0 0;}
    #partnership .section-content > p{margin: 0 0 22px;}
    #partnership .section-content ul{font-size: 17px;}
    #partnership .section-content ul li{margin: 0 0 22px;}
	#partnership .section-content ul h2{font-size: 17px;}
    .contact-box{
	    font-size: 19px;
	    line-height: 48px;
    }
    .partners-list{
	    margin: 0 0 -20px;
    }
    .partners-list li{
	    width: 32.33%;
	    padding: 0 0 20px;
    }
    .partners-list li .image-holder > .gsWrapper{
	    max-width: 85%;
    }
	.mobile-footer{
		display: block;
		margin: 0 -15px;
		padding: 23px 15px 30px;
	}
    .mobile-footer .footer-menu{
	    font-size: 13px;
    }
    .mobile-footer .social-networks{margin: -4px 0 0;}
    .mobile-footer .social-networks li{margin: 0 0 0 15px;}
    .mobile-footer .social-networks li a{background-size: 12px 57px;}
    .mobile-footer .social-networks li.facebook a{
		width: 6px;
		height: 13px;
		background-position: 0 0;
	}
	.mobile-footer .social-networks li.twitter a{
		width: 12px;
		height: 10px;
		background-position: 0 -12px;
	}
	.mobile-footer .social-networks li.googleplus a{
		width: 12px;
		height: 13px;
		background-position: 0 -34px;
	}
	img.ico {margin: 0 auto 25px;}
}