*{
    margin: 0;
    padding: 0;
}

html{font-size: 100.1%; height: 100%;}

body{
    font-size: 62.5%;
    font-family: 'Open Sans';
    height: 100%;
}

/* ============== GLOBAL VAR ================= */

a{
    text-decoration: none;
    color: #15af56;
}

a:hover {
	opacity: 0.70;
}
/****WORK LINK*/

a[href="/#blogs/"] {
	text-decoration: line-through;
}
/***/


h1{
    /* font: 2.8em/1em 'PFBeauSansProBold', sans-serif; */
    font: bold 2.8em/1em 'Open Sans', sans-serif;
}

h2{
	font: normal 2.1em/0.95em 'Open Sans', Arial, sans-serif;
/* 	margin-bottom: 0.5em; */
}

h2.xxl,h2.out-text{
	font: lighter 8.6em/0.94em 'Open Sans', Georgia, sans-serif;
	font-weight: lighter;
    margin: -0.07em 0 0.39em;
}

h3{
    font: bold 1.4em/1em 'Open Sans', Arial, sans-serif;
}
h4{
    font: bold 1.2em/1em 'Open Sans', Arial, sans-serif;
}

h5{
	
}
h2,h3,h4{margin-bottom: 0.5em;}

p{
	font: 1.3em/1.5em 'Open Sans', Georgia, sans-serif;
	margin-bottom: 1em;
	color: #282828;
}

.page{
	padding-top: 10.9em; /* 10.7em*/
}
.text{
	/* padding-right: 2.7em; */
	padding-right: 23%;
}
.review{
	padding-bottom: 2.7em;
}

.text p{
	margin-left: 17.5em;
}

.text p.out-text,.review p{
	font: 1.8em/1.6em Georgia, sans-serif;
	margin-left: 6.3em;
	color: #000;
	padding-left: 20px;
	border-left: 2px solid #eaeaea;
}
.review p{margin-left: 12.7em;}

.review h4{text-align: right}
.review h4:before{
	content: "—";
    position: relative;
    left: -1.2em; top: 0;
    margin-right: -0.9em;
    line-height:0;
}

.text p.out-text .quote,.review p .quote{
	margin-left: -0.55em;
}

.text ul{
	padding-bottom: 1em;
	padding-left: 1.24em;
	
	font: 1.3em/1.7em 'Open Sans', Arial,sans-serif;
	color: #282828;
}

.text ul li:before {
    content: "—";
}
.text ul li{
	text-indent: -1.24em;
	padding-right: 2em;
}
.text .out-text ul li{
	text-indent: -1.1em;
}


.text ul.in-text{
	margin-left: 16.2em;
}

.text div.out-text{
	padding-left: 11.2em;
	overflow: hidden;
}
.text div.out-text ul{
	float: left;
	width: 49.4%;
	font-family: Georgia;
	font-size: 1.8em;
	margin-right: -1.24em;
}

.text h2{margin-left: 10.82em;}
.text h2.out-text{margin: 0.17em 0 0.3em 1.12em;}
.text h3{margin-left: 16.3em;}
.text h4{margin-left: 19em;}

h2.in-text,.text h3,.text h4{margin-top: 1.664em;}

span.out-text{margin-left: -1.2em;}
p span.quote{margin-left: -0.45em;}

.news-list{
	margin-left: -1.6em;
	padding-bottom: 1em;
}

.news-list li{
	color: #282828;
	font: 1.3em/1.5em Arial, Georgia, sans-serif;
	padding-left: 1.2em;
}
.news-list li:before {
    content: "—";
    left: -1.2em;
    line-height: 0;
    margin-right: -0.9em;
    position: relative;
    top: 0;
}

.incut{
    float: left;
    position: relative;
    width: 8.2em;
    left: -10em; top: 0.1em;
    margin-right: -10em;
}


.idea{
	color: #999;
    font: italic 1.4em Georgia, sans-serif;
	margin: 1em 0 0;
}

img{
    border: 0;
    display: block;
}

li{
    list-style: none;
}

.yellow-link a{
	color: #15af56;
	}
	
.yellow-link h2 a{
    color: #15af56;
}

