body
	{
	background-color: #DED8B9;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 13px;
	}

#container
	{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	}

#logo
	{
	background-image: url(/i/logo2_ua.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 72px;	
	position: absolute;
	top: 12px;
	left: -4px;
	z-index: 20;
	margin: 0;
	padding: 0;
	}

.logo
	{
	background-image: url(/i/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 214px;
	height: 72px;
	display: inline-block;
	position: relative;
	top: 1.1em;
	}

#arrow
	{
	background-image: url(/i/arrow.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 45px;
	height: 65px;	
	position: absolute;
	z-index: 21;
	margin-top: 10px;
	margin-left: 10px;

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

	-moz-transform: translateX(-1000px) translateY(100px);
	-webkit-transform: translateX(-1000px) translateY(100px);
	-o-transform: translateX(-1000px) translateY(100px);
	-ms-transform: translateX(-1000px) translateY(100px);
	transform: translateX(-1000px) translateY(100px);

	}

#arrow.active
	{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	}

#logo:hover #arrow, #arrow.move
	{
	-moz-transform: translateX(-3px) translateY(-3px) !important;
	-webkit-transform: translateX(-3px) translateY(-3px) !important;
	-o-transform: translateX(-3px) translateY(-3px) !important;
	-ms-transform: translateX(-3px) translateY(-3px) !important;
	transform: translateX(-3px) translateY(-3px) !important;
	}

	
#main
	{
	padding: 1em 1em 10em 1em;
	background-color: #FFF;
	border-left: 1px solid #8B816D;
	min-height: 700px;
	border-right: 1px solid #8B816D;
	_height: 700px;
	margin-top: 80px;
	border-radius: 1.5em;
	font-size: 1.5em;
	position: relative;
	}

.gamble
{
text-align: center; 
color: #FFF; 
padding: 1em; 
background-color: #C00; 
border-radius: 0 0 1.5em 1.5em; 
margin: 1em 0 0 -1em;
position: absolute;
bottom: 0;
}

#welldone
	{
	color: #999;
	background-image: url(/i/welldone.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 10px;
	}

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

h1
	{
	margin: 0;
	padding: 0;
	font-size: 2.1em;
	font-weight: bold;
	color: #928978;
	}

#main a, #welldone a
	{
	color: #900;
	text-decoration: underline;
	}
#main a:hover, #welldone a:hover
	{
	color: #000;
	}
form
	{
	padding: 0;
	margin: 0;
	}

form div, form span
	{
	clear: both;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	}
form div label
	{
	width: 30%;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	}
form div textarea
	{
	width: 68%;
	border: 1px solid #000;
	height: 100px;
	background-color: #FFE;
	}
form div input
	{
	width: 68%;
	border: 1px solid #000;
	background-color: #FFE;
	}
form span input
	{
	border: 1px solid #000;
	}
.faqText
	{
	display: none;
	padding: 10px 0 10px 10px;
	margin: 5px 0 0 5px;
	border-left: 2px solid #DED8B9;
	}
form div input.but
	{
	width: auto;
	}

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

#tags .triggers-in-action, #tags .gatilhos-em-ao, #tags .triggers-in-action-rus
{
background-color: #090 !important;
color: #FFF !important;
padding: 0.2em;
}

.highlights
{
text-align:center;
font-size: 1.1em;
padding: 1em;
background-color: #FFD;

}

.triggers_youtube
{
float: right;
position: relative;
margin-right: -1em;
margin-top: -6em;
display: inline-block;
padding: 0.5em;
background-color: #900;
color: #FFE !important;
font-size: 0.7em;
border-radius: 0.5em;
}

#tags .triggers-in-action a, #tags .gatilhos-em-ao a, #tags .triggers-in-action-rus a
{
color: #FFF !important;
}

.trigger_results_red
{
  border-left: 4px solid red;
  background-color: lightyellow;
  font-weight: bold;  
  padding-left: 1em;
}

.trigger_results_green
{
  border-left: 4px solid green;
  background-color: lightyellow;
  font-weight: bold;
  padding-left: 1em;
}

.settings_table td p
{
  padding: 0px;
}

#social
{
position: absolute;
left: 50%;
padding: 0;
margin: -3.2em 0 0 0px;
z-index: 1;
list-style: none;
}

#social li
{
display: inline-block;
}

#social a
{
display: block;
color: #000;
text-align: right;
padding: 0.5em;
margin: 5px;
opacity: 0.3;
-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;
}


#social a:hover
{
opacity: 1;
}

#lang
{
position: absolute;
left: 50%;
top: 120px;
padding: 0;
margin: 0 0 0 600px;
z-index: 1;
list-style: none;
}

#lang a
{
display: block;
width: 20px;
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.4;
-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;
border-radius: 0 0.1em 0.1em 0;
text-decoration: none;
background-color: #FFF;
font-size: 1.2em;
font-weight: bold;
color: #000;
text-align: right;
padding: 0.2em 0.5em 0.2em 0;
}

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

#menuMobile, #langMobile
{
display: none;
}

#menu
{
position: absolute;
left: 50%;
margin: 0 0 0 -360px;
width: 960px;
top: 14px;
padding: 0;
list-style: none;
}

#menu a
{
color: #8B816D;
text-decoration: none;
display: block;
}

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

#menu li i { position: relative; margin-left:-1.2em; margin-top: -0.1em; font-size: 2.5em; float: left;}
#menu li.last { width: auto !important;}
#menu li { float: left; display: block; padding: 10px 10px 10px 4em; border-top: 1px solid #8B816D; cursor: pointer; width: 155px;  margin: 0; border-radius: 1em; height: 50px; overflow: hidden; 
background: -moz-linear-gradient(left, rgba(200,196,158,1) 0%, rgba(200,196,158,0) 70%, rgba(200,196,158,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,196,158,1)), color-stop(70%, rgba(200,196,158,0)), color-stop(100%, rgba(200,196,158,0)));
background: -webkit-linear-gradient(left, rgba(200,196,158,1) 0%, rgba(200,196,158,0) 70%, rgba(200,196,158,0) 100%);
background: -o-linear-gradient(left, rgba(200,196,158,1) 0%, rgba(200,196,158,0) 70%, rgba(200,196,158,0) 100%);
background: -ms-linear-gradient(left, rgba(200,196,158,1) 0%, rgba(200,196,158,0) 70%, rgba(200,196,158,0) 100%);
background: linear-gradient(to bottom, rgba(200,196,158,1) 0%, rgba(200,196,158,0) 70%, rgba(200,196,158,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8C59C', endColorstr='#C8C49E', GradientType=1 );
}

#menu i:before {margin-bottom: 1em;}
#menu li main {font-weight: 700; margin-top: 0.1em; font-size: 1.8em; margin-left: 0.1em; }
#menu li span { position: relative; display: block; font-size: 1em; line-height: 1.2em; margin-left: 0.1em; opacity: 0;}
#menu section{ float:left; width:100%; margin-bottom:0px;}

#menu li._last span, #menu li._last main {display: none }

#menu li, #menu li i, #menu li main, #menu li span, badge, badge desc
{
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 -webkit-transition: all 0.4s ease-in-out;
 }

#menu li.active
{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

#menu li:hover
{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
-moz-transform: translateY(-14px);
-webkit-transform: translateY(-14px);
-o-transform: translateY(-14px);
-ms-transform: translateY(-14px);
transform: translateY(-14px);
}

 #menu li:hover main { 
margin-top: -0.1em;
color: #000;
 -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;
 }

 #menu li:hover i { 
 margin-top: 0.3em;
color: #000;
 -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;
 }
 #menu li:hover span { 
 	 	margin-top: -0.1em; 
 	 	color: #000;
 	 	opacity: 1;
 	 	 -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;
 	 	 }

#buy, #download
{
padding: 0;
text-align:center;
clear: both;
position: relative;
top: -30px;
white-space: nowrap;
}

.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: -2.5em;
}

.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;

}

