@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300&amp;subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

* {
	margin: 0;
   padding: 0;
   border: 0;
   outline: none;
}
html,
body {
   height: 100%;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
body > div {
   min-height: 100%;
   position: relative;
}
.clear {
	clear: both;
	height: 0;
}

body > div > header {
	height: 139px;
}
body > div > header > .head {
	position: relative;
	background: #363b3f;
	height: 40px;
	padding: 0 100px;
}
body > div > header > .head > .contact > div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px 0 0;
}
body > div > header > .head > .contact > div > .light {
	color: #888;
}
body > div > header > .head > .contact > div > a,
body > div > header > .head > .contact > div > a:hover {
	color: #fff;
	text-decoration: none;
}
body > div > header > .head > #lang {
	position: absolute;
	top: 0;
	right: 100px;
	color: #fff;
	z-index: 1;
}
body > div > header > .head > #lang > .lang {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
body > div > header > .head > #lang > .lang > a {
	display: block;
	color: #fff;
	background: #2b2f32;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 29px;
	margin: 0 3px;
	padding: 11px 7px 0 7px;
	-webkit-transition:background 1s;
   transition:background 1s;
}
body > div > header > .head > #lang > .lang > a:hover,
body > div > header > .head > #lang > .lang > a.over {
	background: #880030;
	-webkit-transition:background 1s;
   transition:background 1s;
}

body > div > header .fixed {
	position: fixed; 
	top: 0;
	left: 0; 
	height: 50px;
	width: 100%;
	border-bottom: 1px ridge #880030;
	z-index: 100;
}
body > div > header > .fixed > ul > li > a {
	display: block;
	height: 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 10px 0 10px;
	border-bottom: 10px solid #fff;
	background: #fff;
	-webkit-transition:background 1s, border 1s;
   transition:background 1s, border 1s;
}
body > div > header > .fixed > ul > li > a:hover,
body > div > header > .fixed > ul > li > a.over,
body > div > header > .fixed ul :hover > a {
	color: #fff;
	background: #880030;
	border-bottom: 10px solid #be4972;
	-webkit-transition:background 1s, border 1s;
   transition:background 1s, border 1s;
}
body > div > header > nav {
	position: relative;
	height: 99px;
	font-size: 12px;
	width: 100%;
	background: #fff;
}
body > div > header > nav > #logo > a {
	position: absolute;
	display: block;
	left: 100px;
	top: 50%;
	width: 182px;
	height: 90px;
	margin-top: -45px;
	background: url('../img/logo.png') no-repeat;
}
body > div > header > nav > ul {
	position: absolute;
	right: 100px;
	list-style-type: none;
	text-align: right;
}
body > div > header > nav > ul > li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
body > div > header > nav > ul > li > a {
	display: block;
	height: 49px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 40px 10px 0 10px;
	border-bottom: 10px solid #fff;
	background: #fff;
	-webkit-transition:background 1s, border 1s;
   transition:background 1s, border 1s;
}
body > div > header > nav > ul > li > a:hover,
body > div > header > nav > ul > li > a.over,
body > div > header > nav ul :hover > a {
	color: #fff;
	background: #880030;
	border-bottom: 10px solid #be4972;
	-webkit-transition:background 1s, border 1s;
   transition:background 1s, border 1s;
}

body > div > header > nav > ul > li > ul {
	list-style-type: none;
}
body > div > header > nav > ul > li > ul > li {
	display: block;
}
body > div > header > nav ul ul,
body > div > header > nav ul :hover ul {
	position: absolute;
	left: -9999px;
	z-index: 10;
}
body > div > header > nav ul :hover ul {
	left: 0;
	top: 99px;
	white-space: nowrap;
	background: #fff;
	border-left: #be4972 1px solid;
	border-right: #be4972 1px solid;
	border-bottom: #be4972 1px solid;
}
body > div > header > nav > ul > li > ul > li > a {
	display: block;
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border: 0;
	-webkit-transition:background 1s;
   transition:background 1s;
}
body > div > header > nav > ul > li > ul > li > a:hover,
body > div > header > nav > ul > li > ul > li > a.over {
	background: #880030;
	color: #fff;
	border: 0;
	-webkit-transition:background 1s;
   transition:background 1s;
}
body > div > header > nav > #mobilemenubutton,
body > div > header > nav > #mobilemenu {
	display: none;
}
body > div  > header > nav > #mobilemenu.visible > ul {
	list-style-type: none;
}
body > div  > header > nav > #mobilemenu.visible > ul > li {
	position: relative;
	display: block;
}
body > div  > header > nav > #mobilemenu.visible > ul > li > a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	border: 0;
	-webkit-transition:background 1s;
   transition:background 1s;
}
body > div  > header > nav > #mobilemenu.visible > ul > li > a:hover,
body > div  > header > nav > #mobilemenu.visible > ul > li > a.over {
	color: #fff;
	background: #880030;
	border: 0;
	-webkit-transition:background 1s;
   transition:background 1s;
}

