﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{   
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #555;
    background: white;
    overflow: hidden;
}

body.mobile {
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #555;
    background: white;
    overflow: auto;
}



a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    /*line-height: 1.6em;*/
}

.hidden { display: none; }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

.h-mobile {
    font-weight: 400;
    color: #555;
    text-align: center;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin: 0;
    overflow:hidden;
    position:absolute; 
    border-top: 1px solid transparent;
}

#header
{
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    /*padding: 30px 30px 15px 30px;*/
    background-color: transparent;
    height: 475px;    
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


.lang-selector {
    text-align: center;
    padding-top: 20px;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
    height: 17px;
    display: none;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

div#menu
{
    /*padding-left: 5px;*/
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 19px;
    width: 926px;
    display: none;
    z-index: 5;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea
{
    overflow: auto;
    resize: none;
    background-color: #f5f5f5;
    outline: none;
	-moz-appearance: none;
	/*max-height: 20px;*/
	color: #adaabb;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	font-size:15px;
	font-style:italic;
	
	border-left: 1px solid #dcdbd9;
	border-top: 1px solid #dcdbd9;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	
	padding: 2px 6px;
	background-image: url('../img/inputbg.png');
	background-repeat: repeat-x;
}

/*
.textarea_outer
{
    padding-top: 3px; 
    background-color: #f5f5f5; 
    border-top: 1px solid #dcdbd9; 
    border-left: 1px solid #dcdbd9; 
    border-bottom:  1px solid whitesmoke; 
    border-right: 1px solid whitesmoke;
}

.textarea_inner
{
    padding-top: 2px; 
    background-color: #f5f5f5; 
    border-top: 1px solid #ececec; 
    border-left: 1px solid #ececec; 
    border-bottom:  1px solid whitesmoke; 
    border-right: 1px solid whitesmoke;
    padding-left: 6px;
}*/

input[type="text"] 
{
    width: 510px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-top: 8px;
    background-color: #f5f5f5;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  /*border-collapse: collapse;*/
}

table td 
{
  padding: 0 18px;   
  border-right: solid 1px #7d72a4;
  border-left: solid 1px #7d72a4;
}

table td.first 
{
  padding-left: 0;  
  border-left: solid 1px transparent;   
  border-right: solid 1px #7d72a4;
}

table td.last 
{
  padding-right: 0;
  border-left: solid 1px #7d72a4;
  border-right: solid 1px transparent;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}



#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.loading-layer {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 200px;
    padding-top: 180px;
    text-align: center;
    color: #eee;
    font-size: 32px;
    z-index: 999;
}


/*--- Popup container ---*/

.popup-container
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('../img/fade-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 720px;
}

.popup-window 
{
    position: relative;
    top: 5%;
    width: 90%;
    margin: 0 auto;
    border: 5px solid #f0f0f0;
    box-shadow: 0 0 20px #aaa;
    height: 90%;
    background-color: #fff;
    overflow: hidden;
}

#popup-image
{
    width: 97%;
    vertical-align: middle;
    border: 5px solid #f0f0f0;
    box-shadow: 0 0 30px #ccc;
    height: auto;
}

#popup-image.loading
{
    width: 31px;
    height: 31px;
    vertical-align: middle;
    border: 4px solid #fff;
    box-shadow: 0 0 40px #fff;
    border-radius: 6px;
}

    #popup-image.h-image
    {
        width: 97%;
        height: auto;
    }

    #popup-image.v-image
    {
        width: auto;
        height: 94%;
    }

/* --------------- Design elements --------------------- */

div#title
{
    display:block;
    text-align:center;
    color:#555;
    position:absolute;
    z-index:10;
    top: -151px;
    width:100%;
}

div#title_s
{
    display:block;
    text-align:center;
    color:#555;
    position:absolute;
    z-index:11;
    top: -105px;
    width:100%;
}

span#logob, span#logos
{
    /*display: none;*/
}

#page_content
{
    overflow:hidden;
    height: 475px;    
    position: relative;
    left: -2000px;
}

#footer_content
{
    width: 686px;
    position: relative;
}

#footer
{
    margin-top: 11px;
    height: 185px;
    background-color: #b2aeb9;
    color: #5f5972;   
    display: none;
}

/*--- Main menu ---*/

a.menu-item:link, a.menu-item:visited
{
    color: #5f5972;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

#menu_container { height:17px; z-index: 5;}

.menu_item_left{ border-right: 1px #7d72a4 solid; padding: 0 26px; }
.menu_item_right{ border-left: 1px #7d72a4 solid; padding: 0 26px; }
.menu_item{ border-left: 1px #7d72a4 solid; border-right: 1px #7d72a4 solid; padding: 0 26px; }

#thanks_link { float: left; color: White; cursor:pointer; margin-left: 53px; }
#credits { float: right;  font-size: 11px; margin-right: 53px; margin-top: 5px; }
#credits a { color: #5f5972; text-decoration: none; font-size: 11px; }
#credits a:hover { color: #fff; text-decoration: none; font-size: 11px; }

#thanks_text { width:800px; position:relative; }

.garden_cover { width: 160px; height: 452px; float: left; margin-left: 14px; background-repeat: no-repeat; }

#garden1 { background-image: url('../img/garden1.jpg'); display: none; }
#garden2 { background-image: url('../img/garden2.jpg'); display: none; }
#garden3 { background-image: url('../img/garden3.jpg'); display: none; }
#garden4 { background-image: url('../img/garden4.jpg'); display: none; }
#garden5 { background-image: url('../img/garden5.jpg'); display: none; }

.garden-title-bg { width:100%; height:100%; position:absolute;top: 0; left: 0; }
.garden-title-text
{
    z-index: 10;
    color: #fff;
    position: relative;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}

.menu_image { /*margin: 0 0 0 -5px;*/ cursor: pointer; }

.submitt_button { border: 1px solid #dbdadf; background-color: #adaab5; padding: 8px 45px; color: White; font-size: 12px; }

.under_construction 
{
    font-size:40px; 
    font-weight:bold; 
    color:#eee; 
    text-shadow: 0 -1px 0 #aaa; 
    width:960px;
    height:470px; 
    text-align:center;
    border: 1px dashed #e0e0e0;
}

.clickable { cursor: pointer; }

/*--------------- Gardens ----------------------*/

.garden_title
{   
    display: none;
    position: absolute;
    top: 412px;
    width: 160px; 
    height: 40px;
}

.garden_title_dummy {
     position: absolute; 
     z-index: 8; 
     width: 160px; 
     height: 452px; 
     cursor: pointer;
}

#garden_text
{
    width: 225px;
    height: 450px;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    line-height: 1.2em;
    background: white;
    color: #5f5971;
}

#garden_text h4
{
    font-size:16px;
    color: #5f5971;
    line-height: 1.2em;
}


.current_info_text > p {
    margin-right: 7px;
}


#garden_photos
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 265px;
    white-space: nowrap;
}

#photo_nav
{
    position: absolute;
    z-index: 60;
    white-space: nowrap;
    height: 20px;
    top: 420px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#show-full-photo-btn
{
    position: absolute;
    left: 260px;
    top: 10px;
    width: 21px;
    height: 21px;
    display: none;
} 

.opacity8
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.opacity6
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.opacity3
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.opacity2
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.opacity1
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.opacity05
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=5);
    -moz-opacity: 0.05;
    -khtml-opacity: 0.05;
    opacity: 0.05;
}

img.current_foto
{
    
}

.navbutton
{
    width: 16px;
    height: 16px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.navbutton_current
{
    width:20px; 
    height:20px; 
    cursor:default;    
    display: inline-block;
    vertical-align: middle;
}

.inner_nav
{
    margin:1px; border: 2px solid white; width:14px; height:14px;
}

.garden1bg { background-color:#859937; }
.garden2bg { background-color:#4b406f; }
.garden3bg { background-color:#a83942; }
.garden4bg { background-color:#1e2b0a; }
.garden5bg { background-color:#bc802b; }

#g1_text, #g2_text, #g3_text, #g4_text, #g5_text { position: absolute; top: 0; left: 0; padding-right: 12px; }

/*------------ Stages ----------------*/

.stagebg { background:#9c9c9c; }

#stage_text
{
    width: 210px;
    height: 450px;
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    font-size:12px;
    background:white;
    color: #5f5971;
}

.stage-title { display:none; position: absolute; top:135px; width:100%; }

#stage_text h4
{
    text-align:center;
    font-size:14px;
    color: #9c9c9c;
    line-height: 1.1em;
}

#stage_nav
{
    position: absolute;
    top: 210px;
    width: 100%;
    text-align: center;
}

#stage_photos
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 222px;
    white-space: nowrap;
}

.stage-scroller { display: inline-block; vertical-align: middle; }
.stage-scroller > img { vertical-align: middle; } 

/*---------------- About -------------------*/

#about_text
{
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 12px;
    font-family: Arial,Verdana;
    z-index: 50;
}

#images-container { position: relative; width: 901px; height: 373px; }
#images-container > img { position: absolute; top: 0; left: 0; }

.about-cont {
    font-size: 0;
    width: 901px;
    background-color: #24140c;
    background-color: rgba(36, 20, 12, 0.7);
}

.about-cont-m {
    background-color: #24140c;
    background-color: rgba(36, 20, 12, 0.7);
    color: #fff;
    text-align: justify;
    padding: 2px 3px;
}


.about-clmn {
    font-size: 12px;
    font-family: Arial,Verdana;
    line-height: 1.25em;
    display: inline-block;
    width: 427px;
    padding: 10px 7px 10px 14px;
    text-align: justify;
    border: 0;
    vertical-align: top;

}

.designer-quot {
    text-align: right;
    font-style: italic;
    margin-top: 6px;
    color: #8d7bb1;
    font-size: 12px;
    font-family: Verdana;
}

.designer-sign {
    text-align: right;
    margin-top: 5px;
}

/*---------------- Articles -------------------*/

.articles { text-align: left; margin-top: 18px; margin-left: 133px; line-height: 22px; }
.articles a { font-size: 14px; text-decoration: none; color: #5f5972; }
.articles a:hover { font-size: 14px; text-decoration: none; color: #5f5972; border-bottom: 1px dashed #ada5c0; }

/*--------------- Full screeen photos ----------------*/

.spot_layer
    {
        background-color: transparent;
        background-image: -webkit-radial-gradient(center, 50% 50%, rgba(0,0,0,0.6), rgba(0,0,0,0.99));
        background-image: -webkit-gradient(radial, 50% 50%, 20, 50% 50%, 600, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0.9)), color-stop(0.5,rgba(0,0,0,0.7)));
        background-image: -moz-radial-gradient(center, ellipse closest-side, rgba(0,0,0,0.6), rgba(0,0,0,0.99));
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 900;
        display: none;
    }
        
#spotIE { position: absolute; top: 0; left:0; display:none; background: black; width: 100%; height: 100%; z-index: 90; }
       
.border3 { border: 3px solid whiteSmoke; }




/*--- Langs ---*/
.lang-selector {
    display: inline-block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
    color: #8981a3;
    text-align: right;
    z-index: 25;
    position: relative;
    margin-left: 377px;
}

.lang-selector-mobile {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    color: #8981a3;
    text-align: center;
}

    .lang-selector > span, .lang-selector-mobile > span {
        color: #c1212a;
        padding: 1px 0;
        border-bottom: 1px solid;
        cursor: pointer;
    }

    .lang-selector > .selected, .lang-selector-mobile > .selected {
        color: #8981a3;
        border-bottom: 1px solid transparent;
        cursor: default;
    }


/*--- Image mobile ---*/

#gardens-preview {
    margin-top: 30px;
}

.garden-t-mob {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 142px;
    margin-top: 10px;
    opacity: 0.0001;
}

.bg-garden-1 {
    background-image: url('../img/garden1m.jpg');
}

.bg-garden-2 {
    background-image: url('../img/garden2m.jpg');
}

.bg-garden-3 {
    background-image: url('../img/garden3m.jpg');
}

.bg-garden-4 {
    background-image: url('../img/garden4m.jpg');
}

.bg-garden-5 {
    background-image: url('../img/garden5m.jpg');
}

.garden-t-mob-img {
    width: 100%;
}

.garden-t-mob-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 18px;
    z-index: 10;
}

.garden_title_m {
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.garden-title-text-m {
    z-index: 10;
    color: #fff;
    position: relative;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}


/*---------- Video ----------*/
.video-window {
    width: 720px;
    height: 433px;
    margin-top: 26px;
    border-bottom: 1px solid #b2aeb9;
}

.video-title
{
    color: #5f5972;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    height: 31px;
    line-height: 23px;
}

.video-right-menu
{
    position: absolute;
    right: 0;
    top: 0;
    width: 146px;
    height: 433px; 
    overflow: hidden;
}

.video-thumb { cursor: pointer; min-height: 120px; }
.video-thumb > img { width: 146px; margin-bottom: 4px; }
    .video-thumb > img:hover
    {
        box-shadow: 0 0 8px #555;
    }

.video-rmenu-title
{
    font-size: 11px;
    line-height: 1em;
    color: #5f5972;
}

.scroll-down
{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #b2aeb9;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 1px;
}

.main-video
{
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin-top: 20px;
}

.main-video > tbody > tr > td {
    padding: 18px 0 0 0;
    border: 0;
    vertical-align: top;
}

.td-divider {
    border-bottom: 1px solid #b2aeb9;
    padding-top: 5px;
    height: 22px;
    text-align: right;
}

.td-divider > span
{
    font-size: 11px;
    color: #fff;
    background-color: #b2aeb9;
    padding: 4px 10px 5px 10px;
    cursor: default;
}

.td-divider > span > span
{
    cursor: pointer;
}

.v-clip-big 
{
    font-family: Arial;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: top;
}

.v-title {
    color: #5f5972;
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.1em;
    margin-top: 5px;
}

.v-date {
    color: #514782;
    font-size: 11px;
    max-width: 200px;
    overflow: hidden;
    margin-top: 4px;
}


/*=== ecology ===*/

.ecology-text {
    position: absolute; 
    top: 250px; 
    width: 800px; 
    padding: 50px; 
    color: #5f5972; 
    font-size: 14px; 
    font-family: Arial, Verdana;
    text-align: justify; 
    line-height: 18px;
}

.photo-cp {
    position: absolute;
    right: 7px;
    top: 211px;
    z-index: 50;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
}


/*=== contacts ===*/


.contacts-cont {
    color: #7B7194;
    font-family: 'Didact Gothic',sans-serif;
    font-size: 15px;
}

.contacts-phone {
    font-size: 16px;
    line-height: 1.7em;
}

.contacts-phone > a:link, .contacts-phone > a:visited  {
    text-decoration: none;
    color: #7B7194;
}

.contacts-phone > a:hover, .contacts-phone > a:active  {
    color: #7B7194;
    text-decoration: none;
    border-bottom: 1px dashed #CFC9DD;
}


.contact-lbl {
    text-align: left;
    display: block;
    padding: 1% 2%;
    font-style: italic;
    color: #adaabb;
}

.contacts-phone-m {
    font-size: 20px;
    line-height: 1.7em;
}

    .contacts-phone-m > a:link, .contacts-phone-m > a:visited {
        text-decoration: none;
        color: #7B7194;
    }

    .contacts-phone-m > a:hover, .contacts-phone-m > a:active {
        color: #7B7194;
        text-decoration: none;
        border-bottom: 1px dashed #CFC9DD;
    }







.clients-title {
    font-family: 'Didact Gothic',sans-serif;
    font-size: 14px;
    color: #b2aeb9;
    letter-spacing: 1px;
    line-height: 14px;
    text-shadow: 0 0 1px #D1CED6;
}

.thanks-link {
    font-family: 'Didact Gothic', sans-serif;
}

.thanks-title {
    font-family: 'Didact Gothic',sans-serif;
    font-size: 14px;
    color: #fff;
    color: rgba(255, 255, 255, .9);
    letter-spacing: 1px;
    line-height: 14px;
    text-shadow: 0 0 1px #fff;
}


.table-clients-list {
    border: 0;
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #4e4764;
    margin-top: 11px;
    line-height: 18px;
}


.m-block {
    min-height: 100vh;
    margin-top: 20px;
}



/*--- ---*/

.anm {
    transition: all;
    transition-duration: 0.7s;
}

.anm-f {
    transition: all;
    transition-duration: 0.3s;
}

.anm-f {
    transition: all;
    transition-duration: 1.3s;
}

/*--- Footer ---*/
footer {
    height: 30px;
    text-align: center;
    margin-top: 30px;
    background-color: #b2aeb9;
    color: #fff;
    line-height: 28px;
}

    footer > a {
        color: #5f5972;
        text-decoration: none !important;
        font-size: 13px;
    }