.red-link a{
	color: #15af56;
}

#mailto{
    background: url(../i/icons.gif) no-repeat scroll 0 -38px transparent;
    display: block;
    padding-left: 13px;
    width: 80px;
}
/*** ========= SCELETON ==========> ***/
#container{
    position: relative;
    min-height: 100%;

    overflow: hidden;
    /* background: #555; */
}


#footer{
    position: relative;
    height: 50px;
    margin-top: -50px;
     
    /* padding-left: 21.4em; */
    padding-left: 23em;
	z-index: 2;
}
/*
#footer{
    bottom: 0;
    position: absolute;
    height: 75px; width: 100%;
    margin-top: -75px;
    z-index: 100;
     
    padding-left: 21.4em;
}
*/
#header{
    height: 13em;
	/* padding-top: 3em; */
	position: relative;
    z-index: 10;
}

#main-body{
    position: relative;
    width: 100%;
   
    padding-bottom: 1240px; /* 1100 (1080 - max height + 20) + 140(75 for compensive footer height, 65 to padding-bottom) */
    margin-bottom: -1100px;
    
    overflow: hidden;
    /* background: #aaa; */
}

/*** <========= SCELETON ========== ***/



/* <============== HEADER =================> */
#jaaah_logo{
	background: url(../i/jaaah_logo.png) no-repeat 50% 0;
    bottom: 3.5em;
    color: #999;
	font: bold 0.7em Verdana, Arial, sans-serif;
    height: 79px;
    left: 29px;
    letter-spacing: 0.15em;
    line-height: 188px;
    position: absolute;
	width: 165px;
	text-align: center;
    text-transform: uppercase;
    top: 22px;
}

#jaaah_logo:hover{
	opacity: 0.75;
}

#address{
    position: absolute;
    left: 50%; top:1.5em;
    margin-left: 15%;
    width: 30em;
    font: 1.1em 'Open Sans', Arial, sans-serif;
}

#translate{
    position: absolute;
    right: 2em; top:1.5em;
    font: 1.1em Arial, sans-serif;
}


/* >============== HEADER =================< */

/* <============== MAIN-BODY =================> */
#title{
    position: absolute;
    top: 0; left:21em;
    padding: 1.5em 0 1.6em 1.8em;
    width: 100%;
    z-index: 2;
}

#sidebar{
    position: absolute;
    top: 0; left:0;
    width: 20.9em; height: 100%;
    z-index: 2;
}

/* >============== MAIN-BODY =================< */


#footer p{
    font: 1.1em Arial,sans-serif;
	color: #000;
}


/* -======================| VISUAL TEMPLATES |======================- */



/* ============ Buttons ================== */
#but_search{
	padding-right: 1.5em;
	background: url(../i/icons.gif) no-repeat 100% -16px;
}

#feed-pin{
    padding-right: 1.8em;
    background: url(../i/icons.gif) no-repeat 100% -35px;
}
/* ============ Buttons ================== */

/* ============== MENUS ================= */

/***** SITE MENU *****/
#site-menu{
	margin-left: 21.8em;
    top: 1em; /* optim */ 
    position: absolute;
    z-index: 10;
}

li.menu-item a{ font: bold 1em 'Open Sans';}


#site-menu li.menu-item{
    float: left;
    position: relative;
    width: 14em;
    min-height: 11em;
	margin-right: 5px;
	border-radius: 5px;
}

#site-menu li.menu-item div.items{
	margin: 0.5em 1em 1.7em;
	overflow: hidden;
	height: 8em;
}
#site-menu.pathway li.menu-item div.items{
	margin: 0;
	height: auto;
}

#site-menu li.menu-item:hover {
	/*box-shadow: 0 0 5px #666666;*/
	z-index: 10;
}

#site-menu li.menu-item:hover div.items{
	height: auto;
}

#site-menu ul li{
    font-size: 1.4em;
    font-weight: 700;
	text-transform: lowercase;
}

#site-menu li.menu-item ul.hidden-part{
    display: none;
}

#site-menu li.menu-item:hover ul.hidden-part{
    display: block;
}