.note {
    color: hsl(200deg 100% 30%);
    background-color: hsl(200deg 100% 95%);
    border-left: solid 6px hsl(200deg 100% 30%);
    padding: 0.5em;
}


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_descr
{
list-style: none;
padding: 0;
margin: 0;
}

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

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



#search
{
padding: 1em;
}

#search input
{
width: 100%;
padding: 0.2em;
font-size: 1.2em;
border: 1px solid #000;
}


.highlight
{
background-color: #FF0;
padding: 0 0.1em;
display: inline-block;
text-indent: 0;
}

.download_box
{
text-align: center;
border: 8px solid #D8D8D8;
background-color: #F8F8F8;
background-image: url(/i/download.png);
background-position: 10px 50%;
background-repeat: no-repeat;
border-radius: 1em;
display: inline-block;
vertical-align: top;
position: relative;
text-align: left;
padding: 2.5em 10px 10px 70px;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
opacity: 0.4;
}

.download_box:hover
{
opacity: 1;
}

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

}

a.more
{
display:block;
text-align:center;
color: #930 !important;
position: relative;
top: 40px;
font-style:italic;
font-family: serif;
font-size: 25px;
}

#cut
{
background-image: url(/i/cut.png);
background-position: center center;
background-repeat: no-repeat;
display: block;
position: absolute;
width: 140px;
height: 74px;
margin-left: 270px;
margin-top: -100px;
}

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;
}

