@media (min-width: 120px) and (max-width: 768px) {
	body {
		overflow: hidden;
		min-width: auto;
		width: 100%;
		padding-top: 64px;
	}

	body .wrapper {
		max-width: 100%!important;
	}

	#fancybox-wrap {
		position: fixed;
	}

	#fancybox-close {
		right: 5px;
		top: 10px;
	}

	.language-suggest {
		border: none;
		text-align: center;
		width: 100%;
		height: 100%;
		background: #18191d;
		padding: 50px 0 60px;
	}

	.language-suggest a.flag {
		margin-bottom: 20px;
	}

	.language-suggest p.p1 {
		margin-top: 0;
	}

	.language-suggest p.p2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 20px;
	}

	#header {
		position: fixed;
		z-index: 1999;
		width: 100%;
		top: 0;
		min-width: auto;
		background: #0c151c;
	}

	#header .wrapper {
		padding: 0;
	}

	#header .wrapper > a {
		display: inline-block;
		margin-bottom: 9px;
	}

	#header .logo-bar img {
		float: none;
		width: 120px;
		margin-left: 15px;
		margin-top: 15px;
	}

	#header .logo-bar nav {
		display: none;
		float: none;
		margin-left: 0;
		background: #090d10;
		position: relative;
		top: -2px;
	}

	#header .logo-bar nav .sub ul {
		position: relative;
		top: 0;
		background: #090d10;
	}

	#header .logo-bar nav .sub ul a {
		background: #1e252b;
	}

	#header .logo-bar nav .sub:hover ul {
		display: none;
	}

	#nav-menu ul:after {
		content: '';
		display: block;
		clear: both;
	}

	#header .logo-bar nav > ul > li,
	#header .logo-bar nav .sub:hover ul li {
		float: none;
		border-bottom: 1px #161616 solid;
	}

	#header .logo-bar nav > ul > li:last-child,
	#header .logo-bar nav .sub:hover ul li:last-child {
		border-bottom: none;
	}

	.lang-selector.active {
	    max-height: 500px;
	    position: fixed;
	    top: 60px;
	    z-index: 99999;
	}

	.current-lang {
		position: absolute;
		top: 0;
		right: 64px;
		margin-right: 0;
	}

	.burger {
		position: absolute;
		right: 0;
		top: 0;
		width: 64px;
		height: 64px;
	}

	.burger.active {
		background: #090d10;
	}

	.burger-wrapper {
		position: absolute;
		right: 20px;
		top: 22px;
		height: 20px;
		width: 24px;
	}

	.burger-wrapper span {
		position: absolute;
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		top: 50%;
		transform: translateY(-50%)
	}

	.burger-wrapper:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: #fff;
		top: 0;
	}

	.burger-wrapper:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background: #fff;
		bottom: 0;
	}

	.burger.active .burger-wrapper span {
		display: none;
	}

	.burger.active .burger-wrapper:after {
		transform-origin: 2px 6px;
		transform: rotate(45deg)
	}

	.burger.active .burger-wrapper:before {
		transform-origin: 1px -3px;
		transform: rotate(-45deg)
	}

	#slider2 {
		height: auto;
		background: none;
	}

	#slider2 .video,
	#slider2 .right  {
		width: 100%;
	}

	#slider2 .video .video-thumb,
	#slider2 .right {
		float: none;
		text-align: center
	}

	#slider2 .video .video-thumb img {
		width: auto;
	}

	#slider2 .video .playspot {
		bottom: auto;
		top: -60px;
		position: relative;
	}

	#slider2 .video h1 strong {
		font-size: 36px;
	}

	.slider-counter {
		text-align: center;
	}

	#subslider {
		height: auto;
		padding-bottom: 50px;
	}

	#subslider h3.sloogan2 {
		position: relative;
		top: auto;
		right: auto;
		line-height: 35px;
	}

	#subslider .awward_ribbon {
		display: none;
	}

	.best_features {
		float: none;
	}

	.best_features li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.best_features li a {
		display: inline-block;
	}

	#subslider .subcenter {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	#subslider .subcenter .sct {
	    position: relative;
	    top: 0;
	    right: auto;
	    left: auto;
	    border: 0;
	    display: inline-block;
	}

	.sct p.sct-but {
		height: 24px;
		width: 40px;
		background-size: contain;
		border-radius:  7px;
	}

	.sct span {
		background: url(../images/ctbg.png) no-repeat;
		background-size: cover;
		width: 27px;
		height: 31px;
		font-size: 15px;
		line-height: 33px;
	}

	.buttons_place {
		padding: 30px;
		margin-top: 0;
	}

	#slider2 .right a {
		display: block;
		width: 100%;
	}

	#slider2 .right a.dl {
		margin-bottom: 15px;
		margin-right: 0;
	}

	#slider2 .right a.buy {
		background: #192731;
		border: none;
		padding: 20px 0;
	}

	.wrapper {
		width: auto;
		padding: 0 30px;
	}

	#section2 h2 {
	    font-size: 22px;
	    line-height: 30px;
	    font-weight: 100;
	    text-align: center;
	    padding-top: 80px;
	}

	#section2 ul li {
	    width: 100%;
	    float: none;
	    text-align: center;
	}

	#section2 ul li .img {
		display: inline-block;
		width: auto;
		max-width: 100%;
	}

	#section-action_box .col.text {
	    width: auto;
	    margin-left: 0;
	    margin-top: 20px;
	    color: #ffffff;
	    text-align: justify;
	}

	.col {
		float: none;
	}

	#section-action_box .col {
		width: 100%;
	}

	#section-action_box .col > img {
		width: 189px;
		display: block;
		margin: 0 auto 50px;
	}

	#footer-download,
	#footer-download.footer-download-pl {
	    height: auto;
	    background: #222b31;
	    color: white;
	}

	#footer-download article {
		float: none;
		padding-top: 60px;
		padding-bottom: 50px;
		margin-top: 0;
	}

	#footer-download article h2 {
		line-height: 42px;
	}

	#footer-download article h3 {
		margin-top: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	#footer-download article a {
		margin-top: 50px;
	}

	#footer-download article p {
		font-size: 12px;
		margin-top: 20px;
	}

	#section-benchmarks {

	}

	#section-benchmarks h2 {
		line-height: 42px;
	}

	#section-benchmarks .desktop-ver {
		display: none;
	}

	#section-benchmarks .mobile-ver .bars {
		width: 100%;
		left: auto;
	}

	#section-benchmarks .benchamrk-bars ul {
		list-style: none;
		text-align: left;
		margin-bottom: 40px;
	}

	#section-benchmarks .benchamrk-bars ul .head {
		margin-bottom: 10px;
	}

	#section-benchmarks .benchamrk-bars ul .bar-wrapper {
		display: block;
		height: 30px;
		border-radius: 2px;
		margin-bottom: 20px;
	}

	#section-benchmarks .benchamrk-bars ul .bar-wrapper span {
		line-height: 30px;
		font-size: 13px;
		color: #fff;
		font-weight: 700;
		margin-left: 5px;
	}

	#section-benchmarks .benchamrk-bars ul .bar-wrapper span.num {
		float: right;
		font-size: 10px;
		font-weight: 700;
		line-height: 30px;
		position: relative;
		opacity: 0.5;
		margin-right: 5px;
	}

	#section-benchmarks .benchamrk-bars ul .green .bar-wrapper {
		background: #85b42c;
	}

	#section-benchmarks .benchamrk-bars ul .blue .bar-wrapper {
		background: #00bfe8;
	}

	#section-benchmarks .benchamrk-bars ul .grey .bar-wrapper {
		background: #3c4955;
	}

	.bar-wrapper.perc-100 {
		width: 100%;
	}

	.bar-wrapper.perc-25 {
		width: 25%;
	}

	.bar-wrapper.perc-59 {
		width: 59%;
	}

	.bar-wrapper.perc-17 {
		width: 17%;
	}

	.bar-wrapper.perc-44 {
		width: 44%;
	}

	.bar-wrapper.perc-42 {
		width: 42%;
	}

	.bar-wrapper.perc-54 {
		width: 54%;
	}

	#award-section .col.text {
		width: auto;
		margin-left: auto;
		text-align: justify;
	}
	#award-section .awward_ribbon {
		float: none;
	}

	#award-section .awward_ribbon:after {
		content: '';
		display: block;
		clear: both;
	}

	#section3 ul li a .info {
		margin-left: 8px;
	}

	#section3 h3.head_yt {
		font-size: 36px;
		line-height: 42px;
		margin-top: 40px;
	}

	#section3 ul {
		margin-top: 40px;
	}

	#section3 ul li:first-child,
	#section3 ul li {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#section3 ul li {
	}

	#facebook-users-section .carousel-comments li:first-child,
	#facebook-users-section .carousel-comments li {
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-bottom: 15px;
	}

	#facebook-users-section .social_links,
	#facebook-users-section .social_links ul,
	#facebook-users-section .more {
		float: none;
	}

	#facebook-users-section .social_links ul:after {
		content: '';
		display: block;
		clear: both;
	}

	#facebook-users-section .social_links ul {
		text-align: center;
	}

	#facebook-users-section .social_links ul li {
		display: inline-block;
		float: none;
	}

	#facebook-users-section .more {
		text-align: center;
	}

	#footer2 {
		padding: 40px 0 0;
	}

	#footer2 .left {
		padding: 0px;
		width: 100%;
		text-align: center;
		float: none;
	}

	#footer2 .left img {
		max-width: 100%;
	}

	#footer2 .right {
		width: 100%;
		float: none;
		padding-top: 30px;
	}

	.cookiealert {
		z-index: 1000;
	}

	.cookiealert-container {
		width: auto;
		padding: 0 10px;
	}

	.cookiealert article {
		width: 100%;
	}

	.cookiealert div a {
		width: 100%;
	}

	#totop {
		display: none;
	}

	/* download */

	#download2 article {
		margin-bottom: 20px;
	}

	#download2 article .image {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#download2 article .table {
		width: 100%;
		height: auto;
		display: block;
	}

	#download2 article .description {
		width: 100%;
	}

	#download2 article .description .table,
	#download2 article .links .table {
		width: auto;
		padding: 0 20px;
	}

	#download2 article .description h2 {
		text-align: center;
	}

	#download2 article .links {
		width: 100%;
		margin-right: 0;
	}

	#download2 article .links .table {
		margin-right: 0;
	}

	#download2 article .links .link {
		margin: 40px 0;
	}

	#before-remote {
		padding-bottom: 20px;
	}

	#before-remote .wrapper {
		padding:  0;
	}

	#before-remote ul li:first-child {
		margin-left: 0;
	}

	#before-remote ul li:last-child {
	    margin-right: 0;
	}

	#before-remote ul li {
		width: auto;
		height: auto;
		display: block;
		margin: 0 0 20px;
		padding-top: 30px;

	}

	#before-remote ul li .bottom_area {
		position: relative;
	}

	#download2 .subcontent {
		margin-top: 30px;
	}

	#download2 .info {
		margin-bottom: 40px;
	}

	.requirements .requirements-left,
	.requirements .requirements-right {
		width: auto;
		float: none;
	}

	/* contact */

	#support .left {
		float: none;
		width: auto;
		margin-left: 0;
	}

	#support .left a {
		width: 100%;
	}

	#support .right {
		float: none;
		width: auto;
		margin-top: 50px;
		margin-right: 0;
		padding-bottom: 50px;
	}

	#contactform input,
	#contactform textarea {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	#contactform select {
		width: 100%;
		padding: 8px 15px;
	}

	#contactform button {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	/* store */

	#store {
		padding-bottom: 50px;
	}

	#store .head .left {
		width: auto;
		padding: 40px 20px 30px;
		text-align: center;
	}

	#store .head .left h1 {
		font-size: 18px;
	}

	#store .head .left h1 strong {
		line-height: 38px;
	}

	#store .head img {
		float: none;
		width: 100%;
	}

	#store .mobile-ver {
		display: block;
	}

	#store .desktop-ver {
		display: none;
	}