.toggler_menu{
    display: block;
    position: absolute;
    background: url(../i/icons.gif) no-repeat 0 -0.1em;
    width: 1.3em; height: 1.3em;
    bottom: 0.5em; right: 0.5em;
}


.green li.menu-item, .yellow li.menu-item, .red li.menu-item
{
    background: #fff;
}

li.red{ background: #eaeaea;}
li.green{ background: #eaeaea;}
li.yellow{ background: #eaeaea;}

.red li.red, .css  li.red:hover{
    background: #15af56;
}
.green li.green, .css li.green:hover{
    background: #15af56;
}
.yellow li.yellow, .css  li.yellow:hover{
    background: #15af56;
}


.green li.menu-item a{color: #15af56;}
.yellow li.menu-item a{color: #15af56;}
.red li.menu-item a{color: #15af56;}

.green li.green a, .yellow li.yellow a, .red li.red a {
   color: #fff;
}

/** menu->pathway **/

.pathway li.active{
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 100%;
    left:0; top: 0;
}

.pathway li .menu-larr {
    /*background: url("http://www.jaaah.ru/media/i/pathway.gif") no-repeat scroll 0 0 transparent;*/
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    z-index: 1;
}

.pathway li b{
    position: absolute; 
    top: 13px; right:10px;
    z-index: 1;
    width: 7px; height: 4px;
   
    background: url(../i/work-data-icons.gif) no-repeat 0 -42px;
}

.pathway .red li b{
    background: url(../i/work-data-icons.gif) no-repeat -33px -42px;
}


.pathway li:hover b{
    background: none;
}

.pathway li.active a{padding-left: 0.7em;}
.pathway li.menu-item ul.menu-box{margin-top: 2.3em; height: 0; overflow: hidden;}
.pathway li:hover ul.menu-box{height: auto}

.pathway .toggler_menu{display: none;}

#site-menu.pathway li.menu-item{min-height: 30px; padding: 0 1em;}
#site-menu.pathway li.menu-item:hover{padding-bottom: 1.7em;}

/* pathway colorize*/
#site-menu.pathway li.active a{color: #000;}
#site-menu.pathway li.menu-item:hover li.active a{color: #000;}
#site-menu.pathway li.red li.active a{color: #000;}
/* pathway colorize*/

/** menu->pathway **/

/*li.menu-item:hover a{color: #999;}*/
#site-menu li.active a{color: #000;}

/***** SITE MENU *****/


/***** ADITION MENU *****/
#adt-menu{
	position: absolute;
	right: 3em; top:1.6em;
	display: none;
}

#adt-menu li{
	font: 1.2em Verdana;
}
#adt-menu a{
	text-decoration: line-through;
}

/***** ADITION MENU *****/

/***** PAGE MENU *****/
#page-menu{
    margin: 10.6em 0 0 2.9em;
}
#page-menu li{
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.42em;
}

#page-menu.industries .dates, #page-menu.dates .industries{
	display: none;
}
#page-menu .select-all{
	margin-bottom: 10px;
}

/***** PAGE MENU *****/

/* <======================| VISUAL TEMPLATES |======================> */    
    
/**** SCROLL-BOX *****/
    #scroll-box{
        position: relative;
        overflow: hidden;
        padding-top: 6.9em;
        width: 100%;
        z-index: 1;
        
        padding-bottom: 1080px;
        margin-bottom: -1080px;
    }
    
    #scroll-area{
        width: 1000em;
        position: relative;
        top: 3.7em; left: 23.1em;
        
		
		word-spacing: -.3em;
    }
	
	#scroll-area li.scroll-cell{
		display: inline-block;
		vertical-align: top;
		word-spacing:normal;
	}
	
	
    #scroll-area li.scroll-item{
        float: left;
        width: 34em;
        padding: 0 2em 0 12em;
    }
    
    .scroll-img{
        margin-top: 4.7em;
    }
    .scroll-content{
        margin-top: 4.1em;
        /*** подумать ***/
        width: 76.3em;
    }
    
    
    /*** SCROLLER ***/
    #track,#scroller{
        position: absolute;
        width: 100%; height: 0.5em;
    }
    #scroller{
        overflow: hidden;
        left:0; bottom: 75px;
        z-index:20;
    }
    #track{
        background: #e5e5e5;
        overflow: hidden;
    }
    #knob{
        position: relative;
        height: 5em;
    }

    #container.news #knob{
        background: #15af56;
    }
    /*** SCROLLER ***/
    