#learn
{
text-align: center;
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 2em;

}

#learn li
{
display: inline-block;
width: 15%;
padding: 1em;
border-radius: 1em;
border: 4px solid #B8AC67;
background-color: #F3F4ED;
-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;
margin: 5px;
}

#learn .lhl
{
position: relative;
margin-top: -1.2em;
top: 2em;
background-color: #FFF;
border: 4px solid #B8AC67;
border-radius: 1em;
}

#learn li:hover
{
border: 4px solid #987C47;
background-color: #B8AC67;
}


#learn main
{
margin-top: 0.5em;
display: block;
}

#learn a
{
text-decoration: none;
display: block;
}

#learn span
{
display: block;
font-size: 0.8em;
color: #999 !important;
line-height: 1.1em;
margin-top: 0.5em;
}

#learn li:hover span
{
color: #FFF !important;
}

#articles .descr
{
float: right;
width: 650px;
}

#articles img
{
float: left;
padding: 3px;
border: 1px solid #000;
background-color: #FFF;
margin-right: 1em;
}

#articles li
{
clear: both;
margin: 0 1em 1em 0;
display: inline-block;
width: 48%;
min-height: 300px;
vertical-align: top;
}

.breadcrumb
{
margin: -1em 0 1em 0;
padding: 0;
list-style: none;
color: #CCC;
font-size: 0.8em;
}

.breadcrumb li
{
display: inline-block;
}

.breadcrumb li:before
{
content: "> ";
}

.breadcrumb:hover, .breadcrumb:hover a
{
color: #000 !important;
}

.breadcrumb a
{
color: #CCC !important;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
 display: inline;
}

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

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

.descr #tagstags
{
margin: 0;
}

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

#tags li
{
width: 18%;
}

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

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

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

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

.glossary-nav li
{
display: inline-block;
padding: 0.2em 0.5em;
border: 1px solid #EEE;
border-radius: 0.3em;
}

.glossary-nav li.active
{
border-color: #933;
}

.glossary-nav li.active a
{
color: #900 !important;
}

.glossary-nav li a
{
color: #999 !important;
}

.glossary-nav li.active:hover, .glossary-nav li.now
{
background-color: #FF0;
}

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

.glossary-group
{
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 2px dotted #999;
}

.glossary-group ul
{
margin: 0;
padding-inline-start: 3.5em;
position: relative;
z-index: 5;
}

.glossary-group h4
{
font-size: 3em;
color: #999;
padding: 0;
margin: 0 0 -1.6em 0;
position: relative;
top: -0.3em;
z-index: 4;
}

.glossary-item
{
margin-top: 3em;
}

.glossary-term
{
font-weight: bold;
padding: 0.1em 0.5em;
background-color: #880;
color: #FFF;
text-shadow: 1px 1px 0 #000;
}

.glossary-explanation p
{
padding: 0;
margin: 0;
}

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

#images li
{
display: inline-block;
margin: 20px;
vertical-align: top;
padding: 0;
border: 1px solid #726958;
height: 220px;
width: 240px;
overflow: hidden;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
border-radius: 0.5em;
}

#images li:hover
{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.5);
    box-shadow: 0px 0px 25px rgba(0,0,0,.5);
}

#images img
{
}

#images descr
{
background-color: #726958;
color: #FFF;
text-align: center;
display: block;
}

#images a
{
text-decoration: none;
width: 100%;
height: 100%;
display: block;
}

.float_right
{
float: right;
width: 55%;
}

.related
{
position: relative;
font-size: 0.8em;
text-align: right;
float: right;
top: -2.2em;
}

badge desc
{
display: none;
}

#menu li:hover badge desc
{
display: inline;
}

badge
{
display: inline-block;
font-size: 0.4em !important;
color: #DED8B9 !important;
position: absolute;
background-color: #928978;
padding: 0.2em 0.4em 0em 0.4em;
margin-top: -0.2em;
border-radius: 0.5em;
display: none;
}

