*{
    margin:0;
    padding:0;
}
body {
    font:14px/1.3 HKGrotesk-Medium,Arial,sans-serif;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    padding:22px 5px;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}
.contact {
    float: right;
    padding: 50px 5px;
}
.contact a{
    color: cornflowerblue;
}
.container {
    height: 100%;
    width: 100%;
    background-color: #bd9d84;
    position:relative;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 2048px) {
    .container {
        background-image: url(../images/varigney_4096x2112.jpg);
    }
}@media (min-width:1024px) and (max-width: 2048px) {
    .container {
        background-image: url(../images/varigney_2048x1056.jpg);
    }
}
@media (max-width: 1024px) {
    .container {
        background-image: url(../images/varigney_1024x528.jpg);
    }
}

/* CSS3 keyframes */
@-webkit-keyframes ckw {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes ckw {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes cckw {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes cckw {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

/* gears */
.gear {
    float: none;
    position: absolute;
    text-align: center;
    opacity: 0.2;

    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
}
#gear1 {
    background: url('../images/gr1.png') no-repeat 0 0;
    height: 100px;
    left: 31px;
    top: 45px;
    width: 100px;

    -moz-animation-name: ckw;
    -moz-animation-duration: 10s;

    -webkit-animation-name: ckw;
    -webkit-animation-duration: 10s;
}
#gear2 {
    background: url('../images/gr2.png') no-repeat 0 0;
    height: 137px;
    left: 86px;
    top: 104px;
    width: 137px;

    -moz-animation-name: cckw;
    -moz-animation-duration: 13.749998382s;

    -webkit-animation-name: cckw;
    -webkit-animation-duration: 13.749998382s;
}
#gear3 {
    background: url(../images/gr3.png) no-repeat 0 0;
    height: 200px;
    left: 225px;
    top: 78px;
    background-size: 200px;
    width: 200px;

    -moz-animation-name: ckw;
    -moz-animation-duration: 13.5s;

    -webkit-animation-name: ckw;
    -webkit-animation-duration: 13.5s;
}
#gear4 {
    background: url(../images/gr4.png) no-repeat 0 0;
        height: 300px;
	    left: 140px;
	        top: 278px;
		    width: 300px;
		        background-size: 300px;
			    -moz-animation-name: cckw;
			        -moz-animation-duration: 20.2s;
				    -webkit-animation-name: cckw;
				        -webkit-animation-duration: 20.2s;
}
#gear5 {
    background: url(../images/gr4.png) no-repeat 0 0;
        height: 300px;
	    left: 446px;
	        top: 275px;
		    width: 300px;
		        background-size: 300px;
			    -moz-animation-name: ckw;
			        -moz-animation-duration: 10s;
				    -webkit-animation-name: ckw;
				        -webkit-animation-duration: 10s;
}
@media (min-width: 1200px) {
	#gear6 {
		background: url(../images/gr5.png) no-repeat 0 0;
		height: 400px;
		left: 700px;
		top: 39px;
		width: 400px;
		background-size: 400px;
		-moz-animation-name: cckw;
		-moz-animation-duration: 10.84s;
		-webkit-animation-name: cckw;
		-webkit-animation-duration: 10.84s;
	}
}
@media (min-width: 1020px) {
	#gear7 {
		background: url(../images/gr5.png) no-repeat 0 0;
		height: 103px;
		left: 889px;
		top: 218px;
		width: 103px;
		background-size: 103px;
		-moz-animation-name: cckw;
		-moz-animation-duration: 13.5s;
		-webkit-animation-name: cckw;
		-webkit-animation-duration: 5.5s;
	}
}