/**** SCROLL-BOX *****/
    
/*** POTFOLIO ****/
    #cells {
        position: relative;
        padding-top: 10.7em;
        margin-left: 22.1em;
        overflow: hidden;
    }

    #cells li,.frame,.folder{
        background-image: url(../i/cells_frame.png);
        background-repeat: no-repeat;
    }
    
    #cells li{
        float: left;
        width: 220px;
        padding: 4px;
        margin: 6px;
        position: relative;
        overflow: hidden;
        background-position: 0 -20px;
    }
	
	#cells li{
        float: left;
        width: 220px;
        padding: 4px;
        margin: 6px;
        position: relative;
        overflow: hidden;
        background-position: 0 -20px;
    }
    
    #cells li img{width: 220px;}

    .frame{
        position: absolute;
        bottom: 0; left:0;
        width: 228px; height: 8px;
        background-position:  0 -239px;
    }
    
    .folder{
        width: 228px; height: 19px;
        position: absolute;
        top: 0; left: 0;
    }
	
	.cell-link:after{
		content:'';
        width: 228px; height: 19px;
        position: absolute;
        top: 0; left: 0;
		background: url(../i/cells_frame.png) no-repeat;
    }
	
	.cell-link:hover{
		opacity: 1;
    }
	
	#cells .folder-spine{
		position: absolute;
		width: 160px; height: 14px;
		left: 68px; top: 0px;
		background: url(../i/ie/cells_frame.png) no-repeat -10px -30px;
	}
	/*
	#cells li:after{
		content:'';
		position: absolute;
		width: 160px; height: 14px;
		left: 68px; top: 0px;
		background: url(../i/ie/cells_frame.png) no-repeat -10px -30px;
	}
    */
	#cells.industries .dates, #cells.dates .industries{
		display: none;
	}
	
	#cells ul.active li{
		display: none;
	}
	#cells ul.active li.active{
		display: block;
	}
	
	#cells .content{
		padding: 10px;
	}
	
	#cells .link{
		font-size: 1.1em;
		color: #888;
		text-align: right;
		/* padding: 0 10px 10px 0; */
		position: absolute;
		right: 14px; bottom: 11px; 
	}
	#cells .link a{
		font: 1.1em 'Open Sans', Arial, sans-serif;
	}
	#cells .video{
		font-size: 1.1em;
		font-weight: 700;
		color: #fff;
		background-color: #353535;
		padding: 3px 55px 3px 10px;
		position: relative;
		line-height: 11px;
	}
	#cells .video i{
		position: absolute;
		top: 3px; right: 10px;
		color: #999;
		font-style: normal;
	}
	#cells .play{
		position: absolute;
		width: 40px; height: 40px;
		left: 20px; top: 20px;
		background: url(../i/video.png) no-repeat;
	}
	#cells .youtube{
		background: #353535 url(../i/video.png) no-repeat 100% 100%;
	}
	
    /*
    #cells li:after{
        content:'';
        position: absolute;
        bottom: 0em; left:0;
        width: 22.8em; height: 0.8em;
        background-image: url(../i/cells_frame.png);
    }
    */
	.thumb-cells{
		overflow: hidden;
		margin-left: 23em;
	}
    .thumb-cells li{
		list-style: none;
		padding-right: 10px;
		float: left;
	}
	
	.thumb-cells p{
		margin-left: 0;
	}
	
    /* CLIENTS */
       
	#client-info h2.out-text{color: #fff;}
	
    #client-projects{
        position: relative;
        width: 100%;
        margin-top: 3em;
    }
    
    #client-projects h2{margin-left: 10.82em;}
	
	#clients-list{
		position: relative;
		padding-top: 10.9em;
		margin-left: 2.9em;
		word-spacing: -0.3em;
	}

	#clients-list li{
		display: inline-block;
		width: 20em;
		margin-bottom: 1.9em;
		vertical-align: top;
		word-spacing: normal		
	}
	#clients-list li li{
		margin-bottom: 0.6em;
	}
	#clients-list li li a{
		color: #fff;
		font-size: 1.3em;
	}
	
	#clients-list.industries .alphabetic, #clients-list.alphabetic .industries{
		display: none;
	}
    
	/** similar projects **/
    #similar-projects{
        margin: 6.4em 0 0 23.1em;
        padding: 2em 6.9em 0 10.3em;
        position: relative;
        border-top: 1px #484848 solid; 
    }
    
    #similar-projects h4{
        position: absolute;
        margin-left: -8.6em;
        color: #fff;
        line-height: 1.5em;
    }
	
	.similar-link{
        font-size: 1.2em;
        color: #fff;
        margin-right: 1.67em;
        line-height: 1.67em;
        white-space: nowrap;
    }
    .similar-link b{
        font-weight: 500;
        color: #999;
    }
	/** similar projects **/
	
    /* CLIENTS */
    
    /* VIEWER */
    #viewer{
        position: relative;
        overflow: hidden;
         width: 100%;
         
        padding-bottom: 1080px;
        margin-bottom: -1080px;
    }
    #viewer p{
        font: 1.2em/1.5em 'Open Sans', Arial, Georgia, sans-serif;
        margin-bottom: 0.7em;
        color: #999;
    }
	#viewer a{
		color: #fff;
	}
    #viewer h1{
        font: 8.6em/0.94em 'RodeoBold', sans-serif;
        margin-bottom: 0.28em;
    }
    
	#viewer-loader{
		top: 21.1em; bottom: 0;
		left: 21em; right:0;
		background: #010101 url(../i/loader.gif) no-repeat 50% 50%;
		position: absolute;
	}
	#viewer-loader.pathway{top: 3.7em;}
	
    #map{
        position:relative;
        top:  6.9em; left:0; /** 6.9em;*/
        cursor: move;
    }
    ul.sector{
        position:absolute;
    }
    ul.sector > li{
        float:left;
    }
    .slice{
        position: relative;
        padding-right: 380px;
        margin: 30px 10px 70px 230px;
        background: #282828;
    }
    .work_text{
        position: absolute;
        overflow: hidden;
        top: 0; right: 0; /*top: 6.9em; */
        width: 360px;
    }
    #map img{border: 0; display: inline; font-size: 0px;}
	#map img:hover{box-shadow: 0 0 25px #000;}
    
    /** refactoring end **/

