@charset "UTF-8";

/*

	PROJECT: MakingCG css.v1.0
	Author: MakingCG s.r.o.

	[1] PC
	[2] NOTEBOOK
	[3] IPAD
		[3.1] IPAD LANDSCAPE
		[3.2] IPAD PORTRAIT
	[4] PORTRAIT GLOBAL
	[5] IPHONE
		[5.1] IPHONE LANDSCAPE
		[5.2] IPHONE PORTRAIT

*/

/* -------------------------------------------------------------------------------- /
	[1] PC
/ -------------------------------------------------------------------------------- */

@media only screen and (min-width: 1440px) {

	.center {
		position: absolute !important;
		top: 50%;
		margin: 0 auto !important;
		left: 0;
		right: 0;
		z-index: 20;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 25px;
	}
}
@media only screen and (max-width: 1440px) {

	footer {
		bottom: 15px;
		position: relative;
		bottom: 0;
		margin: 25px 0;
	}
}

/* -------------------------------------------------------------------------------- /
	[2] NOTEBOOK
/ -------------------------------------------------------------------------------- */

@media only screen and (min-width : 960px) and (max-width: 1440px) {
	
	.media-container img {
		max-width: 530px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		margin: 30px auto;
	}
}

/* -------------------------------------------------------------------------------- /
	[3] IPAD
	[3.1] IPAD LANDSCAPE
/ -------------------------------------------------------------------------------- */

@media only screen and (min-width : 960px) and (max-width: 1024px) {
	
	.media-container {
		margin-bottom: 30px;
	}
	.goods li {
		width: 33.3333%;
	}	
	.product-title {
		font-size: 26px;
	}
	.buy-for {
		font-size: 15px;
	}
}

/* -------------------------------------------------------------------------------- /
	[3.2] IPAD PORTRAIT
/ -------------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) and (max-width: 960px) {

	h1.home {
		font-size: 72px;
	}
	.header-logo {
		background-size: 790px;
		width: 400px;
		height: 85px;
	}
	.homepage-link li {
		padding: 3px 15px;
		font-size: 16px;
	}
}

/* -------------------------------------------------------------------------------- /
	[4] PORTRAIT GLOBAL
/ -------------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	h1 {
		font-size: 46px;
	}
	.first-line, .last-line {
		display: block;
	}
	.btn {
		font-size: 16px;
		padding: 10px 20px;
	}
	footer span {
		font-size: 12px;
	}

	/* Contact us centering */
	.center-contactus {
		position: relative !important;
		-webkit-transform: initial;
		transform: initial;
		margin: initial;
	}
	.contact-us footer {
		bottom: 15px;
		position: relative;
		bottom: 0;
		margin: 25px 0;
	}
	.company-info {
		margin-top: 50px;
	}
	.goods li {
		width: 50%;
	}
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		margin: 35px 0;
	}
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	iframe {
		max-width: 100%;
	}
	.page-return {
		display: none;
	}
	.buy-item {
		text-align: left;
		margin-top: 25px;
	}
	.buy-item .btn{
		float: left;
	}
	.buy-for {
		margin-right: 0;
		padding-top: 9px;
		padding-left: 15px;
	}
	.product-title {
		margin-top: 20px
	}

}

/* -------------------------------------------------------------------------------- /
	[5] IPHONE
	[5.1] IPHONE LANDSCAPE
/ -------------------------------------------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 760px) {
	
	header {
		padding: 20px 0;
	}
	.home footer, .contact-us footer, footer {
		bottom: 0px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 17px;
		line-height: 1.4;
		margin: 20px auto;
	}
	.first-line, .last-line {
		display: initial;
	}
	.homepage-link {
		margin-bottom: -35px;
	}
	.media-container {
		margin-bottom: 30px;
	}
	.media-container img {
		width: 450px;
	}
	.header-logo {
		background-size: 570px;
		width: 290px;
		height: 60px;
	}
	.homepage-link li {
		border-left: 0;
		padding: 15px 0;
		display: block;
	}
}

/* -------------------------------------------------------------------------------- /
	[5.2] IPHONE PORTRAIT
/ -------------------------------------------------------------------------------- */

@media only screen and (max-width: 480px){
	
	h1.home {
		font-size: 36px;
	}
	h1 {
		font-size: 36px;
		line-height: 1.3;
	}
	h2	{
		font-size: 16px;
		margin: 15px 0;
	}
	.header-logo {
		background-size: 570px;
		width: 290px;
		height: 60px;
	}
	.homepage-link li {
		border-left: 0;
		padding: 15px 0;
		display: block;
	}
	.btn {
		font-size: 16px;
		padding: 10px 20px;
	}
	.media-container {
		margin-bottom: 30px;
	}
	.goods-filter li {
		display: block;
		padding: 0;
	}
	.goods-filter li span {
		padding: 15px 20px;
		display: inline-block;
	}
	.goods li {
		width: 100%;
	}
	.popup-content {
		width: 95%;
	}
	.subscribe-email form div:first-child {
		padding-right: 0;
		margin-bottom: 15px;
	}
	.subscribe-email form div, .subscribe-email form div {
		display: block;
	}
	.product-title {
		font-size: 26px;
	}
	ul.toggle li h3 {
		font-size: 18px;
	}
	.chevron-down {
		margin: 2px 15px 10px 0;
	}
	.menu-icon {
		margin: -21px -25px -15px -33px;
	}
	.makingcg-logo {
		margin-left: 17px;
	}
	.product-title {
		margin-top: 4px;
	}
}