.caanberry
{
padding: 1em;
border: 1px solid #000;
background-color: #CFC;
border-radius: 1em;
margin: 1em;
}

.caanberry img.photo
{
border-radius: 50%;
float: right;
margin: 1em;
position: relative;
top: -4em;
left: 3em;
border: 1px solid #000;
}


#menu li:hover badge
{
color: #FFF;
background-color: #900;
}

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

a.triggerDownload:after
{
}

.zoom
{
-moz-transform: scale(1.1); 
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
zoom: 110%;
opacity: 1;
position: relative;
top: -1em;
box-shadow: 0 5px 20px #A4A696;
background-color: #FF9;
border-color: #C00;
}

.trans
{
opacity: 0.5;
}

#newsletter
{
position: absolute; 
left: 50%; 
margin-left: 520px; 
top: 30px; 
z-index: 100;
}

.nl_icon
{
padding: 0.4em 0.55em !important;
}

#download
{
margin-top: -3em;
}

#main>img, #main>p>img, #main>iframe, #main blockquote>img
{
max-width: 95%;
}

#download li
{
list-style: none;
margin: 0;
}

.download_box ul
{
padding: 0;
margin: 0;
}

#download li.first
{
font-weight: bold;
margin-bottom: .5em;
}

#download li.last
{
opacity: 0.4;
}

iframe
{
max-width: 90%;
}


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

#container
	{
	width: 100%;
	position: static;
	margin: 0;
	}

#logo
	{
	width: 214px;
	height: 72px;	
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -107px;
	}

#newsletter
{
margin-left: 120px;
top: 15px;
}

#main
{
margin-top: 68px;
}

#welldone
{
margin-top: 0;
padding-right: 160px;
padding-left: 4px;
}

#social
{
position: static;
margin: 0;
text-align: center;
}

#menuMobile, #langMobile
{
font-size: 3em;
display: inline;
position: absolute;
top: 12px;
left: 16px;
color: #928978;
}

#langMobile
{
left: auto;
right: 16px;
}

#menu
{
position: absolute;
left: 42px;
margin: 0;
top: 42px;
z-index: 999;
background-color: #FFF;
width: auto;
display: none;
border: 1px solid #928978;
-webkit-box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
z-index: 9999;
}

#menu li
{
display: block;
float: none;
border-top:0;
border-radius: 0;
border-bottom: 1px solid #928978;
width: auto;
}

#menu li i
{
margin-top: 0.3em;
}

#menu li i:before
{
margin-bottom: auto;
}

#menu li main
{
margin-top: -0.2em;
}

#menu li span
{
opacity: 1;
}

#menu ul ul
{
display: block;
}

#menu ul ul a
{
color: #B2A998;
}

#menu ul ul li
{
border-left: 10px solid #928978;
font-size: 0.75em;
height: auto;
}

#menu ul ul li main
{
margin-left: 1em;
}

#menu ul ul li span
{
margin-left: 1.7em;
}

#menu ul ul li i
{
margin-left: -1em;
}

#menu li:hover
{
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
margin-top: 0;
}


#articles li
{
width: auto;
}

#images img
{
max-width: none;
}

.float_right
{
float: none;
width: auto;
}

.videos .descr
{
border: 0;
margin-left: 0;
padding-left: 0;
}

#learn li
{
width: 60%;
}

h1
{
font-size: 1.7em;
}

#tags li
{
width: auto;
}

.related
{
position: static;
}

#lang
{
top: 42px;
left: auto;
right: 42px;
margin: 0;
display: none;
background-color: #FFF;
border: 1px solid #928978;
-webkit-box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
box-shadow: 0px 0px 32px 17px rgba(0,0,0,0.48);
z-index: 999;
}

#lang li
{
margin-top: 0;
}

#lang a
{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0;
text-indent: 0;
color: #000;
opacity: 1;
text-decoration: none;
background-position: left center;
width: auto;
padding: 1em 2em;
}

#buy, #download
{
top: 0;
white-space: normal;
}


.buy_box
{
display: block;
right: 0;
left: 0;
_float: none;
margin-bottom: 1em;
}

#menu li._last span, #menu li._last main {display: block }


}


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

#newsletter
{
display: none;
}

}

@media only screen and (min-width: 700px) and (max-width: 1200px)
{
#learn li
{
width: 20%;
}
}