body > div > #main,
body > div > #content {
	padding-bottom: 515px;
}
body > div > #main {
	text-align: center;
}
/* Hand background */
body > div > #content > div.bg {
	position: absolute;
	bottom: 515px;
	right: 0;
	width: 1051px;
	height: 370px;
	background: url('../img/bg-hand.png') bottom right no-repeat;
}

/* main slider */
#full-width-slider {
  width: 100%;
  margin:0;
  padding:0;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.infoBlock > .infoCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.infoBlock > .infoCell img {
	padding-bottom: 20px;
}
.infoBlock h4 {
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.7);
	font-size: 35px;
	font-family: 'Roboto Slab', serif;
}

.fullWidth {
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }

}
body > div > #main > #product {
	background: #880030;
	color: #fff;
	padding: 20px 0;
	margin-top: -24px;
}
body > div > #main > #product > .holograms {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid transparent;
}
body > div > #main > #product > .holograms:hover {
	border: 1px solid #fff;
}
body > div > #main > #product > .holograms a,
body > div > #main > #product > .holograms a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}
body > div > #main > #product > .holograms .thin {
	font-size: 12px;
	padding: 10px 0;
	font-weight: normal;
}
body > div > #main h1 {
	font-size: 30px;
	padding: 30px 0;
	font-family: 'Roboto Slab', serif;
}
body > div > #main article {
	width: 60%;
	margin: 0 auto;
}
body > div > #main > #aboutus {
	/*background-image: url('../img/main-rolunk.jpg');
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 20px;*/
	color: #fff;
}
body > div > #main .nextbutton a,
body > div > #main .nextbutton_black a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 30px 0;
	width: 70px;
	background: #880030;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 3px;
}
body > div > #main .nextbutton_black a {
	background: #252525;
}
body > div > #content > h1 {
	position: relative;
	color: #fff;
	background-color: transparent !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	padding: 60px 100px;
	width: auto;
	height: 40px;
	font-family: 'Roboto Slab', serif;
	background: yellow;
	font-size: 33px;
}
body > div > #content > h1 > span {
	font-size: 0.7em;
	font-weight: normal;
}
body > div > #content > h1 > .h1 {
	width: 335px;
	font-size: 25px;
}
body > div > #content > h1 > .prev-title a,
body > div > #content > h1 > .next-title a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 24px;
	height: 55px;
}
body > div > #content > h1 > .prev-title a {
	left: 50px;
	background: url('../img/left-arrow-w.png') no-repeat;
}
body > div > #content > h1 > .next-title a {
	right: 50px;
	background: url('../img/right-arrow-w.png') no-repeat;
}
body > div > #content > h1 > .titlebox {
	position: absolute;
	top: 35px;
	right: 100px;
	text-align: center;
}
body > div > #content > h1 > .titlebox > .title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	width: 90px;
	padding: 0 7px;
}
body > div > #content > h1 > .titlebox > .title a,
body > div > #content > h1 > .titlebox > .title a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}
body > div > #content > h1 > .titlebox > .title img {
	padding-bottom: 5px;
}
body > div > #content > h1.about {
	background: url('../img/rolunk-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body > div > #content > h1.matrica {
	background: url('../img/matrica-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body > div > #content > h1.rfid {
	background: url('../img/matrica-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body > div > #content > h1.reference {
	background: url('../img/referencia-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body > div > #content > h1.contact {
	background: url('../img/kapcsolat-bg.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
body > div > #content > section {
	padding: 50px 100px;
}
body > div > #content > section.bg  {
	padding: 50px 100px 250px 100px;
	background: url('../img/bg-product.png') top center no-repeat;
}
body > div > #content > section h2 {
	font-weight: normal;
	font-size: 20px;
	padding: 15px 0;
}
body > div > #content > section h4,
body > div > #content > section h4 a,
body > div > #content > section h4 a:hover {
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #880030;
	text-transform: uppercase;
	text-decoration: none;
}
body > div > #content > section h4 a:hover {
	text-decoration: underline;
}
/*body > div > #content > section h4.presfolia,
body > div > #content > section h4.ontapados,
body > div > #content > section h4.zsugorfolia,
body > div > #content > section h4.vedelem,
body > div > #content > section h4.vekonyfolia,
body > div > #content > section h4.magnesezestjelzo {
	padding: 6px 0 6px 45px;
	min-height: 30px;
}
body > div > #content > section h4.presfolia {
	background: url('../img/ikon-presfolia.png') no-repeat;
}
body > div > #content > section h4.ontapados {
	background: url('../img/ikon-ontapados.png') no-repeat;
}
body > div > #content > section h4.zsugorfolia {
	background: url('../img/ikon-zsugorfolia.png') no-repeat;
}
body > div > #content > section h4.vedelem {
	background: url('../img/ikon-vedelem.png') no-repeat;
}
body > div > #content > section h4.vekonyfolia {
	background: url('../img/ikon-vekonyfolia.png') no-repeat;
}
body > div > #content > section h4.magnesezestjelzo {
	background: url('../img/ikon-magnesezestjelzo.png') no-repeat;
}*/
body > div > #content > section h4.ikon {
	padding: 6px 0 6px 45px;
	min-height: 30px;
	background-repeat: no-repeat;
}
body > div > #content > section p {
	padding: 10px 0 5px 0;
	text-align: justify;
}
body > div > #content > section > article {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
body > div > #content > section > article:first-child {
	padding-right: 30px;
}
body > div > #content > section > article:nth-child(2) {
	padding-left: 30px;
}
body > div > #content > section > aside {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}
body > div > #content > section  .colleague,
body > div > #content > section  .product {
	color: #888;
	text-align: center;
	padding: 20px 0;
}
body > div > #content > section > div.references {
	text-align: center;
}
body > div > #content > section > div.references > img {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 10px;
}
body > div > #content > section .colleague > div,
body > div > #content > section .product > div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 10px;
	vertical-align: top;
}
body > div > #content > section .colleague img,
body > div > #content > section .product img {
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 5px;
}
body > div > #content > section .colleague > .sub > img {
	max-width: 164px;
	max-height: 214px;
}
body > div > #content > section hr {
	height: 1px;
	background: #ccc;
	border: 0;
	margin: 30px 40px;
}
body > div > #content > section p.center {
	text-align: center;
}
body > div > #content > section .inline {
	display: table-cell;
}
body > div > #content > section .inline:first-child {
	padding-right: 10px;
}
body > div > #content > section .inline:last-child {
	width: 100%;
}
body > div > #content > section .title,
body > div > #content > section .tel,
body > div > #content > section .mail {
	color: #888;
	padding: 4px 0 0 35px;
	min-height: 30px;
	margin-bottom: 5px;
}
body > div > #content > section .title {
	background: url('../img/ikon-cim.png') no-repeat;
	padding: 0 0 0 35px;
}
body > div > #content > section .tel {
	background: url('../img/ikon-tel.png') no-repeat;
}
body > div > #content > section .mail {
	background: url('../img/ikon-mail.png') no-repeat;
}
body > div > #content > section iframe {
	width: 240px;
	height: 300px;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