/**** PORTFOLIO *****/

/* <======================| VISUAL TEMPLATES |======================> */

/*** PATHWAY ****/
    #pathway{
        position: absolute;
        left: 50%;
        font: 1.2em Georgia, sans-serif;
        z-index: 2;
        color: #282828;
    }
    #pathway a{
        font-weight: 500;
        color: #666;
    }
    #pathway a:before{
        content:'+';
        font-size: 2em;
        position: relative;
        top: 2px;
        padding-right: 5px;
        color: #282828;
    }
    #pathway a.first:before{
        content:'';
    }
    #pathway a.active{
        color: #EEA;
    }
/*** PATHWAY ****/

/*** SELECTOR ****/
    #select-nav{
        position: absolute;
        left: 2.9em; top:1.3em;
    }
    #select-nav p{
		margin: 0;
        padding: 0.3em 0 0.5em;
        color: #999;
    }

    .select-list{
        position: relative;
		border-radius: 5px;
        /*padding-right: 2em;*/
        overflow: hidden;
        z-index: 2;
        width: 16em;
    }
    .select-list li{
        height: 2.6em;
        background: #484848;
        display: none; 
    }

	.select-list ul{
		margin-top: 0;
		border-radius: 5px;
	}
	
	.select-list li.active,.select-list li:first-child, .select-list li.first-child{
		display: block;
		height: 2.7em;
	}

	.list-css li:first-child{
		display: none;
	}
	.list-css li.active:first-child{
		display: block;
	}
	
    .list-css:hover li,.list-js li{
        display: block;
    }

    .list-css:hover li,.list-js li{
        display: block;
    }

    .select-list a,.select-list span,.vis-item{
        font: 1.2em/2.2em 'Open Sans', sans-serif;
        display: block;  height: 100%;
        padding-left: 1em;
        color: #FFF;
        cursor: default;
    }
    .select-list a:hover{
        background:#7B7A7A;
    }
    
    .vis-item,.sbut{
        position: absolute;
        height: 2.7em;
        top: 0;
        background: #484848;
    }

    .sbut{
        width: 2em; margin-left: 100%; left: -2em;
        background: url(../i/work-data-icons.gif) no-repeat -30px -30px;
        z-index: 2;
    }
	.sbut-active{}
    
