
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic); @import url(http://fonts.googleapis.com/css?family=Changa+One);

body { line-height: 1; }
ol, ul { list-style: none; }
/*-----------------[Базовые Стили]-----------------*/
html, body, .container{ height: 100%; margin: 0; padding: 0; }

@media only screen and (max-width: 8000px) {

body { font-family: 'Open Sans', sans-serif; font-size: 22px; color: #3c3c3c; 
	background:  #F7F7F7 url(images/bg2.png);background-attachment:fixed; text-align: center;
}

.b-popup{
    position: absolute;
    left: 1%;
    right: 1%;
    top: 1%;
    display:none;
    height: 2500px;
    background-color: rgba(0,0,0,0.7);
    overflow:hidden;
    font-size:28px;
    z-index:99;
}
.b-popup .b-popup-content{
    margin:300px auto 0px auto;
    width: 400px;
    height: 260px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    font-size: 16px;
}

h7 {
        font-size: 14px;
        font-weight: bold;
}
h1 {
        font-size: 32px;
        font-family: 'Open Sans', sans-serif;
}

#header{
        position: absolute;
        top: 10px;
        left: 15px;
        right: 15px;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        background: url(images/bg1.png);
        height: 20%;
        font-size: 28px;
}
.logo   {
        position: relative;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        top: 1%;
        left: 2%;
        right: 90%;
        width: 8%;
	z-index: 99;
        }
.logo:before {
        content: "";
        display: block;
        padding-top: 100%;
}

.img{
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(images/logo_bird.jpg);
        background-size: cover;
}
.logoVS{
    position: relative;
    box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
    top: 1%;
    left: 90%;
    right: 2%;
    width: 8%;
    z-index: 99;
}
.logoVS:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.imgVS{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(images/VS.png);
    background-size: cover;
}

#rightcol {
        position: absolute;
        right: 25px;
        top: 25px;
        width: 270px;
        background: #e0e0e0;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        font-size: 10px;
        font-weight: bold;
    }
#area1 {
        position: absolute;
        left: 30%;
        width: 40%;
        top: 34%;
        box-shadow: rgba(f,f,f,1.2) 2px 4px 8px;
        font-size: 16px;
        font-weight: bold;
        background: url(images/bg1.png);

}

.camera {
        font-size: 18px;
        border-radius: 4px;
        margin:3px 3px 3px 3px;
        width: 28%;
        height: 46%;
        padding: 15px;
        display: inline-block;
        box-shadow: rgba(0,0,0,1.2) 0px 1px 3px;
        text-align: center;
}