/* slider */
.slidewrap {
	position: relative;
	width:800px;
	margin:30px auto;
	clear: both;
}
.slidewrap img {
	padding-right: 5px;
}
#slider,
#slider2 {
	position:relative;
	overflow:hidden;
	width: 730px;
	text-align:center;
	margin: 0 auto;
}
.refslider {
	height:83px !important;
}
.rfidslider {
	height:135px !important;
}
.stickslider {
	height:135px !important;
}
.holslider {
	height:135px !important;
}
.slidewrap:hover .controls .slider-play,
.slidewrap:hover .controls .slider-pause {
	position:absolute;
	display: block;
	width: 10px;
	height: 20px;
	bottom: 5px;
	right: 45px;
	z-index: 1;
}
.slidewrap:hover .controls .slider-play {
	right: 60px;
	background: url('../img/slider-play.png') no-repeat;
}
.slidewrap:hover .controls .slider-pause {
	background: url('../img/slider-pause.png') no-repeat;
}
.controls .prev-slide,
.controls .next-slide {
	position:absolute;
	display: block;
	width: 24px;
	height: 55px;
	top: 50%;
	margin-top:-25px;
	z-index: 1;
}
.controls .prev-slide {
	left:0;
	background: url('../img/left-arrow.png') no-repeat;
}
.controls .next-slide {
	right:0;
	background: url('../img/right-arrow.png') no-repeat;
}
#slider ul,
#slider2 ul {
	margin:0;
	padding:0;
}
#slider li,
#slider2 li {
	float:left;
	list-style:none;
	margin:0 5px 0 0;
	text-align:center;
}
.refslider ul li {
	height:83px !important;
}
.rfidslider ul li {
	height:135px !important;
}
.stickslider ul li {
	height:135px !important;
}
.holslider ul li {
	height:135px !important;
}