/*** SELECTOR ***/

/*** FEEDBACK ***/
    #feedback {
        margin-top: 1.1em;
    }
    #feedback input,textarea{
        border: 1px solid #D4D0C8;
        font: 1.1em Verdana, sans-serif;
        color: #555;
        padding:0.2em 0.3em;
    }
    #feedback div{
        margin-bottom: 0.9em;
    }
    #feedback_text{
        width: 27.3em;
        height: 10em;
    }
    #feedback_name{
        width: 17.2em;
        margin-right: 0.8em;
    }
    #feedback_email{
        width: 8.2em;
    }
/*** FEEDBACK ***/

/*** WORKS DATA ***/
    .wk-data{
        display: block;
        position: relative;
        width: 220px; height: 2em;
        line-height: 2em;
        background: #484848;
    }

    .wk-data h5{
        font-size: 1.1em;
        font-weight: 500;
        margin-left: 0.91em;
        /* color: #FFF; */
    }

    .wk-data h5 span{
        position: absolute;
        width: 3.8em;height: 100%;
        right: 0; top: 0;
        color: #999;
    }
    .wk-type{
		color: #fff;
        background: #353535 url(../i/work-data-icons.gif) no-repeat 16.8em 0.5em;
    }
	.wk-type h5{font-weight: 700;}
	.wk-type span{ font-weight: 500;}
	
    .wk-client{
        background: #484848 url(../i/work-data-icons.gif) no-repeat 16.8em -1.39em;
    }
    .wk-client h5{
        color: #999;
    }
	.wk-industry{text-indent: -5000px;}
	
	.cell-link:hover .wk-data,.wk-data:hover	{
		background-color: #15af56;
		opacity: 1;
	}
    .cell-link:hover .wk-data h5,.wk-data:hover h5{
		color: #FFF;
	}
/*** WORKS DATA ***/




/***** TEMPLATES ******/
/**PORTFOLIO*/
#container.portfolio #main-body{
    background: #282828;
}
#container.portfolio #main-body h1,
#container.portfolio #main-body h2,
#container.portfolio #main-body h3,
#container.portfolio #main-body h4,
#container.portfolio  #page-menu a
{
    color: #fff;
}

#container.portfolio #main-body p,
#container.portfolio #main-body ul,
#container.portfolio #clients-list h3,
#footer.portfolio p
{
    color: #999;
}
#footer.portfolio{
	position: absolute;
	height: 20px;
	z-index: 2;
}
#footer.principles{
	margin-top: -82px;
}

/* #container.portfolio #main-body */
#container.portfolio  #page-menu .active
{
    color: #15AF56;
}

#container.clients #cells{
    padding-top: 0.6em;
}

#container.clients #sidebar{
	height: 8.1em;
}

#container.index .cell-link:hover .wk-data,
#container.index .wk-data:hover,

#container.clients .cell-link:hover .wk-data,
#container.clients .wk-data:hover
{
	background-color: #15af56;
}
/* viewer only css*/
#container.viewer #main-body.map-css #map{
	height: 2000em;
	cursor: default;
}
#container.viewer #main-body.map-css ul.sector > li {
	float: none;
}
#container.viewer #main-body.map-css .slice{
	padding-left: 0;
}
#container.viewer #main-body.map-css .work_text{
	position: static;
	margin-bottom: 20px;
}
#container.viewer #main-body.map-css #select-nav{
	position: fixed;
	margin-top: 13em;
}
#container.viewer #main-body.map-css #page-menu{
	position: fixed;
}
#container.viewer #main-body.map-css #page-menu li{
	display: none;
}
#container.viewer #main-body.map-css #page-menu li.select-all{
	display: block;
}