nav {
        position: absolute;
        right: 15px;
        left: 15px;
        top: 22%;
        background-color: #FFFFFF;
        -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul {
        margin: 0;
        text-align: center;
}

nav ul li {
        display: inline;
}

nav ul li:last-child {
        margin-right: 0;
}

nav ul li a {
        font-family: 'Open Sans', san-serif;
        font-size: 16px;
        color: #666666;
        text-transform: uppercase;
        padding: 0 10px;
        text-decoration: none;
        border-width:6px 6px 6px 6px;
        margin: 0 15px;
    line-height: 50px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:hover, nav ul li a.selected {
        color: #FF7F00;
        text-decoration: none;
        border-width: 6px 6px 6px 6px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:active {
        color: #e00000;
}

nav ul li {
    position: relative;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: -120px;
    top: 26px;
    width: 250px;

    background-color: #FFF;
    text-align: left;
    margin-top: 0;
    padding: 0 10px 5px;


    -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul li ul li {
    width: auto;
    display: block !important;
}

nav ul li ul li a {
        text-decoration: none;
        border: none;
    height: 34px;
    line-height: 34px;
    width: 200px;
    display: block !important;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li ul li a:hover {
        border: none;
    background-color: #f9f9f9;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

a.button28 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
a.button28:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
}



@media only screen and (max-width: 1600px) {

body { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #3c3c3c;
        background:  #F7F7F7 url(images/bg2.png);background-attachment:fixed; text-align: center;
}

.b-popup{
    position: absolute;
    left: 1%;
    right: 1%;
    top: 1%;
    display:none;
    background-color: rgba(0,0,0,0.7);
    overflow:hidden;
    font-size:20px;
    z-index:99;

}
.b-popup .b-popup-content{
    width: 350px;
    height: 230px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    font-size: 12px;
}


h7 {
        font-size: 10px;
        font-weight: bold;
}
h1 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
}

#header{
        position: absolute;
        top: 1%;
        left: 1%;
        right: 1%;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        background: url(images/bg1.png);
        height: 20%;
        font-size: 20px;
}
.logo   {
        position: absolute;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        top: 0%;
        left: 2%;
        right: 90%;
        width: 8%;
	z-index: 99;
        }
.logo:before {
        content: "";
        display: block;
        padding-top: 100%;
}

.img{
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(images/logo_bird.jpg);
        background-size: cover;
}
.logo1 {
        position: absolute;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        top: 0%;
        left: 90%;
        right: 2%;
        width: 8%; 
        z-index: 99;
}
.logo1:before {
        content: "";
        display: block;
        padding-top: 100%;
}
.img1 {
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(images/VS.jpg);
        background-size: cover;
}

#rightcol {
        position: absolute;
        right: 3%;
        top: 3%;
        width: 20%;
        height: 15%;
        background: #e0e0e0;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        font-size: 8px;
        text-align: center;
        font-weight: bold;
    }

#area1 {
        position: absolute;
        left: 30%;
        width: 40%;
	top: 34%;
        box-shadow: rgba(f,f,f,1.2) 2px 4px 8px;
        font-size: 12px;
        font-weight: bold;
        background: url(images/bg1.png);

}

#board {
	position: absolute;
	top: 30%;
	left: 3%;
	right: 3%;
	text-align: center;
}

.camera {
        font-size: 8px;
        border-radius: 4px;
        margin:3px 3px 3px 3px;
        width: 28%;
	
        padding: 10px;
        display: inline-block;
        box-shadow: rgba(0,0,0,1.2) 0px 1px 3px;
        text-align: center;
}


nav {
        position: absolute;
        right: 10px;
        left: 10px;
        top: 22%;
        background-color: #FFFFFF;
        -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul {
        margin: 0;
        text-align: center;
}

nav ul li {
        display: inline;
}

nav ul li:last-child {
        margin-right: 0;
}

nav ul li a {
        font-family: 'Open Sans', san-serif;
        font-size: 13px;
        color: #666666;
        text-transform: uppercase;
        padding: 0 10px;
        text-decoration: none;
        border-width:6px 6px 6px 6px;
        margin: 0 15px;
    line-height: 50px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:hover, nav ul li a.selected {
        color: #FF7F00;
        text-decoration: none;
        border-width: 6px 6px 6px 6px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:active {
        color: #e00000;
}

nav ul li {
    position: relative;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: -100px;
    top: 23px;
    width: 200px;
    background-color: #FFF;
    text-align: left;
    margin-top: 0;
    padding: 0 10px 5px;
    -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul li ul li {
    width: auto;
    display: block !important;
}

nav ul li ul li a {
        text-decoration: none;
        border: none;
    height: 30px;
    line-height: 30px;
    width: 180px;
    display: block !important;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li ul li a:hover {
        border: none;
    background-color: #f9f9f9;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

a.button28 {
  position: relative;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
a.button28:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
}



@media only screen and (max-width: 800px) {

body { font-family: 'Open Sans', sans-serif; font-size: 8px; color: #3c3c3c;
        background:  #F7F7F7 url(images/bg2.png);background-attachment:fixed; text-align: center;
}

.b-popup{
    position: absolute;
    left: 1%;
    right: 1%;
    top: 1%;
    display:none;
    height: 1500px;
    background-color: rgba(0,0,0,0.7);
    overflow:hidden;
    font-size:14px;
    z-index:99;
}
.b-popup .b-popup-content{
    margin:180px auto 0px auto;
    width: 270px;
    height: 200px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    font-size: 8px;
}


h7 {
        font-size: 8px;
        font-weight: bold;
}
h1 {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
}

.logo   {
        position: relative;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
	top: 1%;
        left: 35%;
        right: 35%;
        width: 30%;
        }
.logo:before {
	content: "";
	display: block;
	padding-top: 100%;
} 

.img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(images/logo_bird.jpg);
	background-size: cover;
}
.logoVS{
        position: relative;
        box-shadow: rgba(0,0,0,1.2) 1px 2px 4px;
        top: 1%;
        left: 90%;
        right: 2%;
        width: 8%;
        z-index: 99;
}
.logoVS:before {
        content: "";
        display: block;
        padding-top: 100%;
}
.imgVS{
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(images/VS.png);
        background-size: cover;
}

#area1 {
        position: absolute;
        left: 20%;
        width: 60%;
        top: 36%;
        box-shadow: rgba(f,f,f,1.2) 2px 4px 8px;
        font-size: 10px;
        font-weight: bold;
        background: url(images/bg1.png);

}
.camera {
        font-size: 12px;
        border-radius: 4px;
        margin:3px 3px 3px 3px;
        width: 70%;
        padding: 8px;
        display: inline-block;
        box-shadow: rgba(0,0,0,1.2) 0px 1px 3px;
        text-align: center;
}

nav {
        position: absolute;
        right: 6px;
        left: 6px;
        top: 25%;
        background-color: #FFFFFF;
        -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul {
        margin: 0;
        text-align: center;
}

nav ul li {
        display: inline;
}

nav ul li:last-child {
        margin-right: 0;
}

nav ul li a {
        font-family: 'Open Sans', san-serif;
        font-size: 9px;
        color: #666666;
        text-transform: uppercase;
        padding: 0 10px;
        text-decoration: none;
        border-width:6px 6px 6px 6px;
        margin: 0 13px;
    line-height: 40px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:hover, nav ul li a.selected {
        color: #FF7F00;
        text-decoration: none;
        border-width: 6px 6px 6px 6px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li a:active {
        color: #e00000;
}

nav ul li {
    position: relative;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: -80px;
    top: 18px;
    width: 150px;

    background-color: #FFF;
    text-align: left;
    margin-top: 0;
    padding: 0 10px 5px;
    -moz-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -webkit-box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        box-shadow:0px 2px 3px rgba(204,204,204,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true);
}

nav ul li ul li {
    width: auto;
    display: block !important;
}

nav ul li ul li a {
        text-decoration: none;
        border: none;
    height: 25px;
    line-height: 25px;
    width: 150px;
    display: block !important;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

nav ul li ul li a:hover {
        border: none;
    background-color: #f9f9f9;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

a.button28 {
  position: relative;
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  color: rgb(209,209,217);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.button28:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
}
a.button28:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
}







.container{
        background: url(images/bg1.png);
        width: 100%;
        text-align: center;
}


@keyframes go3d {
	0% { text-shadow: 0px 0px 2px #686868; }
	100% { 	
		/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  }
}

@-webkit-keyframes go3d {
	0% { text-shadow: 0px 0px 2px #686868; }
	100% { 	
		/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  }
}

@-moz-keyframes go3d {
	0% { text-shadow: 0px 0px 2px #686868; }
	100% { 	
		/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  }
}

@-ms-keyframes go3d {
	0% { text-shadow: 0px 0px 2px #686868; }
	100% { 	
		/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  }
}

@-o-keyframes go3d {
	0% { text-shadow: 0px 0px 2px #686868; }
	100% { 	
		/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  }
}

.go3d {
	-webkit-animation: go3d 2s;
	-moz-animation: go3d 2s;
	-ms-animation: go3d 2s;
	-o-animation: go3d 2s;
	animation: go3d 2s;
}

.checkbacksoon {
	width: auto;
	height: 100%;
	padding-top: 13%;
}

.checkbacksoon p {
	text-shadow: none;
	font-weight: normal;
	color: #666;
	font-family: 'Open Sans', sans-serif; 
	display: block;
	margin: auto;
	text-align:center;
	text-shadow: 0px 1px 0px #ffffff;
}


.checkbacksoon p span {
	color:#fff;
	font-family: 'Changa One', cursive;
	font-size: 200px;
	line-height: 220px;
	letter-spacing: 1px;
	
	cursor:pointer;
	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
	
	/***** 3D Трансформация *****/
		text-shadow: 0px 0px 2px #686868,
	                 0px 1px 1px #ddd,
	                 0px 2px 1px #d6d6d6,
	                 0px 3px 1px #ccc,
	                 0px 4px 1px #c5c5c5,
	                 0px 5px 1px #c1c1c1,
	                 0px 6px 1px #bbb,
	                 0px 7px 1px #777,
	                 0px 8px 3px rgba(100, 100, 100, 0.4),
	                 0px 9px 5px rgba(100, 100, 100, 0.1),
	                 0px 10px 7px rgba(100, 100, 100, 0.15),
	                 0px 11px 9px rgba(100, 100, 100, 0.2),
	                 0px 12px 11px rgba(100, 100, 100, 0.25),
                	 0px 13px 15px rgba(100, 100, 100, 0.3);  
}
                	 
.checkbacksoon p span:hover {
	text-shadow: 0px 0px 2px #686868;	
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.error { 
    font-size: 16px;
    width: 700px;
    max-width: 90%;
    line-height: 2em;
    letter-spacing: 1px;font-weight: 400;text-shadow: 0px 1px 1px #ffffff;
}

.wrapper {
  width: 100%; 
  background: blue;
  height: 30px;
  position: absolute;
  font-size:11px;
  font-weight: bold;
  color: white;
   
}
.progress {
  background-color: orange;
  height: 35px;
}

.text {
  position: fixed;
  top: 200;
  left: 100;
  color: white;
  font-size: 400%;

}
.b1 {
       background: -moz-linear-gradient(#D0ECF4, #5BC9E1, #D0ECF4);
       background: -webkit-gradient(linear, 0 0, 0  100%, from(#D0ECF4), to(#D0ECF4), color-stop(0.5, #5BC9E1));
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BBD6', endColorstr='#EBFFFF');
       padding: 3px 7px;
       color: #333;
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       border: 1px solid #666;
       font-size:15px;
}