body > div > footer {
	position: absolute;
   bottom: 0;
	width: 100%;
	min-height: 515px;
	color: #fff;
	text-align: center;
	/*border-top: 5px ridge #880030;*/
	background: #252525;
}
footer h3 {
	font-size: 40px;
	margin: 50px 0;
	font-family: 'Roboto Slab', serif;
}
footer p {
	line-height: 25px;
}
footer .contact {
	font-size: 14px;
	padding-top: 50px;
}
footer #tabs{
	overflow:hidden;
}
footer #tabs > ul{
	font: 1em;
	list-style:none;
	margin:0;
	padding:0;
}
footer #tabs > ul > li {
	padding: 5px 0;
	width: 80px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #fff;
	text-transform: uppercase;
}
footer #tabs > ul > li:hover,
footer #tabs > ul > li.active{
	cursor:pointer;
	color: #fff;
	background: #880030;
}
footer #tabscontent {
	padding: 50px 0 90px 0;
	font-size: 30px;
	font-weight: bold;
}
footer #tabscontent a,
footer #tabscontent a:hover {
	color: #fff;
	text-decoration: none;
}
footer div.copy {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
}
footer div.copy > hr {
	border: 0;
	background: #3c3c3c;
	height: 1px;
	margin: 0 100px;
}