/* viewer minimized */

#container.minimized #header,
#container.minimized #main-body #title .idea
{
	display: none;
}
#container.minimized #main-body #title{
	padding: 0.8em 0 1.4em 31.4em;
}
#container.minimized #main-body #title h1{
	font: bold 1.4em/1em 'Open Sans',sans-serif;
}

#container.viewer  #main-body #small-logo{
    position: absolute;
    width: 21.8em; height: 30px;
    top: 0; left: 0;
	background: #FFF;
    z-index: 4;
	display: none;
}
#container.minimized #main-body #small-logo{
	display: block;
}

#container.viewer #minimize{
	position: absolute;
	width: 25px; height: 21px;
	top: 2.6em; right: 2.9em;
	cursor: pointer;
	background: url(../i/min_button.png) no-repeat;
	z-index: 4;
}
#container.viewer #minimize.active{
	top: 1em;
	background-position: 0 -21px;
}


#container.minimized #main-body #sidebar {
	top: 30px;
}
#container.minimized #site-menu{
	top: 0;
	margin-left: 2em;
}

/** viewer **/
    
#container.viewer  #title{
    background: #101010;
    overflow: hidden;
}
#container.viewer  #sidebar{
    background: #101010;
}
/*** viewer end ***/ 

/* NEWS*/
#container.news #main-body a{color: #15af56;}
#container.news #main-body  h2 a{color: #15AF56;}

#container.news  #page-menu .active {color: #000;}

/* INDEX */
#container.main #main-body a{
	color: #15AF56;
}

#container.main .cell-link:hover .wk-data,
#container.main .wk-data:hover,
#container.main #cells .video:hover
{
	background-color: #15AF56;
}


#container.main #cells{
	margin-left: 2.0em;
	padding-top: 2.0em;
}
#container.main #cells li,
#container.main  div.frame,
#container.main .folder
{
	background-image: url(../i/cells_frame_white.png);
}

#container.main #cells li{
	float: none;
	display: inline-block;
	vertical-align: top;
	height: 160px;
}

#container.main .black h2{color: #fff;}
#container.main .black p{color: #999;}

/** SELECTORS **/
#container.index .sbut,
#container.clients .sbut,
#container.news .sbut
	/*{background-color: #F4AB1C;}*/

	
#container.index  #page-menu .active{	color: #F4AB1C;}

#container.clients .select-list a,
#container.news #main-body .select-list a
{color: #fff;}


/* 404 */
#container.i404{
	background: #000; /* space */
	color: #fff;
}

/* JAAAH PARALLAX */
#jaaah{
	position: relative;
	height: 380px;
	overflow: hidden;
}
#jaaah div{
	position: absolute;
	width: 100%; 
}
#jaaah div.texture{
	background-repeat: repeat-x;
}


#water-sky{
	height:156px; 
	background-image: url(../px/watersky.jpg);
}

#back-rocks{
	top: 65px;
	height: 122px;
	background-image: url(../px/back_rocks.png);
}

#jaaah #rocks{
	top: 120px;
	height: 141px;
	width: 1000em;
	background-image: url(../px/rocks.png);
}

#jaaah #palms{
	top: 185px;
	height: 224px;
	width: 109%;
	left: -5%;
	background-image: url(../px/palms.png);
}

#space{
	bottom: 12px;
	height: 120px;
	background: url(../px/space.png) no-repeat center 10px;
}

/* */
#dolphins{
	top: 25px;
	height: 97px;
	background: url(../px/dolphins.png) no-repeat center 0;
}

#volcano{
	top: -10px;
	height: 215px;
	background: url(../px/volcano.png) no-repeat;
}

#jaaah #airship{
	top: 65px; right: 12%;
	height: 120px; width: 143px;
	background: url(../px/airship.png) no-repeat;
}

#shambala{
	height: 66px;
	background: url(../px/shambala.png) no-repeat 835px 2px;
}