/* 	#store table,
	#store table tbody,
	#store table tr,
	#store table td {
		display: block;
		width: auto;
	}

	#store table {
		margin-left: 0;
		margin-bottom: 50px;
	}

	#store table td.title,
	#store table tr.rowspaned td.title {
		width: auto;
		border-bottom-width: 1px;
	}

	#store table td {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		border-left: none;
	} */

	#store table tbody tr td:first-child {
		width: auto;
	}

	#store table tbody tr td:last-child {
		width: 75px;
	}

	/* remote gameplay */

	#slider_monflo {
		display: none;
	}

	#remote-gameplay {
		background-image: none;
	}

	#remote-gameplay article.main, .remote-gameplay-content article.main {
		margin-left: 0;
	}

	#remote-gameplay article.main h1, .remote-gameplay-content article.main h1 {
		text-align: center;
		line-height: 28px;
	}

	#remote-gameplay article.main p, .remote-gameplay-content article.main p {
		width: auto;
	}

	#remote-gameplay article.o {
		display: block;
		align-items: normal;
		margin-bottom: 40px;
	}

	#remote-gameplay article.o .character_image {
		float: none;
	}

	#remote-gameplay article.o .character_image img {
		width: 100%;
	}

	#remote-gameplay article.o .side_text {
	    float: none;
	    width: auto !important;
	    padding-right: 0;
	    margin-top: 20px;
	}

	#remote-gameplay article.o header,
	#remote-gameplay article.o header h2 {
		text-align: center;
		line-height: 28px;
	}

	/* live */

	#live .overview-bg {
		background: none;
		height: auto;
		padding-bottom: 50px;
		width: auto;
	}

	#live article.main h2 {
		width: auto;
		margin-left: 0;
		font-size: 28px;
		line-height: 28px;
		text-align: center;

	}

	#live article.main p {
		width: auto;
		margin-right: 0;
	}

	#live article.o {
		position: relative;
		width: auto !important;
		top: auto;
		left: auto;
		padding-right: 0;
		margin-bottom: 40px;
	}

	#live article.o header h2 {
		text-align: center !important;
		line-height: 28px;
		margin-bottom: 20px;
		font-weight: 400;
	}

	/* video */

	#remote-video .remotevideos {
		margin-left: 0;
	}

	#remote-video .remotevideos li {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}

	#remote-video .remotevideos figure i {
		display: none;
	}

	#remote-video .remotevideos img {
	    width: 100%;
	}

	#remote-video .remotevideos figure {
	    width: 100%;
	    height: auto;
	}

	/* action nav */

	.wrapper-anav nav.action-nav {
		position: relative!important;
		padding-left: 0;
	}

	.wrapper-anav nav.action-nav {
		background: transparent;
	}

	nav.action-nav ul,
	nav.action-nav li {
		float: none;
	}

	nav.action-nav li {
		margin-bottom: 1px;
	}

	#home nav.action-nav li a {
		width: auto;
	}

	nav.action-nav li:first-child a {
		border-bottom-left-radius: 0;
	}

	nav.action-nav li:last-child a {
	    border-bottom-right-radius: 0;
	}

	.wrapper-anav {
		height: auto;
	}

	#home #actionnav .wrapper-anav, #home .wrapper-anav {
		margin-top: 50px !important;
	}

	#home #actionnav .wrapper-anav .wrapper, #home .wrapper-anav .wrapper {
		padding: 0;
		text-align: center;
	}

	nav.action-nav iframe {
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin: 20px auto 0;
		width: 80px;
		display: inline-block;
	}

	/* overview */

	#overview,
	#features,
	#tutorials,
	#screenshots-page,
	#live {
		background-position: left -65px;
	}

	#overview .overview-bg2 {
		width: auto;
	}

	#overview article.o {
		position: relative;
		width: auto !important;
		top: auto;
		left: auto;
		padding-right: 0;
		margin-bottom: 40px;
	}

	#overview article.o header h2 {
		text-align: center !important;
		line-height: 28px;
		margin-bottom: 20px;
		font-weight: 400;
	}

	#overview .overview-bg2 {
		background: none;
		height: auto;
		padding-bottom: 50px;
		width: auto;
	}

	#overview article.main h2 {
		width: auto;
		margin-left: 0;
		font-size: 28px;
		line-height: 28px;
		text-align: center;

	}

	#overview article.main p {
		width: auto;
		margin-right: 0;
	}

	/* features */

	#features table,
	#features table tbody,
	#features table tr,
	#features table td {
		display: block;
		width: auto;
	}

	#features table {
		margin-left: 0;
		margin-bottom: 50px;
	}

	#features table td.title,
	#features table tr.rowspaned td.title {
		width: auto;
		border-bottom-width: 1px;
	}

	#features table td {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		border-left: none;
	}

	#features .infos {
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 40px;
		text-align: center;
	}

	#home section .a1 {
		margin-left: 0;
		margin-top: 50px;
	}

	#home section .a1 h1,
	#home section .main h1,
	#home section .a1 h2 {
		width: auto;
		text-align: center;
		line-height: 32px;
	}

	#home section .a1 p {
		width: auto;
	}

	#home article.main {
		margin-left: 0;
		margin-top: 50px;
	}

	#home article.o header h2 {
		font-size: 18px;
		line-height: 22px;
	}

	/* screenshot */

	.screenshots-page li {
		margin: 0 auto 20px;
		float: none;
	}

	/* tutorials */

	#tutorials .left,
	#tutorials2 .left {
		width: auto;
		float: none;
		height: auto!important;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	#tutorials .right,
	#tutorials2 .right {
		width: auto;
		float: none;
	}

	#tutorials2 .right {
		padding-bottom: 50px;
	}

	#tutorials .right h2,
	#tutorials .tutorial-content p.intro {
		margin-left: 0;
	}

	#tutorials .left ul.list,
	#tutorials2 .left ul.list {
		width: auto;
	}

	#tutorials2 .faq-list li h3 {
		position: relative;
		line-height: 18px;
	}

	#tutorials2 .faq-list h3 span {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	#tutorials2 .faq-list li .faq-content {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 20px;
		background: #2e3335;
	}

	#tutorials2.faqq .wrapper > h2 {
		line-height: 28px;
	}

	#tutorials .right .tutorials-list-intro {
		margin-bottom: 20px;
	}

	#tutorials .right .tutorials-list-intro h2 {
		text-align: center;
		margin-bottom: 0;
	}

	#tutorials .right .tutorials-list img {
		float: none;
		margin: 0 auto 30px;
	}

	#tutorials .tutorial-content {
		padding-left: 0;
	}

	#tutorials .tutorial-content h3 {
		margin-left: 0;
	}

	#tutorials .tutorial-content h3 span {
	    display: inline-block;
	    width: auto;
	    height: auto;
	    background: none;
	    line-height: normal;
	    margin-right: 10px;
	}

	#tutorials .tutorial-content img {
		max-width: 100%;
	}

	#tutorials #feedback {
		height: auto;
		padding: 15px 20px 20px;
	}

	#tutorials #feedback input,
	#tutorials #feedback textarea {
		width: calc(100% - 20px);
	}

	#tutorials #feedback button {
		width: 100%;
		float: none;
	}

	#tutorials #feedback > span {
		display: none;
	}

	#tutorials .tutorial-content .video,
	#tutorials .tutorial-content .video-info {
		margin-left: 0;
	}

	#tutorials .tutorial-content .video iframe {
		width: 100%;
		height: auto;
	}

	#tutorials .tutorial-content .video-info img {
		display: none;
	}

	#tutorials .tutorial-content .video-info p span.title {
		width: 100px;
	}

	#tutorials .tutorial-content .video-info p {
		font-size: 12px;
	}

	body:lang(it) #footer-download article, body:lang(pt-br) #footer-download article, body:lang(ru) #footer-download article, body:lang(es) #footer-download article, body:lang(hu) #footer-download article,body:lang(zh-tw) #footer-download article, body:lang(zh-cn) #footer-download article, body:lang(fr) #footer-download article {
		width: auto;
		padding-top: 60px;
		margin-top: 0;
	}

	body:lang(ru) #slider2 .video .playspot, body:lang(hu) #slider2 .video .playspot {
	    left: 20px;
	    font-size: 10px;
	}

	body:lang(ru) #header .logo-bar nav > ul > li > a {
		font-size: 12px;
	}

}

@media (max-width: 978px) {

	#section-benchmarks .mobile-ver {
		display: none;
	}

}

@media (min-width: 768px) {
	.burger {
		display: none;
	}
}

@media (min-width: 979px)  {
	#store .mobile-ver {
		display: none;
	}

	#store .desktop-ver {
		display: block;
	}

	#section-benchmarks .mobile-ver {
		display: none;
	}
}