/* @override 
	http://localhost/kittenappeal/style.css */
@font-face {
	font-family:'proximaNovaLight';
	src:url('library/fonts/proximaNova/proximanova-light-webfont.eot');
	src:url('library/fonts/proximaNova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximaNova/proximanova-light-webfont.woff') format('woff'),
		url('library/fonts/proximaNova/proximanova-light-webfont.ttf') format('truetype'),
		url('library/fonts/proximaNova/proximanova-light-webfont.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'proximaNovaSemiBold';
	src:url('library/fonts/proximaNova/proximanova-semibold-webfont.eot');
	src:url('library/fonts/proximaNova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('library/fonts/proximaNova/proximanova-semibold-webfont.woff') format('woff'),
		url('library/fonts/proximaNova/proximanova-semibold-webfont.ttf') format('truetype'),
		url('library/fonts/proximaNova/proximanova-semibold-webfont.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

body, html{
	width: 100%;
	height: 100%;
}
html{
	background: url(images/pistolet-bg.jpg) center top no-repeat;
	background-size: cover;
}
.border-outer{
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	border: 7px solid #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.border-inner{
	border: 3px solid #111;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.wrapper{
	max-width: 1200px;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box-wrapper{
	width: 573px;
	height: 484px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -286px;
	text-align: center;
}
#logo{
	max-width: 100%;
	width: auto;
	height: auto;
	
}
#logo-wrapper{
	position: relative;
	z-index: 100;
	left: 0;
	top: 200px;
}
.contact-us{
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
	display: inline-block;
	text-align: center;
	padding: 14px 15px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #111;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font: 18px proximaNovaSemiBold;
	position: relative;
}
.contact-us:hover{
	color: #fff;
	background-color: #111;
}
#copyright{
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #111;
	font-size: 10px;
	width: 100%;
	text-align: center;
	font-family: proximaNovaLight;
}


.cats-wrapper{
	width: 476px;
	height: 476px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -238px;
	overflow: hidden;
}
.cats-wrapper.active{
/*	animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	-webkit-animation: spin 5s linear infinite;
	-ms-animation: spin 5s linear infinite;*/
}
.cats-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(images/kittens.png);
	margin-left: -238px;
	z-index: 10;
	
}

.cats-bg {
	width: 100%;
	height: 100%;
    position:absolute;
    left:0;top:0;
    padding:0;margin:0;
    background: linear-gradient(45deg, #f6eda5 0%, #ffb4f9 29.3%, #8efec7 50.9%, #f7e0b6 78.1%, #ffb4f9 100%);
    animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -webkit-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
}

@keyframes spin {
    from { transform: scale3d(2,2,1) rotateZ(0deg);  }
    to { transform: scale3d(2,2,1) rotateZ(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: scale3d(2,2,1) rotateZ(0deg); }
    to { -moz-transform: scale3d(2,2,1) rotateZ(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: scale3d(1.1,1.1,1) rotateZ(0deg); }
    to { -webkit-transform: scale3d(1.1,1.1,1) rotateZ(360deg); }
}
@-ms-keyframes spin {
    from { -ms-transform: scale3d(2,2,1) rotateZ(0deg); }
    to { -ms-transform: scale3d(2,2,1) rotateZ(360deg); }
}

@media all and (max-width: 480px){
	.box-wrapper{
		width: 260px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -180px;
		margin-left: -130px;
		text-align: center;
		z-index: 100000000000;
	}
	#logo-wrapper{
		position: relative;
		z-index: 100;
		left: 0;
		top: 120px;
	}
	.cats-wrapper{
		width: 260px;
		height: 260px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -130px;
		overflow: hidden;
		
	}
	.cats-mask{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		background-image: url(images/kittens.png);
		background-size: cover;
		margin-left: -130px;
		z-index: 10;
		
	}
	.border-outer{
		position: absolute;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
		border: 7px solid #fff;
		z-index: 1000000000000;
	}
	.border-inner{
		border: 1px solid #111;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
	}
}
@media screen and (device-aspect-ratio: 40/71) {
}