#cow1{
	top: 140px; left: 140px;
	height: 98px;
	background: url(../px/cow1.png) no-repeat;
}
#cow2{
	top: 190px; left: 60px;
	height: 190px;
	background: url(../px/cow2.png) no-repeat ;
}
#sphere-back{
	top: -30px;
	height: 143px;
	background: url(../px/sphere-back.png) no-repeat 46% 0;
}

#sphere-front{
	top: 215px;
	height: 164px;
	background: url(../px/sphere-front.png) no-repeat 50% 0;
}
#jaaah-avatar{
	top: -33px;
	position: absolute;
	height: 413px;
	background: url(../px/jaaah.png) no-repeat center 0;
}

#jaaah #bike{
	bottom: 0; right: 7%;
	width: 79px; height: 106px;
	background: url(../px/bike.png) no-repeat;
}

#jaaah  #speach{
	width: 226px; height: 195px;
    left: 36%; top: 144px;
   
	background: url(../px/dialog.png) no-repeat;
	opacity: 0.9;
	display: none;
}
#jaaah  #speach.show{
	display: block;
}
#jaaah  #speach .out{
    margin: 80px 20px 0;
    text-align: center;
    width: 180px;
	font: italic 12px/17px Georgia, Times New Roman, serif;
}

#jaaah-avatar img{
	position: absolute;
	width: 969px; height: 431px;
	left: 190px;
	z-index: 5;
}

#buddha{
	position: absolute;
	z-index: 30;
	margin-left: -232px;
	left: 50%;
}



/**** COLORS ****/ 
.purple {
    background-color:#A10497;
}
.golden{
    background-color:#A17104;
}
.pistache{
    background-color: #75A104;
}
.black{
	background-color: #282828;
}

.contacts strong{
    color: #666;
    font-weight: 500;
}
.skype{
    color: #007ECE;
}

.icq{
    color: #00A904;
}
.icq em{
    color: #D75100;
}

.fixOpacity{
    position: absolute;
    z-index: 1;
    width: 100%; height: 1000em;
    top:0; left:0;
}

/* illustrations */
#main-body.agency,
#main-body.principles
{z-index: 2;}

#main-body.agency .text{
	padding-right: 370px;
}
#figure-right{
	position: absolute;
	right: 0; 
}
#figure-left{
	position: absolute;
	left: 0;
}

#figure-right.agency{ bottom:0; }
#figure-left.agency{ top: 28em;}


#figure-right.principles{ top: 20em; }

#figure-bottom{
	position: absolute;
}
#figure-bottom.principles{
	background: url(../img/illustrations/fo-tree.png) repeat-x;
	top: -70px; height: 163px;
	left: 0; right: 0;
}

#preload{
	position: absolute;
	left: -5000px;
}
#JHDebugger{
    background: #FFF;
    font: 9px Arial, Verdana, serif;
    position: absolute;
    top: 20px; left: 20px;
    width: 300px; height: 150px;
    border: 1px #000 solid;
    z-index: 100;
}

.yashare-auto-init{
	position: absolute;
	left: 23px; top: -6px;
	z-index: 2;
}
.b-share-form-button {
	font: 11px Arial, Verdana, sans-serif;
}

#social_buttons{
	position: absolute; z-index: 2;
	overflow: hidden; right: 1.9em;
	bottom: 30px;
	opacity: 0.7;
}
#social_buttons li{float: left;}

#social_buttons li.fb{width: 81px; overflow:hidden;}
#social_buttons li.vk{width: 89px;}
#social_buttons li.gp{width: 69px;}

.uiGrid {display: none !important;}

/* css3 */
.toggler_menu{opacity: 0.4}
#viewer-loader{opacity: 0.7}

#JHDebugger{overflow-y: auto;}

div.table-text{
	margin-left: 10.2em;
}

table{
    width: 100%;
    border: 1px solid #dedede;
    border-width: 1px 0;
    border-collapse: collapse;
	
	margin-bottom: 2em;
}

table td{
	height: 3.077em;
    border: 0;
	font: 1.3em/1.5em Arial,Georgia,sans-serif;
}

table tr:nth-child(odd) {
   background: #eee;
}

/* index-news */

#container.main #cells li.image div.content{
	position: absolute;
	top: 4px;
}
#container.main #cells li.image h2{
	color: #fff;
}
