.try-buy a {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.try-buy a:hover {
    -moz-transform: rotateZ(-15deg) scale3d(1.1, 1.1, 1);
    -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(5deg) scale3d(1.5, 1.5, 2);
}

.folder a {
    text-shadow: 0px 1px 0px #ffffff;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.folder a:hover {
    -moz-transform: rotateZ(5deg) scale3d(1, 1, 1);
    -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(5deg) scale3d(1, 1, 1);
}


/*url(../../images/skin1/poles.png) no-repeat 424px 68px,*/

.landingImage {
    width: 1200px;
    height: 400px;
    background: url(../../images/skin1/hills.png) no-repeat left bottom, url(../../images/skin1/tree.png) no-repeat left 267px, url(../../images/skin1/tree.png) no-repeat 402px 214px, url(../../images/skin1/tree.png) no-repeat 750px 266px, url(../../images/skin1/wheel-pole.png) no-repeat 255px 148px, url(../../images/skin1/wheel-pole.png) no-repeat 610px 148px, url(../../images/skin1/wheel-pole.png) no-repeat 965px 128px;
    /*url(../../images/skin1/cloud2.png) no-repeat 320px 37px,
				url(../../images/skin1/cloud3.png) no-repeat 650px 37px,
				url(../../images/skin1/cloud4.png) no-repeat right top;*/
    z-index: 1;
}

.landingImage a {
    display: none;
}

.cloud1 {
    left: 0;
    top: 164px;
    width: 155px;
    height: 167px;
    position: absolute;
    background: url(../../images/skin1/cloud1.png) no-repeat left top;
}

.cloud1 a {
    width: 155px;
    height: 167px;
    display: block;
}

.cloud2 {
    top: 200px;
    left: 320px;
    width: 190px;
    height: 150px;
    position: absolute;
    background: url(../../images/skin1/cloud2.png) no-repeat left top;
}

.cloud2 a {
    width: 190px;
    height: 120px;
    display: block;
}

.cloud3 {
    top: 200px;
    left: 650px;
    width: 194px;
    height: 160px;
    position: absolute;
    background: url(../../images/skin1/cloud3.png) no-repeat left top;
}

.cloud3 a {
    width: 194px;
    height: 160px;
    display: block;
}

.cloud4 {
    top: 170px;
    left: 1010px;
    width: 194px;
    height: 160px;
    position: absolute;
    background: url(../../images/skin1/cloud4.png) no-repeat left top;
}

.cloud4 a {
    width: 194px;
    height: 160px;
    display: block;
}

.leftnav ul li span {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    cursor: pointer;
}

.leftnav ul li span.active {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.leftnav ul li.span:hover {
    -moz-transform: scale3d(1.2, 1.2, 0);
    -webkit-transform: scale3d(1.2, 1.2, 0);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari and Chrome */
    -o-transform: scale(2, 4);
    /* Opera */
    -moz-transform: scale3d(1.2, 1.2, 4);
    /* Firefox */
}

.leftnav ul li ul li span {
    -moz-transform: none;
    -webkit-transition: none;
}

.leftnav ul li ul li span:hover {
    -moz-transform: none;
    -webkit-transition: none;
}

.proj-pilot .proj-tn span.proj-tnimg,
.proj-pilot .proj-tn-last a.proj-tnimg {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.proj-pilot .proj-tn span.proj-tnimg:hover,
.proj-pilot .proj-tn-last span.proj-tnimg:hover {
    -moz-transform: rotateZ(5deg) scale3d(1, 1, 1);
    -webkit-transform: scale(5deg) scale3d(1, 1, 1);
}

.proj-pilot .proj-tn span.proj-title,
.proj-pilot .proj-tn-last span.proj-title {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.proj-pilot .proj-tn span.proj-title:hover,
.proj-pilot .proj-tn-last span.proj-title:hover {
    font: normal 24px 'Conv_SketchRockwell-Bold', Arial, Helvetica, sans-serif;
    -moz-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
}

.testimony .proj-tn {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.wheel0 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 24px;
    top: 295px;
    background: url(../../images/skin1/wheel2.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel1 {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 383px;
    top: 314px;
    background: url(../../images/skin1/wheel4.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: antispin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel2 {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 723px;
    top: 322px;
    background: url(../../images/skin1/wheel5.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel3 {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 1073px;
    top: 280px;
    background: url(../../images/skin1/wheel4.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: antispin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel4 {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 516px;
    top: 288px;
    background: url(../../images/skin1/wheel3.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel6 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 540px;
    top: 225px;
    background: url(../../images/skin1/wheel.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel7 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 390px;
    top: 230px;
    background: url(../../images/skin1/wheel0.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel8 {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 540px;
    top: 178px;
    background: url(../../images/skin1/wheel3.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.loader {
    width: 46px;
    height: 46px;
    background: url(../../images/skin1/wheel9.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel9 {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 280px;
    top: 188px;
    background: url(../../images/skin1/wheel9.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: antispin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wheel10 {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 872px;
    top: 193px;
    background: url(../../images/skin1/wheel9.png) no-repeat;
    -moz-transition: all 500ms ease-out;
    z-index: 100;
    -webkit-animation-name: antispin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: antispin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes antispin {
    from {
        -ms-transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes antispin {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes antispin {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes antispin {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}