html {
height: 100%;
}

body
{
font-family: 'PT Sans Narrow', arial, sans-serif;
font-size: 18px;
background: #073A07;
background-repeat: repeat-x repeat-y;
padding: 0;
margin: 0;
width: 100%;
background-image: url(/i/table.png);
background-image: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(/i/table.png);
background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5))), url(/i/table.png);
background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(/i/table.png);
background-image: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(/i/table.png);
background-image: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(/i/table.png);
background-image: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(/i/table.png);
}

#logo
{
position: absolute;
top: 0;
left: 0;
width: 252px;
height: 180px;
background-image: url(/i/logo.png);
background-repeat: no-repeat;
background-position: left top;

-webkit-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-ms-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
transition: all 0.8s ease-in;

-moz-transform: translateY(-180px) translateX(-252px) rotate(40deg);
-webkit-transform: translateY(-180px) translateX(-252px) rotate(40deg);
-o-transform: translateY(-180px) translateX(-252px) rotate(40deg);
-ms-transform: translateY(-180px) translateX(-252px) rotate(40deg);
transform: translateY(-180px) translateX(-252px) rotate(40deg);
}

#logo.show
{
-moz-transform: translateY(0) translateX(0) rotate(0);
-webkit-transform: translateY(0) translateX(0) rotate(0);
-o-transform: translateY(0) translateX(0) rotate(0);
-ms-transform: translateY(0) translateX(0) rotate(0);
transform: translateY(0) translateX(0) rotate(0);

}

