/* Reset vol.3 */
*,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,select,option{
	background:none;
	border:0;	
	box-sizing:border-box; 	
	font-family:-apple-system, BlinkMacSystemFont, Roboto, "Open Sans", "Helvetica Neue", sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	word-wrap:break-word;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}
html,body{
	width:100%
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
ol,ul{
	list-style:none
}
table{
	border-collapse:collapse;
	border-spacing:0
}
img{	
	height:auto;
	max-width:100%;
	vertical-align:bottom
}
b{
	font-weight:bold
}
i{
	font-style:italic
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
/* Index */
html,body{
	height:100%
}
a{
	text-decoration:none
}
.intro{
	background:#000000;
	display:table;
	height:90%;
	width:100%
}
.intro-img{
	display:table-cell;
	height:100%;
	padding:10%;
	text-align:center;
	vertical-align:middle;
	width:100%
}
h1{
	color:#ffffff;
	font-size:234%;
	margin:3% 0
}
h1 a{
	background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
.arrow-black{
	background:url('images/arrow-black.png')no-repeat 50% 0%;
	height:10%
}
.brands{
	font-size:0;
	padding:0 5%;
	text-align:center
}
.brands img{
	padding:5%
}
.brands a:active img,.brands a:focus img,.brands a:hover img{
	background:#ea3536
}
.arrow-gray{
	background:url('images/arrow-gray.png')no-repeat 50% 100%;
	height:10%
}
.map{
	background:#ffffff url('images/map.png')no-repeat 50% 0%;
	background-size:cover;
	height:70%;
	width:100%;
	-moz-background-size:cover;
    -webkit-background-size:cover
}
.location{
	background:#ffffff;	
	height:20%;
	text-align:center
}
h2{
	color:#000000;
	font-size:334%;
	padding:2%
	
}
h2 a{
	color:#000000
}
.imitation{
	background:rgba(0,0,0,0.4) url('images/imitation.png')no-repeat 50% 50%;
    bottom:20px;
    border-radius:50%;
    height:50px;
    left:20px;
    line-height:50px;
	position:fixed;
	transition:opacity .2s ease-out;
    width:50px;
	z-index:9999
}
.imitation:active,.imitation:focus,.imitation:hover{
	background-color:rgba(0,0,0,0.7)
}
@media only screen and (max-width:900px),only screen and (max-device-width:900px){
	h2{
		font-size:200%;
		padding:2% 2% 10% 2% 
	}
}
@media only screen and (max-width:600px),only screen and (max-device-width:600px){
	h1{
		font-size:150%;
		margin:10% 0
	}
	.brands img{
		padding:10% 5%
	}
	h2{
		font-size:150%;
		padding:2% 2%  20% 2% 
	}
}