@media screen and (min-width: 1200px) {
	body > div > #content > h1 > .h1 {
		width: auto;
		font-size: 33px;
	}
}
@media screen and (min-width: 970px) and (max-width: 1100px) {
	.slidewrap {
		width:700px;
	}
	#slider,
	#slider2 {
		width: 630px;
	}
	.infoBlock h4 {
		font-size: 30px;
	}
}
@media screen and (min-width: 750px) and (max-width: 970px) {
	body > div > header > nav > #logo > a {
		top: 25px;
	}
	body > div > header > nav > ul {
		top: 49px;
	}
	body > div > header > nav > ul > li > a {
		display: block;
		height: 25px;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		padding: 15px 10px 0 10px;
		border-bottom: 10px solid #fff;
		-webkit-transition:background 1s, border 1s;
	   transition:background 1s, border 1s;
	}
	body > div > header > nav > ul > li > a:hover,
	body > div > header > nav > ul > li > a.over,
	body > div > header > nav ul :hover > a {
		color: #fff;
		background: #880030;
		border-bottom: 10px solid #be4972;
		-webkit-transition:background 1s, border 1s;
	   transition:background 1s, border 1s;
	}
	body > div > header .fixed {
		height: 99px;
	}
	body > div > #content > h1 > .titlebox {
		top: 7px;
	}
	body > div > #content > h1 > .titlebox > .title {
		float: left;
		font-size: 10px;
		width: 60px;
		padding: 0 7px;
	}
	body > div > #content > h1 > .titlebox > .title:nth-child(3) {
		clear: left;
	}
	body > div > #content > h1 > .titlebox > .title img {
		height: 30px;
	}
	
	.slidewrap {
		width:500px;
	}
	#slider,
	#slider2 {
		width: 430px;
	}
	.infoBlock h4 {
		font-size: 30px;
	}
	.infoBlock img {
		max-height: 150px;
	}
}
@media screen and (min-width: 450px) and (max-width: 750px) {
	body > div > header {
		height: 90px;
	}
	body > div > header > nav {
		height: 50px;
	}
	body > div > header > nav > ul {
		display: none;
	}
	body > div > header > nav > #mobilemenubutton {
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		height: 40px;
		width: 40px;
		background: url('../img/mobilemenu.png') no-repeat;
		cursor: pointer;
		z-index: 100;
	}
	body > div  > header > nav > #mobilemenu.visible {
		display: block;
		position: absolute;
		top: 50px;
		right: 0;
   	background: #363b3f;
   	z-index: 20;
	}
	
	body > div > header > .head {
		padding: 0 20px;
	}
	body > div > header > .head > #lang {
		right: 20px;
	}
	body > div > header > nav > #logo > a {
		left: 20px;
	}
	body > div > #content > h1 {
		padding: 60px 20px;
		font-size: 25px;
	}
	body > div > #content > h1 > .h1 {
		width: auto;
		font-size: 25px;
	}
	body > div > #content > section,
	body > div > #content > section.bg {
		padding: 50px 20px;
	}
	body > div > #content > section .inline {
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	body > div > #content > h1 > .prev-title a,
	body > div > #content > h1 > .next-title a {
		display: none;
	}
	body > div > #content > h1 > .titlebox {
		display: none;
	}
	
	.slidewrap {
		width:350px;
	}
	#slider,
	#slider2 {
		width: 280px;
	}
	.infoBlock h4 {
		font-size: 25px;
	}
	.infoBlock img {
		max-height: 150px;
	}
}
@media screen and (min-width: 0px) and (max-width: 450px) {
	body > div > header {
		height: 90px;
	}
	body > div > header > nav {
		height: 50px;
	}
	body > div > header > nav > ul {
		display: none;
	}
	body > div > header > nav > #mobilemenubutton {
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		height: 40px;
		width: 40px;
		background: url('../img/mobilemenu.png') no-repeat;
		cursor: pointer;
		z-index: 100;
	}
	body > div  > header > nav > #mobilemenu.visible {
		display: block;
		position: absolute;
		top: 50px;
		right: 0;
   	background: #363b3f;
   	z-index: 20;
	}
	body > div > header > .head {
		padding: 0 20px;
	}
	body > div > header > .head > #lang {
		right: 20px;
	}
	body > div > header > nav > #logo > a {
		left: 20px;
	}
	body > div > #content > h1 {
		padding: 60px 20px;
		font-size: 20px;
	}
	body > div > #content > h1 > .h1 {
		width: auto;
		font-size: 20px;
	}
	body > div > #content > section,
	body > div > #content > section.bg {
		padding: 50px 20px;
	}
	body > div > header > .head > .contact {
		padding-top: 4px;
	}
	body > div > header > .head > .contact > div {
		display: block;
		padding: 0;
	}
	body > div > #content > h1 > .prev-title a,
	body > div > #content > h1 > .next-title a {
		display: none;
	}
	body > div > #content > h1 > .titlebox {
		display: none;
	}
	
	.slidewrap {
		width:100%;
	}
	#slider,
	#slider2 {
		width: 100%;
	}
	.slidewrap .controls {
		display: none;
	}
	.infoBlock h4 {
		font-size: 18px;
	}
	.infoBlock img {
		max-height: 150px;
	}
}

/* Hand background */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	body > div > #content > div.bg {
		width: 800px;
		height: 282px;
		background: url('../img/bg-hand-800.png') bottom right no-repeat;
	}
	body > div > #content > section.bg {
		padding-bottom: 200px;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
	body > div > #content > div.bg {
		width: 700px;
		height: 247px;
		background: url('../img/bg-hand-700.png') bottom right no-repeat;
	}
	body > div > #content > section.bg {
		padding-bottom: 150px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
	body > div > #content > div.bg {
		width: 600px;
		height: 212px;
		background: url('../img/bg-hand-600.png') bottom right no-repeat;
	}
	body > div > #content > section.bg {
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
	body > div > #content > div.bg {
		width: 500px;
		height: 177px;
		background: url('../img/bg-hand-500.png') bottom right no-repeat;
	}
	body > div > #content > section.bg {
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 450px) and (max-width: 750px) {
	body > div > #content > div.bg {
		display: none;
	}
	body > div > #content > section > aside {
		display: block;
		padding: 30px 0 0 0;
		text-align: center;
	}
}
@media screen and (min-width: 0px) and (max-width: 450px) {
	body > div > #content > div.bg {
		display: none;
	}
	body > div > #content > section > article {
		padding: 0;
		width: auto;
	}
	body > div > #content > section > article:first-child {
		padding: 0;
	}
	body > div > #content > section > article:nth-child(2) {
		display: block;
		padding: 0;
	}
	body > div > #content > section > aside {
		display: block;
		padding: 30px 0 0 0;
		text-align: center;
	}
}