@charset "utf-8";
/* CSS Document */

html body {
    background: url("../img/bg-tea-plantation.jpg") no-repeat top center fixed;
    font-family: Verdana, Arial, Tahoma;
    color: #333333;
    padding: 0;
    margin: 0;
    position: relative;
}

@media screen and (min-width: 1600px) {
html body {
    background: url("../img/bg-tea-plantation.jpg") repeat-x top center fixed,;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
}


.header {
    width: 965px;
    text-align: center;
    margin: 20px auto 40px;
}

.header h1 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

h1.second {
    margin-top: -10px;
}

.header h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 15px auto -10px;
}

.label {
    background-color: #EA221E;
    border-radius: 0 !important;
    font-size: inherit;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 6px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    white-space: pre-wrap;
    text-transform: uppercase;
}

.section {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    width: 900px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #e5e3df;
    border-top: 6px solid #7DAF27;
    border-radius: 6px;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1), -6px 0 6px rgba(0, 0, 0, 0.1);
}

section.page-block {
    margin-bottom: 30px;
}

.photo-img {
    float: left;
    margin-right: 15px;
    margin-left: 5px;
}

.introduction {
    font-weight: bolder;
}

.icon {
    float: right;
    margin-left: -60px;
    margin-top: -10px;
}

.number {
    float: left;
    font-size: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #246086;
}

.point {
    padding-bottom: 24px;
    margin-left: 50px;
}

.video-box {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.video-box:after {
    content: url('../img/shadow.png');
    bottom: -25px;
    left: 5%;
    position: absolute;
}

.border {
    background: #EAEAEA;
    border-color: #BBBBBB;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}

.border iframe {
    margin: 8px 8px 2px;
}

#stages {
    margin-top: 55px;
}

.item {
    padding: 30px 20px 15px;
    border-top: none;
    position: relative;
    width: 870px;
}

.item:before {
    top: -25px;
    left: 30%;
    position: absolute;
}

.one:before {
    content: url('../img/stage-1.png');
}

.two:before {
    content: url('../img/stage-2.png');
}

.three:before {
    content: url('../img/stage-3.png');
}

.stage-photo {
    margin-left: 5px;
    margin-bottom: 4px;
}

.green {
    border-bottom: 3px solid #3EB262;
}

.blue {
    border-bottom: 3px solid #0075A1;
}

.red {
    border-bottom: 3px solid #FF6E6E;
}

.photo-buddha {
    float: left;
    margin-right: 5px;
}

.event-content {
    margin-left: 215px;
    margin-right: 110px;
}

.events {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.event-date-time {
    float: right;
    padding: 0 8px;
    width: 8%;
}

.width {
    width: 19%;
}

.event-date-time h1 {
    border-bottom: 2px solid #DBDBDB;
    color: #78A6BB;
    font-size: 55px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.event-date-time p {
    color: #6C96A9;
    font-size: 14px;
    line-height: 12px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin: -5px 0 5px;
}

.event-content p {
    margin-top: 0px;
}

.date {
    font-size: 14px;
    font-weight: 900;
    color: #26AF7B;
    letter-spacing: -1px;
    text-decoration: none;
}

.picture {
    float: left;
    margin-right: 15px;
}

.picture img {
    border-radius: 5px;
}

.main-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
}

.second-title {
    font-size: 24px;
    line-height: 26px;
    padding: 0;
    margin: 30px 0 -15px;
}

.page-body:before, .page-body:after {
    content: " ";
    display: table;
}

.page-body:after {
    clear: both;
}

.page-body {
}

#stage-info {
   padding: 10px 15px;
   float: left;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.deposit {
    text-align: center;
    font-weight: bold;
}

.special {
    color: #D43A2E;
    font-weight: bold;
}

.centr {
    text-align: center;
}

ul {
    height: 100%;
}

.bullits {
    margin-left: -20px;
}

.bullits li {
    background: url("../img/li.png") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0;
    padding: 8px 0 0 25px;
}

.prices {
    margin: -15px 0 0 0;
}

.prices li {
    margin: 0;
    padding: 8px 0 0 5px;
}

a {
    text-decoration: none;
}

.button-box {
    margin: 15px auto -10px;
    text-align: center;
}

.button {
    width: 453px;
    height: 158px;
    border: none;
}

.footer {
    border-bottom: 1px dashed #6633CC;
    border-top: 1px dashed #6633CC;
    color: #000000;
    font-family: Times New Roman,Times,serif;
    font-size: 24px;
    margin-top: 30px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.author, .contacts {
    line-height: 32px;
}

.small {
    font-size: 12pt;
    line-height: 14pt;
    color: #888888;
    margin: 0;
    padding: 0;
}

.space {
    margin-bottom: 30px;
}