#main
{
border: 1px solid #363;
max-width: 1200px;
margin: 140px 1em 1em 1em;
background-color: #F0EBDC;
padding: 1em;
border-radius: 0.5em;
min-height: 600px;
background: -moz-linear-gradient(-45deg, #FFF 0%, #ebe9d6 10%, #ebe9d6 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #FFF), color-stop(10%, #ebe9d6), color-stop(100%, #ebe9d6));
background: -webkit-linear-gradient(-45deg, #FFF 0%, #ebe9d6 10%, #ebe9d6 100%);
background: -o-linear-gradient(-45deg, #FFF 0%, #ebe9d6 10%, #ebe9d6 100%);
background: -ms-linear-gradient(-45deg, #FFF 0%, #ebe9d6 10%, #ebe9d6 100%);
background: linear-gradient(135deg, #FFF 0%, #ebe9d6 10%, #ebe9d6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe9d6', GradientType=1 );
}

.right
{
float: right;
font-size: 0.9em;
}

#newsletter
{
position: absolute;
z-index: 100;
margin-top: -12em;
margin-left: -12em;
}

#nl_icon
{
padding: 0.1em 0.3em !important;
}

@media only screen and (min-width: 900px)
{


#menu
{
position: absolute;
top: 0;
width: 99%;
left: 0;
max-width: 1200px;
min-width: 860px;
height: 140px;
overflow: hidden;
text-align: right;
}

#menu ul
{
padding: 0;
margin: 0;
}

#menu li
{
display: block;
min-width: 150px;
width: 15%;
height: 200px;
border: 1px solid #996;
background-color: #EFEDDE;
display: inline-block;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
margin-left: -2em;
text-align: center;
background: #bbb8a7;
background: -moz-linear-gradient(-45deg, #bbb8a7 0%, #efedde 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #bbb8a7), color-stop(100%, #efedde));
background: -webkit-linear-gradient(-45deg, #bbb8a7 0%, #efedde 100%);
background: -o-linear-gradient(-45deg, #bbb8a7 0%, #efedde 100%);
background: -ms-linear-gradient(-45deg, #bbb8a7 0%, #efedde 100%);
background: linear-gradient(135deg, #bbb8a7 0%, #efedde 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb8a7', endColorstr='#efedde', GradientType=1 );
-moz-transform: translateY(140px) rotate(0);
-webkit-transform: translateY(140px) rotate(0);
-o-transform: translateY(140px) rotate(0);
-ms-transform: translateY(140px) rotate(0);
transform: translateY(140px) rotate(0);

-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;

font-size: 20px;
vertical-align: top;
}

#menu li.active
{
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
transition: all 0.6s ease-in;
background: #F0F0E0;
}

#menu.show li
{
-moz-transform: translateY(70px) rotate(-10deg);
-webkit-transform: translateY(70px) rotate(-10deg);
-o-transform: translateY(70px) rotate(-10deg);
-ms-transform: translateY(70px) rotate(-10deg);
transform: translateY(70px) rotate(-10deg);
}

#menu li:hover
{
-moz-transform: translateY(15px) rotate(0);
-webkit-transform: translateY(15px) rotate(0);
-o-transform: translateY(15px) rotate(0);
-ms-transform: translateY(15px) rotate(0);
transform: translateY(15px) rotate(0);
z-index: 99;
position: relative;
}

#menu li.pick
{
-moz-transform: translateY(60px) rotate(-10deg);
-webkit-transform: translateY(60px) rotate(-10deg);
-o-transform: translateY(60px) rotate(-10deg);
-ms-transform: translateY(60px) rotate(-10deg);
transform: translateY(60px) rotate(-10deg);
}

#menu a
{
display: inline-block;
height: 92%;
margin-top: 4%;
width: 92%;
border-radius: 0.5em;
padding-top: 1em;
text-decoration: none;
font-weight: bold;
color: #554;
border: 1px solid #e6e6f6;
text-shadow: 1px 1px 0 #FFF;
}

#menu a:before
{
content: ' ';
display: block;
font-size: 36px;
position: absolute;
margin-top: -28px;
margin-left: 4px;
background-position: center center;
background-repeat: no-repeat;
}

#menu a.card1:before
{
content: '\2666';
color: #C00;
}

#menu a.card2:before
{
content: '\2663';
color: #000;
}

#menu a.card3:before
{
content: '\2660';
color: #000;
}

#menu a.card4:before
{
content: '\2665';
color: #C00;
}
#menu a.card5:before
{
background-image: url(/i/card5.png);
width: 32px;
height: 32px;
margin-left: 0;
margin-top: -20px;
}
}

#menu .arrow, #menu .free, #menu badge
{
display: none;
}

#menu li span
{
font-weight: normal;
font-size: 0.8em;
margin-top: 1.2em;
display: block;
}

#menu li.active a
{
color: #000;
}

badge b
{
font-weight: normal;
}

h1
{
font-size: 2em;
margin: 0;
padding: 0;
color: #800;
text-shadow: 1px 1px 0 #FFF;
}

#welldone
{
color: #363;
font-size: 0.8em;
max-width: 1200px;
padding: 0 1em 0 1em;
text-align: center;
}

#welldone a
{
color: #363;
}

#welldone a:hover
{
color: #393;
}

#welldone img
{
opacity: 0.5;
}

#main img, #main .youtube
{
max-width: 98%;
}

#main a
{
color: #900;
}

#social
{
float: right;
position: relative;
top: -1em;
}

#lang
{
position: absolute;
left: 1255px;
top: 150px;
padding: 0;
margin: 0;
z-index: 1;
list-style: none;
}

#lang a
{
display: block;
width: 27px;
height: 21px;
background-position: right center;
background-repeat: no-repeat;
-webkit-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.3);
margin: 5px 0 10px 0;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
opacity: 0.6;
text-indent: -200000%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

#lang a:hover
{
width: 32px;
opacity: 1;
}

#lang li.ru a
{
background-image: url(/i/ru.png);
}

#lang li.en a
{
background-image: url(/i/en.png);
}

#lang li.pt a
{
background-image: url(/i/pt.png);
}

#lang li.it a
{
background-image: url(/i/it.png);
}

#menuMobile, #langMobile
{
display: none;
}


a.buy {
	position: relative;
    color: rgba(255,255,255,1) !important;
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    font-weight: 700;
    font-size: 1.3em;
    display: inline-block;
margin: 0 1em 1em 1em;
text-indent: 0;
    padding: 4px 1em 4px 1em;
text-decoration: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
	text-align: center;
 	 	 -moz-transition: all 0.5s ease-in-out;
 	 	 -o-transition: all 0.5s ease-in-out;
 	 	 transition: all 0.5s ease-in-out;
 	 	 -webkit-transition: all 0.5s ease-in-out;
}

a.buy:hover
{
transform: translate(0px, -6px);
-webkit-transform: translate(0px, -6px);
-moz-transform: translate(0px, -6px);
-o-transform: translate(0px, -6px);
-ms-transform: translate(0px, -6px);
-webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 15px 45px rgba(0,0,0,.3);
-moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 15px 45px rgba(0,0,0,.3);
box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 15px 45px rgba(0,0,0,.3);
}

a.buy:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.youtube {
position: relative;
width: 98%;
height: 0;
padding-bottom: 60%;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.related
{
font-size: 0.8em;
text-align: right;
float: right;
}

h3
{
color: #070;
}



#buy, #download
{
padding: 0;
text-align:center;
clear: both;
position: relative;
}

.buy_box
{
display: inline-block;
_float: left;
text-align: center;
border: 8px solid #DED8B9;
border-radius: 1em;
min-width: 200px;
position: relative;
z-index: 10;
}

.buy_border
{
padding: 20px;
}

.buy_lite
{
border-color: #DEE1CE;
background-color: #F3F4ED;
position: relative;
color: #888;
}

.buy_left
{
right: -1em;
}

.buy_right
{
left: -1em;
}

.buy_pro
{
border: 1px solid #B8AC67;
position: relative;
background-color: #FFF;
z-index: 1000;
color: #000;
_top: -20px;
box-shadow: 0 5px 20px #A4A696;
}

.buy_pro
{
padding: 10px 10px 40px 10px;
border: 5px solid #DED8B9;
}

.buy_descr
{
text-align: left;
margin: 0;
padding: 10px 0 10px 20px;
}

.buy_right .buy_descr
{
padding-left: 25px;
}

.buy_descr li
{
margin: 0;
padding: 0.5em 0 0 0;
}

.buy_title
{
display: block;
font-size: 30px;
}

.buy_lite .buy_title
{
color: #666;
}

.buy_pro .buy_title
{
color: #000;
font-size: 40px;
}

.buy_price
{
padding: 5px 0 5px 0;
border-top: 1px solid #E8EADD;
border-bottom: 1px solid #E8EADD;
font-size: 18px;
font-family: serif;
font-style:italic;
color: #878787;
}

.buy_lite .buy_price
{
background-image: linear-gradient(left, #F3F4ED 0%, #FFF 50%, #F3F4ED 100%);
background-image: -o-linear-gradient(left, #F3F4ED 0%, #FFF 50%, #F3F4ED 100%);
background-image: -moz-linear-gradient(left, #F3F4ED 0%, #FFF 50%, #F3F4ED 100%);
background-image: -ms-linear-gradient(left, #F3F4ED 0%, #FFF 50%, #F3F4ED 100%);
background-image: -webkit-linear-gradient(left, #F3F4ED 0%, #FFF 50%, #F3F4ED 100%);
background-color: #F3F4ED;

}

a.buy_do
{
display: inline-block;
border-radius: 1em;
border: 1px solid #5A965A;
text-align: center;
padding: 0.5em;
background-image: linear-gradient(top, #EEF1DE 0%, #BED1AE 100%);
background-image: -o-linear-gradient(top, #EEF1DE 0%, #BED1AE 100%);
background-image: -moz-linear-gradient(top, #EEF1DE 0%, #BED1AE 100%);
background-image: -webkit-linear-gradient(top, #EEF1DE 0%, #BED1AE 100%);
background-image: -ms-linear-gradient(top, #EEF1DE 0%, #BED1AE 100%);
background-image: -webkit-gradient(linear, bottom, from(#EEF1DE), to(#BED1AE));
_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEF1DE, endColorstr=#BED1AE);
background-color: #DEE1CE;
color: #3A763A !important;
text-decoration: none !important;
font-weight: bold;
text-shadow: 1px 1px 2px #FFF;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
font-size: 1.2em;
}

a.buy_do span
{
display: block;
padding: 6px 20px 6px 20px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #888;
border-radius: 20px;
}

.buy_pro a.buy_do
{
border: 1px solid #E4C34F;
background-image: linear-gradient(top, #F1E2AC 0%, #E4C34F 100%);
background-image: -o-linear-gradient(top, #F1E2AC 0%, #E4C34F 100%);
background-image: -moz-linear-gradient(top, #F1E2AC 0%, #E4C34F 100%);
background-image: -webkit-linear-gradient(top, #F1E2AC 0%, #E4C34F 100%);
background-image: -ms-linear-gradient(top, #F1E2AC 0%, #E4C34F 100%);
background: -webkit-gradient(linear, top, bottom, from(#F1E2AC), to(#E4C34F));  
_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1E2AC, endColorstr=#E4C34F);
color: #000 !important;
background-color: #E4C34F;  
position: relative;
top: 10px;
}


a.buy_do:hover
{
transform: translate(-2px, -2px);
-webkit-transform: translate(-2px, -2px);
-moz-transform: translate(-2px, -2px);
-o-transform: translate(-2px, -2px);
-ms-transform: translate(-2px, -2px);
box-shadow: 2px 2px 8px #CCC;
color: #000 !important;
}

.buy_pro a.buy_do:hover
{
top: 8px;
color: #900 !important;
}

.buy_descr
{
list-style: none;
padding: 0;
margin: 0;
}

.buy_descr li:before
{
width: 1.2em;
}

#download
{
z-index: 3;
}

.download_box
{
text-align: center;
border: 8px solid #D8D8D8;
background-color: #F8F8F8;
background-image: url(/i/download.png);
background-position: 10px 50px;
background-repeat: no-repeat;
border-radius: 1em;
display: inline-block;
vertical-align: top;
position: relative;
text-align: left;
padding: 10px 10px 10px 70px;
}

.download_title
{
display: block;
font-size: 1.5em;
font-weight: bold;
font-style:italic;
color: #878787;
}

#tagstags
{
margin: 1em 0 0 0;
padding: 0;
font-size: 0.8em;
list-style: none;
color: #999;
clear: both;
}

.descr #tagstags
{
margin: 0;
}

#tags
{
padding: 0;
list-style: none;
color: #900;
line-height: 2em;
}

#tags li
{
width: 18%;
}

#tagstags li, #tags li
{
display: inline-block;
margin-right: 1em;
white-space: nowrap;
}

#tagstags a
{
color: #999 !important;
}

.descr
{
margin: 0 0 1em 1em;
border-left: 4px solid #CCC;
padding: 0 0 0 0.5em;

}

a.triggerDownload
{
display: block;
border: 1px solid #900;
padding: 1em;
border-radius: 0.5em;
text-align: center;
background-color: #FFE;
}

.likedislike
{
float: right;
}


@media only screen and (max-width: 1290px)
{
#main
{
margin-right: 32px;
}

#lang
{
right: 0;
left: auto;
margin-left: 0;
width: 32px;
}


#menu
{
width: auto;
}

}


@media only screen and (max-width: 900px)
{


#menu 
{
position: absolute;
top: 0;
left: 0;
padding-left: 30%;
}

#menu ul
{
padding: 0;
margin: 0;
list-style: none;
}

#menu li
{
display: inline-block;
padding: 0.6em;
}

#menu li span
{
display: none;
}

#menu li a
{
color: #EFE;
}

#logo
{
background-size: contain;
width: 30%;
}


}


@media only screen and (max-width: 900px)
{
#newsletter
{
margin: -4em 1em 0 0;
top: 0;
right: 0;
}

}